Hello everyone
I have successfully deployed the wazuh OVF
appliance v4.3.7 on ESXI 7 and also run agents v4.3.7 on 50 windows and
Linux OS , now as we see everything is working normal , but We are having a problem
with the wazuh vulnerability detection module to detect vulnerabilities alerts from Windows server 2019 and Ubuntu 20.4 .,
I have setup and checked all ossec.conf file on both Wazuh manager and Client
Agents but still the vulnerability detection alert is not appearing on Wazuh
vulnerability dashboard from windows servers and ubuntu OS..
The configuration of the Ossec.conf file is as followings.
Configuration in Wazuh Manager
_________________________________________
<vulnerability-detector>
<enabled>yes</enabled>
<interval>5m</interval>
<ignore_time>6h</ignore_time>
<run_on_start>yes</run_on_start>
<!-- Ubuntu OS vulnerabilities -->
<provider name="canonical">
<enabled>yes</enabled>
<os>trusty</os>
<os>xenial</os>
<os>bionic</os>
<os>focal</os>
<os>jammy</os>
<update_interval>1h</update_interval>
</provider>
<!-- Debian OS vulnerabilities -->
<provider name="debian">
<enabled>yes</enabled>
<os>stretch</os>
<os>buster</os>
<os>bullseye</os>
<update_interval>1h</update_interval>
</provider>
<!-- RedHat OS vulnerabilities -->
<provider name="redhat">
<enabled>yes</enabled>
<os>5</os>
<os>6</os>
<os>7</os>
<os>8</os>
<os>9</os>
<update_interval>1h</update_interval>
</provider>
<!-- Amazon Linux OS vulnerabilities -->
<provider name="alas">
<enabled>no</enabled>
<os>amazon-linux</os>
<os>amazon-linux-2</os>
<update_interval>1h</update_interval>
</provider>
<!-- Arch OS vulnerabilities -->
<provider name="arch">
<enabled>no</enabled>
<update_interval>1h</update_interval>
</provider>
<!-- Windows OS vulnerabilities -->
<provider name="msu">
<enabled>yes</enabled>
<update_interval>1h</update_interval>
</provider>
<!-- Aggregate vulnerabilities -->
<provider name="nvd">
<enabled>yes</enabled>
<update_from_year>2010</update_from_year>
<update_interval>1h</update_interval>
</provider>
</vulnerability-detector>
Configuration in Wazuh Client Servers
__________________________________________
<!-- System inventory -->
<wodle name="syscollector">
<disabled>no</disabled>
<interval>1h</interval>
<scan_on_start>yes</scan_on_start>
<hardware>yes</hardware>
<os>yes</os>
<network>yes</network>
<packages>yes</packages>
<hotfixes>yes</hotfixes>
<ports all="no">yes</ports>
<processes>yes</processes>
<!-- Database synchronization settings -->
<synchronization>
<max_eps>10</max_eps>
</synchronization>
</wodle>
Hence, we need your support to solve the problem
Best regards
Hello Sir ,thank you so much for support.As i have shared that multiple DMZ networks are connected with Wazuh Manager interfaces via Local network, so i cannot grant the internet access to Wazuh manager to download its Virus Total and Vulnerability update for Windows , ubuntu and other OS ... and also the at the same time have tried all the offline update for both ubuntu and Windows, but its not working. please see all the attached logs and screen shots, if i made i mistake kindly correct me that why its not working .Kind Regards
.