[Rule Tuning] Windows BBR Tuning - 4 (#3384)

* [Rule Tuning] Windows BBR Tuning - 4

* Update discovery_system_time_discovery.toml
This commit is contained in:
Jonhnathan
2024-02-14 14:21:07 -03:00
committed by GitHub
parent f233909e7d
commit 1a8271db2f
5 changed files with 25 additions and 12 deletions
@@ -4,7 +4,7 @@ integration = ["endpoint"]
maturity = "production"
min_stack_comments = "Multiple field support in the New Terms rule type was added in Elastic 8.6"
min_stack_version = "8.6.0"
updated_date = "2023/09/19"
updated_date = "2024/01/12"
bypass_bbr_timing = true
[rule]
@@ -36,7 +36,8 @@ type = "new_terms"
query = '''
host.os.type:windows and event.category:process and event.type:start and
process.parent.executable:"C:\\Windows\\System32\\services.exe" and
(process.code_signature.exists:false or process.code_signature.trusted:false)
(process.code_signature.exists:false or process.code_signature.trusted:false) and
not process.code_signature.status : (errorCode_endpoint* or "errorChaining")
'''
[[rule.threat]]