get_syscheck_results
Retrieve file integrity monitoring results for an agent, including changes to content, permissions, and attributes. Optionally filter by specific file path.
Instructions
Get File Integrity Monitoring (FIM) results for an agent.
Syscheck monitors files and directories for changes. It detects modifications to file content, permissions, ownership, and attributes.
Args: agent_id: Agent ID to query (default: '000' for the manager). file: Optional specific file path to check (e.g., '/etc/passwd').
Returns: JSON object with syscheck results including changed files and their details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | 000 | |
| file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |