Orca
Agentless, Workload-Deep, Context-Aware Security and Compliance for AWS, Azure, and GCP.
Utilities · Orca
Details
| ID | Orca |
|---|---|
| Provider | Orca Security |
| Category | Utilities |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM Cloud Posture Security |
README
Agentless, Workload-Deep, Context-Aware Security and Compliance for AWS, Azure, and GCP.
This integration was integrated and tested with Orca
Configure Orca in Cortex
| Parameter | Description | Required |
|---|---|---|
| apitoken | API Token | True |
| api_host | API Host without schema. Default: api.orcasecurity.io |
False |
| first_fetch | First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) |
False |
| incidentType | Incident type | False |
| isFetch | Fetch incidents | False |
| max_fetch | Max fetch | False |
| insecure | Trust any certificate (not secure) | False |
| proxy | Use system proxy settings | False |
Commands
You can execute these commands from the 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.
orca-get-alerts
Get the alerts on cloud assets
Base Command
orca-get-alerts
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_type | Type of alert to get. | Optional |
| asset_unique_id | Get alerts of asset_unique_id. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Orca.Manager.Alerts | String | All alerts |
Command Example
### orca-get-asset
***
Get Description of An asset (Deprecated)
#### Base Command
`orca-get-asset`
#### Input
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| asset_unique_id | Asset unique id. | Required |
#### Context Output
| **Path** | **Type** | **Description** |
| --- | --- | --- |
| Orca.Manager.Asset | String | Asset description |
#### Command Example
Base Command
orca-set-alert-severity
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Id of the alert. | Required |
| score | New score value. From 0 to 10. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Orca.Alert | String | Alert description |
Command Example
!orca-set-alert-severity alert_id=orca1 score=5
orca-get-alert-event-log
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Id of the alert. | Required |
| limit | Limit of the event logs | Optional |
| start_at_index | Start at index | Optional |
| type | Type of the event logs | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Orca.Manager.EventLog | String | Event log |
Command Example
!orca-get-alert-event-log alert_id=orca1 limit=10
orca-set-alert-status
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Id of the alert. | Required |
| status | New alert status | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Orca.SetAlertStatus | String | Operation result |
Command Example
!orca-set-alert-status alert_id=orca1 status=open
orca-verify-alert
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Id of the alert. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Orca.VerifyAlert | String | Operation result |
Command Example
!orca-verify-alert alert_id=orca1
orca-download-malicious-file
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Id of the alert. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Orca.File | unknown | Malicious File |
Command Example
!orca-download-malicious-file alert_id=orca1
Configuration parameters
api_token— (required)api_host— API Hostfirst_fetch— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)incidentType— Incident typeincidentFetchInterval— Incidents Fetch IntervalisFetch— Fetch incidentsmax_fetch— Max fetchinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsfetch_informational— Also Fetch informational alerts (deprecated)pull_existing_alerts— Pull Existing Alerts
Commands (7)
-
orca-download-malicious-fileDownloads a capture file from CS Enterprise.
-
orca-get-alert-event-logGet alert event log.
-
orca-get-alertsGet the alerts on cloud assets.
-
orca-get-assetGet Description of An asset. Deprecated, disabled.
-
orca-set-alert-severityChange severity for the alert.
-
orca-set-alert-statusGet alert event log.
-
orca-verify-alertTrigger verify alert.