Cohesity Helios Event Collector
This is the Cohesity Helios Event Collector integration for XSIAM.
Analytics & SIEM · Cohesity Helios
Details
| ID | Cohesity Helios Event Collector |
|---|---|
| Provider | Cohesity |
| Category | Analytics & SIEM |
| From Version | 8.2.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
This is the Cohesity Helios Event Collector integration for XSIAM.
This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.
Configure Cohesity Helios Event Collector in Cortex
| Parameter | Description | Required |
|---|---|---|
| Server URL (e.g. https://helios.cohesity.com) | True | |
| API Key | The API Key to use for connection | False |
| The maximum number of events per type. Default is 50000. | The collector pulls both Audit Logs and Alerts. This parameter sets the the maximum fetch number limit for each type. | False |
| Trust any certificate (not secure) | False | |
| 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.
cohesity-helios-get-events
Gets events from Cohesity Helios.
Base Command
cohesity-helios-get-events
Input
| Argument Name | Description | Required |
|---|---|---|
| should_push_events | If true, the command will create events, otherwise it only displays them. Possible values are: true, false. Default is false. | Required |
| limit | Maximum results to return. | Optional |
| start_time | Specifies the start time of the alerts to be returned. | Required |
| end_time | Specifies the end time of the alerts to be returned. Default is Now. | Required |
Context Output
There is no context output for this command.
Configuration parameters
url— Server URL (e.g. https://helios.cohesity.com) (required)api_key—max_fetch— The maximum number of events per type. Default is 50000.insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
cohesity-helios-get-eventsGets events from Cohesity Helios.
## Cohesity Helios Help ### Minimum Permission for Helios API user to generate APIKey To run the workflow, you need to pass the Helios API Key. The user that creates this APIKey must have the following privileges. * *Viewer Role*: This role enables the user to log in to Cohesity Helios and [create the APIKey.](https://developer.cohesity.com/docs/helios-getting-started) * *Manage Protection Groups and Manage Recovery*: This enables the user to get a clean snapshot and recover the VM to the latest known safe state. To know more about Cohesity Roles, go to [Cohesity Product Documentation](https://docs.cohesity.com/6_5_1/Web/UserGuide/Content/Dashboard/Admin/RoleManage.htm?tocpath=Administration%7CAccess%20Management%7CRoles%7C_____0#ManageRoles).