cloud-iam-deep

Map cloud IAM privilege exposure across AWS, Azure, and GCP.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill cloud-iam-deep-sseshachala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-iam-deep
Source: https://github.com/sseshachala/Claude-BugHunter-archive/tree/main/skills/cloud-iam-deep
Command: npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill cloud-iam-deep-sseshachala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloud IAM configurations across AWS, Azure, and GCP are complex and frequently misconfigured, creating hidden privilege paths that attackers or red-team operators can abuse and defenders must scan for to prevent unauthorized access.

Core Features & Use Cases

  • Enumerates IAM identities, roles, policies, and trust relationships across AWS, Azure, and GCP to map privilege escalation paths.
  • Analyzes cross-account access chains, STS assume-role flows, and managed identity exposure to identify lateral movement opportunities.
  • Highlights common blind spots like cross-cloud trust, unauthenticated identities, and over-broad permissions; provides actionable remediation guidance.

Quick Start

Configure and run a cloud IAM discovery workflow across AWS, Azure, and GCP to enumerate identities, roles, and policies and outline possible escalation paths

Frequently Asked Questions about cloud-iam-deep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find cloud IAM privilege escalation paths across AWS, Azure, and GCP?

Cloud IAM privilege escalation paths across AWS, Azure, and GCP are identified by enumerating identities, roles, and trust relationships to map chained access routes when credentials like leaked keys or service account JSONs surface.

What is cross-account trust analysis in multicloud IAM?

Cross-account trust analysis in multicloud IAM evaluates STS AssumeRole chains, Azure Managed Identity exposure, and GCP service account trust to identify lateral movement opportunities and unauthenticated identity abuse across cloud boundaries.

How do I enumerate IAM identities and policies during a red-team engagement?

Enumerate IAM identities and policies during a red-team engagement by analyzing IAM roles, permissions, and trust relationships using cloud CLI tools like aws iam, az role, and gcloud iam to map potential privilege escalation vectors.

Can I abuse Azure Managed Identity and GCP service account JSONs for cross-cloud access?

Yes, Azure Managed Identity abuse and GCP service account JSON exploitation are supported escalation patterns that allow red-team operators to chain exposed credentials and identify cross-cloud lateral movement opportunities.

Does this approach detect SSRF routes and IMDSv1/v2 token exposure for escalation?

Yes, this approach detects SSRF routes and IMDSv1/v2 token exposure, mapping how leaked Kubernetes SA tokens or instance metadata credentials can be chained to exploit over-broad permissions and escalate privileges across cloud accounts.

What are common blind spots when analyzing cloud IAM privilege exposure?

Common blind spots when analyzing cloud IAM privilege exposure include cross-cloud trust misconfigurations, unauthenticated identities, and over-broad permissions that enable hidden lateral movement and unauthorized cross-account access chains.