azure_analyze_attack_paths
Map attack paths from public exposure to sensitive resources, analyzing privilege escalation, lateral movement, and credential exposure to generate step-by-step exploitation scenarios.
Instructions
Identify and map attack paths from public exposure to sensitive resources. Analyzes: privilege escalation chains (RBAC roles → resources), lateral movement opportunities (VM → managed identity → secrets), exposed credentials to resource access, public IP → NSG → VM → identity → data flows. Returns exploitation scenarios with step-by-step attack chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID to analyze | |
| resourceGroup | No | Optional: Filter by specific resource group | |
| startFrom | No | Optional: Starting point for attack path analysis ('public-ips', 'storage', 'vms', 'identities'). Default: analyze all entry points. | |
| format | No | Output format: 'markdown' (default, human-readable) or 'json' (machine-readable) |