diff --git a/include/tests_malware b/include/tests_malware index 3ddc9277..237b7cc1 100644 --- a/include/tests_malware +++ b/include/tests_malware @@ -43,6 +43,7 @@ SYMANTEC_SCANNER_RUNNING=0 SYNOLOGY_DAEMON_RUNNING=0 TRENDMICRO_DSA_DAEMON_RUNNING=0 + WAZUH_DAEMON_RUNNING=0 # ################################################################################# # @@ -314,8 +315,10 @@ if IsVerbose; then Display --indent 2 --text "- ${GEN_CHECKING} Wazuh agent" --result "${STATUS_FOUND}" --color GREEN; fi LogText "Result: found Wazuh component" FOUND=1 + WAZUH_DAEMON_RUNNING=1 MALWARE_DAEMON_RUNNING=1 MALWARE_SCANNER_INSTALLED=1 + ROOTKIT_SCANNER_FOUND=1 Report "malware_scanner[]=wazuh" fi