Overview
Wirespeed connects to CyberArk Identity Security Platform Shared Services (ISPSS) to:- Sync users from both CyberArk Privilege Cloud (vault accounts) and CyberArk Identity (federated directory users).
- Ingest audit events from PAM (Privilege Cloud), IDP (Identity), and ADM (Admin) services as logs, with high-signal events (auth failures, unauthorized access, MFA risk checks) also ingested as detections.
- Remediate users via Privilege Cloud (disable / enable / terminate PSM sessions) and Identity Administration (lock / unlock / terminate SSO sessions), automatically routed based on which population the user came from.
Prerequisites
You will need:- A CyberArk Identity Security Platform Shared Services (ISPSS) tenant with Privilege Cloud, Identity, and/or Admin services enabled.
- Permission to create OAuth2 web apps and service users in Identity Administration.
- Permission to create a SIEM integration entry in the Privilege Cloud Administration space.
CyberArk tenants only allow up to two SIEM integrations at a time. Wirespeed consumes one slot.
Setup
The setup involves four pieces in your CyberArk tenant:- A service user to authenticate as.
- Two role assignments for that service user (one for Privilege Cloud, one for Identity Administration).
- One OAuth2 Server web app (used only for the audit/SIEM stream).
- A SIEM integration entry to mint an API key.
Step 1 — Create the service user
- Sign in to Identity Administration as an administrator.
- Go to Core Services → Users and click Add User.
- Fill in the user’s details. Set the username to something memorable, e.g.
wirespeed-svc@<your-tenant>. The@<your-tenant>suffix is appended automatically. - Under Status, check:
- Is Service User
- Is OAuth confidential client
- Password never expires
- Click Create User. Note the username and password — you will need them later.
Step 2 — Assign roles to the service user
The service user needs two role assignments — one to manage Identity directory operations and one to access Privilege Cloud APIs.2a. Identity Administration role
- Go to Core Services → Roles and click Add Role.
- Name it (e.g.
Wirespeed Integration). - On the Administrative Rights tab, add:
- User Management — required for syncing and locking Identity directory users.
- Report Management — required for the Redrock query that pulls federated directory users (
DsUsers).
- On the Members tab, add the service user.
- Click Save.
2b. Privilege Cloud admin role
- In Identity Administration, find the built-in Privilege Cloud Administrators role (or any role that grants the equivalent rights — see CyberArk’s Privilege Cloud roles documentation).
- On the Members tab, add the service user.
- Click Save.
Step 3 — Create the audit OAuth2 web app (Server template)
This app is used only for the SIEM Audit API. All other Wirespeed API calls use a generic platform token, which doesn’t require a custom web app.- Go to Apps & Widgets → Web Apps and click Add Web Apps.
- On the Custom tab, find OAuth2 Server, click Add, and confirm.
- On the Settings tab, set:
- Application ID:
WirespeedAudit(or any URL-safe identifier — note it for later). - Application Name:
Wirespeed Audit.
- Application ID:
- On the General Usage tab, set Client ID Type to Confidential.
- On the Tokens tab, set:
- Token Type: JwtRS256.
- Auth Methods: enable Client Creds.
- Token Lifetime: at least 15 minutes.
- On the Scope tab, click Add and create one scope:
- Name:
isp.audit.events:read
- Name:
- On the Advanced tab, paste this script and Save:
- On the Permissions tab, add the service user from Step 1 with Run, View, Grant, and Automatically Deploy permissions.
- Click Save at the top.
Step 4 — Create the SIEM integration entry
- Switch to the Administration space (the tenant-level admin portal).
- Go to My environment → Integrations → Export to SIEM.
- Click Create → Create SIEM integration.
- Give it a name (e.g.
Wirespeed) and click Apply. - Note the API key that’s generated — it’s only shown once. The page also displays an API base URL; you generally don’t need to copy it (Wirespeed derives it from the platform token), but keep it handy in case auto-derivation doesn’t work for your tenant.
Step 5 — Connect Wirespeed
- In Wirespeed, go to Integrations → Add Integration → Idira (formerly CyberArk).
- Acknowledge the Beta notice.
-
Provide:
- Click Add. Wirespeed mints a platform token, derives your Privilege Cloud subdomain from it, and kicks off the first audit + user sync.
The Privilege Cloud subdomain is auto-derived from the platform token on first connect and used to construct both the PasswordVault URL (
<sub>.privilegecloud.cyberark.cloud) and the audit URL (<sub>.audit.cyberark.cloud). If your tenant uses a non-standard audit URL (e.g. region-shared hosts like eu.audit.cyberark.cloud), set the Audit API Base URL override manually in the integration’s advanced options.What gets ingested
Users (daily at 14:00 UTC, plus immediately on connect)
Wirespeed syncs from both CyberArk user populations because they’re distinct sets with different remediation paths:
Each user’s
directoryId is prefixed with the source (pcloud:17, ds:a41ca4c8-…) so the remediation actions know which API to call. A single human may appear once under each prefix if they exist in both populations.
Component users (CPM, PSM, ENE, etc.) are filtered out of the PCloud sync — only real human and service accounts are surfaced.
Audit logs (every minute)
Wirespeed polls the SIEM Audit API for events under three application codes:- PAM — Privilege Cloud (vault auth, credential access, privileged sessions, credential rotation, safe management).
- IDP — Identity (auth, MFA, logout, SAML, risk checks).
- ADM — Admin (access control, user management, configuration changes).
Detections
A subset of high-signal events are also ingested as detections and routed through Wirespeed’s verdict / monitor pipeline:
All other events flow as logs only.
Remediation
While the integration is in Beta, all remediation actions return an error indicating remediation is not yet enabled. Once promoted to GA, the following actions become available:Limits and caveats
- Audit stream retention: 7 days. If Wirespeed can’t poll for longer than that (e.g. extended outage), the gap is unrecoverable.
- Audit stream rate limit: 1 API call per minute per integration. Wirespeed polls on a 1-minute cron and respects this.
- PasswordVault user list: capped at 6,000 users in a single response. Larger vault tenants would currently be truncated.
- SIEM integrations per tenant: 2. Wirespeed consumes one.
- Service user credentials: rotate the service user’s password in Identity Administration, then update it in the Wirespeed integration settings.
- PSM live-session termination requires
AllowPSMNotifications=Yesin PVWA and the service user to be in the Terminating Live Sessions Users and Groups vault config group. Without that, only SSO-side session termination works (still effective for blocking new privileged sessions).

