mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
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:
parent
b731c20594
commit
7ccb773b20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user