Infoblox BloxOne Threat Defense Event Collector
BloxOne Threat Defense is a hybrid cybersecurity solution that leverages DNS as the first line of defense to detect and block cyber threats.
Data Enrichment & Threat Intelligence · Infoblox Threat Defense with DDI
Details
| ID | Infoblox BloxOne Threat Defense Event Collector |
|---|---|
| Provider | Infoblox |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
BloxOne Threat Defense is a hybrid cybersecurity solution that leverages DNS as the first line of defense to detect and block cyber threats.
Configure Infoblox BloxOne Threat Defense Event Collector in Cortex
| Parameter | Description | Required |
|---|---|---|
| Service API Key | True | |
| First fetch time interval | False | |
| Max events per fetch | The maximum amount of events to retrieve for each event type (up to 10000 events). For more information about event types see the help section. | 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.
bloxone-td-event-collector-get-events
Gets events. This command is for debugging purposes.
Base Command
bloxone-td-event-collector-get-events
Input
| Argument Name | Description | Required |
|---|---|---|
| should_push_events | Set this argument to True in order to create events, otherwise the command will only display them. Possible values are: True, False. Default is False. | Required |
| from | Timestamp indicating when to start fetching events. | Required |
| to | Timestamp indicating when to stop fetching events. | Required |
| limit | Maximum number of events to fetch. Default is 1000. | Required |
| offset | offset of the events. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| TestGetEvents | Unknown | The event data. |
Configuration parameters
credentials— (required)first_fetch— First fetch time intervalmax_fetch— Max events per fetchinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
bloxone-td-event-collector-get-eventsGets events. This command is for debugging purposes.
category: Data Enrichment & Threat Intelligence provider: Infoblox commonfields: id: Infoblox BloxOne Threat Defense Event Collector version: -1 configuration: - displaypassword: Service API Key name: credentials required: true hiddenusername: true type: 9 section: Connect - display: First fetch time interval name: first_fetch type: 0 defaultvalue: 1 day section: Collect required: false - additionalinfo: The maximum amount of events to retrieve for each event type (up to 10000 events). For more information about event types see the help section. defaultvalue: "1000" display: Max events per fetch section: Collect name: max_fetch type: 0 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: "BloxOne Threat Defense is a hybrid cybersecurity solution that leverages DNS as the first line of defense to detect and block cyber threats." display: "Infoblox BloxOne Threat Defense Event Collector" name: Infoblox BloxOne Threat Defense Event Collector script: commands: - arguments: - auto: PREDEFINED defaultValue: "False" description: Set this argument to True in order to create events, otherwise the command will only display them. name: should_push_events predefined: - "True" - "False" required: true - description: Timestamp indicating when to start fetching events. name: from required: true - description: Timestamp indicating when to stop fetching events. name: to required: true - description: Maximum number of events to fetch. defaultValue: 1000 name: limit required: true - description: offset of the events. defaultValue: 0 name: offset required: true outputs: - description: The event data. type: Unknown contextPath: TestGetEvents description: "Gets events. This command is for debugging purposes." name: bloxone-td-event-collector-get-events runonce: false isfetchevents: true script: "-" type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 supportlevelheader: xsoar fromversion: 6.10.0 marketplaces: - marketplacev2 - platform tests: - No tests (auto formatted) supportedModules: - xsiam