From 5db432b2c65a95de668b161c5e25462dff6d1fd6 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 16 Jan 2023 13:57:14 -0500 Subject: [PATCH] Add compile (Go Lang) to exceptions list --- detection/execution/exotic-command-events-linux.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/execution/exotic-command-events-linux.sql b/detection/execution/exotic-command-events-linux.sql index 9b941c4..3ff2d55 100644 --- a/detection/execution/exotic-command-events-linux.sql +++ b/detection/execution/exotic-command-events-linux.sql @@ -159,4 +159,4 @@ WHERE AND NOT cmd LIKE 'dirname %history' AND NOT cmd LIKE 'tail /%history' AND NOT cmd LIKE 'find . -executable -type f -name %grep -l GNU Libtool%touch -r%' - AND NOT basename IN ('cc1') + AND NOT basename IN ('cc1', 'compile')