performing-aws-privilege-escalation-assessment

Identify IAM misconfigurations enabling privilege escalation in AWS environments.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill performing-aws-privilege-escalation-assessment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performing-aws-privilege-escalation-assessment
Source: https://github.com/YukiIto1999/ctf-sleuth/tree/main/.claude/skills/performing-aws-privilege-escalation-assessment
Command: npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill performing-aws-privilege-escalation-assessment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3, botocore, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Identifies IAM misconfigurations in AWS environments that enable privilege escalation, helping security teams rapidly discover and remediate risky configurations.

Core Features & Use Cases

  • Automated IAM enumeration and analysis using Pacu, CloudFox, and Principal Mapper to map users, roles, policies, and trust relationships.
  • Privilege escalation path discovery highlighting dangerous permission combinations and risky trust policies.
  • Cross-account and resource-based policy assessment to identify potential escalation vectors across accounts and services.

Quick Start

Run the assessment against an authorized AWS environment to identify IAM misconfigurations and privilege escalation paths.

Frequently Asked Questions about performing-aws-privilege-escalation-assessment

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

FAQPage Schema
How do I find AWS IAM privilege escalation paths in my environment?

To find AWS IAM privilege escalation paths, you can use this assessment to map users, roles, and policies using Pacu, CloudFox, and Principal Mapper, highlighting dangerous permission combinations and risky trust relationships.

What is the best way to assess cross-account IAM trust policies for escalation risks?

The best way to assess cross-account IAM trust policies is by performing resource-based policy assessment to identify potential privilege escalation vectors across accounts and services within your authorized AWS environment.

Can I use Pacu and CloudFox together for AWS security assessments?

Yes, you can use Pacu and CloudFox together for AWS security assessments. This approach combines Pacu's exploitation framework with CloudFox's enumeration to provide comprehensive visibility into IAM misconfigurations.

Do I need explicit authorization to run an AWS privilege escalation assessment?

Yes, you need explicit authorization to run an AWS privilege escalation assessment. The process operates within authorized penetration testing scenarios to safely discover and help remediate risky IAM configurations.

What AWS APIs are used to identify IAM misconfigurations and escalation vectors?

The AWS IAM and STS APIs are used alongside boto3 and botocore to identify IAM misconfigurations and escalation vectors, mapping trust relationships and analyzing permissions across your environment.