GuardiCore Deprecated
Deprecated. Use GuardiCore v2 instead.
Deception & Breach Simulation · Akamai GuardiCore
Details
| ID | GuardiCore |
|---|---|
| Provider | Akamai Technologies |
| Category | Deception & Breach Simulation |
| From Version | 5.0.0 |
| Supported Modules | Agentix XSIAM |
README
Data center breach detection.
This integration was integrated and tested with version v3.0 of GuardiCore API.
Configure GuardiCore in Cortex
| Parameter | Required |
|---|---|
| Server URL (e.g. https://192.168.0.1) | True |
| Username | True |
| 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.
guardicore-get-incidents
Display information about incidents (with filters).
Base Command
guardicore-get-incidents
Input
| Argument Name | Description | Required |
|---|---|---|
| severity | Filter by severity. Possible values are: High, Low, Medium. | Optional |
| tag | Filter by tag. | Optional |
| from_time | From which date to fetch incidents, format is YYYY-MM-DD. | Optional |
| to_time | Until which date to fetch incidents, format is YYYY-MM-DD. | Optional |
| incident_type | Filter by type of incidents, e.g. Deception, Lateral Movement. | Optional |
| source | Filter by source (hostname or IP address). | Optional |
| destination | Filter by destination (hostname or IP address). | Optional |
guardicore-uncommon-domains
Display the uncommon domains.
Base Command
guardicore-uncommon-domains
Input
| Argument Name | Description | Required |
| — | — | — |
guardicore-unresolved-domains
Display the unresolved domains.
Base Command
guardicore-unresolved-domains
Input
| Argument Name | Description | Required |
| — | — | — |
guardicore-show-endpoint
Display information about the endpoint given its ID.
Base Command
guardicore-show-endpoint
Input
| Argument Name | Description | Required |
|---|---|---|
| host_id | The host ID. | Required |
guardicore-dns-requests
Display the DNS requests.
Base Command
guardicore-dns-requests
Input
| Argument Name | Description | Required |
| — | — | — |
guardicore-search-endpoint
Display information about the endpoint by its hostname or IP address.
Base Command
guardicore-search-endpoint
Input
| Argument Name | Description | Required |
|---|---|---|
| ip_address | The IP address of the endpoint. | Optional |
| name | The hostname of the endpoint. | Optional |
guardicore-misconfigurations
Display the misconfigurations.
Base Command
guardicore-misconfigurations
Input
| Argument Name | Description | Required |
| — | — | — |
guardicore-get-incident
Display information about the given incident.
Base Command
guardicore-get-incident
Input
| Argument Name | Description | Required |
|---|---|---|
| id | The ID of the incident. | Required |
guardicore-get-incident-iocs
Display the IOCs (Indicators of Compromise) of the given incident.
Base Command
guardicore-get-incident-iocs
Input
| Argument Name | Description | Required |
|---|---|---|
| id | The ID of the incident. | Required |
guardicore-get-incident-events
Display the events related to the given incidents.
Base Command
guardicore-get-incident-events
Input
| Argument Name | Description | Required |
|---|---|---|
| id | The ID of the incident. | Required |
guardicore-get-incident-pcap
Retrieve the PCAP file attached to the given incident.
Base Command
guardicore-get-incident-pcap
Input
| Argument Name | Description | Required |
|---|---|---|
| id | The ID of the incident. | Required |
guardicore-get-incident-attachments
Retrieve the files attached to the given incidents.
Base Command
guardicore-get-incident-attachments
Input
| Argument Name | Description | Required |
|---|---|---|
| id | The ID of the incident. | Required |
guardicore-search-network-log
Searches within the network log (with filters).
Base Command
guardicore-search-network-log
Input
| Argument Name | Description | Required |
|---|---|---|
| source | Filter by source (hostname or IP address). | Optional |
| destination | Filter by destination (hostname or IP address). | Optional |
| port | Filter by port number. | Optional |
| uuid | Filter by Event ID. | Optional |
Configuration parameters
server— Server URL (e.g. https://192.168.0.1) (required)credentials— Username (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (13)
-
guardicore-dns-requestsDeprecatedDisplay the DNS requests.
-
guardicore-get-incidentDeprecatedDisplay information about the given incident.
-
guardicore-get-incident-attachmentsDeprecatedRetrieve the files attached to the given incidents.
-
guardicore-get-incident-eventsDeprecatedDisplay the events related to the given incidents.
-
guardicore-get-incident-iocsDeprecatedDisplay the IOCs (Indicators of Compromise) of the given incident.
-
guardicore-get-incident-pcapDeprecatedRetrieve the PCAP file attached to the given incident.
-
guardicore-get-incidentsDeprecatedDisplay information about incidents (with filters).
-
guardicore-misconfigurationsDeprecatedDisplay the misconfigurations.
-
guardicore-search-endpointDeprecatedDisplay information about the endpoint by its hostname or IP address.
-
guardicore-search-network-logDeprecatedSearches within the network log (with filters).
-
guardicore-show-endpointDeprecatedDisplay information about the endpoint given its ID.
-
guardicore-uncommon-domainsDeprecatedDisplay the uncommon domains.
-
guardicore-unresolved-domainsDeprecatedDisplay the unresolved domains.
commonfields: id: GuardiCore version: -1 name: GuardiCore display: GuardiCore (Deprecated) category: Deception & Breach Simulation provider: Akamai Technologies description: Deprecated. Use GuardiCore v2 instead. configuration: - display: Server URL (e.g. https://192.168.0.1) name: server defaultvalue: "" type: 0 required: true - display: Username name: credentials defaultvalue: "" type: 9 required: true - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false script: script: '' type: javascript commands: - name: guardicore-get-incidents arguments: - name: severity auto: PREDEFINED predefined: - High - Low - Medium description: Filter by severity. - name: tag description: Filter by tag. - name: from_time description: From which date to fetch incidents, format is DD-MM-YYYY. - name: to_time description: Until which date to fetch incidents, format is DD-MM-YYY. - name: incident_type description: Filter by type of incidents, e.g. Deception, Lateral Movement. - name: source description: Filter by source (hostname or IP address). - name: destination description: Filter by destination (hostname or IP address). description: Display information about incidents (with filters). deprecated: true - name: guardicore-uncommon-domains arguments: [] description: Display the uncommon domains. deprecated: true - name: guardicore-unresolved-domains arguments: [] description: Display the unresolved domains. deprecated: true - name: guardicore-show-endpoint arguments: - name: host_id required: true description: The host ID. description: Display information about the endpoint given its ID. deprecated: true - name: guardicore-dns-requests arguments: [] description: Display the DNS requests. deprecated: true - name: guardicore-search-endpoint arguments: - name: ip_address description: The IP address of the endpoint. - name: name description: The hostname of the endpoint. description: Display information about the endpoint by its hostname or IP address. deprecated: true - name: guardicore-misconfigurations arguments: [] description: Display the misconfigurations. deprecated: true - name: guardicore-get-incident arguments: - name: id required: true default: true description: The ID of the incident. description: Display information about the given incident. deprecated: true - name: guardicore-get-incident-iocs arguments: - name: id required: true default: true description: The ID of the incident. description: Display the IOCs (Indicators of Compromise) of the given incident. deprecated: true - name: guardicore-get-incident-events arguments: - name: id required: true description: The ID of the incident. description: Display the events related to the given incidents. deprecated: true - name: guardicore-get-incident-pcap arguments: - name: id required: true description: The ID of the incident. description: Retrieve the PCAP file attached to the given incident. deprecated: true - name: guardicore-get-incident-attachments arguments: - name: id required: true description: The ID of the incident. description: Retrieve the files attached to the given incidents. deprecated: true - name: guardicore-search-network-log arguments: - name: source description: Filter by source (hostname or IP address). - name: destination description: Filter by destination (hostname or IP address). - name: port description: Filter by port number. - name: uuid description: Filter by Event ID. description: Searches within the network log (with filters). deprecated: true fromversion: 5.0.0 tests: - No tests (deprecated) deprecated: true