[Rule Tuning] Fix missing Winlogbeat index (#3976)
* [Rule Tuning] Fix missing Winlogbeat index * bump
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
creation_date = "2024/07/24"
|
||||
integration = ["system", "windows"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/08/07"
|
||||
updated_date = "2024/08/09"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -12,7 +12,7 @@ domain controller computer account coming from other hosts to the DC that owns t
|
||||
hash after capturing it using forced authentication.
|
||||
"""
|
||||
from = "now-9m"
|
||||
index = ["logs-system.security*", "logs-windows.forwarded*"]
|
||||
index = ["logs-system.security-*", "logs-windows.forwarded*", "winlogbeat-*"]
|
||||
language = "eql"
|
||||
license = "Elastic License v2"
|
||||
name = "Potential Relay Attack against a Domain Controller"
|
||||
|
||||
Reference in New Issue
Block a user