From d921c3c56d99d4a19a082f53b1563abe0cfb70fa Mon Sep 17 00:00:00 2001 From: smeukinou <36619449+smeukinou@users.noreply.github.com> Date: Fri, 5 May 2023 10:58:50 +0200 Subject: [PATCH] Add ESET Internet Security to kwnown security processes --- client/command/processes/ps.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/command/processes/ps.go b/client/command/processes/ps.go index 8fdfc5cc7c..fc174fa129 100644 --- a/client/command/processes/ps.go +++ b/client/command/processes/ps.go @@ -82,6 +82,9 @@ var ( "TaniumDetectEngine.exe": {console.Red, "Tanium"}, // Tanium "collector.exe": {console.Red, "Rapid 7 Collector"}, // Rapid 7 Insight Platform Collector "ir_agent.exe": {console.Red, "Rapid 7 Insight Agent"}, // Rapid 7 Insight Agent + "eguiproxy.exe": {console.Red, "ESET Security"}, // ESET Internet Security + "ekrn.exe": {console.Red, "ESET Security"}, // ESET Internet Security + "efwd.exe": {console.Red, "ESET Security"}, // ESET Internet Security } )