Cloud Security Analysis

IAM Attack Surface
Detection Engine

Upload your AWS IAM export to detect multi-hop privilege escalation, map attack paths, and get a prioritized remediation plan.

Upload IAM Configuration
aws iam get-account-authorization-details --output json
Drop your IAM JSON file here
or click to browse — .json files only
Expected JSON Format
{
  "UserDetailList": [{ "UserName", "UserPolicyList" }],
  "RoleDetailList": [{ "RoleName", "AssumeRolePolicyDocument" }]
}