# cloud > Cloud privilege escalation for AWS, Azure, or GCP. Use when attacking cloud environments or escalating privileges in cloud infrastructure. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~cloud:20260125012158 --- --- name: cloud description: Cloud privilege escalation for AWS, Azure, or GCP. Use when attacking cloud environments or escalating privileges in cloud infrastructure. argument-hint: [target] --- # Cloud Privilege Escalation Attack cloud environment: $ARGUMENTS ## Supported Providers - **AWS** - IAM privesc, Lambda abuse, EC2 metadata, SSM - **Azure** - Managed Identity, RBAC abuse, PIM, Key Vault - **GCP** - Service Account keys, Compute metadata, IAM binding ## Execution 1. **Research cloud techniques** ``` mcp__omega-nexus__omega_vault_query( query=" cloud privilege escalation", context="security" ) ``` 2. **Cloud recon** ``` mcp__omega-nexus__omega_exploit( target="$ARGUMENTS", exploit_type="cloud_recon", options={"provider": ""} ) ``` 3. **Privilege escalation** ``` mcp__omega-nexus__omega_exploit( target="$ARGUMENTS", exploit_type="cloud_privesc", options={ "provider": "", "techniques": ["iam_privesc", "lambda_privesc", "assume_role"] } ) ``` ## Output Report: - Cloud resources discovered - Misconfigurations found - Escalation path taken - New permissions obtained