Skip to content

Commit 1143a39

Browse files
authored
chore: add Microsoft Defender Antivirus to the list of security tools (#114)
Ensure Microsoft Defender Antivirus security tool is detected by the support bundle analysis. Signed-off-by: Evans Mungai <[email protected]>
1 parent 04cb968 commit 1143a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ spec:
454454
- run:
455455
collectorName: "ps-detect-antivirus-and-security-tools"
456456
command: "sh"
457-
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"]
457+
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"]
458458
- filesystemPerformance:
459459
collectorName: filesystem-latency-two-minute-benchmark
460460
timeout: 2m

0 commit comments

Comments
 (0)