GitGuardianEventCollector
This is the GitGuardian event collector integration for Cortex XSIAM.
Analytics & SIEM · GitGuardian
Details
| ID | GitGuardianEventCollector |
|---|---|
| Provider | GitGuardian |
| Category | Analytics & SIEM |
| From Version | 8.4.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | XSIAM |
README
This is the GitGuardian event collector integration for Cortex XSIAM.
This integration was integrated and tested with version 1.0.0 of GitGuardianEventCollector.
Configure GitGuardian Event Collector in Cortex
| Parameter | Required |
|---|---|
| Server URL | False |
| API key | True |
| Max number of events per fetch | 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.
gitguardian-get-events
Gets events from GitGuardian.
Base Command
gitguardian-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. | Required |
| from_date | Date from which to get events. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
url— Server URLapi_key— (required)max_events_per_fetch— Max number of events per fetchinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
gitguardian-get-eventsGets events from GitGuardian.
Use this integration to collect events automatically from GitGuardian. You can also use the ***gitguardian-get-events*** command to manually collect events. ## API Key To get the API key, go to the GitGuardian Enterprice web interface, click on the user icon in the top right corner, and select **API**, then click **Create API Key**. The scopes needed for the key are: - incidents:read - audit_log:read