iDefense Feed Deprecated
Deprecated. Use Accenture CTI Feed instead.
Data Enrichment & Threat Intelligence · Accenture CTI (Deprecated) · Feed
Details
| ID | iDefense Feed |
|---|---|
| Provider | Accenture |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/jmespath:1.0.0.23980 |
| Supported Modules | Agentix |
README
Fetches indicators from an Accenture CTI feed. You can filter returned indicators by indicator type, indicator severity, threat type, confidence, and malware family (each of these are an integration parameter).
Ingesting the indicator is being done in an incremental manner.
This feed integration was integrated and tested with version v2.61.1 of ACTI.
Configure ACTI Feed in Cortex
| Parameter | Description | Required |
|---|---|---|
| feed | Fetch indicators | False |
| api_token | API Key | True |
| feedReputation | Indicator Reputation | False |
| feedReliability | Source Reliability | True |
| tlp_color | Traffic Light Protocol Color | False |
| feedExpirationPolicy | False | |
| feedExpirationInterval | False | |
| feedFetchInterval | Feed Fetch Interval | False |
| feedIncremental | Incremental Feed | False |
| fetch_time | First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) |
False |
| indicator_type | Indicator Type | True |
| severity | Indicator Severity | False |
| threat_type | Threat Type | False |
| confidence_from | Confidence | False |
| malware_family | Malware Family | False |
| feedBypassExclusionList | Bypass exclusion list | False |
| feedTags | Tags | False |
| insecure | Trust any certificate (not secure) | False |
| proxy | 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.
idefense-get-indicators
Gets the feed indicators.
Base Command
idefense-get-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The maximum number of results to return. The default value is 50. | Optional |
Context Output
There is no context output for this command.
Command Example
!idefense-get-indicators limit=10
Context Example
There is no context output for this command.
Indicators
value type rawJSON http://example.com URL confidence: 50
display_text: http://example.com
index_timestamp: 2020-12-13T23:31:03.848Z
key: http://example.com
last_modified: 2020-12-13T23:29:13.000Z
last_published: 2020-12-07T14:50:44.000Z
last_seen: 2020-12-13T20:08:24.000Z
last_seen_as: MALWARE_DOWNLOAD
malware_family:
replication_id: xxx
severity: 3
threat_types: Cyber Crime
type: url
uuid: xxx
Configuration parameters
feed— Fetch indicatorsapi_token— (required)feedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol ColorfeedExpirationPolicy—feedExpirationInterval—feedFetchInterval— Feed Fetch IntervalfeedIncremental— Incremental Feedfetch_time— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)indicator_type— Indicator Type (required)severity— Indicator Severitythreat_type— Threat Typeconfidence_from— Confidencemalware_family— Malware FamilyfeedBypassExclusionList— Bypass exclusion listfeedTags— Tagsinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
idefense-get-indicatorsGets the feed indicators.
category: Data Enrichment & Threat Intelligence provider: Accenture commonfields: id: iDefense Feed version: -1 configuration: - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false - displaypassword: API Token name: api_token type: 9 required: true hiddenusername: true - additionalinfo: Indicators from this integration instance will be marked with this reputation defaultvalue: Bad display: Indicator Reputation name: feedReputation options: - None - Good - Suspicious - Bad type: 18 required: false - additionalinfo: Reliability of the source providing the intelligence data defaultvalue: A - Completely reliable display: Source Reliability name: feedReliability options: - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged required: true type: 15 - additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed display: Traffic Light Protocol Color name: tlp_color options: - RED - AMBER - GREEN - WHITE type: 15 required: false - defaultvalue: indicatorType name: feedExpirationPolicy display: '' options: - never - interval - indicatorType - suddenDeath type: 17 required: false - defaultvalue: '20160' name: feedExpirationInterval display: '' type: 1 required: false - defaultvalue: '240' display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false - additionalinfo: Incremental feeds pull only new or modified indicators that have been sent from the integration. As the determination if the indicator is new or modified happens on the 3rd-party vendor's side, and only indicators that are new or modified are sent to Cortex XSOAR, all indicators coming from these feeds are labeled new or modified. defaultvalue: 'true' display: Incremental Feed name: feedIncremental type: 8 required: false - additionalinfo: How far back in time to go when performing the first fetch defaultvalue: '14 days' display: First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) name: fetch_time type: 0 required: false - additionalinfo: Which indicator types to fetch defaultvalue: IP,Domain,URL display: Indicator Type name: indicator_type options: - IP - Domain - URL required: true type: 16 - additionalinfo: Severity of the indicator. The value to start fetching indicators from. defaultvalue: '1' display: Indicator Severity name: severity options: - '1' - '2' - '3' - '4' - '5' type: 15 required: false - additionalinfo: Threat Type denotes the type of threats the indicator has been associated with. display: Threat Type name: threat_type options: - Vulnerability - Cyber Crime - Cyber Espionage - Hacktivism type: 16 required: false - additionalinfo: Confidence about the indicator details. The value of confidence to fetch indicators from. The value between 0-100 display: Confidence name: confidence_from type: 0 required: false - additionalinfo: A malware family is a classification of malicious files and tools based on certain behaviors and static properties display: Malware Family name: malware_family type: 0 required: false - additionalinfo: When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system. display: Bypass exclusion list name: feedBypassExclusionList type: 8 required: false - additionalinfo: Supports CSV values. display: Tags name: feedTags 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: Deprecated. Use Accenture CTI Feed instead. deprecated: true display: ACTI Feed (Deprecated) name: iDefense Feed script: commands: - arguments: - defaultValue: '50' description: The maximum number of results to return. The default value is 50. name: limit description: Gets the feed indicators. name: idefense-get-indicators dockerimage: demisto/jmespath:1.0.0.23980 feed: true runonce: false script: '-' subtype: python3 type: python tests: - Feed iDefense Test fromversion: 5.5.0