[Rule Tuning] Fix missing Winlogbeat index (#3976)

* [Rule Tuning] Fix missing Winlogbeat index

* bump
This commit is contained in:
Jonhnathan
2024-08-09 12:46:33 -03:00
committed by GitHub
parent 207dc55ede
commit fcc8aaaf63
3 changed files with 6 additions and 6 deletions
@@ -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"