Creating IAM Access Keys

AWS persistence technique

Overview

AWS IAM Users can have up to two Access Keys and threat actors have been known to create these to maintain persistence in a compromised account.

aws iam create-access-key --user-name <userName>

Last updated

Was this helpful?