Skip to main content

CohesityHelios

This Integration is part of the Cohesity Helios Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.0.0 and later) and Cortex XSIAM.

Integrate with Cohesity Helios services to fetch alerts and take remedial action. This integration was integrated and tested with version 08.01 of CohesityHelios.

Configure CohesityHelios in Cortex#

ParameterDescriptionRequired
Your server URLTrue
API KeyThe API Key to use for connectionTrue
Trust any certificate (not secure)Trust any certificate (not secure).False
Use system proxy settingsUse system proxy settings.False
Incident typeFalse
Maximum number of incidents to fetch every timeTrue
First fetch timestampFalse
Fetch incidentsFalse
Incidents Fetch IntervalFalse

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.

cohesity-helios-get-ransomware-alerts#


Get Cohesity Helios ransomware alerts.

Base Command#

cohesity-helios-get-ransomware-alerts

Input#

Argument NameDescriptionRequired
created_afterReturns only alerts created after the provided timestamp (ISO8601 format YYYY-MM-DDTHH:MM:SSZ).Optional
created_beforeReturns only alerts created before the provided timestamp (ISO8601 format YYYY-MM-DDTHH:MM:SSZ).Optional
limitLimits the number of alerts to return. Default is 200.Optional
alert_id_listList of comma-separated alert identifiers to filter alerts.Optional
cluster_id_listList of comma-separated cluster identifiers to filter alerts.Optional
region_id_listList of comma-separated region identifiers to filter alerts.Optional
alert_state_listOne or more state values. Possible values are: kOpen, kSuppressed, kResolved, kNote. Default is kOpen.Optional
alert_severity_listOne or more severity levels. Possible values are: kCritical, kWarning, kInfo. Default is kCritical,kWarning.Optional

Context Output#

PathTypeDescription
CohesityHelios.RansomwareAlert.alert_idStringThe identifier for the ransomware alert.
CohesityHelios.RansomwareAlert.occurrence_timeDateThe timestamp when the alert occurred (for example, 2020-01-01T00:11:22Z).
CohesityHelios.RansomwareAlert.severityStringThe severity of the ransomware alert.
CohesityHelios.RansomwareAlert.alert_descriptionStringThe description for the ransomware alert.
CohesityHelios.RansomwareAlert.alert_causeStringThe cause for the ransomware alert.
CohesityHelios.RansomwareAlert.cluster_idNumberThe cluster ID where the alert originated.
CohesityHelios.RansomwareAlert.cluster_nameStringThe cluster name where the alert originated.
CohesityHelios.RansomwareAlert.entity_idStringThe entity ID (object ID) from the alert propertyList.
CohesityHelios.RansomwareAlert.job_idStringThe job ID from the alert propertyList.

cohesity-helios-ignore-anomalous-object#


Ignore detected anomalous object by suppressing the alert.

Base Command#

cohesity-helios-ignore-anomalous-object

Input#

Argument NameDescriptionRequired
alert_idThe alert ID to suppress.Required

Context Output#

There is no context output for this command.

Command Example#

!cohesity-helios-ignore-anomalous-object alert_id=9346668452014081:1632849269030240

Human Readable Output#

Ignored alert 9346668452014081:1632849269030240.

cohesity-helios-restore-latest-clean-snapshot#


Restore the latest clean snapshot for the given object using incidence details.

Base Command#

cohesity-helios-restore-latest-clean-snapshot

Input#

Argument NameDescriptionRequired
alert_idThe alert ID to restore the latest clean snapshot for.Required

Context Output#

There is no context output for this command.

Command Example#

!cohesity-helios-restore-latest-clean-snapshot alert_id=2122491972847952:1632848348897740

Human Readable Output#

Restored vm-ubuntu-05 (id=object-1002) from latest clean snapshot.