Hi,
since 4th of July our Debians 9 have not been scanned by vulnerability module.
In ossec.log it looks db is updated:
2022/07/18 18:03:02 wazuh-modulesd:vulnerability-detector: INFO: (5400): Starting 'Debian Stretch' database update.
2022/07/18 18:03:03 wazuh-modulesd:vulnerability-detector: INFO: (5430): The update of the 'Debian Stretch' feed finished successfully.
But in db there is no Stretch vulnerabilities:
sqlite3 /var/ossec/queue/vulnerabilities/cve.db
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select target,count (*) from VULNERABILITIES group by TARGET;
BIONIC|42489
BULLSEYE|26765
BUSTER|26690
FOCAL|30200
RHEL5|24936
RHEL6|78981
RHEL7|92261
RHEL8|87095
TRUSTY|49711
XENIAL|42369
And during scan in ossec.log:
WARNING: (5575): Unavailable vulnerability data for the agent '254' OS. Skipping it.
What could be an issue here?
Regards
Mateusz