analyze_attack_chains
Correlate current penetration test findings into multi-stage attack chains, showing how low and medium severity issues combine into high-impact attack paths to assess compound risk.
Instructions
Correlate current findings into multi-stage attack chains.
Shows how individual low/medium findings combine into high-impact compound attack paths (e.g. SQL injection + exposed SSH = credential theft + system access). Call this at any point during an engagement to understand compound risk.
host: focus on a specific host (empty = all hosts) min_severity: minimum finding severity to consider — info, low, medium, high, critical min_confidence: minimum finding confidence to consider — low, medium, high Returns: list of chains with name, escalated severity, narrative, steps, affected hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| min_severity | No | low | |
| min_confidence | No | low |