Varonis (DLP)
Purpose
This document outlines the procedure to integrate Varonis DatAlert or DatAdvantage with a SIEM platform using Syslog (CEF). The integration provides visibility into sensitive data access, permissions changes, and threat alerts.
Prerequisites
-
Admin access to Varonis DatAlert Console
-
IP address and port of your SIEM/syslog collector
-
Network/firewall access from Varonis to SIEM (UDP or TCP port open)
-
(Optional) CEF parsing support in your SIEM
Step 1: Configure Syslog Server in Varonis
-
Log in to the Varonis DatAlert Console.
- Navigate to:
Tools → DatAlert → Configuration → Syslog -
Click Add Syslog Server.
-
Input the following:
-
Server Name: Descriptive name (e.g., CinchSyslog)
-
IP Address: Your SIEM or Cinch collector IP
-
Port: Common options:
514
,9035
, or11656
-
Protocol: Choose
UDP
orTCP
(enable encryption if needed) -
Message Format: Choose CEF
-
-
Click Save.
Step 2: Set Up an Alert Template
-
Go to:
Tools → DatAlert → Templates -
Click New Template or edit an existing one.
-
Enter:
-
Template Name: e.g., “Syslog CEF Export”
-
Description: Template for sending alerts to SIEM
-
-
In the Alert Outputs section:
-
Check Syslog Message
-
Choose the syslog server created in Step 1
-
-
Set the Message Format to External system default template (CEF)
-
Click Save Template
Step 3: Enable Alerts to Send via Syslog
Step 4: Configure Your SIEM to Ingest Logs
-
Create a new log source or syslog input:
-
Source Type: Syslog (TCP/UDP)
-
Port: Match what you configured in Varonis
-
Log Format: CEF (or Custom parser for Varonis CEF)
-
-
Create a parser to extract CEF fields:
-
Example fields: suser, src, filePath, act, deviceSeverity
-
Many SIEMs (like Splunk, Elastic, QRadar) include CEF parsers
-
Step 5: Test and Validate
-
Simulate an alert in Varonis (e.g., access a sensitive file or trigger a test alert).
-
Check your SIEM/Cinch logs for messages like:
CEF:0|Varonis|DatAlert|1.0|100|Sensitive File Access|10|src=10.0.1.15 suser=john.doe filePath=\\server\hr\payroll.xls act=access -
Confirm:
-
Syslog message is received
-
Parsed fields are correct
-
Alerts or dashboards are populating as expected
-
(Optional) Step 6: API Integration for Enrichment
Varonis also offers a REST API for:
-
User activity reports
-
File system access logs
-
Sensitive data classification results
For enrichment:
-
Obtain API credentials from Varonis admin portal
-
Poll /api/alerts, /api/files, or /api/permissions
-
Ingest results into your SIEM/Cinch as contextual data
No Comments