category: Data Enrichment & Threat Intelligence provider: Google commonfields: id: VirusTotal Retrohunt 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 - display: Limit name: limit defaultvalue: 40 type: 0 additionalinfo: Limit of indicators to fetch from retrohunt job results. 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: "30" 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 Retrohunt matches. display: VirusTotal Retrohunt Feed name: VirusTotal Retrohunt Feed script: commands: - arguments: - name: limit defaultValue: "40" description: The maximum number of results to return. - name: job_id defaultValue: "" description: VT Retrohunt job's ID. description: Gets the matches from a given retrohunt job's id or the latest by default. name: vt-retrohunt-get-indicators - description: "This command will reset your fetch history." name: vt-retrohunt-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)