get_attack_paths
Retrieve discovered attack paths from AWS security scans to identify potential vulnerabilities and prioritize remediation actions.
Instructions
Get discovered attack paths from the latest scan.
Args:
max_paths: Maximum number of paths to return (default: 10)
min_risk: Minimum risk score filter (0.0-1.0, default: 0.0)
snapshot_id: Optional snapshot ID (default: latest)
Returns:
List of attack paths with risk scores, confidence, and traversed assets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_paths | No | ||
| min_risk | No | ||
| snapshot_id | No |