get_attack_paths
Retrieve identified attack paths from your AWS environment to prioritize remediations. Filter by risk score and limit the number of paths returned.
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
| Name | Required | Description | Default |
|---|---|---|---|
| max_paths | No | ||
| min_risk | No | ||
| snapshot_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||