Techniques
Sample rules
AWS IAM Group Creation
- source: elastic
- technicques:
- T1136
Description
Identifies the creation of a group in AWS Identity and Access Management (IAM). Groups specify permissions for multiple users. Any user in a group automatically has the permissions that are assigned to the group. Adversaries who obtain credentials with IAM write privileges may create a new group as a foothold for persistence: they can later attach admin-level policies to the group and quietly add users or roles to inherit those privileges.
Detection logic
event.dataset: aws.cloudtrail and
event.provider: iam.amazonaws.com and
event.action: CreateGroup and
event.outcome: success