Update AWS Update Login Profile rule

Update selection criteria for AWS Update Login Profile rule to check for mismatch between userIdentity.arn and requestParameters.userName.
Closes SigmaHQ/sigma#1966.
This commit is contained in:
Rachel Rice 2021-09-02 17:37:41 +01:00
parent b731c20594
commit 7ccb773b20
No known key found for this signature in database
GPG Key ID: A6DA98BA5E9E2C85

View File

@ -15,7 +15,7 @@ detection:
eventSource: iam.amazonaws.com
eventName: UpdateLoginProfile
filter:
userIdentity.arn|contains: responseElements.accessKey.userName
userIdentity.arn|contains: requestParameters.userName
condition: selection_source and not filter
fields:
- userIdentity.arn