From 9d42ef01501da56bef103cd9ec310c1058397c3b Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Tue, 20 May 2025 11:45:27 +0100 Subject: [PATCH] chore: add Microsoft Defender Antivirus to the list of security tools Ensure Microsoft Defender Antivirus security tool is detected by the support bundle analysis. Signed-off-by: Evans Mungai --- host/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/default.yaml b/host/default.yaml index 3ae4ddd..5710d7d 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -454,7 +454,7 @@ spec: - run: collectorName: "ps-detect-antivirus-and-security-tools" command: "sh" - args: [-c, "ps -ef | grep -E 'clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt|wdavdaemon' | grep -v grep"] + args: [-c, "ps -ef | grep -E 'clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt|wdavdaemon|mdatp' | grep -v grep"] - filesystemPerformance: collectorName: filesystem-latency-two-minute-benchmark timeout: 2m