get_shortest_path
Find the shortest attack path between two security principals in Active Directory to analyze potential compromise routes and identify intermediary nodes with relationship types.
Instructions
Find the shortest path between two nodes in the Bloodhound graph.
This is useful for attack path analysis, showing the most direct route between two security principals.
The path will show all the intermediary nodes and the types of relationships connecting them.
If this returns a 500 or 404 error it is likely that the path does not exist within bloodhound
Args:
start_node: Object ID of the starting node (source)
end_node: Object ID of the ending node (target)
relationship_kinds: Optional comma-separated list of relationship types to include in the path
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_node | Yes | ||
| end_node | Yes | ||
| relationship_kinds | No |