本文にスキップ

CyberArk PAM Integration

Overview

CyberArk provides privileged access management with session recording and credential vaulting. KYRA MDR collects CyberArk audit logs via syslog or REST API for monitoring privileged access.

Prerequisites

  • A KYRA MDR Collector installed and running
  • CyberArk Privileged Access Security suite deployed
  • CyberArk Vault with syslog or SIEM integration configured
  • Administrative access to the CyberArk PVWA

Configuration

Configure CyberArk syslog integration:

  1. Log in to the CyberArk PVWA
  2. Navigate to Administration > Configuration Options > Options > SIEM
  3. Configure syslog settings:
SettingValue
Syslog ServerYour KYRA Collector IP
Port514
ProtocolTCP
FormatCEF
  1. Enable audit event forwarding
  2. Save and apply the configuration

For REST API integration:

collector-config.yaml
sources:
- type: cyberark
api_url: https://<pvwa-host>/PasswordVault
username: <api-user>
password: <password>
poll_interval: 60s

Collected Log Types

Log TypeDescriptionSecurity Use
Credential AccessSafe and account access eventsCredential misuse detection
SessionPrivileged session eventsSession monitoring
PolicyPolicy change and enforcementSecurity policy auditing
AuthenticationPVWA login eventsPAM access monitoring
Account ManagementAccount onboarding and changesCredential lifecycle
Threat DetectionPTA threat alertsPrivileged threat detection

Troubleshooting

No SIEM events: Verify the SIEM configuration is enabled and the Vault service has been restarted.

Missing session data: Session events require PSM (Privileged Session Manager) to be deployed.

PTA alerts: CyberArk PTA provides risk-based alerts for privileged accounts.

Contact kyra@seekerslab.com for support.