mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update aws_updateloginprofile.yml
This commit is contained in:
@@ -11,7 +11,7 @@ description: This search looks for AWS CloudTrail events where a user A who has
|
||||
in case new victim(user B) has more permissions than old victim(user B)
|
||||
search: ' `cloudtrail` eventName = UpdateLoginProfile userAgent !=console.amazonaws.com
|
||||
errorCode = success
|
||||
| eval match=if(match(userIdentity.userName,requestParameters.userName),0,1)
|
||||
| eval match=if(match(userIdentity.userName,requestParameters.userName), 1,0)
|
||||
| search match=0
|
||||
| stats
|
||||
count min(_time) as firstTime max(_time) as lastTime by requestParameters.userName
|
||||
|
||||
Reference in New Issue
Block a user