Skip to main content

ShiftLeft CORE

This Integration is part of the ShiftLeft CORE Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Integrate ShiftLeft CORE code analysis platform with Cortex XSOAR. This integration was integrated and tested with v4 api of ShiftLeft CORE.

Configure ShiftLeft CORE on Cortex XSOAR#

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

  2. Search for ShiftLeft CORE.

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

    ParameterDescriptionRequired
    ShiftLeft Organization IdYou can find this under Account Settings -> Org IDTrue
    ShiftLeft Access TokenYou can find this under Account Settings -> Access TokenTrue
    Use system proxy settingsUse system proxy settings.False
  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.

shiftleft-list-apps#


Return list of apps.

Base Command#

shiftleft-list-apps

Input#

There are no input arguments for this command.

Context Output#

There is no context output for this command.

Command Example#

!shiftleft-list-apps

Human Readable Output#

shiftleft-list-app-findings#


Return list of app findings.

Base Command#

shiftleft-list-app-findings

Input#

Argument NameDescriptionRequired
app_nameApp name.Required
severitySeverity of findings. Possible values are: critical, moderate, info. Default is critical.Optional
typeFindings Type. Possible values are: vuln, secret, insight, extscan, oss_vuln. Default is vuln.Optional
versionApp version.Optional

Context Output#

There is no context output for this command.

Command Example#

!shiftleft-list-app-findings

Human Readable Output#

shiftleft-list-app-secrets#


Return list of app secrets.

Base Command#

shiftleft-list-app-secrets

Input#

Argument NameDescriptionRequired
app_nameApp name.Required
versionApp version.Optional
entropyEntropy.Optional

Context Output#

There is no context output for this command.

Command Example#

!shiftleft-list-app-secrets app_name=myapp123

Human Readable Output#