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 settings
  • insecure — 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)

  • domain

    Checks the reputation of a domain.

  • file

    Checks the file reputation of the specified hash.

  • file-rescan

    Re-scans an already submitted file. This avoids having to upload the file again.

  • file-scan

    Submits a file for scanning.

  • ip

    Checks the reputation of an IP address.

  • url

    Checks the reputation of a URL.

  • url-scan

    Scans a specified URL.

  • vt-comments-add

    Adds comments to files and URLs.

  • vt-comments-get

    Private API. Retrieves comments for a given resource.

  • vt-file-scan-upload-url

    Private API. Get a special URL for files larger than 32 MB.