get_relay_targets
Identify potential relay nodes for attack path planning between specified source and target nodes in BloodHound's Active Directory graph.
Instructions
Find valid relay targets for a given edge in the Bloodhound graph.
Relay targets represent potential nodes that could be used to relay an attack or
privilege escalation between two nodes. This is critical for advanced attack path planning.
Args:
source_node: ID of the source node
target_node: ID of the target node
edge_type: Type of edge (relationship) between the nodes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_node | Yes | ||
| target_node | Yes | ||
| edge_type | Yes |