Creating IAM Access Keys
AWS persistence technique
Last updated
AWS persistence technique
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