SymantecCloudSOCEventCollector
Gets Events from Symantec CloudSOC.
Analytics & SIEM · SymantecCloudSOC
Details
| ID | SymantecCloudSOCEventCollector |
|---|---|
| Provider | Broadcom |
| Category | Analytics & SIEM |
| From Version | 6.8.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | XSIAM |
README
Gets Events from Symantec CloudSOC.
This integration was integrated and tested with version 3.157 of Symantec CloudSOC.
Configure Symantec Cloud SOC Event Collector in Cortex
| Parameter | Required |
|---|---|
| Server URL (e.g., https://api.elastica.net/casb/) | True |
| Key ID | True |
| Key Secret | True |
| First fetch time | False |
| Maximum number of incidents per fetch | False |
Symantec CloudSOC Event Collector collects the following event types:
- Investigate logs
- Detect incidents logs
API Limitations
You cannot retrieve investigate logs that are older than 180 days. Therefore, if setting a first fetch that is more than 180 days, for investigate logs it will be a maximum of 180 days.
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.
symantec-cloudsoc-get-events
Gets events from Symantec CloudSOC.
Base Command
symantec-cloudsoc-get-events
Input
| Argument Name | Description | Required |
|---|---|---|
| should_push_events | If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. | Required |
| limit | Maximum number of results to return. Default is 1000. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
url— Server URL (e.g., https://api.elastica.net/casb/) (required)credentials— Key ID (required)first_fetch— First fetch time (<number> <time unit>, e.g., 12 hours, 7 days) - within the last 12 months. Recommended time is 3 days.max_fetch— Maximum number of incidents per fetch.
Commands (1)
-
symantec-cloudsoc-get-eventsGets events from Symantec CloudSOC.
category: Analytics & SIEM provider: Broadcom commonfields: id: SymantecCloudSOCEventCollector version: -1 configuration: - defaultvalue: https://api.elastica.net/casb/ display: Server URL (e.g., https://api.elastica.net/casb/) name: url required: true type: 0 section: Connect - display: Key ID name: credentials required: true type: 9 displaypassword: Key Secret section: Connect - defaultvalue: 3 days display: First fetch time (<number> <time unit>, e.g., 12 hours, 7 days) - within the last 12 months. Recommended time is 3 days. name: first_fetch type: 0 additionalinfo: The investigation logs start with a 'first_fetch' maximum of 180 days. section: Collect required: false - defaultvalue: 1000 display: Maximum number of incidents per fetch. name: max_fetch additionalinfo: max_fetch can be up to 10,000 events. type: 0 section: Collect required: false description: Gets Events from Symantec CloudSOC. display: Symantec CloudSOC Event Collector name: SymantecCloudSOCEventCollector script: commands: - arguments: - auto: PREDEFINED defaultValue: 'false' description: If true, the command will create events, otherwise it will only display them. name: should_push_events predefined: - 'true' - 'false' required: true - defaultValue: 1000 description: Maximum number of results to return. name: limit description: Gets events from Symantec CloudSOC. name: symantec-cloudsoc-get-events isfetchevents: true runonce: false script: '-' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 marketplaces: - marketplacev2 - platform fromversion: 6.8.0 tests: - No tests (auto formatted) supportedModules: - xsiam