Good day, team!
Got an issue on wazuh vulnerability scan for custom Linux made on SLES-15.
sqlite3 /var/ossec/queue/db/global.db "SELECT OS_NAME, OS_MAJOR FROM AGENT WHERE ID = <AGENTID>;" gave me "Custom Linux|15"
Steps:
1) Update wazuh server master and workers to 4.4.0
2) Install on custom linux wazuh agent 4.3.3 - required(
3) Added "os allow" to suse provider
<provider name="suse">
<enabled>yes</enabled>
<os allow="Custom Linux-15">15-server</os>
<os url="
https://cvefeed.local/suse/suse.linux.enterprise.server.15.xml">15-server</os>
<update_interval>1h</update_interval>
</provider>
4) CVE updated successfully:
(5400): Starting 'SUSE Linux Enterprise Server 15' database update.
(5430): The update of the 'SUSE Linux Enterprise Server 15' feed finished successfully.
5) SCA and Inventory are working fine too. But not vulnerability scanner, those custom servers are just ignored.
Will be grateful for any advices.