ADPathFinder OpenGraph Attack Path Mapping in BloodHound CE#2539
Open
carlospolop wants to merge 1 commit into
Open
ADPathFinder OpenGraph Attack Path Mapping in BloodHound CE#2539carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://netspi.com/blog/technical-blog/network-pentesting/adpathfinder-opengraph-attack-path-mapping-in-bloodhound-ce Content Categories: Based on the analysis, this content was categorized under "Windows Hardening > Active Directory Methodology > BloodHound & Other AD Enum Tools, with cross-references to AD Certificates, MSSQL AD Abuse, and SCCM-related attack paths". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
Collaborator
Author
|
merge |
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.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
ADPathFinder is an internal penetration-testing and graph-analysis tool for BloodHound CE. It automates the discovery, consolidation, and prioritization of privilege-escalation paths across Active Directory (AD), Active Directory Certificate Services (ADCS), Microsoft SQL Server (MSSQL), and Microsoft Configuration Manager (SCCM). The tool is available from the AD-PathFinder GitHub repository.
Why ADPathFinder ...
🔧 Technical Details
Cross-technology attack-path chaining: Import identity and authorization relationships from multiple BloodHound/OpenGraph collectors into a single graph, then search for paths that cross technology boundaries. For example, an AD principal may possess a SQL login through
MSSQL_HasLogin, impersonate a more privileged SQL identity throughMSSQL_ExecuteAs, connect to a database server throughMSSQL_Connect, traverse an administratively configured linked server throughMSSQL_LinkedAsAdmin, obtain host execution throughMSSQL_ExecuteOnHost, and inherit powerful SCCM control throughSCCM_AssignAllPermissions. Analyze the effective identity at every edge because a path becomes critical when one transition executes as a highly privileged domain account.Shared-edge path grouping and choke-point remediation: Calculate shortest paths from many low-privileged users and comp...
🤖 Agent Actions
Done.
Updated:
src/windows-hardening/active-directory-methodology/bloodhound.mdAdded:
NTDS+ potfile inputad-certificates.mdabusing-ad-mssql.mdsccm-management-point-relay-sql-policy-secrets.md## ReferencessectionVerified:
Note:
mdbook buildcould not be executed becausemdbookis not installed in this environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.