Hello Hatim,
The File Integrity Monitoring (FIM) module in Wazuh primarily focuses on monitoring and alerting for changes related to file creation, modification, and deletion. However, it does not natively include features for monitoring and alerting specifically on file copy or move actions.
The FIM module in Wazuh tracks changes in file attributes such as permissions, ownership, and content. It can generate alerts for the following types of file events:
File Creation: Wazuh can generate alerts when a new file is created or an existing file is overwritten.
File Modification: Alerts are triggered when the content of a file is modified.
File Deletion: Alerts are generated when a file is deleted.
If you specifically need to monitor and alert on file copy or move actions, you may need to consider additional approaches or tools to achieve this, as Wazuh's FIM module is not designed for this purpose out of the box.
Here are some alternative options:
Use Windows Security Logs
Third-Party Tool
Custom Scripting
I hope this is helpful. you can reach out of you require more information.
Regards.
Ashraf Abbas