Orca Security
Overview
Integrate continuous monitoring data from Orca Security (agentless CNAPP).
Commands
| Command | Description |
|---|---|
regscale orca authenticate | Validate the Orca API token against the live tenant. |
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 inventory | Pull Orca inventory + vulnerable hosts and create/update RegScale Assets. |
regscale orca authenticate
regscale orca authenticateValidate the Orca API token against the live tenant.
regscale orca authenticate [OPTIONS]
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--api_token, -t | text | No | — | Orca API token (or set orcaApiToken in init.yaml / env). |
regscale orca findings
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 findings [OPTIONS]
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--regscale_ssp_id, -id, --id, --regscale_id | integer | Yes | — | RegScale SSP ID whose Issues/Vulnerabilities Orca findings become. |
--api_token, -t | text | No | — | Orca API token (or set orcaApiToken in init.yaml / env). |
--limit | integer | No | — | Cap the number of Orca records pulled (sandbox/testing hygiene). |
regscale orca inventory
regscale orca inventoryPull Orca inventory + vulnerable hosts and create/update RegScale Assets.
regscale orca inventory [OPTIONS]
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--regscale_ssp_id, -id, --id, --regscale_id | integer | Yes | — | RegScale SSP ID to push Orca assets to. |
--api_token, -t | text | No | — | Orca API token (or set orcaApiToken in init.yaml / env). |
--limit | integer | No | — | Cap the number of Orca records pulled (sandbox/testing hygiene). |
Updated about 5 hours ago
Did this page help you?
