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
Expected JSON Format
{
"UserDetailList": [{ "UserName", "UserPolicyList" }],
"RoleDetailList": [{ "RoleName", "AssumeRolePolicyDocument" }]
}
"UserDetailList": [{ "UserName", "UserPolicyList" }],
"RoleDetailList": [{ "RoleName", "AssumeRolePolicyDocument" }]
}