Query attack-pathway data (relational, not computed)
query_attack_pathwaysExpand an asset's network graph one hop at a time: returns connected peer IDs with protocols and conversation counts, enabling analysis of lateral movement and attack routes.
Instructions
Returns the asset's 1-hop network neighborhood: the asset itself plus a list of peer-asset IDs it has communicated with, with the protocols and conversation count of each link. Use this AS THE GRAPH the AI walks to reason about attack paths — call again on each peer's id to expand further. The server does NOT compute paths, pick highest-risk routes, or score compromise time. That's the AI's job. Peer assets are returned as IDs only — call get_asset on each to enrich with name / vendor / type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_peers | No | ||
| entry_asset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||