Skip to content

Commit eb1dd5f

Browse files
w0rk3rtradebot-elastic
authored andcommitted
[Rule Tuning] Untrusted Driver Loaded (#5061)
* [Rule Tuning] Untrusted Driver Loaded * Update defense_evasion_untrusted_driver_loaded.toml (cherry picked from commit 4aa6c4e)
1 parent 1cec534 commit eb1dd5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/windows/defense_evasion_untrusted_driver_loaded.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2023/01/27"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2025/02/03"
5+
updated_date = "2025/09/04"
66

77
[transform]
88
[[transform.osquery]]
@@ -112,7 +112,7 @@ type = "eql"
112112

113113
query = '''
114114
driver where host.os.type == "windows" and process.pid == 4 and
115-
dll.code_signature.trusted != true and
115+
(dll.code_signature.trusted == false or dll.code_signature.exists == false) and
116116
not dll.code_signature.status : ("errorExpired", "errorRevoked", "errorCode_endpoint:*")
117117
'''
118118

0 commit comments

Comments
 (0)