TABLE OF CONTENTS
Overview
This document provides step-by-step guidance to integrate CrushFTP with ADR SIEM using the Syslog forwarding method.
The integration allows centralized log ingestion into ADR’s Collection and Control Engine (CCE) and correlation in the Analytics and Policy Engine (APE), enabling comprehensive visibility, monitoring, and proactive threat detection.
Pre-requisites
Administrative access to the CrushFTP management console.
ADR CCE server IP address.
Network connectivity between CrushFTP and CCE (ensure UDP/514 is allowed).
Syslog feature enabled on CrushFTP.
Configuration Steps in CrushFTP
Login to CrushFTP Admin Console
Open your CrushFTP management portal with administrator credentials.Navigate to Syslog Settings
Go to: Server Preferences → Logging → Syslog.
Enable Syslog logging.
Configure Syslog Forwarding Parameters
Syslog Server IP / Host: Enter your ADR CCE IP address.
Protocol: Select UDP.
Port: Enter 514 (default syslog port).
Facility: Choose local0 (or as per your logging policy).
Severity: Recommended: Info or higher (to capture authentication and file transfer logs).
Save and Apply Configuration
Click Save to activate the syslog forwarding configuration.
Restart CrushFTP services if prompted.
Verification Steps
On ADR UI
Log in to ADR UI with administrative credentials.
Navigate to: System → Logs and Flows Collection Status.
Under Source Device IP, confirm that the CrushFTP server’s IP is listed.
Check that log events are being ingested in real-time.
On ADR CCE Server
SSH into the CCE server.
Run the following command to check if logs are received:
sudo tcpdump -i any port 514 and host -s0 -AAAReplace
<CrushFTP_IP>with the actual CrushFTP server IP.You should see syslog packets arriving from the CrushFTP host.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article