Skip to content

Commit 6cabc7c

Browse files
w0rk3rtradebot-elastic
authored andcommitted
[Rule Tuning] Suspicious DLL Loaded for Persistence or Privilege Escalation (#5039)
(cherry picked from commit dd918b1)
1 parent aa21a51 commit 6cabc7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/windows/privilege_escalation_persistence_phantom_dll.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/01/07"
33
integration = ["endpoint", "windows"]
44
maturity = "production"
5-
updated_date = "2025/05/05"
5+
updated_date = "2025/08/29"
66

77
[rule]
88
author = ["Elastic"]
@@ -106,8 +106,8 @@ any where host.os.type == "windows" and
106106
?dll.code_signature.trusted != true or
107107
?dll.code_signature.exists != true or
108108
(
109-
dll.code_signature.trusted == true and
110-
not dll.code_signature.subject_name : ("Microsoft Windows", "Microsoft Corporation", "Microsoft Windows Publisher")
109+
?dll.code_signature.trusted == true and
110+
not ?dll.code_signature.subject_name : ("Microsoft Windows", "Microsoft Corporation", "Microsoft Windows Publisher")
111111
)
112112
) or
113113
/* oci.dll is too noisy due to unsigned Oracle related DLL loaded from random dirs */

0 commit comments

Comments
 (0)