Add A Policy To A User (aws)
Platform | Author | Last Update |
---|---|---|
aws | Nick Jones | 2024-12-02 |
An adversary may attempt to add a policy to a user, in order to escalate the privileges of that user.
MITRE IDs
Required Permissions
- iam:AttachUserPolicy
Required Parameters
Name | Type | Description | Example Value |
---|---|---|---|
user | str | User to add policy to | root |
policyarn | str | Policy to add to user | arn:aws:iam::aws:policy/ReadOnlyAccess |
Attacker Action
Detection Case
ELK query
When logs are ingested into ELK, the following Lucene query can be used to identify relevant events.