Orca Security

Overview

Integrate continuous monitoring data from Orca Security (agentless CNAPP).

Commands

CommandDescription
regscale orca authenticateValidate the Orca API token against the live tenant.
regscale orca findingsPull Orca findings, apply FedRAMP 20x scoring, and create/update RegScale Vulnerabilities + Issues (one consolidated ticket per fix, linked to controls).
regscale orca inventoryPull Orca inventory + vulnerable hosts and create/update RegScale Assets.

regscale orca authenticate

Validate the Orca API token against the live tenant.

regscale orca authenticate [OPTIONS]
FlagTypeRequiredDefaultDescription
--api_token, -ttextNoOrca API token (or set orcaApiToken in init.yaml / env).

regscale orca findings

Pull Orca findings, apply FedRAMP 20x scoring, and create/update RegScale Vulnerabilities + Issues (one consolidated ticket per fix, linked to controls).

regscale orca findings [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_ssp_id, -id, --id, --regscale_idintegerYesRegScale SSP ID whose Issues/Vulnerabilities Orca findings become.
--api_token, -ttextNoOrca API token (or set orcaApiToken in init.yaml / env).
--limitintegerNoCap the number of Orca records pulled (sandbox/testing hygiene).

regscale orca inventory

Pull Orca inventory + vulnerable hosts and create/update RegScale Assets.

regscale orca inventory [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_ssp_id, -id, --id, --regscale_idintegerYesRegScale SSP ID to push Orca assets to.
--api_token, -ttextNoOrca API token (or set orcaApiToken in init.yaml / env).
--limitintegerNoCap the number of Orca records pulled (sandbox/testing hygiene).

Did this page help you?