Skip to content

ZephrFish/Bloodhound-CustomQueries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bloodhound-CustomQueries

Custom Queries - Brought Up to BH4.1 syntax.

A combination of custom cypher queries from various sources for Bloodhound, added categories to match newest version of BH. Some queries are straight from sources below however others are curated from all over. If you have others to add, just open a pull request and add the thanks to the list.

How To

Copy the customqueries.json into the respective paths on your OS:

Windows:

%APPDATA%\bloodhound\customqueries.json

This translates to C:\Users\<USERNAME>\AppData\Roaming\bloodhound\customqueries.json.

PowerShell:

$env:APPDATA\bloodhound\customqueries.json

Command to copy the file to the correct location:

copy customqueries.json %APPDATA%\bloodhound\customqueries.json

PowerShell command:

Copy-Item -Path .\customqueries.json -Destination "$env:APPDATA\bloodhound\customqueries.json"

Linux/macOS:

~/.config/bloodhound/customqueries.json

The BloodHound application will automatically look for custom queries in this location when it starts up, so placing your JSON file there will make the queries available in the BloodHound interface.

Thanks

About

Custom Queries - Brought Up to BH4.1 syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5