Hi,
i have configured wazuh vulnerability module but it is not showing any data.
any help is appreciated as i am naive to it.
1-below is configuration
<!-- 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>
<ports all="yes">yes</ports>
<processes>yes</processes>
<!-- Database synchronization settings -->
<synchronization>
<max_eps>10</max_eps>
</synchronization>
</wodle>
<sca>
<enabled>yes</enabled>
<scan_on_start>yes</scan_on_start>
<interval>12h</interval>
<skip_nfs>yes</skip_nfs>
</sca>
<vulnerability-detector>
<enabled>yes</enabled>
<interval>5m</interval>
<min_full_scan_interval>4h</min_full_scan_interval>
<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>yes</enabled>
<os>amazon-linux</os>
<os>amazon-linux-2</os>
<update_interval>1h</update_interval>
</provider>
<!-- Arch OS vulnerabilities -->
<provider name="arch">
<enabled>yes</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>
<!-- File integrity monitoring -->
<syscheck>
<disabled>no</disabled>
<!-- Frequency that syscheck is executed default every 12 hours -->
<frequency>43200</frequency>
<scan_on_start>yes</scan_on_start>
<!-- Generate alert when new file detected -->
<alert_new_files>yes</alert_new_files>
<!-- Don't ignore files that change more than 'frequency' times -->
<auto_ignore frequency="10" timeframe="3600">no</auto_ignore>
<!-- Directories to check (perform all possible verifications) -->
<directories>/etc,/usr/bin,/usr/sbin</directories>
<directories>/bin,/sbin,/boot</directories>
<!-- Files/directories to ignore -->
<ignore>/etc/mtab</ignore>
<ignore>/etc/hosts.deny</ignore>
<ignore>/etc/mail/statistics</ignore>
<ignore>/etc/random-seed</ignore>
<ignore>/etc/random.seed</ignore>
<ignore>/etc/adjtime</ignore>
<ignore>/etc/httpd/logs</ignore>
<ignore>/etc/utmpx</ignore>
<ignore>/etc/wtmpx</ignore>
<ignore>/etc/cups/certs</ignore>
<ignore>/etc/dumpdates</ignore>
<ignore>/etc/svc/volatile</ignore>
<!-- File types to ignore -->
<ignore type="sregex">.log$|.swp$</ignore>
<!-- Check the file, but never compute the diff -->
<nodiff>/etc/ssl/private.key</nodi
2- below is ossec logs and error
[root@siem-loadbalancer01 ~]# cat /var/ossec/logs/ossec.log | grep ulnerab
2023/01/09 00:01:08 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 6' database could not be fetched.
2023/01/09 00:01:08 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 7' database update.
2023/01/09 00:02:59 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 7' database could not be fetched.
2023/01/09 00:02:59 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 8' database update.
2023/01/09 00:04:49 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 8' database could not be fetched.
2023/01/09 00:04:49 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 9' database update.
2023/01/09 00:06:38 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 9' database could not be fetched.
2023/01/09 00:06:38 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'JSON Red Hat Enterprise Linux' database update.
2023/01/09 00:07:53 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=1' after '3' attempts. Trying the next page.
2023/01/09 00:09:09 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=2' after '3' attempts. Trying the next page.
2023/01/09 00:10:25 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=3' after '3' attempts. Trying the next page.
2023/01/09 00:11:41 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=4' after '3' attempts. Trying the next page.
2023/01/09 00:12:57 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=5' after '3' attempts. Trying the next page.
2023/01/09 00:14:11 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=6' after '3' attempts. Trying the next page.
2023/01/09 00:14:11 wazuh-modulesd:vulnerability-detector: ERROR: (5553): The allowed number of failed pages (5) has been exhausted. The feed will not be updated.
2023/01/09 00:14:11 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Amazon Linux 1' database update.
2023/01/09 00:17:51 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Amazon Linux 1' database could not be fetched.
2023/01/09 00:17:51 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Amazon Linux 2' database update.
2023/01/09 00:21:31 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Amazon Linux 2' database could not be fetched.
2023/01/09 00:21:31 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Arch Linux' database update.
2023/01/09 00:22:52 wazuh-modulesd:vulnerability-detector: WARNING: (5522): There was no valid response to '
https://security.archlinux.org/issues/all.json' after '3' attempts.
2023/01/09 00:22:52 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Arch Linux' database could not be fetched.
2023/01/09 00:22:52 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'National Vulnerability Database' database update.
2023/01/09 00:23:58 wazuh-modulesd:vulnerability-detector: WARNING: (5522): There was no valid response to '
https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-2010.meta' after '3' attempts.
2023/01/09 00:23:58 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'National Vulnerability Database' database could not be fetched.
2023/01/09 00:23:58 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Microsoft Security Update' database update.
2023/01/09 00:27:37 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Microsoft Security Update' database could not be fetched.
2023/01/09 00:27:37 wazuh-modulesd:vulnerability-detector: ERROR: (5513): CVE database could not be updated.
2023/01/09 00:27:37 wazuh-modulesd:vulnerability-detector: INFO: (5431): Starting vulnerability scan.
2023/01/09 00:27:37 wazuh-modulesd:vulnerability-detector: ERROR: (5582): Unavailable vulnerabilities at the NVD database. The scan is aborted.
2023/01/09 00:27:38 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'JSON Red Hat Enterprise Linux' database update.
2023/01/09 00:28:52 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=1' after '3' attempts. Trying the next page.
2023/01/09 00:30:07 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=2' after '3' attempts. Trying the next page.
2023/01/09 00:31:22 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=3' after '3' attempts. Trying the next page.
2023/01/09 00:32:37 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=4' after '3' attempts. Trying the next page.
2023/01/09 00:33:53 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=5' after '3' attempts. Trying the next page.
2023/01/09 00:35:07 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=6' after '3' attempts. Trying the next page.
2023/01/09 00:35:07 wazuh-modulesd:vulnerability-detector: ERROR: (5553): The allowed number of failed pages (5) has been exhausted. The feed will not be updated.
2023/01/09 00:35:07 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Amazon Linux 1' database update.
2023/01/09 00:38:51 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Amazon Linux 1' database could not be fetched.
2023/01/09 00:38:51 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Amazon Linux 2' database update.
2023/01/09 00:42:32 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Amazon Linux 2' database could not be fetched.
2023/01/09 00:42:32 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Arch Linux' database update.
2023/01/09 00:43:55 wazuh-modulesd:vulnerability-detector: WARNING: (5522): There was no valid response to '
https://security.archlinux.org/issues/all.json' after '3' attempts.
2023/01/09 00:43:55 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Arch Linux' database could not be fetched.
2023/01/09 00:43:55 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'National Vulnerability Database' database update.
2023/01/09 00:45:00 wazuh-modulesd:vulnerability-detector: WARNING: (5522): There was no valid response to '
https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-2010.meta' after '3' attempts.
2023/01/09 00:45:00 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'National Vulnerability Database' database could not be fetched.
2023/01/09 00:45:00 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Microsoft Security Update' database update.
2023/01/09 00:48:41 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Microsoft Security Update' database could not be fetched.
2023/01/09 00:48:41 wazuh-modulesd:vulnerability-detector: ERROR: (5513): CVE database could not be updated.
2023/01/09 00:48:42 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Trusty' database update.
2023/01/09 00:50:33 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Trusty' database could not be fetched.
2023/01/09 00:50:33 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Xenial' database update.
2023/01/09 00:52:22 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Xenial' database could not be fetched.
2023/01/09 00:52:22 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Bionic' database update.
2023/01/09 00:54:13 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Bionic' database could not be fetched.
2023/01/09 00:54:13 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Focal' database update.
2023/01/09 00:56:03 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Focal' database could not be fetched.
2023/01/09 00:56:03 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Jammy' database update.
2023/01/09 00:57:53 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Jammy' database could not be fetched.
2023/01/09 00:57:53 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Stretch' database update.
2023/01/09 00:59:44 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Debian Stretch' database could not be fetched.
2023/01/09 00:59:44 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Buster' database update.
2023/01/09 01:01:33 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Debian Buster' database could not be fetched.
2023/01/09 01:01:33 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Bullseye' database update.
2023/01/09 01:03:24 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Debian Bullseye' database could not be fetched.
2023/01/09 01:03:24 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 5' database update.
2023/01/09 01:05:16 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 5' database could not be fetched.
2023/01/09 01:05:16 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 6' database update.
2023/01/09 01:07:08 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 6' database could not be fetched.
2023/01/09 01:07:08 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 7' database update.
2023/01/09 01:08:59 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 7' database could not be fetched.
2023/01/09 01:08:59 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 8' database update.
2023/01/09 01:10:50 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 8' database could not be fetched.
2023/01/09 01:10:50 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 9' database update.
2023/01/09 01:12:39 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 9' database could not be fetched.
2023/01/09 01:12:39 wazuh-modulesd:vulnerability-detector: ERROR: (5513): CVE database could not be updated.
2023/01/09 01:12:39 wazuh-modulesd:vulnerability-detector: INFO: (5431): Starting vulnerability scan.
2023/01/09 01:12:39 wazuh-modulesd:vulnerability-detector: ERROR: (5582): Unavailable vulnerabilities at the NVD database. The scan is aborted.
2023/01/09 01:12:40 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Trusty' database update.
2023/01/09 01:14:31 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Trusty' database could not be fetched.
2023/01/09 01:14:31 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Xenial' database update.
2023/01/09 01:16:21 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Xenial' database could not be fetched.
2023/01/09 01:16:21 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Bionic' database update.
2023/01/09 01:18:11 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Bionic' database could not be fetched.
2023/01/09 01:18:11 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Focal' database update.
2023/01/09 01:20:01 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Focal' database could not be fetched.
2023/01/09 01:20:01 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Ubuntu Jammy' database update.
2023/01/09 01:21:51 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Ubuntu Jammy' database could not be fetched.
2023/01/09 01:21:51 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Stretch' database update.
2023/01/09 01:23:40 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Debian Stretch' database could not be fetched.
2023/01/09 01:23:40 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Buster' database update.
2023/01/09 01:25:30 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Debian Buster' database could not be fetched.
2023/01/09 01:25:30 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Bullseye' database update.
2023/01/09 01:27:21 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Debian Bullseye' database could not be fetched.
2023/01/09 01:27:21 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 5' database update.
2023/01/09 01:29:10 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 5' database could not be fetched.
2023/01/09 01:29:10 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 6' database update.
2023/01/09 01:31:01 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 6' database could not be fetched.
2023/01/09 01:31:01 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 7' database update.
2023/01/09 01:32:52 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 7' database could not be fetched.
2023/01/09 01:32:52 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 8' database update.
2023/01/09 01:34:43 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 8' database could not be fetched.
2023/01/09 01:34:43 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Red Hat Enterprise Linux 9' database update.
2023/01/09 01:36:36 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Red Hat Enterprise Linux 9' database could not be fetched.
2023/01/09 01:36:36 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'JSON Red Hat Enterprise Linux' database update.
2023/01/09 01:37:50 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=1' after '3' attempts. Trying the next page.
2023/01/09 01:39:05 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=2' after '3' attempts. Trying the next page.
2023/01/09 01:40:21 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=3' after '3' attempts. Trying the next page.
2023/01/09 01:41:36 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=4' after '3' attempts. Trying the next page.
2023/01/09 01:42:50 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=5' after '3' attempts. Trying the next page.
2023/01/09 01:44:06 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=6' after '3' attempts. Trying the next page.
2023/01/09 01:44:06 wazuh-modulesd:vulnerability-detector: ERROR: (5553): The allowed number of failed pages (5) has been exhausted. The feed will not be updated.
2023/01/09 01:44:06 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Amazon Linux 1' database update.
2023/01/09 01:47:48 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Amazon Linux 1' database could not be fetched.
2023/01/09 01:47:48 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Amazon Linux 2' database update.
2023/01/09 01:51:29 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Amazon Linux 2' database could not be fetched.
2023/01/09 01:51:29 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Arch Linux' database update.
2023/01/09 01:52:52 wazuh-modulesd:vulnerability-detector: WARNING: (5522): There was no valid response to '
https://security.archlinux.org/issues/all.json' after '3' attempts.
2023/01/09 01:52:52 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Arch Linux' database could not be fetched.
2023/01/09 01:52:52 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'National Vulnerability Database' database update.
2023/01/09 01:53:56 wazuh-modulesd:vulnerability-detector: WARNING: (5522): There was no valid response to '
https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-2010.meta' after '3' attempts.
2023/01/09 01:53:56 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'National Vulnerability Database' database could not be fetched.
2023/01/09 01:53:56 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Microsoft Security Update' database update.
2023/01/09 01:57:38 wazuh-modulesd:vulnerability-detector: WARNING: (5500): The 'Microsoft Security Update' database could not be fetched.
2023/01/09 01:57:38 wazuh-modulesd:vulnerability-detector: ERROR: (5513): CVE database could not be updated.
2023/01/09 01:57:39 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'JSON Red Hat Enterprise Linux' database update.
2023/01/09 01:58:53 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=1' after '3' attempts. Trying the next page.
2023/01/09 02:00:10 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=2' after '3' attempts. Trying the next page.
2023/01/09 02:01:25 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=3' after '3' attempts. Trying the next page.
2023/01/09 02:02:39 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=4' after '3' attempts. Trying the next page.
2023/01/09 02:03:54 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=5' after '3' attempts. Trying the next page.
2023/01/09 02:05:09 wazuh-modulesd:vulnerability-detector: WARNING: (5547): There was no valid response to '
https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01&per_page=1000&page=6' after '3' attempts. Trying the next page.