Change Default Policy Version (aws)
Platform | Author | Last Update |
---|---|---|
aws | Nick Jones | 2024-12-02 |
An attacker may attempt to change the default policy version of a policy to one that includes a different set of permissions
MITRE IDs
Required Permissions
- iam:SetDefaultPolicyVersion
Required Parameters
Name | Type | Description | Example Value |
---|---|---|---|
policy_arn | str | ARN of the policy to create a new version for | arn:aws:iam::123456789012:policy/test |
policy_version | str | Version of the policy to set as default | v2 |
Attacker Action
Detection Case
ELK query
When logs are ingested into ELK, the following Lucene query can be used to identify relevant events.