[Rule Tuning] Add system index to Windows Event Logs Cleared (#1502)
This commit is contained in:
@@ -10,7 +10,7 @@ Identifies attempts to clear Windows event log stores. This is often done by att
|
||||
or destroy forensic evidence on a system.
|
||||
"""
|
||||
from = "now-9m"
|
||||
index = ["winlogbeat-*", "logs-windows.*"]
|
||||
index = ["winlogbeat-*", "logs-windows.*", "logs-system.*"]
|
||||
language = "kuery"
|
||||
license = "Elastic License v2"
|
||||
name = "Windows Event Logs Cleared"
|
||||
|
||||
Reference in New Issue
Block a user