Update defense_evasion_untrusted_driver_loaded.toml (#3596)
excluding `errorCode_endpoint:*` status (noisy)
This commit is contained in:
@@ -4,7 +4,7 @@ integration = ["endpoint"]
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2024/03/28"
|
||||
updated_date = "2024/04/15"
|
||||
|
||||
[transform]
|
||||
[[transform.osquery]]
|
||||
@@ -102,7 +102,7 @@ type = "eql"
|
||||
query = '''
|
||||
driver where host.os.type == "windows" and process.pid == 4 and
|
||||
dll.code_signature.trusted != true and
|
||||
not dll.code_signature.status : ("errorExpired", "errorRevoked")
|
||||
not dll.code_signature.status : ("errorExpired", "errorRevoked", "errorCode_endpoint:*")
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user