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.
category: Analytics & SIEM provider: Cohesity sectionorder: - Connect - Collect commonfields: id: Cohesity Helios Event Collector version: -1 configuration: - defaultvalue: https://helios.cohesity.com display: Server URL (e.g. https://helios.cohesity.com) name: url required: true type: 0 section: Connect - displaypassword: API Key additionalinfo: The API Key to use for connection name: api_key required: false section: Connect hiddenusername: true type: 9 - display: The maximum number of events per type. Default is 50000. additionalinfo: The collector pulls both Audit Logs and Alerts. This parameter sets the the maximum fetch number limit for each type. name: max_fetch required: false advanced: false section: Collect defaultvalue: 50000 type: 0 - display: Trust any certificate (not secure) name: insecure advanced: true required: false type: 8 section: Connect - display: Use system proxy settings name: proxy required: false advanced: true type: 8 section: Connect description: This is the Cohesity Helios Event Collector integration for XSIAM. display: Cohesity Helios Event Collector name: Cohesity Helios Event Collector supportlevelheader: xsoar marketplaces: - marketplacev2 - platform fromversion: '8.2.0' script: commands: - arguments: - auto: PREDEFINED defaultValue: 'false' description: If true, the command will create events, otherwise it only displays them. isArray: false name: should_push_events predefined: - 'true' - 'false' required: true - default: false description: Maximum results to return. isArray: false name: limit required: false secret: false - default: false name: start_time description: Specifies the start time of the alerts to be returned. isArray: false required: true - default: false name: end_time description: Specifies the end time of the alerts to be returned. isArray: false required: true defaultValue: 'Now' deprecated: false description: Gets events from Cohesity Helios. execution: false name: cohesity-helios-get-events dockerimage: demisto/python3:3.12.13.10116658 isfetchevents: true runonce: false script: '-' subtype: python3 type: python tests: - No tests (auto formatted) supportedModules: - xsiam