AnsibleHound – BloodHound Collector for Ansible WorX and Tow... #192
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
AnsibleHound: BloodHound OpenGraph Collector for Ansible
AnsibleHound is a BloodHound OpenGraph collector for Ansible WorX and Ansible Tower, implemented in Go to map your organization’s structure and permissions into a BloodHound attack-path graph. By leveraging a user-generated Read-only API token, it enumerates all accessible resources and relationships via the Tower REST API, enabling security teams or attackers to visualize permission chains and identif...
🔧 Technical Details
AnsibleHound exploits Ansible Tower’s REST API with a least-privileged Read token to perform comprehensive enumeration: it traverses endpoints such as
/api/v2/organizations/,/inventories/,/hosts/,/job_templates/,/projects/,/credentials/,/users/and/teams/, handling JSON pagination and nested links to extract object IDs, names, and scopes, thereby revealing the full structure and acce...🤖 Agent Actions
Added comprehensive coverage of AnsibleHound enumeration technique to existing Ansible Tower / AWX security page:
Added “Enumeration & Attack-Path Mapping with AnsibleHound” section:
• Explains enumeration via Read-only token
• Step-by-step build & run commands
• Lists enumerated REST endpoints
• Details BloodHound transformation (node/edge types)
• Defensive & offensive considerations
Created “## References” block with links to AnsibleHound repo and BloodHound.
Preserved existing content; banner kept at bottom.
No new file creation was required—content integrated into
src/pentesting-ci-cd/ansible-tower-awx-automation-controller-security.md
✅ Review Checklist
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).