Skip to content

Commit 04cb968

Browse files
authored
chore: add Windows Defender (wdavdaemon) security tool in support bundle spec (#113)
Signed-off-by: Evans Mungai <[email protected]>
1 parent 8cb04b2 commit 04cb968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

host/default.yaml

Lines changed: 2 additions & 2 deletions
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' | 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' | grep -v grep"]
458458
- filesystemPerformance:
459459
collectorName: filesystem-latency-two-minute-benchmark
460460
timeout: 2m
@@ -831,7 +831,7 @@ spec:
831831
- textAnalyze:
832832
checkName: "Detect Threat Management and Network Security Tools"
833833
fileName: host-collectors/run-host/ps-detect-antivirus-and-security-tools.txt
834-
regex: '\b(clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt)\b'
834+
regex: '\b(clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt|wdavdaemon)\b'
835835
ignoreIfNoFiles: true
836836
outcomes:
837837
- fail:

0 commit comments

Comments
 (0)