Skip to content

Instantly share code, notes, and snippets.

View Cyb3rN8's full-sized avatar

Cyb3rN8 Cyb3rN8

View GitHub Profile
@Cyb3rN8
Cyb3rN8 / customqueries.json
Created May 1, 2024 10:49 — forked from seajaysec/customqueries.json
bloodhound custom queries
{
"queries": [{
"name": "List all owned users",
"queryList": [{
"final": true,
"query": "MATCH (m:User) WHERE m.owned=TRUE RETURN m"
}]
},
{
"name": "List all owned computers",