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.
## Symantec CloudSOC Event Collector Use this integration to collect events automatically from Symantec CloudSOC. ### Symantec CloudSOC API key To use the Symantec CloudSOC collector, you would need to create an API key. 1. Log in to CloudSOC using your administrator credentials. 2. On the CloudSOC menu, click your user name and select **Settings**. 3. On the **Settings** page, click the **API Keys** tab. 4. Enter a descriptive name for the new key and click **Add New API Key**. 5. In the **API Keys List**, click the download icon for the new key. 6. Open the file in a text editor and record the following information for the key: 1. Key ID 2. Key Secret 7. Paste the Key ID and the Key Secret copied from the file. [For more information, click here](https://techdocs.broadcom.com/us/en/symantec-security-software/information-security/symantec-cloudsoc/cloud/api-home/supported-authentication-methods/creating-an-api-key.html).