mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Update AWS SAML and Lambda rules
Use correct case for `AssumeRoleWithSAML` event name. `UpdateFunctionConfiguration`, `UpdateFunctionConfiguration20150331` and `UpdateFunctionConfiguration20150331v2` are all valid event names for updating Lambda function configuration, added selection condition for any of these.
This commit is contained in:
parent
201708c097
commit
4ae3ece314
@ -11,8 +11,13 @@ logsource:
|
||||
detection:
|
||||
selection:
|
||||
eventSource: lambda.amazonaws.com
|
||||
filter1:
|
||||
eventName: UpdateFunctionConfiguration
|
||||
condition: selection
|
||||
filter2:
|
||||
eventName: UpdateFunctionConfiguration20150331
|
||||
filter3:
|
||||
eventName: UpdateFunctionConfiguration20150331v2
|
||||
condition: selection and (filter1 or filter2 or filter3)
|
||||
level: medium
|
||||
tags:
|
||||
- attack.privilege_escalation
|
||||
|
@ -12,7 +12,7 @@ logsource:
|
||||
detection:
|
||||
selection1:
|
||||
eventSource: sts.amazonaws.com
|
||||
eventName: Assumerolewithsaml
|
||||
eventName: AssumeRoleWithSAML
|
||||
selection2:
|
||||
eventSource: iam.amazonaws.com
|
||||
eventName: UpdateSAMLProvider
|
||||
|
Loading…
Reference in New Issue
Block a user