Principal Mapper (PMapper) is a Python-based script and library designed to analyze AWS Identity and Access Management (IAM) configurations for security risks within AWS accounts or organizations. The tool creates a directed graph model of IAM Users and Roles, enabling security professionals to identify potential privilege escalation paths and alternative attack vectors that could lead to unauthorized resource access. PMapper includes a local simulation engine that mimics AWS authorization behavior, allowing users to query whether principals have access to specific actions or resources. The tool goes beyond direct permission checks by analyzing indirect access paths, such as scenarios where a user might launch an EC2 instance with permissions to access resources they cannot directly reach. The solution supports both individual AWS accounts and AWS organizations, providing comprehensive IAM risk assessment capabilities. It requires Python 3.5+, botocore library, pydot, and graphviz for full functionality. PMapper serves as a security assessment tool for identifying misconfigurations and potential security gaps in AWS IAM implementations.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A Docker security vulnerability where disabling inter-container communication (ICC) fails to block raw ethernet frames, allowing unexpected data transfer between containers via raw sockets.
A deprecated Kubernetes workload policy enforcement tool that helped secure multi-tenant clusters through various security policies and configurations.
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.
AWS Vault securely stores AWS IAM credentials in the operating system's keystore and generates temporary credentials for development environments.
LambdaGuard is an AWS Lambda auditing tool that provides security configuration checks, statistical analysis, and service dependency mapping for serverless functions.
KICS is an open-source Infrastructure as Code security scanner that detects vulnerabilities and misconfigurations through customizable queries and integrates with CI/CD pipelines.
Kube-bench is a security assessment tool that validates Kubernetes deployments against CIS Kubernetes Benchmark standards through automated configuration checks.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
CloudSploit by Aqua is an open-source multi-cloud security scanning tool that detects security risks and compliance issues across AWS, Azure, GCP, OCI, and GitHub platforms.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.