Skip to main content

BreachRx

This Integration is part of the BreachRx Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.2.0 and later.

Automate your privacy Incident Response workflow through the BreachRx platform. This integration was integrated and tested with version 1.20 of BreachRx

Configure BreachRx on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for BreachRx.

  3. Click Add instance to create and configure a new integration instance.

    ParameterDescriptionRequired
    Your BreachRx URLTrue
    GraphQL API URLTrue
    API KeyThe API Key to use for connectionTrue
    Secret KeyThe API Key to use for connectionTrue
    Use system proxy settingsFalse
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR 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.

breachrx-incident-create#


Create a privacy Incident on the BreachRx platform.

Base Command#

breachrx-incident-create

Input#

Argument NameDescriptionRequired
incident_nameThe name to use when creating the privacy Incident on the BreachRx platform.Optional
descriptionA brief description to explain the privacy Incident on the BreachRx platform.Optional

Context Output#

PathTypeDescription
BreachRx.Incident.idstringThe ID of the privacy Incident on the BreachRx platform.
BreachRx.Incident.namestringThe name of the privacy Incident on the BreachRx platform.
BreachRx.Incident.descriptionstringThe description of the privacy Incident on the BreachRx platform.
BreachRx.Incident.identifierstringThe unique identifier of the privacy Incident on the BreachRx platform.

breachrx-incident-actions-get#


Fetch all actions for a BreachRx privacy Incident.

Base Command#

breachrx-incident-actions-get

Input#

Argument NameDescriptionRequired
incident_nameThe name of the BreachRx incident to associate with this incident.Optional
incident_identifierThe unique identifier of the BreachRx incident to associate with this incident.Optional

Context Output#

PathTypeDescription
BreachRx.Incident.Actions.idstringThe ID of an Action on a BreachRx privacy Incident.
BreachRx.Incident.Actions.namestringThe name of an Action on a BreachRx privacy Incident.
BreachRx.Incident.Actions.descriptionstringThe description of an Action on a BreachRx privacy Incident.
BreachRx.Incident.Actions.user.emailstringThe email of the assigned user of an Action on a BreachRx privacy Incident, if that Action is assigned to a user (null otherwise).

breachrx-incident-import#


Link a BreachRx privacy Incident with an XSOAR Incident.

Base Command#

breachrx-incident-import

Input#

Argument NameDescriptionRequired
incident_nameThe name of the BreachRx incident to associate with this incident.Optional
incident_identifierThe unique identifier of the BreachRx incident to associate with this incident.Optional

Context Output#

PathTypeDescription
BreachRx.Incident.idstringThe ID of the privacy Incident on the BreachRx platform.
BreachRx.Incident.namestringThe name of the privacy Incident on the BreachRx platform.
BreachRx.Incident.identifierstringThe unique identifier of the privacy Incident on the BreachRx platform.

breachrx-incident-get#


Find a BreachRx privacy Incident on the connected BreachRx platform.

Base Command#

breachrx-incident-get

Input#

Argument NameDescriptionRequired
incident_nameThe name of the BreachRx incident to associate with this incident.Optional
incident_identifierThe unique identifier of the BreachRx incident to associate with this incident.Optional

Context Output#

PathTypeDescription
BreachRx.Incident.idstringThe ID of the privacy Incident on the BreachRx platform.
BreachRx.Incident.namestringThe name of the privacy Incident on the BreachRx platform.
BreachRx.Incident.identifierstringThe unique identifier of the privacy Incident on the BreachRx platform.