Rule Tuning on Potential Application Shimming via Sdbinst (#2355)

This commit is contained in:
shashank-elastic
2022-10-14 13:25:02 +05:30
committed by GitHub
parent bd46e892f1
commit e761beb0a0
@@ -3,7 +3,7 @@ creation_date = "2020/02/18"
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
updated_date = "2022/09/15"
updated_date = "2022/10/13"
[rule]
author = ["Elastic"]
@@ -29,7 +29,9 @@ timestamp_override = "event.ingested"
type = "eql"
query = '''
process where event.type == "start" and process.name : "sdbinst.exe"
process where event.type == "start" and process.name : "sdbinst.exe" and
not (process.args : "-m" and process.args : "-bg") and
not process.args : "-mm"
'''