Create New Policy Version (aws)
Platform | Author | Last Update |
---|---|---|
aws | Nick Jones | 2024-12-02 |
An attacker may attempt to create a new version of a given IAM policy in order to attach extra permissions to an entity they control.
MITRE IDs
Required Permissions
- iam:CreatePolicyVersion
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_document | str | New policy to upload - for the CLI, this should be a path to the json document. For Leonidas, this should be the JSON document itself. | file://path/to/administrator/policy.json |
Attacker Action
Detection Case
ELK query
When logs are ingested into ELK, the following Lucene query can be used to identify relevant events.