- 02 Apr 2025
- 1 Minute to read
- DarkLight
- PDF
IBM X-Force 1.1.1
- Updated on 02 Apr 2025
- 1 Minute to read
- DarkLight
- PDF
IBM X-Force - 1.1.1
tags: python
Table of Contents
Description
Integration with IBM X-Force is prepared to support CDC users by providing ability to query across the range of threat information from IBM X-Force, including IPs, URLs, Hash via REST API ; which enable CDC users to take an informed decision in Incident response.
IBM X-Force provides access to external threat intelligence to help contextualize security events. The IBM X-Force Exchange API allows security teams to enrich their existing tools in real time to enable fast analysis and automate responses.
We use custom adaptive cards to display large amount of Threat data in meaningful intuitive GUI, to facilitate easy understanding of complex Threat Intel data.
With the help of command line/Automated enrichments, the detailed Indicator of Compromises and other threat indicators information about Hash/ IP/ URL Feed shall be obtained based on the provided individual query parameters. Threat Indicator Feed option provides complete threat analysis report for the provided feed value.
Integration Type: | Enrichment |
Information read: | Threat Intelligence information based on the provided input parameters |
API Supported: | API v1.0 |
Input: | Hash/ IP/ URL |
Output: | Detailed enrichment consisting of IOCs and other threat indicators related information of provided Input parameters. |
CDC Command Lines
* **enrich_filehash_cli**
Get information from X-Force about a file content.
Option | Type | Description | Required |
---|---|---|---|
filehash | string | The file hash to enrich. | True |
* **enrich_ip_cli**
Get information from X-Force about a certain ip.
Option | Type | Description | Required |
---|---|---|---|
ip | string | Ipv4/v6 format. | True |
* **enrich_url_cli**
Get information from X-Force about a certain web url.
Option | Type | Description | Required |
---|---|---|---|
url | string | The web url address to enrich. | True |
Workflows
* **post_enrich_filehash**
Post enrich-filehash in CDC by ID of incident/message/chanel.
* **post_enrich_ip**
Post enrich-ip in CDC by ID of incident/message/chanel.
* **post_enrich_url**
Post enrich-url in CDC by ID of incident/message/chanel.
Rules
No rules
Sensors
No sensors
Triggers
No triggers