> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# About BloodHound Edges

> Edges are part of the graph construct and are represented as links/relationships that connect one node to another node.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

For example, the image below shows three User nodes (left side) connected to one Group node (right side), via the “MemberOf” edge, indicating the three users belong to the group:

<Frame>
  <img src="https://mintcdn.com/specterops/TwsBcJyEWw_Zwex2/assets/image-2-72.png?fit=max&auto=format&n=TwsBcJyEWw_Zwex2&q=85&s=245ed256d1e9f9a0344a10f49407e8ca" width="500" height="260" data-path="assets/image-2-72.png" />
</Frame>

The direction of the edge, indicated by the arrow, always indicates the direction of attack or privilege. From the above example, because all three users have a "MemberOf" edge pointing towards the group, all three users have the same privileges as the group.

Clicking on an Edge's name/label in the graph shows its properties in the Entity Panel:

<Frame>
  <img src="https://mintcdn.com/specterops/TwsBcJyEWw_Zwex2/assets/image-2-73.png?fit=max&auto=format&n=TwsBcJyEWw_Zwex2&q=85&s=848af68bc1c0b4f7e169c6827227c758" width="634" height="538" data-path="assets/image-2-73.png" />
</Frame>

Edges have only a few properties, which always include the following:

* Source Node
* Target Node
* Last Seen by BloodHound

Each article in this section documents an individual edge, and each contains:

* A description of the edge.

* **Abuse Info:** How red teamers can use the privilege of the edge to obtain their goals.

* **Opsec Considerations:** What red teamers should consider avoiding detection and thereby increasing **op**erational **sec**urity.

* **Edge Schema:** Lists valid edge sources and destinations (targets) and specifies whether the edge is traversable.

* **References:** Links to publicly available sources used to create the above information.

Note that edge names indicate what directory they apply to; all Azure and Entra ID edges are prefixed with "AZ", while Active Directory edges have no prefix.
