forked from SpecterOps/BloodHound-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
BloodHound Graph Design
Andy Robbins edited this page Aug 6, 2016
·
2 revisions
BloodHound operates with a graph database, using graph theory. This is a visual guide to the design of the graph:
Every user, group, computer, and domain is a vertex, or node.
The directed edges (or relationships) between these nodes establish local admin privileges, group memberships, and user logon sessions.
The paths always lead towards compromising a user or group. Always.