external/anthropic-cybersecurity-skills/skills/exploiting-active-directory-with-bloodhound/SKILL.md
BloodHound is a graph-based Active Directory reconnaissance tool that uses graph theory to reveal hidden and unintended relationships within AD environments. Red teams use BloodHound to identify attac
npx skillsauth add seikaikyo/dash-skills exploiting-active-directory-with-bloodhoundInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Legal Notice: This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws.
BloodHound is a graph-based Active Directory reconnaissance tool that uses graph theory to reveal hidden and unintended relationships within AD environments. Red teams use BloodHound to identify attack paths from compromised accounts to high-value targets such as Domain Admins, identifying privilege escalation chains that would be nearly impossible to find manually. SharpHound is the official data collector that gathers AD objects, relationships, ACLs, sessions, and group memberships.
| Tool | Purpose | Platform | |------|---------|----------| | BloodHound CE | Graph visualization and analysis | Web-based | | SharpHound | AD data collection (.NET) | Windows | | BloodHound.py | AD data collection (Python) | Linux/Windows | | Cypher queries | Custom graph queries | Neo4j/BloodHound | | PlumHound | Automated BloodHound reporting | Python | | Max (BloodHound) | BloodHound automation | Python |
| Query | Purpose | |-------|---------| | Shortest Path to Domain Admins | Find fastest route to DA | | Find Kerberoastable Users with Path to DA | SPN accounts leading to DA | | Find AS-REP Roastable Users | Accounts without pre-auth | | Shortest Path from Owned Principals | Paths from compromised accounts | | Find Computers with Unsupported OS | Legacy systems for exploitation | | Find Users with DCSync Rights | Accounts that can replicate AD | | Find GPOs that Modify Local Group Membership | GPO-based privilege escalation |
development
Automates SOC 2 Type II audit preparation including gap assessment against AICPA Trust Services Criteria (CC1-CC9), evidence collection from cloud providers and identity systems, control testing validation, remediation tracking, and continuous compliance monitoring. Covers all five TSC categories (Security, Availability, Processing Integrity, Confidentiality, Privacy) with automated evidence gathering from AWS, Azure, GCP, Okta, GitHub, and Jira. Use when preparing for or maintaining SOC 2 Type II certification.
testing
Performs tabletop exercises for SOC teams simulating security incidents through discussion-based scenarios to test incident response procedures, communication workflows, and decision-making under pressure without impacting production systems. Use when organizations need to validate IR playbooks, train analysts, or meet compliance requirements for incident response testing.
development
Perform security testing of SOAP web services by analyzing WSDL definitions and testing for XML injection, XXE, WS-Security bypass, and SOAPAction spoofing.
devops
Automate credential rotation for service accounts across Active Directory, cloud platforms, and application databases to eliminate stale secrets and reduce compromise risk.