Intel471 Malware Feed Deprecated
Deprecated. Use Intel471 Malware Indicator Feed instead.
Data Enrichment & Threat Intelligence · Intel471 Feed · Feed
Details
| ID | Intel471 Malware Feed |
|---|---|
| Provider | Intel 471 |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/py3-tools:1.0.0.47433 |
| Supported Modules | Agentix XSIAM |
README
“Intel471’s Malware Intelligence is focused on the provisioning of a high fidelity and timely indicators feed with rich context, TTP information, and malware intelligence reports.
This feed allows customers to block and gain an understanding of the latest crimeware campaigns and is for those that value timeliness, confidence (little to no false positives), and seek rich context and insight around the attacks they are seeing.”
Configure Intel471 Malware Feed in Cortex
| Parameter | Description | Required |
|---|---|---|
| feed | Fetch indicators | False |
| credentials | Username | False |
| feedReputation | Indicator Reputation | False |
| feedReliability | Source Reliability | True |
| tlp_color | Traffic Light Protocol Color | False |
| feedExpirationPolicy | False | |
| feedExpirationInterval | False | |
| feedFetchInterval | Feed Fetch Interval | False |
| indicator_type | Indicator Type | True |
| threat_type | Search by Threat Type | False |
| malware_family | Malware Family | False |
| confidence | Search by confidence | False |
| indicator | Free text indicator search (all fields included) | False |
| fetch_time | First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) |
False |
| feedTags | Tags | False |
| feedBypassExclusionList | Bypass exclusion list | False |
| proxy | Use system proxy settings | False |
| insecure | Trust any certificate (not secure) | 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.
intel471-malware-get-indicators
Gets the feed indicators.
Base Command
intel471-malware-get-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The maximum number of results to return. Default is 50. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
feed— Fetch indicatorscredentials— UsernamefeedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol ColorfeedExpirationPolicy—feedExpirationInterval—feedFetchInterval— Feed Fetch Intervalindicator_type— Indicator Type (required)threat_type— Search by Threat Typemalware_family— Malware Familyconfidence— Search by confidenceindicator— Free text indicator search (all fields included)fetch_time— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)feedTags— TagsfeedBypassExclusionList— Bypass exclusion listproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)
Commands (1)
-
intel471-malware-get-indicatorsGets the feed indicators.
category: Data Enrichment & Threat Intelligence provider: Intel 471 deprecated: true commonfields: id: Intel471 Malware Feed version: -1 configuration: - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false - display: Username name: credentials type: 9 required: false - additionalinfo: Indicators from this integration instance will be marked with this reputation defaultvalue: Suspicious display: Indicator Reputation name: feedReputation options: - None - Good - Suspicious - Bad type: 18 required: false - additionalinfo: Reliability of the source providing the intelligence data defaultvalue: B - Usually 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 display: '' name: feedExpirationPolicy options: - never - interval - indicatorType - suddenDeath type: 17 required: false - defaultvalue: '20160' display: '' name: feedExpirationInterval type: 1 required: false - defaultvalue: '240' display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false - additionalinfo: Type of the indicator in the feed. display: Indicator Type name: indicator_type required: true type: 16 defaultvalue: All options: - All - File - ipv4 - URL - additionalinfo: |- "Search indicators by threat type (e.g. malware, bulletproof_hosting, proxy_service). If empty, all threat types will be considered." display: Search by Threat Type name: threat_type type: 0 required: false - additionalinfo: |- "Search indicators by malware family (e.g. gozi_isfb, smokeloader, trickbot). If empty, all malware families will be considered." display: Malware Family name: malware_family type: 0 required: false - additionalinfo: Search indicators by confidence. See detailed description of the confidence levels below. options: - high - medium - low display: Search by confidence name: confidence type: 15 required: false - display: Free text indicator search (all fields included) name: indicator type: 0 required: false - additionalinfo: How far back in time to go when performing the first fetch. defaultvalue: '7 days' display: First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) name: fetch_time type: 0 required: false - additionalinfo: Supports CSV values. display: Tags name: feedTags 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 - display: Use system proxy settings name: proxy type: 8 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false description: Deprecated. Use Intel471 Malware Indicator Feed instead. display: Intel471 Malware Feed (Deprecated) name: Intel471 Malware Feed script: commands: - arguments: - defaultValue: '50' description: The maximum number of results to return. name: limit description: Gets the feed indicators. name: intel471-malware-get-indicators dockerimage: demisto/py3-tools:1.0.0.47433 feed: true runonce: false script: '-' subtype: python3 type: python tests: - No tests fromversion: 5.5.0