bloodhound

Map Active Directory attack paths and identify privilege escalation opportunities.

15|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AeonDave/malskill --skill bloodhound
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bloodhound
Source: https://github.com/AeonDave/malskill/tree/main/offensive-tools/windows/bloodhound
Command: npx skills add https://github.com/AeonDave/malskill --skill bloodhound

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify and visualize complex attack paths within Active Directory environments, revealing privilege escalation routes and misconfigurations.

Core Features & Use Cases

  • Attack Path Mapping: Utilizes graph theory to map relationships and find shortest paths to high-privilege accounts like Domain Admins.
  • Vulnerability Identification: Enumerates Kerberoastable accounts, AS-REP roastable users, and ACL abuses.
  • Use Case: Quickly find the most efficient way to gain Domain Admin privileges by analyzing the collected AD data.

Quick Start

Run the SharpHound collector on a domain-joined Windows host to gather data for analysis.

Frequently Asked Questions about bloodhound

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map Active Directory attack paths to find privilege escalation routes?

Active Directory attack path mapping uses graph theory to visualize relationships and identify the shortest paths to high-privilege accounts like Domain Admins. It reveals misconfigurations and privilege escalation opportunities by analyzing collected AD data.

What is BloodHound used for in cybersecurity penetration testing?

BloodHound is used in penetration testing to identify complex attack paths within Active Directory environments. It enumerates Kerberoastable accounts, AS-REP roastable users, and ACL abuses to reveal efficient routes for gaining Domain Admin privileges.

Do I need SharpHound to collect data for Active Directory environment analysis?

Yes, you need to run the SharpHound collector on a domain-joined Windows host to gather the required data. This collected information is then used by BloodHound for visualization and querying during Active Directory environment analysis.

Can I identify Kerberoastable accounts and ACL abuses using graph theory?

Yes, by applying graph theory to Active Directory data, you can identify Kerberoastable accounts, AS-REP roastable users, and ACL abuses. This approach maps relationships to quickly find privilege escalation opportunities.

What is the best way to visualize Active Directory misconfigurations during a security audit?

The best way to visualize Active Directory misconfigurations is by using graph theory to map attack paths. This method identifies complex privilege escalation routes and vulnerabilities by mapping relationships within the collected AD data.