docs: add domain compromise paths guide and update lab documentation - #397
Merged
Conversation
**Added:** - Domain compromise paths guide - New `docs/domain-compromise-paths.md` enumerating 29 distinct provisioned paths (~133 permutations) to Domain Admin/golden ticket, with per-domain breakdowns, technique categories, trust-hop analysis, and verification pointers - Attack path diagrams - Added `moving-target-attack-paths.png` and `paths-to-domain-admin.png` illustrating moving-target and concrete kill-chain routes to domain compromise **Changed:** - Lab environment table - Added GOAD-variant-1 and TEMPLATE labs, and corrected VM/vuln counts for NHA and DRACARYS in `README.md` - Vulnerability documentation - Clarified that coverage varies by lab and that the 50+ vulnerability catalog is scoped to the full GOAD lab - Prerequisites - Tightened ansible-core bound to >= 2.15, < 2.19 (2.19 breaks Windows modules over AWS SSM due to pipelining changes) and bumped Go requirement to 1.26+ - Role count references - Updated collection role count from 80+ to 120+ across README, and linked the new domain compromise paths guide from the docs index **Removed:** - Standalone tools directory reference - Removed the `tools/` entry from the project structure tree, folding the variant generator into the `cli/` description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
Added:
docs/domain-compromise-paths.mdenumerating every provisioned way to reach Domain Admin/golden ticket, derived strictly from lab provisioning (config.json, inventory, PowerShell scripts, and Ansible roles) with per-domain path tables, technique-category breakdowns, cross-domain trust hops, and verification pointersdocs/moving-target-attack-paths.pnganddocs/paths-to-domain-admin.png) illustrating how initial access fans out into converging kill chains tagged with MITRE technique IDsChanged:
ansible-core >= 2.15, < 2.19(noting 2.19's pipelining change breaks Windows modules over AWS SSM) and bumped the Go requirement to 1.26+Removed:
tools/directory reference from the README, folding the variant generator note into thecli/description