You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not process.executable : ("?:\\Program Files\\*.exe", "?:\\Program Files (x86)\\*.exe") and
20
20
not (process.name : "cscript.exe" and process.command_line : "*Tanium*collectAdInfo.vbs*" and
21
21
process.Ext.token.integrity_level_name == "system") and
22
-
not (process.code_signature.subject_name : ("Check Point Software Technologies Ltd.", "AO Kaspersky Lab", "HCL America Inc.") and
23
-
process.code_signature.trusted == true) and
24
22
not (process.executable : "?:\\Windows\\Provisioning\\Autopilot\\DiagonsticAnalysis.pif" and
25
23
process.args : "?:\\Windows\\Provisioning\\Microsoft-Desktop-Provisioning-Diagnostic.dat") and
26
24
not (process.parent.executable : "?:\\Program Files\\Rapid7\\Insight Agent\\components\\insight_agent\\*\\ir_agent.exe" and process.name : "reg.exe") and
@@ -30,9 +28,13 @@ sequence by process.entity_id
30
28
not process.hash.sha256 : "52f145a4ccc0f540a130bedbf04370a842daff1ee8d8361c75a8e0d21a88cf5a" and
31
29
not (process.executable : ("?:\\Windows\\SysWOW64\\msiexec.exe", "?:\\windows\\system32\\msiexec.exe") and
32
30
process.parent.executable : "?:\\windows\\sys*\\msiexec.exe" and process.args : "-Embedding" and process.parent.args : "/V") and
33
-
not (process.code_signature.subject_name : ("Trend Micro, Inc.", "Komodo Laboratories LLC", "Speckled Jay LLC", "Tenable Inc.", "HCL America Inc.") and
34
-
process.code_signature.trusted == true) and
35
-
not process.hash.sha256 : ("8016595ed2344c5322ea8eac1ffd490994417b5c4c745668aa5731ba9129e9fd", "f7e5566741042ce7a10cf2847279a0dd845ea813fdcb090cd4ee2359584c1496")
31
+
not (process.code_signature.trusted == true and
32
+
process.code_signature.subject_name : ("Trend Micro, Inc.", "Komodo Laboratories LLC", "Speckled Jay LLC", "Tenable Inc.", "HCL America Inc.",
33
+
"Kaspersky Lab*", "Check Point Software Technologies Ltd.", "AO Kaspersky Lab", "HCL America Inc.")) and
0 commit comments