Hunting with bloodhound

Now start neo4j and bloodhound

Upload the zips into neo4j

and now show all domains and computer

MATCH p = (d:Domain)-[r:Contains*1..]->(n:Computer) RETURN p

And show all the users

let see the overall map of domains/groups/users

Let see the users ACL

Last updated