You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next to the "How it works" subsection, there's a use case showing configurations, testing steps, and alerts visualization. However, we're improving it by adding a malware test file download command which would comply with what's requested in this issue
Description
While testing the issue Release 4.8.0 - Alpha 2 - E2E UX tests - Integration with external APIs: Virustotal #21379, the how it works section in the VirusTotal integration guide, describes how the configuration works but doesn't include the configurations to visualize how the integration works.
We can improve the section by adding more details.
For example,
Configuring the Wazuh server
Apply the following configuration in the Wazuh server:
Restart the Wazuh manager using the command:
# sudo systemctl restart wazuh-manager
Configuring the Wazuh agent
Apply the following configuration below in the Wazuh agent:
Restart the Wazuh agent using the command:
# sudo systemctl restart wazuh-agent
Testing the configuration
Create a file in the monitored directory
/media/user/software
root@Dragon:/media/user/software# touch 'FILENAME'
Verify the Integration works
Run the command in the Wazuh-server:
root@Avatar:~# tail /var/ossec/logs/alerts/alerts.json | grep -i 'FILENAME'
For example, if you created the file
newfile.txt
in the monitored directory/media/user/software
, you can verify with the command below:The text was updated successfully, but these errors were encountered: