Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suspicious binary download command #6968

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,22 @@ For this use case, we show how to monitor the folder ``/media/user/software`` on

.. include:: /_templates/common/restart_manager.rst

After restarting, FIM applies the new configuration and monitors the folder you specify in near real time. When FIM detects a new file in the monitored directory, Wazuh generates the alert below:
After restarting, FIM applies the new configuration and monitors the folder you specify in near real time.

Test the configuration
^^^^^^^^^^^^^^^^^^^^^^

Now, you can download a malicious file on the endpoint in the monitored folder.

.. warning::

Download the Eicar file here for testing purposes only. We recommend testing in a sandbox, not in a production environment.

.. code-block:: console

$ sudo curl -Lo /media/user/software/suspicious-file.exe https://secure.eicar.org/eicar.com

When FIM detects a new file in the monitored directory, Wazuh generates the alert below:

.. code-block:: json
:class: output
Expand Down
Loading