[Rule Tuning] Potential Modification of Accessibility Binaries (#3401)
Co-authored-by: Ruben Groenewoud <78494512+Aegrah@users.noreply.github.com>
(cherry picked from commit 50df6f3e9b)
This commit is contained in:
committed by
github-actions[bot]
parent
c8b1b59079
commit
332afabf04
@@ -2,7 +2,7 @@
|
||||
creation_date = "2020/02/18"
|
||||
integration = ["endpoint", "windows"]
|
||||
maturity = "production"
|
||||
updated_date = "2023/10/23"
|
||||
updated_date = "2024/01/23"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
|
||||
@@ -119,6 +119,7 @@ type = "eql"
|
||||
query = '''
|
||||
process where host.os.type == "windows" and event.type == "start" and
|
||||
process.parent.name : ("Utilman.exe", "winlogon.exe") and user.name == "SYSTEM" and
|
||||
process.pe.original_file_name : "?*" and
|
||||
process.args :
|
||||
(
|
||||
"C:\\Windows\\System32\\osk.exe",
|
||||
|
||||
Reference in New Issue
Block a user