├── .gitignore ├── LICENSE ├── README.md ├── docs ├── Makefile ├── build │ ├── doctrees │ │ ├── environment.pickle │ │ ├── environments │ │ │ ├── attack_evals.doctree │ │ │ ├── evals │ │ │ │ └── apt29.doctree │ │ │ ├── windows.doctree │ │ │ └── windows │ │ │ │ └── shire.doctree │ │ └── index.doctree │ └── html │ │ ├── .buildinfo │ │ ├── _images │ │ ├── mordor-apt29-design.png │ │ └── mordor-shire-design.png │ │ ├── _sources │ │ ├── environments │ │ │ ├── attack_evals.rst.txt │ │ │ ├── evals │ │ │ │ └── apt29.md.txt │ │ │ ├── windows.rst.txt │ │ │ └── windows │ │ │ │ └── shire.md.txt │ │ └── index.rst.txt │ │ ├── _static │ │ ├── basic.css │ │ ├── css │ │ │ ├── badge_only.css │ │ │ └── theme.css │ │ ├── doctools.js │ │ ├── documentation_options.js │ │ ├── file.png │ │ ├── fonts │ │ │ ├── Inconsolata-Bold.ttf │ │ │ ├── Inconsolata-Regular.ttf │ │ │ ├── Inconsolata.ttf │ │ │ ├── Lato-Bold.ttf │ │ │ ├── Lato-Regular.ttf │ │ │ ├── Lato │ │ │ │ ├── lato-bold.eot │ │ │ │ ├── lato-bold.ttf │ │ │ │ ├── lato-bold.woff │ │ │ │ ├── lato-bold.woff2 │ │ │ │ ├── lato-bolditalic.eot │ │ │ │ ├── lato-bolditalic.ttf │ │ │ │ ├── lato-bolditalic.woff │ │ │ │ ├── lato-bolditalic.woff2 │ │ │ │ ├── lato-italic.eot │ │ │ │ ├── lato-italic.ttf │ │ │ │ ├── lato-italic.woff │ │ │ │ ├── lato-italic.woff2 │ │ │ │ ├── lato-regular.eot │ │ │ │ ├── lato-regular.ttf │ │ │ │ ├── lato-regular.woff │ │ │ │ └── lato-regular.woff2 │ │ │ ├── RobotoSlab-Bold.ttf │ │ │ ├── RobotoSlab-Regular.ttf │ │ │ ├── RobotoSlab │ │ │ │ ├── roboto-slab-v7-bold.eot │ │ │ │ ├── roboto-slab-v7-bold.ttf │ │ │ │ ├── roboto-slab-v7-bold.woff │ │ │ │ ├── roboto-slab-v7-bold.woff2 │ │ │ │ ├── roboto-slab-v7-regular.eot │ │ │ │ ├── roboto-slab-v7-regular.ttf │ │ │ │ ├── roboto-slab-v7-regular.woff │ │ │ │ └── roboto-slab-v7-regular.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── jquery-3.4.1.js │ │ ├── jquery.js │ │ ├── js │ │ │ ├── modernizr.min.js │ │ │ └── theme.js │ │ ├── language_data.js │ │ ├── minus.png │ │ ├── mordor-apt29-design.png │ │ ├── mordor-shire-design.png │ │ ├── plus.png │ │ ├── pygments.css │ │ ├── searchtools.js │ │ ├── underscore-1.3.1.js │ │ └── underscore.js │ │ ├── environments │ │ ├── attack_evals.html │ │ ├── evals │ │ │ └── apt29.html │ │ ├── windows.html │ │ └── windows │ │ │ └── shire.html │ │ ├── genindex.html │ │ ├── index.html │ │ ├── objects.inv │ │ ├── search.html │ │ └── searchindex.js ├── make.bat ├── requirements.txt └── source │ ├── _static │ ├── mordor-apt29-design.png │ └── mordor-shire-design.png │ ├── conf.py │ ├── environments │ ├── attack_evals.rst │ ├── evals │ │ └── apt29.md │ ├── windows.rst │ └── windows │ │ └── shire.md │ └── index.rst └── environments ├── adversary-emulation-library ├── fin6 │ ├── README.md │ └── caldera │ │ ├── Dockerfile │ │ ├── conf │ │ └── local.yml │ │ ├── plugin │ │ ├── data │ │ │ ├── abilities │ │ │ │ ├── collection │ │ │ │ │ └── fd27fe6c-4846-4e94-aef9-f6bc21ab0f0e.yml │ │ │ │ ├── credential-access │ │ │ │ │ ├── 97412b40-4940-4da1-8bff-6f11d42bca26.yml │ │ │ │ │ └── ff77db3d-ded1-48da-9885-8dfc097edec0.yml │ │ │ │ ├── discovery │ │ │ │ │ ├── 02a96c18-f700-482d-88a8-bd311f6c41dc.yml │ │ │ │ │ ├── 2738b811-a360-4a4f-af9d-704343ebab4d.yml │ │ │ │ │ ├── 5b24eef2-7a7f-4d34-8cab-e588074c59bc.yml │ │ │ │ │ ├── d30692dd-779f-4a40-b947-de23dabbb033.yml │ │ │ │ │ ├── e44a39ce-0651-3ddd-8f05-f83aa2ffd657.yml │ │ │ │ │ └── e4cdb5c6-d322-3b6e-ac8e-68b2e8a7dd4c.yml │ │ │ │ ├── execution │ │ │ │ │ ├── 0c752dce-9302-4465-805f-522650aece3f.yml │ │ │ │ │ ├── 5599b7cf-6e8d-43c1-a311-e953dd0fbd2a.yml │ │ │ │ │ ├── 5dcbd042-e8e5-4f3f-8055-7284e4d5112c.yml │ │ │ │ │ ├── 661efd66-d876-41de-88ee-ba9ec4328154.yml │ │ │ │ │ ├── b393c022-329a-4c52-ab1f-eb594ee8d3cd.yml │ │ │ │ │ ├── c29e9cc7-b34f-46c2-bdbe-a41f757eae24.yml │ │ │ │ │ ├── d77838f6-d562-3480-ad29-2cbeee8b7b45.yml │ │ │ │ │ ├── e4027dff-280b-4964-82be-b35a40c4a493.yml │ │ │ │ │ └── eb4c2ff6-3534-404c-bf1c-d864a508c162.yml │ │ │ │ ├── exfiltration │ │ │ │ │ ├── 78d94199-7e0e-442b-81a6-32f8e419a7ac.yml │ │ │ │ │ └── e74554b8-0bc9-3d50-95a4-e45421925b49.yml │ │ │ │ ├── lateral-movement │ │ │ │ │ ├── 6ffca252-9eb0-4ac0-93dd-35c9e7c6fae0.yml │ │ │ │ │ ├── e45dc48f-45f1-42d2-850c-4a15385c1646.yml │ │ │ │ │ └── f50f8f39-2fb0-4fe3-9e2d-9af38aee447d.yml │ │ │ │ ├── persistence │ │ │ │ │ ├── 0864a91a-ae17-1cce-8b89-d4f8f2854699.yml │ │ │ │ │ └── 44d82f6f-f367-4db7-aa65-a9e5717b1a21.yml │ │ │ │ └── privilege-escalation │ │ │ │ │ └── a89ea459-97ec-28fd-a552-9d305f023bbe.yml │ │ │ └── adversaries │ │ │ │ └── 123700e5-44c8-4894-a409-6484992c8846.yml │ │ └── hook.py │ │ └── sources │ │ └── ca7ef62d-20a0-493f-afd8-b5030c9a9f96.yml └── scripts │ └── ctid-aep-caldera.py ├── attack-evals ├── README.md └── apt29 │ ├── README.md │ ├── azuredeploy.json │ ├── azuredeploy.parameters.json │ ├── caldera │ ├── conf │ │ └── 4fb34bde-b06d-445a-a146-8e35f79ce546.yml │ ├── data │ │ └── abilities │ │ │ └── host-provision │ │ │ └── 865b6ad9-ba59-435a-bd8f-641052fc077a.yml │ └── docker-compose-caldera.yml │ ├── kafkacat │ └── kafkacat.conf │ ├── logstash │ ├── Dockerfile │ ├── config │ │ └── logstash.yml │ ├── docker-compose.yml │ ├── pipeline │ │ └── eventhub.conf │ └── scripts │ │ └── logstash-entrypoint.sh │ ├── nestedtemplates │ ├── customScript.json │ ├── customScriptExtension.json │ └── vnet-dns-server.json │ ├── payloads │ ├── day1 │ │ ├── attack-platform.zip │ │ └── victim.zip │ └── day2 │ │ ├── attack-platform.zip │ │ └── victim.zip │ └── scripts │ ├── Invoke-Sandcat.ps1 │ ├── Set-AD.ps1 │ ├── Set-Adversary.sh │ ├── Set-Initial-Settings.ps1 │ ├── Set-Logstash.sh │ ├── Set-Socat.sh │ ├── Set-Victim.ps1 │ ├── Set-WEC.ps1 │ ├── Start-Packet-Capture.sh │ └── Stop-Packet-Capture.sh ├── aws └── cloud-breach-s3 │ ├── README.md │ ├── cfn-parameters │ ├── ec2-log-collector-parameters.json │ ├── ec2-nginx-parameters.json │ ├── enable-cloudtrail-parameters.json │ └── vpc-parameters.json │ ├── cfn-templates │ ├── ec2-log-collector.json │ ├── ec2-nginx.json │ ├── enable-cloudtrail.json │ ├── s3.json │ └── vpc.json │ ├── data │ └── ring.txt │ ├── deploy-cloud-breach.sh │ ├── kafka │ └── docker-compose.yml │ └── logstash │ ├── logstash-config-sample.conf │ └── logstash-sample.yml ├── azure └── solorigate-identity │ └── nestedtemplates │ └── SolorwindsWorkbookARM.json ├── research └── azure-ad-hybrid-adfs │ ├── azuredeploy-tenant-scope-test.json │ └── nestedtemplates │ └── IdentityWorkbookARM.json └── windows └── shire ├── README.md ├── azuredeploy.json ├── azuredeploy.parameters.json ├── kafkacat └── kafkacat.conf ├── logstash ├── Dockerfile ├── config │ └── logstash.yml ├── docker-compose.yml ├── pipeline │ └── eventhub.conf └── scripts │ └── logstash-entrypoint.sh ├── nestedtemplates ├── customScript.json ├── customScriptExtension.json └── vnet-dns-server.json └── scripts ├── Set-AD.ps1 ├── Set-Initial-Settings.ps1 ├── Set-Logstash.sh ├── Set-WEC.ps1 ├── Start-Packet-Capture.sh └── Stop-Packet-Capture.sh /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/README.md -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/build/doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/doctrees/environment.pickle -------------------------------------------------------------------------------- /docs/build/doctrees/environments/attack_evals.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/doctrees/environments/attack_evals.doctree -------------------------------------------------------------------------------- /docs/build/doctrees/environments/evals/apt29.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/doctrees/environments/evals/apt29.doctree -------------------------------------------------------------------------------- /docs/build/doctrees/environments/windows.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/doctrees/environments/windows.doctree -------------------------------------------------------------------------------- /docs/build/doctrees/environments/windows/shire.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/doctrees/environments/windows/shire.doctree -------------------------------------------------------------------------------- /docs/build/doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/doctrees/index.doctree -------------------------------------------------------------------------------- /docs/build/html/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/.buildinfo -------------------------------------------------------------------------------- /docs/build/html/_images/mordor-apt29-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_images/mordor-apt29-design.png -------------------------------------------------------------------------------- /docs/build/html/_images/mordor-shire-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_images/mordor-shire-design.png -------------------------------------------------------------------------------- /docs/build/html/_sources/environments/attack_evals.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_sources/environments/attack_evals.rst.txt -------------------------------------------------------------------------------- /docs/build/html/_sources/environments/evals/apt29.md.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_sources/environments/evals/apt29.md.txt -------------------------------------------------------------------------------- /docs/build/html/_sources/environments/windows.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_sources/environments/windows.rst.txt -------------------------------------------------------------------------------- /docs/build/html/_sources/environments/windows/shire.md.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_sources/environments/windows/shire.md.txt -------------------------------------------------------------------------------- /docs/build/html/_sources/index.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_sources/index.rst.txt -------------------------------------------------------------------------------- /docs/build/html/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/basic.css -------------------------------------------------------------------------------- /docs/build/html/_static/css/badge_only.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/css/badge_only.css -------------------------------------------------------------------------------- /docs/build/html/_static/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/css/theme.css -------------------------------------------------------------------------------- /docs/build/html/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/doctools.js -------------------------------------------------------------------------------- /docs/build/html/_static/documentation_options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/documentation_options.js -------------------------------------------------------------------------------- /docs/build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/file.png -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Inconsolata.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Inconsolata.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bold.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bold.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bold.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bold.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bolditalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-italic.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-italic.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-italic.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-italic.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-regular.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-regular.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-regular.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/Lato/lato-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/Lato/lato-regular.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/build/html/_static/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /docs/build/html/_static/jquery-3.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/jquery-3.4.1.js -------------------------------------------------------------------------------- /docs/build/html/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/jquery.js -------------------------------------------------------------------------------- /docs/build/html/_static/js/modernizr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/js/modernizr.min.js -------------------------------------------------------------------------------- /docs/build/html/_static/js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/js/theme.js -------------------------------------------------------------------------------- /docs/build/html/_static/language_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/language_data.js -------------------------------------------------------------------------------- /docs/build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/minus.png -------------------------------------------------------------------------------- /docs/build/html/_static/mordor-apt29-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/mordor-apt29-design.png -------------------------------------------------------------------------------- /docs/build/html/_static/mordor-shire-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/mordor-shire-design.png -------------------------------------------------------------------------------- /docs/build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/plus.png -------------------------------------------------------------------------------- /docs/build/html/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/pygments.css -------------------------------------------------------------------------------- /docs/build/html/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/searchtools.js -------------------------------------------------------------------------------- /docs/build/html/_static/underscore-1.3.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/underscore-1.3.1.js -------------------------------------------------------------------------------- /docs/build/html/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/_static/underscore.js -------------------------------------------------------------------------------- /docs/build/html/environments/attack_evals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/environments/attack_evals.html -------------------------------------------------------------------------------- /docs/build/html/environments/evals/apt29.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/environments/evals/apt29.html -------------------------------------------------------------------------------- /docs/build/html/environments/windows.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/environments/windows.html -------------------------------------------------------------------------------- /docs/build/html/environments/windows/shire.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/environments/windows/shire.html -------------------------------------------------------------------------------- /docs/build/html/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/genindex.html -------------------------------------------------------------------------------- /docs/build/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/index.html -------------------------------------------------------------------------------- /docs/build/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/objects.inv -------------------------------------------------------------------------------- /docs/build/html/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/search.html -------------------------------------------------------------------------------- /docs/build/html/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/build/html/searchindex.js -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | sphinx-markdown-tables -------------------------------------------------------------------------------- /docs/source/_static/mordor-apt29-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/_static/mordor-apt29-design.png -------------------------------------------------------------------------------- /docs/source/_static/mordor-shire-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/_static/mordor-shire-design.png -------------------------------------------------------------------------------- /docs/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/conf.py -------------------------------------------------------------------------------- /docs/source/environments/attack_evals.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/environments/attack_evals.rst -------------------------------------------------------------------------------- /docs/source/environments/evals/apt29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/environments/evals/apt29.md -------------------------------------------------------------------------------- /docs/source/environments/windows.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/environments/windows.rst -------------------------------------------------------------------------------- /docs/source/environments/windows/shire.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/environments/windows/shire.md -------------------------------------------------------------------------------- /docs/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/docs/source/index.rst -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/Dockerfile -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/conf/local.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/conf/local.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/collection/fd27fe6c-4846-4e94-aef9-f6bc21ab0f0e.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/collection/fd27fe6c-4846-4e94-aef9-f6bc21ab0f0e.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/credential-access/97412b40-4940-4da1-8bff-6f11d42bca26.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/credential-access/97412b40-4940-4da1-8bff-6f11d42bca26.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/credential-access/ff77db3d-ded1-48da-9885-8dfc097edec0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/credential-access/ff77db3d-ded1-48da-9885-8dfc097edec0.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/02a96c18-f700-482d-88a8-bd311f6c41dc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/02a96c18-f700-482d-88a8-bd311f6c41dc.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/2738b811-a360-4a4f-af9d-704343ebab4d.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/2738b811-a360-4a4f-af9d-704343ebab4d.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/5b24eef2-7a7f-4d34-8cab-e588074c59bc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/5b24eef2-7a7f-4d34-8cab-e588074c59bc.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/d30692dd-779f-4a40-b947-de23dabbb033.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/d30692dd-779f-4a40-b947-de23dabbb033.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/e44a39ce-0651-3ddd-8f05-f83aa2ffd657.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/e44a39ce-0651-3ddd-8f05-f83aa2ffd657.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/e4cdb5c6-d322-3b6e-ac8e-68b2e8a7dd4c.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/discovery/e4cdb5c6-d322-3b6e-ac8e-68b2e8a7dd4c.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/0c752dce-9302-4465-805f-522650aece3f.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/0c752dce-9302-4465-805f-522650aece3f.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/5599b7cf-6e8d-43c1-a311-e953dd0fbd2a.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/5599b7cf-6e8d-43c1-a311-e953dd0fbd2a.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/5dcbd042-e8e5-4f3f-8055-7284e4d5112c.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/5dcbd042-e8e5-4f3f-8055-7284e4d5112c.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/661efd66-d876-41de-88ee-ba9ec4328154.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/661efd66-d876-41de-88ee-ba9ec4328154.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/b393c022-329a-4c52-ab1f-eb594ee8d3cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/b393c022-329a-4c52-ab1f-eb594ee8d3cd.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/c29e9cc7-b34f-46c2-bdbe-a41f757eae24.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/c29e9cc7-b34f-46c2-bdbe-a41f757eae24.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/d77838f6-d562-3480-ad29-2cbeee8b7b45.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/d77838f6-d562-3480-ad29-2cbeee8b7b45.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/e4027dff-280b-4964-82be-b35a40c4a493.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/e4027dff-280b-4964-82be-b35a40c4a493.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/eb4c2ff6-3534-404c-bf1c-d864a508c162.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/execution/eb4c2ff6-3534-404c-bf1c-d864a508c162.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/exfiltration/78d94199-7e0e-442b-81a6-32f8e419a7ac.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/exfiltration/78d94199-7e0e-442b-81a6-32f8e419a7ac.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/exfiltration/e74554b8-0bc9-3d50-95a4-e45421925b49.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/exfiltration/e74554b8-0bc9-3d50-95a4-e45421925b49.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/lateral-movement/6ffca252-9eb0-4ac0-93dd-35c9e7c6fae0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/lateral-movement/6ffca252-9eb0-4ac0-93dd-35c9e7c6fae0.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/lateral-movement/e45dc48f-45f1-42d2-850c-4a15385c1646.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/lateral-movement/e45dc48f-45f1-42d2-850c-4a15385c1646.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/lateral-movement/f50f8f39-2fb0-4fe3-9e2d-9af38aee447d.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/lateral-movement/f50f8f39-2fb0-4fe3-9e2d-9af38aee447d.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/persistence/0864a91a-ae17-1cce-8b89-d4f8f2854699.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/persistence/0864a91a-ae17-1cce-8b89-d4f8f2854699.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/persistence/44d82f6f-f367-4db7-aa65-a9e5717b1a21.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/persistence/44d82f6f-f367-4db7-aa65-a9e5717b1a21.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/privilege-escalation/a89ea459-97ec-28fd-a552-9d305f023bbe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/abilities/privilege-escalation/a89ea459-97ec-28fd-a552-9d305f023bbe.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/data/adversaries/123700e5-44c8-4894-a409-6484992c8846.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/data/adversaries/123700e5-44c8-4894-a409-6484992c8846.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/plugin/hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/plugin/hook.py -------------------------------------------------------------------------------- /environments/adversary-emulation-library/fin6/caldera/sources/ca7ef62d-20a0-493f-afd8-b5030c9a9f96.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/fin6/caldera/sources/ca7ef62d-20a0-493f-afd8-b5030c9a9f96.yml -------------------------------------------------------------------------------- /environments/adversary-emulation-library/scripts/ctid-aep-caldera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/adversary-emulation-library/scripts/ctid-aep-caldera.py -------------------------------------------------------------------------------- /environments/attack-evals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/README.md -------------------------------------------------------------------------------- /environments/attack-evals/apt29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/README.md -------------------------------------------------------------------------------- /environments/attack-evals/apt29/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/azuredeploy.json -------------------------------------------------------------------------------- /environments/attack-evals/apt29/azuredeploy.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/azuredeploy.parameters.json -------------------------------------------------------------------------------- /environments/attack-evals/apt29/caldera/conf/4fb34bde-b06d-445a-a146-8e35f79ce546.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/caldera/conf/4fb34bde-b06d-445a-a146-8e35f79ce546.yml -------------------------------------------------------------------------------- /environments/attack-evals/apt29/caldera/data/abilities/host-provision/865b6ad9-ba59-435a-bd8f-641052fc077a.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/caldera/data/abilities/host-provision/865b6ad9-ba59-435a-bd8f-641052fc077a.yml -------------------------------------------------------------------------------- /environments/attack-evals/apt29/caldera/docker-compose-caldera.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/caldera/docker-compose-caldera.yml -------------------------------------------------------------------------------- /environments/attack-evals/apt29/kafkacat/kafkacat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/kafkacat/kafkacat.conf -------------------------------------------------------------------------------- /environments/attack-evals/apt29/logstash/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/logstash/Dockerfile -------------------------------------------------------------------------------- /environments/attack-evals/apt29/logstash/config/logstash.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/logstash/config/logstash.yml -------------------------------------------------------------------------------- /environments/attack-evals/apt29/logstash/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/logstash/docker-compose.yml -------------------------------------------------------------------------------- /environments/attack-evals/apt29/logstash/pipeline/eventhub.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/logstash/pipeline/eventhub.conf -------------------------------------------------------------------------------- /environments/attack-evals/apt29/logstash/scripts/logstash-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/logstash/scripts/logstash-entrypoint.sh -------------------------------------------------------------------------------- /environments/attack-evals/apt29/nestedtemplates/customScript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/nestedtemplates/customScript.json -------------------------------------------------------------------------------- /environments/attack-evals/apt29/nestedtemplates/customScriptExtension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/nestedtemplates/customScriptExtension.json -------------------------------------------------------------------------------- /environments/attack-evals/apt29/nestedtemplates/vnet-dns-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/nestedtemplates/vnet-dns-server.json -------------------------------------------------------------------------------- /environments/attack-evals/apt29/payloads/day1/attack-platform.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/payloads/day1/attack-platform.zip -------------------------------------------------------------------------------- /environments/attack-evals/apt29/payloads/day1/victim.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/payloads/day1/victim.zip -------------------------------------------------------------------------------- /environments/attack-evals/apt29/payloads/day2/attack-platform.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/payloads/day2/attack-platform.zip -------------------------------------------------------------------------------- /environments/attack-evals/apt29/payloads/day2/victim.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/payloads/day2/victim.zip -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Invoke-Sandcat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Invoke-Sandcat.ps1 -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-AD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-AD.ps1 -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-Adversary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-Adversary.sh -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-Initial-Settings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-Initial-Settings.ps1 -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-Logstash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-Logstash.sh -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-Socat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-Socat.sh -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-Victim.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-Victim.ps1 -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Set-WEC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Set-WEC.ps1 -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Start-Packet-Capture.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Start-Packet-Capture.sh -------------------------------------------------------------------------------- /environments/attack-evals/apt29/scripts/Stop-Packet-Capture.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/attack-evals/apt29/scripts/Stop-Packet-Capture.sh -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/README.md -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-parameters/ec2-log-collector-parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-parameters/ec2-log-collector-parameters.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-parameters/ec2-nginx-parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-parameters/ec2-nginx-parameters.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-parameters/enable-cloudtrail-parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-parameters/enable-cloudtrail-parameters.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-parameters/vpc-parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-parameters/vpc-parameters.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-templates/ec2-log-collector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-templates/ec2-log-collector.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-templates/ec2-nginx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-templates/ec2-nginx.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-templates/enable-cloudtrail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-templates/enable-cloudtrail.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-templates/s3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-templates/s3.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/cfn-templates/vpc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/cfn-templates/vpc.json -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/data/ring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/data/ring.txt -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/deploy-cloud-breach.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/deploy-cloud-breach.sh -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/kafka/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/kafka/docker-compose.yml -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/logstash/logstash-config-sample.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/logstash/logstash-config-sample.conf -------------------------------------------------------------------------------- /environments/aws/cloud-breach-s3/logstash/logstash-sample.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/aws/cloud-breach-s3/logstash/logstash-sample.yml -------------------------------------------------------------------------------- /environments/azure/solorigate-identity/nestedtemplates/SolorwindsWorkbookARM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/azure/solorigate-identity/nestedtemplates/SolorwindsWorkbookARM.json -------------------------------------------------------------------------------- /environments/research/azure-ad-hybrid-adfs/azuredeploy-tenant-scope-test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/research/azure-ad-hybrid-adfs/azuredeploy-tenant-scope-test.json -------------------------------------------------------------------------------- /environments/research/azure-ad-hybrid-adfs/nestedtemplates/IdentityWorkbookARM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/research/azure-ad-hybrid-adfs/nestedtemplates/IdentityWorkbookARM.json -------------------------------------------------------------------------------- /environments/windows/shire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/README.md -------------------------------------------------------------------------------- /environments/windows/shire/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/azuredeploy.json -------------------------------------------------------------------------------- /environments/windows/shire/azuredeploy.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/azuredeploy.parameters.json -------------------------------------------------------------------------------- /environments/windows/shire/kafkacat/kafkacat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/kafkacat/kafkacat.conf -------------------------------------------------------------------------------- /environments/windows/shire/logstash/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/logstash/Dockerfile -------------------------------------------------------------------------------- /environments/windows/shire/logstash/config/logstash.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/logstash/config/logstash.yml -------------------------------------------------------------------------------- /environments/windows/shire/logstash/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/logstash/docker-compose.yml -------------------------------------------------------------------------------- /environments/windows/shire/logstash/pipeline/eventhub.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/logstash/pipeline/eventhub.conf -------------------------------------------------------------------------------- /environments/windows/shire/logstash/scripts/logstash-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/logstash/scripts/logstash-entrypoint.sh -------------------------------------------------------------------------------- /environments/windows/shire/nestedtemplates/customScript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/nestedtemplates/customScript.json -------------------------------------------------------------------------------- /environments/windows/shire/nestedtemplates/customScriptExtension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/nestedtemplates/customScriptExtension.json -------------------------------------------------------------------------------- /environments/windows/shire/nestedtemplates/vnet-dns-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/nestedtemplates/vnet-dns-server.json -------------------------------------------------------------------------------- /environments/windows/shire/scripts/Set-AD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/scripts/Set-AD.ps1 -------------------------------------------------------------------------------- /environments/windows/shire/scripts/Set-Initial-Settings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/scripts/Set-Initial-Settings.ps1 -------------------------------------------------------------------------------- /environments/windows/shire/scripts/Set-Logstash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/scripts/Set-Logstash.sh -------------------------------------------------------------------------------- /environments/windows/shire/scripts/Set-WEC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/scripts/Set-WEC.ps1 -------------------------------------------------------------------------------- /environments/windows/shire/scripts/Start-Packet-Capture.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/scripts/Start-Packet-Capture.sh -------------------------------------------------------------------------------- /environments/windows/shire/scripts/Stop-Packet-Capture.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OTRF/SimuLand/HEAD/environments/windows/shire/scripts/Stop-Packet-Capture.sh --------------------------------------------------------------------------------