ADPathfinder — Active Directory Attack Path Visualizer
Maps Active Directory attack paths from BloodHound data with risk scoring and remediation prioritization for enterprise security teams.
TypeScriptNeo4jD3.jsBloodHound
Published March 1, 2025
Overview
ADPathfinder ingests BloodHound collection data and produces prioritized attack path visualizations with business-context risk scoring — helping defenders focus on paths that matter most.
Key Features
- Risk-weighted paths based on target sensitivity and exploitability
- Interactive graph with D3.js force-directed layout
- Remediation suggestions mapped to MITRE ATT&CK techniques
- Export to PDF for executive reporting and ticket creation
Integration
# Import BloodHound JSON export
adpathfinder import --bloodhound /path/to/export/ --neo4j bolt://localhost:7687
adpathfinder analyze --target "DOMAIN ADMINS"
Designed for purple team engagements and continuous AD security assessment programs.