[Rule Tuning] NullSessionPipe Registry Modification (#2350)

* [Rule Tuning] NullSessionPipe Registry Modification

* Trying length

Co-authored-by: Samirbous <64742097+Samirbous@users.noreply.github.com>
This commit is contained in:
Jonhnathan
2022-11-16 02:15:18 -08:00
committed by GitHub
parent b1ddfb11d4
commit 5a762eaf85
@@ -3,7 +3,7 @@ creation_date = "2021/03/22"
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
updated_date = "2022/08/24"
updated_date = "2022/10/11"
[rule]
author = ["Elastic"]
@@ -28,9 +28,9 @@ timestamp_override = "event.ingested"
type = "eql"
query = '''
registry where
registry where event.type in ("creation", "change") and
registry.path : "HKLM\\SYSTEM\\*ControlSet*\\services\\LanmanServer\\Parameters\\NullSessionPipes" and
registry.data.strings != null
length(registry.data.strings) > 0
'''