Skip to content

Commit

Permalink
Merge pull request #91 from hedge-sparrow/main
Browse files Browse the repository at this point in the history
 Add fireeye xagt to list of security tools
  • Loading branch information
danj-replicated authored May 10, 2024
2 parents 7e40d0d + 1aad092 commit 8ea335c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,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' | grep -v grep"]
args: [-c, "ps -ef | grep -E 'clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt' | grep -v grep"]
- filesystemPerformance:
collectorName: filesystem-latency-two-minute-benchmark
timeout: 2m
Expand Down Expand Up @@ -796,7 +796,7 @@ spec:
- textAnalyze:
checkName: "Detect Threat Management and Network Security Tools"
fileName: host-collectors/run-host/ps-detect-antivirus-and-security-tools.txt
regex: '\b(clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio)\b'
regex: '\b(clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt)\b'
ignoreIfNoFiles: true
outcomes:
- fail:
Expand Down

0 comments on commit 8ea335c

Please sign in to comment.