From 332afabf048d396db29fbe434beeaa7c9d641dfc Mon Sep 17 00:00:00 2001 From: Jonhnathan <26856693+w0rk3r@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:26:39 -0300 Subject: [PATCH] [Rule Tuning] Potential Modification of Accessibility Binaries (#3401) Co-authored-by: Ruben Groenewoud <78494512+Aegrah@users.noreply.github.com> (cherry picked from commit 50df6f3e9bb93d264c08ed7e3142f550eac56c84) --- ...persistence_priv_escalation_via_accessibility_features.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/windows/persistence_priv_escalation_via_accessibility_features.toml b/rules/windows/persistence_priv_escalation_via_accessibility_features.toml index be77c8801..a7ea05797 100644 --- a/rules/windows/persistence_priv_escalation_via_accessibility_features.toml +++ b/rules/windows/persistence_priv_escalation_via_accessibility_features.toml @@ -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",