routes_to_target
Enumerate up to k distinct routes to a sensitive asset to reveal shared choke points. Cutting a hop all routes share removes them all; a hop in one route removes one.
Instructions
Enumerate the k best distinct routes that reach a named sensitive asset. Answers 'how many ways in are there, and do they share a choke point' - which single-path views hide. Cutting a hop that every route traverses removes them all; cutting one that appears in a single route removes one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | How many distinct routes to return, best first. Fewer routes come back when fewer exist. | |
| from | No | Optional entry-point name to start from. | |
| target | Yes | Sensitive asset name, e.g. 'account-admin (effective)'. |