ShiftLeft CORE
ShiftLeft CORE Pack.#
This Integration is part of theSupported 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 XSOARNavigate to Settings > Integrations > Servers & Services.
Search for ShiftLeft CORE.
Click Add instance to create and configure a new integration instance.
Parameter Description Required ShiftLeft Organization Id You can find this under Account Settings -> Org ID True ShiftLeft Access Token You can find this under Account Settings -> Access Token True Use system proxy settings Use system proxy settings. False Click Test to validate the URLs, token, and connection.
#
CommandsYou 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-appsReturn list of apps.
#
Base Commandshiftleft-list-apps
#
InputThere are no input arguments for this command.
#
Context OutputThere is no context output for this command.
#
Command Example!shiftleft-list-apps
#
Human Readable Output#
shiftleft-list-app-findingsReturn list of app findings.
#
Base Commandshiftleft-list-app-findings
#
InputArgument Name | Description | Required |
---|---|---|
app_name | App name. | Required |
severity | Severity of findings. Possible values are: critical, moderate, info. Default is critical. | Optional |
type | Findings Type. Possible values are: vuln, secret, insight, extscan, oss_vuln. Default is vuln. | Optional |
version | App version. | Optional |
#
Context OutputThere is no context output for this command.
#
Command Example!shiftleft-list-app-findings
#
Human Readable Output#
shiftleft-list-app-secretsReturn list of app secrets.
#
Base Commandshiftleft-list-app-secrets
#
InputArgument Name | Description | Required |
---|---|---|
app_name | App name. | Required |
version | App version. | Optional |
entropy | Entropy. | Optional |
#
Context OutputThere is no context output for this command.
#
Command Example !shiftleft-list-app-secrets app_name=myapp123