Skip to content

Commit 197dd68

Browse files
Samirbousgithub-actions[bot]
authored andcommitted
Update defense_evasion_untrusted_driver_loaded.toml (#3596)
excluding `errorCode_endpoint:*` status (noisy) (cherry picked from commit 919a438)
1 parent 770131e commit 197dd68

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
@@ -4,7 +4,7 @@ integration = ["endpoint"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2024/03/28"
7+
updated_date = "2024/04/15"
88

99
[transform]
1010
[[transform.osquery]]
@@ -102,7 +102,7 @@ type = "eql"
102102
query = '''
103103
driver where host.os.type == "windows" and process.pid == 4 and
104104
dll.code_signature.trusted != true and
105-
not dll.code_signature.status : ("errorExpired", "errorRevoked")
105+
not dll.code_signature.status : ("errorExpired", "errorRevoked", "errorCode_endpoint:*")
106106
'''
107107

108108

0 commit comments

Comments
 (0)