VirusTotal Livehunt Feed
Use this feed integration to fetch VirusTotal Livehunt notifications as indicators.
Data Enrichment & Threat Intelligence · VirusTotal · Feed
Details
| ID | VirusTotal Livehunt Feed |
|---|---|
| Provider | |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM EDR Cortex Cloud Cloud Runtime Security |
README
Use the VirusTotal Livehunt Feed integration to fetch indicators from Livehunt rules or rulesets.
Configure VirusTotal Livehunt Feed in Cortex
| Parameter | Description | Required |
|---|---|---|
| feed | The fetch indicators. | False |
| api_key | API Key. | True |
| filter | Exact name of the rule or ruleset you want to filter on. Leave empty to receive all. | False |
| feedReputation | The indicator reputation. | False |
| feedReliability | The source’s reliability. | True |
| tlp_color | The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. More information about the protocol can be found at https://us-cert.cisa.gov/tlp | False |
| feedExpirationPolicy | The feed’s expiration policy. | False |
| feedFetchInterval | The feed fetch interval. | False |
| feedBypassExclusionList | Whether to bypass exclusion list. | False |
Livehunt Feed info
By default the Livehunt feed retrieve indicators based on all active rulesets in livehunt, you have the option to get indicators only from one rule or ruleset using the filter parameter.
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.
Get Indicators
Gets the indicators from VirusTotal Livehunt.
Base Command
vt-livehunt-get-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The maximum number of indicators to return. The default value is 10 and max 40. | Optional |
| filter | Exact name of the rule or ruleset you want to filter on. | Optional |
Context Output
There is no context output for this command.
Command Example
!vt-livehunt-get-indicators limit=1 filter=WannaCry_Ransomware
Human Readable Output
Indicators from VirusTotal Livehunt
| Sha256 | Detections | Filetype | Rulesetname | Rulename |
|---|---|---|---|---|
| f221425286c9073cbb2168f73120b6… | 59/69 | Win32 EXE | Wannacry Ransomware | WannaCry_Ransomware_Gen |
Demo Video
vt-reset-fetch-indicators
This command will reset your fetch history.
Base Command
vt-reset-fetch-indicators
Input
There are no input arguments for this command.
Context Output
There is no context output for this command.
Configuration parameters
credentials— API Key (leave empty. Fill in the API key in the password field.) (required)filter— Filterlimit— Limitfeed— Fetch indicatorsfeedReputation— Indicator ReputationfeedReliability— Source Reliability (required)feedExpirationPolicy—feedExpirationInterval—feedFetchInterval— Feed Fetch IntervalfeedBypassExclusionList— Bypass exclusion listfeedTags— Tagstlp_color— Traffic Light Protocol Color
Commands (2)
-
vt-livehunt-get-indicatorsGets the indicators from VirusTotal Livehunt.
-
vt-reset-fetch-indicatorsThis command will reset your fetch history.
category: Data Enrichment & Threat Intelligence provider: Google commonfields: id: VirusTotal Livehunt Feed version: -1 configuration: - display: API Key (leave empty. Fill in the API key in the password field.) displaypassword: API Key name: credentials type: 9 required: true hiddenusername: true - name: filter display: Filter type: 0 additionalinfo: Exact name of the rule or ruleset you want to filter on. Leave empty to receive all. required: false - display: Limit name: limit defaultvalue: '10' type: 0 additionalinfo: Limit of indicators to fetch from livehunt notification. Max 40. required: false - display: Fetch indicators name: feed defaultvalue: 'true' type: 8 required: false - display: Indicator Reputation name: feedReputation defaultvalue: feedInstanceReputationNotSet type: 18 options: - None - Good - Suspicious - Bad additionalinfo: Indicators from this integration instance will be marked with this reputation. required: false - display: Source Reliability name: feedReliability defaultvalue: F - Reliability cannot be judged type: 15 required: true options: - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged additionalinfo: Reliability of the source providing the intelligence data. - display: "" name: feedExpirationPolicy defaultvalue: indicatorType type: 17 options: - never - interval - indicatorType - suddenDeath required: false - display: "" name: feedExpirationInterval defaultvalue: "20160" type: 1 required: false - display: Feed Fetch Interval name: feedFetchInterval defaultvalue: "240" type: 19 required: false - display: Bypass exclusion list name: feedBypassExclusionList type: 8 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. required: false - name: feedTags display: Tags type: 0 additionalinfo: Supports CSV values. required: false - name: tlp_color display: Traffic Light Protocol Color options: - RED - AMBER - GREEN - WHITE type: 15 additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. required: false description: Use this feed integration to fetch VirusTotal Livehunt notifications as indicators. display: VirusTotal Livehunt Feed name: VirusTotal Livehunt Feed script: commands: - arguments: - defaultValue: '10' description: The maximum number of results to return. The default value is 10. Max 40. name: limit - description: Exact name of the rule or ruleset you want to filter on. Leave empty to receive all. name: filter description: Gets the indicators from VirusTotal Livehunt. name: vt-livehunt-get-indicators - description: 'This command will reset your fetch history.' name: vt-reset-fetch-indicators dockerimage: demisto/python3:3.12.13.10116658 feed: true runonce: false script: '-' subtype: python3 type: python fromversion: 5.5.0 tests: - No tests (auto formatted)