File integrity monitoring findings
wazuh_fim_findingsRetrieve file integrity monitoring data for an agent to inspect monitored files and registry keys, their hashes, permissions, and change counts, answering binary modification or /etc changes.
Instructions
Query File Integrity Monitoring (syscheck) state for an agent: which monitored files and registry keys exist, their hashes, permissions and how many times they have changed. Use it to answer 'was this binary modified' or 'what changed in /etc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | Substring match on the path, e.g. 'ssh'. | |
| agent_id | Yes | Agent ID, e.g. '001'. | |
| file_path | No | Exact monitored path, e.g. '/etc/passwd'. | |
| entry_type | No | Restrict to files or Windows registry entries. | |
| hash_value | No | Find entries by md5, sha1 or sha256 digest. | |
| changed_only | No | Only entries that have changed at least once since baseline. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||