get_relay_targets
Identify potential attack relay nodes between two specified nodes in the BloodHound graph to plan advanced attack paths and privilege escalation strategies.
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 |