diff --git a/detection/c2/unexpected-talkers-linux.sql b/detection/c2/unexpected-talkers-linux.sql index 6638ef1..a154ecf 100644 --- a/detection/c2/unexpected-talkers-linux.sql +++ b/detection/c2/unexpected-talkers-linux.sql @@ -106,5 +106,12 @@ WHERE AND s.protocol = 6 AND p.euid > 500 ) + AND NOT ( + p.name = 'chrome' + AND f.filename = 'chrome' + AND s.remote_port > 5000 + AND s.protocol = 6 + AND p.euid > 500 + ) GROUP BY p.cmdline