Enumerate AWS IAM Users
Exposure of AWS IAM Usernames can further aid attackers efforts to access an AWS account. Exposure leaves users vulnerable to attacks such as phishing and password-spraying.
What is the risk of exposed AWS IAM Usernames?
Exposing an AWS IAM username is not a direct threat but simplifies attackers' efforts to access an AWS account. With this information, they can initiate phishing campaigns or password-spraying attacks, potentially obtaining valid credentials and accessing the account
Methods to Enumerate AWS IAM Usernames
Using AWS Access Key ID
You must have valid access keys configured in the target account for this to work (aws configure
)
Unauthenticated IAM User Enumeration
There are additional ways to enumerate IAM Users and Roles, see Enumerate (Unauthenticated) IAM Users and Roles
Last updated