VirusTotal Deprecated
Deprecated. Use VirusTotalV3 integration instead.
Data Enrichment & Threat Intelligence · VirusTotal
Configuration parameters
Server— Server URL (e.g. https://192.168.0.1) (required)APIKey— API Key (required)integrationReliability— Source Reliability (required)useproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)fileThreshold— File Threshold. Minimum number of positive results from VT scanners to consider the file malicious.ipThreshold— IP Threshold. Minimum number of positive results from VT scanners to consider the IP malicious.urlThreshold— URL Threshold. Minimum number of positive results from VT scanners to consider the URL malicious.domainThreshold— Domain Threshold. Minimum number of positive results from VT scanners to consider the domain malicious.preferredVendors— Preferred Vendors List. CSV list of vendors which are considered more trustworthy.preferredVendorsThreshold— Preferred Vendor Threshold. The minimum number of highly trusted vendors required to consider a domain, IP address, URL, or file as malicious.fullResponseGlobal— Determines whether to return all results, which can number in the thousands. If “true”, returns all results and overrides the _fullResponse_, _long_ arguments (if set to “false”) in a command. If “false”, the _fullResponse_, _long_ arguments in the command determines how results are returned.
Commands (10)
-
domainChecks the reputation of a domain.
-
fileChecks the file reputation of the specified hash.
-
file-rescanRe-scans an already submitted file. This avoids having to upload the file again.
-
file-scanSubmits a file for scanning.
-
ipChecks the reputation of an IP address.
-
urlChecks the reputation of a URL.
-
url-scanScans a specified URL.
-
vt-comments-addAdds comments to files and URLs.
-
vt-comments-getPrivate API. Retrieves comments for a given resource.
-
vt-file-scan-upload-urlPrivate API. Get a special URL for files larger than 32 MB.