mirror of
https://github.com/elastic/detection-rules
synced 2026-06-08 14:00:08 +00:00
[Rule Tuning] AWS EC2 EBS Snapshot Access Removed (#5499)
- fixed mistake in creation date
- excludes `backup.amazon.com` FP from telemetry
(cherry picked from commit 12d257ed56)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[metadata]
|
||||
creation_date = "2024/06/02"
|
||||
creation_date = "2025/06/02"
|
||||
integration = ["aws"]
|
||||
maturity = "production"
|
||||
updated_date = "2025/10/24"
|
||||
updated_date = "2025/12/18"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -107,6 +107,7 @@ info where event.dataset == "aws.cloudtrail"
|
||||
and event.outcome == "success"
|
||||
and stringContains (aws.cloudtrail.request_parameters, "attributeType=CREATE_VOLUME_PERMISSION")
|
||||
and stringContains (aws.cloudtrail.request_parameters, "remove=")
|
||||
and not source.address == "backup.amazonaws.com"
|
||||
'''
|
||||
|
||||
[[rule.threat]]
|
||||
|
||||
Reference in New Issue
Block a user