Skip to main content

CyberArk EPM SOC Response

This Integration is part of the CyberArk Endpoint Privilege Manager Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

Use the CyberArk EPM integration to activate and deactivate CyberArk EPM risk plans for specific endpoints. This integration was integrated and tested with the CyberArk EPM API.

Configure CyberArk EPM SOC Response in Cortex#

ParameterDescriptionRequired
EPM Region-based tenant URLThe tenant URL for EPM region (e.g., https://api-na.epm.cyberark.cloud\).True
Identity URLThe CyberArk Identity FQDN for OAuth2 authentication (e.g., https://abc1234.id.cyberark.cloud\).True
Web App IDThe Application ID of the OAuth2 Server web app configured in Identity Administration.True
Client IDService username (configured as OAuth confidential client).True
Client SecretService user password for OAuth2 authentication.True

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

cyberarkepm-activate-risk-plan#


Activates a CyberArk EPM risk plan for a specified endpoint.

Base Command#

cyberarkepm-activate-risk-plan

Input#

Argument NameDescriptionRequired
risk_planThe name of the risk plan to activate.Required
endpoint_nameThe name of the endpoint to target.Required
logged_in_userThe logged-in username of the endpoint.Optional
external_ip(Deprecated) The external IP address of the endpoint. This argument is deprecated and no longer used.Optional

Context Output#

PathTypeDescription
CyberArkEPMSOCResponse.EndpointIDsStringThe IDs of the endpoints added to the risk plan.
CyberArkEPMSOCResponse.RiskPlanStringThe name of activated risk plan.
CyberArkEPMSOCResponse.ActionStringThe action performed on the risk plan (add/remove).

cyberarkepm-deactivate-risk-plan#


Deactivates a CyberArk EPM risk plan for a specified endpoint.

Base Command#

cyberarkepm-deactivate-risk-plan

Input#

Argument NameDescriptionRequired
risk_planThe name of the risk plan to deactivate.Required
endpoint_nameThe name of the endpoint to target.Required
logged_in_userThe logged-in username of the endpoint.Optional
external_ip(Deprecated) The external IP address of the endpoint. This argument is deprecated and no longer used.Optional

Context Output#

PathTypeDescription
CyberArkEPMSOCResponse.EndpointIDsStringThe IDs of the endpoints removed from risk plan.