This guide shows you how to integrate File Integrity Monitoring (FIM) and audit logs into the Secure60 platform.
This guide explains how to set up File Integrity Monitoring on either Linux or Windows operating systems — an essential component of complete visibility across your environment. File changes (and other permission changes) are a key event that may indicate malicious behaviour.
In this guide we use Auditbeat (a lightweight, open-source FIM and audit product) to send logs to a Secure60 Collector instance. As always, if you have any further questions, don’t hesitate to contact Secure60 Support.
This guide walks you through installing and configuring Auditbeat to monitor system and security events on your machine.
Prerequisites
1.061. Install Auditbeat
Download the latest Auditbeat version for your operating system from the official Elastic website: https://www.elastic.co/downloads/beats/auditbeat
Follow the installation instructions specific to your OS:
curl -L -O https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.13.2-amd64.debsudo dpkg -i auditbeat-8.13.2-amd64.deb.msi installer.2. Configure Auditbeat
Open the Auditbeat configuration file for editing:
/etc/auditbeat/auditbeat.ymlC:\Program Files\auditbeat\auditbeat.ymlNote: You can specify which files and folders you want File Integrity Monitoring (FIM) to track, and which ones you prefer to exclude at file_integrity section.
Configure Logstash Output:
We use the Logstash protocol to send data to the Secure60 Collector (The Secure60 Collector by default can listen as a Logstash processor).
Add the following configuration under the output.logstash section:
output.logstash:
hosts: ["<S60_COLLECTOR_IP_ADDRESS>:5044"]
<S60_COLLECTOR_IP_ADDRESS> with the actual IP address of your Secure60 collector.To enable Syslog integration in the S60-collector, modify the .env file as follows:
ENABLE_AUDITBEAT=true
Logs can be viewed in the Secure60 portal.
FIM and audit logs are core retention evidence — collect them centrally with Secure60 Log Management.