Repository: sans-dfir/sift Branch: master Commit: fbca61139d15 Files: 3 Total size: 4.4 KB Directory structure: gitextract_6k666ww_/ ├── .github/ │ └── stale.yml ├── LICENSE └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/stale.yml ================================================ # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - priority/high - kind/security - status/accepted # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2018 Harbingers LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ <img align="right" src="https://images.contentstack.io/v3/assets/blt36c2e63521272fdc/blt3e371eacc79a3ca4/60a5393fe2db156d00f0b8ab/400x460_DFIR_SIFT.jpg" /> # SIFT This is a metadata repository that is primarily used for discussiosn and issue tracking. - [cast](https://github.com/ekristen/cast) -- installer cli - [saltstack](https://github.com/teamdfir/sift-saltstack) -- states that actually do the work - [packer](https://github.com/teamdfir/sift-packer) -- builds machine images using the above tools - [package-scripts](https://github.com/teamdfir/package-scripts) -- builds certain packages hosted in [SIFT PPA](https://launchpad.net/~sift) ## Supported Distros * 20.04 Ubuntu (Focal) * 22.04 Ubuntu (Jammy) ## Installation [Cast](https://github.com/ekristen/cast) is the replacement to the [SIFT CLI](https://github.com/sans-dfir/sift-cli). While the SIFT CLI should continue to work it is officially deprecated as of March 1, 2023 and will no longer be guaranteed to work after that date. You must first install the CLI tool, then you can install SIFT. ```console sudo cast install teamdfir/sift-saltstack ``` ## Cloud Providers ### AWS These are the latest AMIs build from [sift-packer](https://github.com/sans-dfir/sift-packer) **Note:** these are headless, as in no GUI, it installs the server variant of SIFT. ### 22.04 Jammy Images **Default User:** `sansforensics` ``` Account ID: 469658012540 Name: sans-sift-workstation-server-20240214124249 Regions: - eu-west-1 -> ami-02b8801c5dd864319 - ap-southeast-1 -> ami-0a89fcec3f0d654f9 - us-west-1 -> ami-0443a8664211c05f0 - us-east-2 -> ami-04d0b46b95f792b67 - ap-northeast-3 -> ami-049c6d359a6b056cc - eu-north-1 -> ami-00c969795f1510155 - ap-northeast-2 -> ami-0d87d93a9fa3793e2 - ca-central-1 -> ami-075fc1cf4efb61867 - eu-west-3 -> ami-073eaa4931bcd39eb - eu-west-2 -> ami-0c494a1b9f9e341b1 - eu-central-1 -> ami-0a50e71994d4ec832 - ap-southeast-2 -> ami-0a52aae3e9bb5ff98 - us-west-2 -> ami-0a6077f47a38022b7 - us-east-1 -> ami-033658932fa06b1e6 - ap-northeast-1 -> ami-09176a630354099ad ``` ### 20.04 Focal Images Built On: March 2nd, 2022 **Default User:** `sansforensics` ``` ap-northeast-1: ami-00378014d524eee9c ap-northeast-2: ami-06408b1c23cad3f8b ap-northeast-3: ami-0cf5998c0f77e349d ap-southeast-1: ami-0db8ec4279e4f27ca ap-southeast-2: ami-04c740d52b4a32959 eu-central-1: ami-06535b5a0f7d99f4c eu-north-1: ami-049c42f0a1ea82701 eu-west-1: ami-01f1035b96448b73b eu-west-2: ami-0407016f8aa79ea7c eu-west-3: ami-0c444654c3cb65700 us-east-1: ami-0d52daefbb3dad017 us-east-2: ami-08faa4091f9e4121d us-west-1: ami-0bf84579f13473e79 us-west-2: ami-0b9d5c33ff8f8ca7d ```
gitextract_6k666ww_/ ├── .github/ │ └── stale.yml ├── LICENSE └── README.md
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (5K chars).
[
{
"path": ".github/stale.yml",
"chars": 716,
"preview": "# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 60\n# Number of days of inactivity before a "
},
{
"path": "LICENSE",
"chars": 1071,
"preview": "MIT License\n\nCopyright (c) 2018 Harbingers LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a "
},
{
"path": "README.md",
"chars": 2692,
"preview": "<img align=\"right\" src=\"https://images.contentstack.io/v3/assets/blt36c2e63521272fdc/blt3e371eacc79a3ca4/60a5393fe2db156"
}
]
About this extraction
This page contains the full source code of the sans-dfir/sift GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (4.4 KB), approximately 1.5k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.