list_attack_paths
Identify and rank attack paths from internet exposure to sensitive assets, ordered by triage priority, so security teams can focus on the most critical routes first.
Instructions
List the ranked routes from internet exposure to a sensitive asset, highest triage priority first. score is the modelled end-to-end exploit probability and priority (0-100, banded P1/P2/P3) is the triage order that also weighs corroboration and target sensitivity. IMPORTANT: these probabilities are expert estimates, not measurements calibrated against real outcomes - call get_score_trust before presenting any of them as a probability, and prefer the ranking over the absolute values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Optional application scope; omit for the whole environment. | |
| limit | No | How many routes to return, priority-first. |