EX

exploiting-active-directory-with-bloodhound

Active Directory reconnaissance tool using graph theory for security testing.

Install

mkdir -p .claude/skills/exploiting-active-directory-with-bloodhound && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14497" && unzip -o skill.zip -d .claude/skills/exploiting-active-directory-with-bloodhound && rm skill.zip

Installs to .claude/skills/exploiting-active-directory-with-bloodhound

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

BloodHound is a graph-based Active Directory reconnaissance tool that
69 charsno explicit “when” trigger
Advanced

Key capabilities

  • Collect Active Directory relationship data
  • Visualize attack paths to Domain Admin
  • Identify misconfigured ACLs and group memberships
  • Discover shortest attack paths to high-value targets
  • Map Kerberos delegation configurations for abuse
  • Document identified privilege escalation chains

How it works

The skill uses BloodHound to import Active Directory data, then visualizes and queries the graph to identify attack paths and privilege escalation opportunities.

Inputs & outputs

You give it
Active Directory environment data collected by SharpHound or BloodHound.py
You get back
Visualized attack paths, identified misconfigurations, and documented privilege escalation chains

When to use exploiting-active-directory-with-bloodhound

  • Active Directory reconnaissance
  • Identifying privilege escalation paths
  • Simulating adversary attacks

About this skill

Exploiting Active Directory with BloodHound

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.

Overview

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.

When to Use

  • When performing authorized security testing that involves exploiting active directory with bloodhound
  • When analyzing malware samples or attack artifacts in a controlled environment
  • When conducting red team exercises or penetration testing engagements
  • When building detection capabilities based on offensive technique understanding

Prerequisites

  • Familiarity with red teaming concepts and tools
  • Access to a test or lab environment for safe execution
  • Python 3.8+ with required dependencies installed
  • Appropriate authorization for any testing activities

Objectives

  • Collect Active Directory relationship data using SharpHound or BloodHound.py
  • Visualize attack paths from compromised accounts to Domain Admin
  • Identify misconfigured ACLs, group memberships, and delegation settings
  • Discover shortest attack paths to high-value targets
  • Map Kerberos delegation configurations for abuse
  • Document all identified privilege escalation chains

MITRE ATT&CK Mapping

  • T1087.002 - Account Discovery: Domain Account
  • T1069.002 - Permission Groups Discovery: Domain Groups
  • T1482 - Domain Trust Discovery
  • T1615 - Group Policy Discovery
  • T1018 - Remote System Discovery
  • T1033 - System Owner/User Discovery
  • T1016 - System Network Configuration Discovery

Workflow

Phase 1: Data Collection with SharpHound

  1. Transfer SharpHound collector to compromised host
  2. Execute collection with appropriate method (All, DCOnly, Session, LoggedOn)
  3. Collect from all reachable domains if multi-domain environment
  4. Exfiltrate ZIP data files to analysis workstation
  5. Import data into BloodHound CE or Legacy

Phase 2: Attack Path Analysis

  1. Mark owned principals (compromised accounts)
  2. Query shortest path to Domain Admins
  3. Identify Kerberoastable accounts with admin privileges
  4. Find AS-REP Roastable accounts
  5. Analyze ACL-based attack paths (GenericAll, GenericWrite, WriteDACL, ForceChangePassword)
  6. Review GPO abuse opportunities

Phase 3: Exploitation Planning

  1. Prioritize attack paths by complexity and stealth
  2. Identify required tools for each step in the chain
  3. Plan OPSEC considerations for each technique
  4. Execute identified attack chain
  5. Document evidence at each step

Tools and Resources

ToolPurposePlatform
BloodHound CEGraph visualization and analysisWeb-based
SharpHoundAD data collection (.NET)Windows
BloodHound.pyAD data collection (Python)Linux/Windows
Cypher queriesCustom graph queriesNeo4j/BloodHound
PlumHoundAutomated BloodHound reportingPython
Max (BloodHound)BloodHound automationPython

Key BloodHound Queries

QueryPurpose
Shortest Path to Domain AdminsFind fastest route to DA
Find Kerberoastable Users with Path to DASPN accounts leading to DA
Find AS-REP Roastable UsersAccounts without pre-auth
Shortest Path from Owned PrincipalsPaths from compromised accounts
Find Computers with Unsupported OSLegacy systems for exploitation
Find Users with DCSync RightsAccounts that can replicate AD
Find GPOs that Modify Local Group MembershipGPO-based privilege escalation

Validation Criteria

  • SharpHound data collected from all domains
  • Attack paths identified from owned accounts to DA
  • ACL-based attack paths documented
  • Kerberoastable and AS-REP roastable accounts identified
  • Exploitation plan created with prioritized paths
  • Evidence screenshots captured for report

When not to use it

  • When performing unauthorized security testing
  • When not analyzing malware samples or attack artifacts in a controlled environment
  • When not conducting red team exercises or penetration testing engagements

Prerequisites

Familiarity with red teaming concepts and toolsAccess to a test or lab environment for safe executionPython 3.8+ with required dependencies installedAppropriate authorization for any testing activities

Limitations

  • The skill is for authorized security testing and educational purposes only
  • The skill requires a test or lab environment for safe execution
  • The skill relies on data collected by SharpHound or BloodHound.py

How it compares

This skill use graph theory with BloodHound to reveal hidden relationships and attack paths in Active Directory, which is more efficient and complete than manual analysis.

Compared to similar skills

exploiting-active-directory-with-bloodhound side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
exploiting-active-directory-with-bloodhound (this skill)01moReviewAdvanced
reverse-engineering-tools734moNo flagsAdvanced
ghidra167moReviewAdvanced
firmware-analyst94moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

reverse-engineering-tools

gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

73204

ghidra

mitsuhiko

Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.

16105

firmware-analyst

sickn33

Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering. Masters firmware extraction, analysis, and vulnerability research for routers, IoT devices, automotive systems, and industrial controllers. Use PROACTIVELY for firmware security audits, IoT penetration testing, or embedded systems research.

947

memory-forensics

wshobson

Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating incidents, or performing malware analysis from RAM captures.

748

binary-analysis-patterns

wshobson

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

540

security-scanning-tools

davila7

This skill should be used when the user asks to "perform vulnerability scanning", "scan networks for open ports", "assess web application security", "scan wireless networks", "detect malware", "check cloud security", or "evaluate system compliance". It provides comprehensive guidance on security scanning tools and methodologies.

438

Search skills

Search the agent skills registry