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

If you want to dig more I recommend the following articles with a lot of useful informations and queries :
Last updated