[
  {
    "path": ".github/stale.yml",
    "content": "# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 60\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 7\n# Issues with these labels will never be considered stale\nexemptLabels:\n  - priority/high\n  - kind/security\n  - status/accepted\n# Label to use when marking an issue as stale\nstaleLabel: wontfix\n# Comment to post when marking an issue as stale. Set to `false` to disable\nmarkComment: >\n  This issue has been automatically marked as stale because it has not had\n  recent activity. It will be closed if no further activity occurs. Thank you\n  for your contributions.\n# Comment to post when closing a stale issue. Set to `false` to disable\ncloseComment: false\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2018 Harbingers LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "<img align=\"right\" src=\"https://images.contentstack.io/v3/assets/blt36c2e63521272fdc/blt3e371eacc79a3ca4/60a5393fe2db156d00f0b8ab/400x460_DFIR_SIFT.jpg\" />\n\n# SIFT\n\nThis is a metadata repository that is primarily used for discussiosn and issue tracking. \n\n- [cast](https://github.com/ekristen/cast) -- installer cli\n- [saltstack](https://github.com/teamdfir/sift-saltstack) -- states that actually do the work\n- [packer](https://github.com/teamdfir/sift-packer) -- builds machine images using the above tools\n- [package-scripts](https://github.com/teamdfir/package-scripts) -- builds certain packages hosted in [SIFT PPA](https://launchpad.net/~sift)\n\n## Supported Distros\n\n* 20.04 Ubuntu (Focal)\n* 22.04 Ubuntu (Jammy)\n\n## Installation\n\n[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.\n\nYou must first install the CLI tool, then you can install SIFT.\n\n```console\nsudo cast install teamdfir/sift-saltstack\n```\n\n## Cloud Providers\n\n### AWS\n\nThese are the latest AMIs build from [sift-packer](https://github.com/sans-dfir/sift-packer)\n\n**Note:** these are headless, as in no GUI, it installs the server variant of SIFT.\n\n### 22.04 Jammy Images\n\n**Default User:** `sansforensics`\n\n```\nAccount ID: 469658012540\nName: sans-sift-workstation-server-20240214124249\nRegions:\n  - eu-west-1 -> ami-02b8801c5dd864319\n  - ap-southeast-1 -> ami-0a89fcec3f0d654f9\n  - us-west-1 -> ami-0443a8664211c05f0\n  - us-east-2 -> ami-04d0b46b95f792b67\n  - ap-northeast-3 -> ami-049c6d359a6b056cc\n  - eu-north-1 -> ami-00c969795f1510155\n  - ap-northeast-2 -> ami-0d87d93a9fa3793e2\n  - ca-central-1 -> ami-075fc1cf4efb61867\n  - eu-west-3 -> ami-073eaa4931bcd39eb\n  - eu-west-2 -> ami-0c494a1b9f9e341b1\n  - eu-central-1 -> ami-0a50e71994d4ec832\n  - ap-southeast-2 -> ami-0a52aae3e9bb5ff98\n  - us-west-2 -> ami-0a6077f47a38022b7\n  - us-east-1 -> ami-033658932fa06b1e6\n  - ap-northeast-1 -> ami-09176a630354099ad\n```\n\n### 20.04 Focal Images\n\nBuilt On: March 2nd, 2022\n\n**Default User:** `sansforensics`\n\n```\nap-northeast-1: ami-00378014d524eee9c\nap-northeast-2: ami-06408b1c23cad3f8b\nap-northeast-3: ami-0cf5998c0f77e349d\nap-southeast-1: ami-0db8ec4279e4f27ca\nap-southeast-2: ami-04c740d52b4a32959\neu-central-1: ami-06535b5a0f7d99f4c\neu-north-1: ami-049c42f0a1ea82701\neu-west-1: ami-01f1035b96448b73b\neu-west-2: ami-0407016f8aa79ea7c\neu-west-3: ami-0c444654c3cb65700\nus-east-1: ami-0d52daefbb3dad017\nus-east-2: ami-08faa4091f9e4121d\nus-west-1: ami-0bf84579f13473e79\nus-west-2: ami-0b9d5c33ff8f8ca7d\n```\n\n"
  }
]