mirror of
https://github.com/netero1010/EDRSilencer.git
synced 2026-06-08 17:07:11 +00:00
Added Qualys EDR process
Added Qualys EDR process
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@ char* edrProcess[] = {
|
||||
"elastic-endpoint.exe",
|
||||
"filebeat.exe",
|
||||
// Trellix EDR
|
||||
"xagt.exe"
|
||||
"xagt.exe",
|
||||
// Qualys EDR
|
||||
"QualysAgent.exe",
|
||||
};
|
||||
|
||||
BOOL inWfpFlag[sizeof(edrProcess) / sizeof(edrProcess[0])] = { FALSE };
|
||||
|
||||
Reference in New Issue
Block a user