Hi Krunal,
To enable integration with Vuls you have to run the deployment script on each agent you want to scan for vulnerabilities. config.toml is a small internal configuration file that you don't have to modify. You just have to configure the ossec.conf of each agent, or agent.conf to do it remotely.
Vulnerability scans will run periodically according to the period you specify in the
interval field. If you set
run_on_start to yes, a scan will be launched each time Wazuh restarts. You can also start a scan manually by executing the command within the
command option.
The vulnerabilities tab is to visualize the alerts extracted with Wazuh's own vulnerability scanner:
vulnerability-detector. Vuls is an external scanner that Wazuh has integrated, so to search for detected alerts with this software you have to write the following in the Kibana discover:
We decided to create vulnerability-detector wodle to not to have to deploy external software on agents, which are usually servers in isolated environments, and simplify the detection process. For more information, you can read
this page.
Best regards,
Cristobal Lopez.