[Rule Tuning] Potential Application Shimming via Sdbinst (#3553)
Co-authored-by: Ruben Groenewoud <78494512+Aegrah@users.noreply.github.com>
(cherry picked from commit c781376188)
This commit is contained in:
committed by
github-actions[bot]
parent
de3db7007a
commit
5a18a6cea2
@@ -4,7 +4,7 @@ integration = ["endpoint", "windows", "system"]
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2024/03/28"
|
||||
updated_date = "2024/04/01"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -35,6 +35,7 @@ type = "eql"
|
||||
|
||||
query = '''
|
||||
process where host.os.type == "windows" and event.type == "start" and process.name : "sdbinst.exe" and
|
||||
process.args : "?*" and
|
||||
not (process.args : "-m" and process.args : "-bg") and
|
||||
not process.args : "-mm"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user