Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CompassSecurity/BloodHoundQueries
https://github.com/CompassSecurity/BloodHoundQueries
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/CompassSecurity/BloodHoundQueries
- Owner: CompassSecurity
- Created: 2020-07-06T17:16:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T12:58:40.000Z (over 1 year ago)
- Last Synced: 2024-08-02T01:16:48.908Z (6 months ago)
- Language: Python
- Size: 196 KB
- Stars: 585
- Watchers: 18
- Forks: 76
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - CompassSecurity/BloodHoundQueries - (Python)
README
# Compass Security BloodHound Resources
## About
This project contains:
* [BloodHound Custom Queries](BloodHound_Custom_Queries) we often use to see important things in BloodHound
* [Neo4j Custom Queries](Neo4J_Custom_Queries) we use to extract data directly from the Neo4j browser console
* [BloodHound Loader](BloodHound_Loader) script, which allows to make batch modifications to the BloodHound data
* [BloodHound Custom Queries Merger](BloodHound_Custom_Queries_Merger) script to download and merge multiple BloodHound customqueries from different sources.## References
* Make the most out of BloodHound: https://blog.compass-security.com/2020/07/make-the-most-out-of-bloodhound/
* Pre-built BloodHound Queries: https://github.com/BloodHoundAD/BloodHound/blob/master/src/components/SearchContainer/Tabs/PrebuiltQueries.json
* Introduction to Cypher Query Language: https://blog.cptjesus.com/posts/introtocypher
* Cypher Cheat Sheet: https://github.com/SadProcessor/Cheats/blob/master/DogWhispererV2.md
* BloodHound Cypher Cheatsheet: https://hausec.com/2019/09/09/bloodhound-cypher-cheatsheet/
* Handy BloodHound Cypher Queries: https://github.com/mgeeky/Penetration-Testing-Tools/blob/master/red-teaming/bloodhound/Handy-BloodHound-Cypher-Queries.md