<!-- File integrity monitoring --> <syscheck> <!-- Frequency that syscheck is executed default every 12 hours --> <frequency>43200</frequency>
<!-- By default it is disabled. In the Install you must choose to enable it. --> <disabled>no</disabled>
<!-- Generate alert when new file detected --> <alert_new_files>yes</alert_new_files>
<!-- Default files to be monitored. --> [...]
<!-- Test file to be monitored. --> <directories check_all="yes" realtime="yes" report_changes="yes">/test</directories>
</syscheck>
<!-- Example --><group name="local,syslog,sshd,">
<!-- Dec 10 01:02:02 host sshd[1234]: Failed none for root from 1.1.1.1 port 1066 ssh2 --> <rule id="100001" level="5"> <if_sid>5716</if_sid> <srcip>1.1.1.1</srcip> <description>sshd: authentication failed from IP 1.1.1.1.</description> <group>authentication_failed,pci_dss_10.2.4,pci_dss_10.2.5,</group> </rule>
<rule id="554" level="10" overwrite="yes"> <category>ossec</category> <decoded_as>syscheck_new_entry</decoded_as> <description>File added to the system.</description> <group>syscheck,pci_dss_11.5,</group></rule>
</group>
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/cd09270c-e184-448a-a576-28f29c876e33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
17:42:45 ossec-syscheckd: INFO: Starting syscheck scan
18:14:58 ossec-syscheckd: INFO: Ending syscheck scan.
18:14:58 ossec-syscheckd: INFO: Starting syscheck real-time monitoring.
07:56:34 ossec-agent: INFO: Sending agent information to server.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/8b0eba07-72e8-4bae-bdb6-54240a109ef1%40googlegroups.com.
<!-- Test file to be monitored. -->
<directories check_all="yes" realtime="yes" report_changes="yes">C:\test</directories>
ossec-syscheckd: INFO: Monitoring directory: 'C:\test', with options perm | size | owner | group | md5sum | sha1sum | realtime | report_changes | mtime | inode.
ossec-syscheckd: ERROR: Unable to write data on file 'queue/diff/local/test/prova.rtf/last-entry'
<directories check_all="yes" realtime="yes" report_changes="yes">C:\Test</directories>
<alert_new_files>yes</alert_new_files>
<auto_ignore>no</auto_ignore>