[Rule Tuning] Add extended lookback for all endpoint rules to account for ingest delays (#351)

This commit is contained in:
Justin Ibarra
2020-09-30 19:16:04 -05:00
committed by GitHub
parent d094c76534
commit 2460333595
31 changed files with 68 additions and 30 deletions
@@ -2,11 +2,12 @@
creation_date = "2020/08/21"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/08/21"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
description = "Identifies a suspicious parent child process relationship with cmd.exe descending from an unusual process."
from = "now-9m"
index = ["winlogbeat-*", "logs-endpoint.events.*"]
language = "kuery"
license = "Elastic License"
@@ -38,3 +39,4 @@ reference = "https://attack.mitre.org/techniques/T1059/"
id = "TA0002"
name = "Execution"
reference = "https://attack.mitre.org/tactics/TA0002/"