[Rule Tuning] Adding event.provider to AWS WAF Rule or Rule Group Deletion (#1833)

* Adding event.provider

* Removing new line

* Updating updated_date field

Co-authored-by: Jonhnathan <jonhnathancesar@gmail.com>
This commit is contained in:
Stijn Holzhauer
2022-03-23 00:36:53 +01:00
committed by GitHub
parent 22367d3702
commit 2ed97d2e8c
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2020/06/09"
maturity = "production"
updated_date = "2021/07/20"
updated_date = "2022/03/11"
integration = "aws"
[rule]
@@ -35,7 +35,7 @@ timestamp_override = "event.ingested"
type = "query"
query = '''
event.dataset:aws.cloudtrail and event.action:(DeleteRule or DeleteRuleGroup) and event.outcome:success
event.dataset:aws.cloudtrail and event.provider:(waf.amazonaws.com or waf-regional.amazonaws.com or wafv2.amazonaws.com) and event.action:(DeleteRule or DeleteRuleGroup) and event.outcome:success
'''
@@ -56,4 +56,3 @@ reference = "https://attack.mitre.org/techniques/T1562/001/"
id = "TA0005"
name = "Defense Evasion"
reference = "https://attack.mitre.org/tactics/TA0005/"