ACTI Indicator Feed
Fetches indicators from a ACTI feed. You can filter returned indicators by indicator type, indicator severity, threat type, confidence, and malware family (each of these are an integration parameter).
Data Enrichment & Threat Intelligence · Accenture CTI Feed · Feed
Details
| ID | ACTI Indicator Feed |
|---|---|
| Provider | Accenture |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/py3-tools:1.0.0.10120494 |
| Supported Modules | Agentix XSIAM |
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.93.0 of ACTI.
Configure ACTI Indicator 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.
acti-get-indicators
Gets the feed indicators.
Base Command
acti-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
!acti-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)
-
acti-get-indicatorsGets the feed indicators.
category: Data Enrichment & Threat Intelligence provider: Accenture commonfields: id: ACTI Indicator Feed version: -1 configuration: - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false section: Collect - displaypassword: API Token name: api_token type: 9 required: true hiddenusername: true section: Connect - 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 section: Collect - 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 section: Collect - 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 section: Collect - defaultvalue: indicatorType name: feedExpirationPolicy display: '' options: - never - interval - indicatorType - suddenDeath type: 17 required: false section: Collect - defaultvalue: '20160' name: feedExpirationInterval display: '' type: 1 required: false section: Collect - defaultvalue: '240' display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false section: Collect - 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 section: Collect - 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 section: Collect - additionalinfo: Which indicator types to fetch defaultvalue: IP,Domain,URL display: Indicator Type name: indicator_type options: - IP - Domain - URL required: true type: 16 section: Collect - 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 section: Collect - 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 section: Collect - 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 section: Collect - 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 section: Collect - 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 section: Collect - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false section: Collect - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect - display: Use system proxy settings name: proxy type: 8 required: false section: Connect description: Fetches indicators from a ACTI feed. You can filter returned indicators by indicator type, indicator severity, threat type, confidence, and malware family (each of these are an integration parameter). display: ACTI Indicator Feed name: ACTI Indicator 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: acti-get-indicators dockerimage: demisto/py3-tools:1.0.0.10120494 feed: true runonce: false script: '-' subtype: python3 type: python tests: - ACTI Indicator Feed Test fromversion: 5.5.0 sectionorder: - Connect - Collect