RecordedFutureEventCollector
This integration fetches alerts from Recorded Future.
Analytics & SIEM · Recorded Future Intelligence
Details
| ID | RecordedFutureEventCollector |
|---|---|
| Provider | Mastercard |
| Category | Analytics & SIEM |
| From Version | 6.8.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
This integration fetches alerts from Recorded Future.
This integration was integrated and tested with version 2 of the Recorded Future API.
This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.
Configure Recorded Future Event Collector in Cortex
| Parameter | Description | Required |
|---|---|---|
| API token | The API token to use for the connection. | True |
| Trust any certificate (not secure) | Use SSL secure connection or not. | False |
| Use system proxy settings | Use proxy settings for connection or not. | False |
| First fetch time | First fetch query <number> <time unit>, e.g., 7 days. Default 3 days. |
False |
| Max fetch | The maximum number of events per fetch. Default and maximum is 1000. | 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.
recorded-future-get-events
Gets events from Recorded Future.
Base Command
recorded-future-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 results to return. Default is 10. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
credentials— (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settingsfirst_fetch— First fetch timemax_fetch— The maximum number of events per fetch. Default and maximum is 1000.
Commands (1)
-
recorded-future-get-eventsGets events from Recorded Future.
category: Analytics & SIEM provider: Mastercard sectionorder: - Connect - Collect commonfields: id: RecordedFutureEventCollector version: -1 configuration: - displaypassword: API token additionalinfo: The API token to use for the connection. name: credentials required: true hiddenusername: true type: 9 section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 section: Connect required: false - display: Use system proxy settings name: proxy type: 8 section: Connect required: false - defaultvalue: 3 days display: First fetch time name: first_fetch type: 0 section: Collect required: false - defaultvalue: 1000 display: The maximum number of events per fetch. Default and maximum is 1000. name: max_fetch type: 0 section: Collect required: false description: This integration fetches alerts from Recorded Future. display: Recorded Future Event Collector name: RecordedFutureEventCollector supportlevelheader: xsoar 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: 10 description: Maximum number of results to return. name: limit description: Gets events from Recorded Future. name: recorded-future-get-events dockerimage: demisto/python3:3.12.13.10116658 isfetchevents: true script: '-' subtype: python3 type: python marketplaces: - marketplacev2 - platform fromversion: 6.8.0 tests: - No tests (auto formatted) supportedModules: - xsiam