Skip to content

Commit b764ece

Browse files
committed
[Rule Tuning] Potential Modification of Accessibility Binaries
1 parent e0bdb59 commit b764ece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/windows/persistence_priv_escalation_via_accessibility_features.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/02/18"
33
integration = ["endpoint", "windows"]
44
maturity = "production"
5-
updated_date = "2023/10/23"
5+
updated_date = "2024/01/23"
66
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
77
min_stack_version = "8.3.0"
88

@@ -119,6 +119,7 @@ type = "eql"
119119
query = '''
120120
process where host.os.type == "windows" and event.type == "start" and
121121
process.parent.name : ("Utilman.exe", "winlogon.exe") and user.name == "SYSTEM" and
122+
process.pe.original_file_name : "?*" and
122123
process.args :
123124
(
124125
"C:\\Windows\\System32\\osk.exe",

0 commit comments

Comments
 (0)