discover_chains
Discover multi-step attack chains combining escalation, persistence, lateral movement, and exfiltration in an enumerated environment. Specify chain type and constraints to generate coherent attack narratives.
Instructions
Discover multi-step attack chains in an enumerated environment. Chains combine escalation, persistence, lateral movement, and exfiltration steps into coherent attack narratives with reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_goal | No | For custom chain_type: require chains that end at this goal (e.g. root, persist, lateral) | |
| max_depth | No | Maximum depth (steps) for chain discovery | |
| chain_type | Yes | Type of chain to discover: escalate+persist, escalate+lateral, escalate+exfiltrate, full (all), or custom with start/end constraints | |
| start_binary | No | For custom chain_type: require chains that start with or include this binary | |
| environment_id | Yes | Environment session ID returned by enumerate_host |