Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus-cr <marcus-cr@users.noreply.github.com>2016-10-19 12:17:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-19 12:17:54 +0300
commitf93573ff60d3690a44e8fd0ad10d530dfb604e1e (patch)
tree610d824e581551d4767dbb9e17ed23aec2e9ab3d /include/tests_malware
parent9dabecadbf905869b1948d6751798f0b35b671cf (diff)
[MALW-3280] Bitdefender AV Support (macOS) (#293)
* Support for Bitdefender AV (Mac OS) * Update CHANGELOG.md
Diffstat (limited to 'include/tests_malware')
-rw-r--r--include/tests_malware14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/tests_malware b/include/tests_malware
index d5f26e9f..c7e3e6b1 100644
--- a/include/tests_malware
+++ b/include/tests_malware
@@ -27,6 +27,7 @@
#################################################################################
#
AVAST_DAEMON_RUNNING=0
+ BITDEFENDER_DAEMON_RUNNING=0
CLAMD_RUNNING=0
CLAMSCAN_INSTALLED=0
ESET_DAEMON_RUNNING=0
@@ -110,6 +111,19 @@
Report "malware_scanner[]=eset"
fi
+ # Bitdefender (macOS)
+ LogText "Test: checking process bdagentd"
+ IsRunning bdagentd
+ if [ ${RUNNING} -eq 1 ]; then
+ FOUND=1
+ Display --indent 2 --text "- ${GEN_CHECKING} Bitdefender agent" --result "${STATUS_FOUND}" --color GREEN
+ LogText "Result: found Bitdefender security product"
+ BITDEFENDER_DAEMON_RUNNING=1
+ MALWARE_SCANNER_INSTALLED=1
+ AddHP 2 2
+ Report "malware_scanner[]=bitdefender"
+ fi
+
# Avast (macOS)
LogText "Test: checking process com.avast.daemon"
IsRunning com.avast.daemon