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:
authorMichael Boelen <michael.boelen@cisofy.com>2017-03-13 17:51:13 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-13 17:51:13 +0300
commit4be6b958e4a3fa79125bca49fc569dd3a9e5335e (patch)
treeb4b4e7c83a66a8db2bcb776a60ba4838e309c6fd /include/tests_malware
parent61f96d9b1c31d700f0cf9f29cde4015f9f9f5f3d (diff)
[MALW-3280] added Avira detection
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 cf837bbe..3bdc469b 100644
--- a/include/tests_malware
+++ b/include/tests_malware
@@ -27,6 +27,7 @@
#################################################################################
#
AVAST_DAEMON_RUNNING=0
+ AVIRA_DAEMON_RUNNING=0
BITDEFENDER_DAEMON_RUNNING=0
CLAMD_RUNNING=0
CLAMSCAN_INSTALLED=0
@@ -137,6 +138,19 @@
Report "malware_scanner[]=avast"
fi
+ # Avira
+ LogText "Test: checking process Avira daemon"
+ IsRunning avqmd
+ if [ ${RUNNING} -eq 1 ]; then
+ FOUND=1
+ Display --indent 2 --text "- ${GEN_CHECKING} Avira daemon" --result "${STATUS_FOUND}" --color GREEN
+ LogText "Result: found Avira security product"
+ AVIRA_DAEMON_RUNNING=1
+ MALWARE_SCANNER_INSTALLED=1
+ AddHP 2 2
+ Report "malware_scanner[]=avira"
+ fi
+
# Cylance (macOS)
LogText "Test: checking process CylanceSvc"
IsRunning CylanceSvc