Table of Contents
- Overview
- Prerequisites
- Configuring CyberArk Vault for Syslog
- Configuring CyberArk PTA (Privileged Threat Analytics)
- Onboarding CyberArk in ADR
- Verification (MSSP Only)
- Referral documents
Overview
To forward logs from CyberArk Vault and Privileged Threat Analytics (PTA) to ADR, configure CyberArk components to emit syslog messages and onboard the device in ADR. This ensures privileged access events, vault activity, and threat anomalies are ingested, normalized, and correlated for proactive threat detection.
Prerequisites
Administrative access to CyberArk Vault server and Privileged Threat Analytics (PTA) console.
- Administrative access to ADR SIEM UI and CCE server.
- Firewall rules allowing outbound syslog (UDP or TCP) on port 514 from CyberArk servers to the ADR CCE IP.
- Sample XSL translator file (e.g.,
CEFTranslator.xsl) available on the Vault host.
Configuring CyberArk Vault for Syslog
- Edit
DBParm.inion the Vault server (path typicallyC:\Program Files (x86)\CyberArk\Vault\Server\DBParm.ini):SyslogServerIP=10.10.10.50 SyslogServerPort=514 SyslogServerProtocol=UDP SyslogTranslatorFile=CEFTranslator.xsl SyslogMessageCodeFilter=1001,1002 - Save the file and restart the CyberArk Vault service to apply changes.
Configuring CyberArk PTA (Privileged Threat Analytics)
Configuration is done via the PVWA interface.
- Log in to the PVWA (Privileged Vault Web Access) console.
- Navigate to PTA Administration > SIEM Outbound Connectivity.
- Click Add New Connection and enter:
- Name: ADR
- IP Address:
<CCE_Server_IP> - Port:
514 - Protocol:
UDP - Syslog/Header Format:
CEF
- Click Save and Test to verify a sample syslog message is received.
Onboarding CyberArk in ADR
- Log in to the ADR SIEM UI with administrator credentials.
- Navigate to Administration > Add-on Store > Add Device.
- Select Syslog Device and enter:
| Field | Value |
|---|---|
| Device Name | CyberArk Vault / PTA |
| Device IP | <CyberArk_Vault_IP> |
| Log Source Type | Syslog |
| Log Protocol | UDP |
| Port | 514 |
| Log Format | CEF |
- Click Save to register the CyberArk device.
Verification (MSSP Only)
On ADR UI
- Log in to ADR SIEM UI.
- Navigate: System → Logs and Flows Collection Status.
- Confirm that CyberArk appears under Source Device IP.
On ADR CCE CLI
tcpdump -i any port 514 and host <CyberArk_IP> -AAAVerify syslog packets are arriving.
Referral documents
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