diff --git a/detection/evasion/touched-executable-linux.sql b/detection/evasion/touched-executable-linux.sql index 40e766b..dda67a0 100644 --- a/detection/evasion/touched-executable-linux.sql +++ b/detection/evasion/touched-executable-linux.sql @@ -57,5 +57,6 @@ WHERE AND f.path NOT LIKE '%/go/bin/%' AND f.path NOT LIKE '%/osqueryi' AND f.path NOT LIKE '/tmp/%/.terraform/providers/%' + AND f.path NOT LIKE '/var/opt/Elastic/Endpoint/elastic-endpoint' GROUP by p.pid