Skip to main content

List threats

Action ID: tools.virustotal.list_threats List threats from VirusTotal. Reference: https://gtidocs.virustotal.com/reference/list-threats

Secrets

Required secrets:
  • virustotal: required values VIRUSTOTAL_API_KEY.

Input fields

filter
string
required
Filter to apply to the list of threats.
limit
integer
Maximum number of threats to return.Default: 10.

Lookup domain

Action ID: tools.virustotal.lookup_domain Get VirusTotal report for a domain. Reference: https://docs.virustotal.com/reference/domain-info

Secrets

Required secrets:
  • virustotal: required values VIRUSTOTAL_API_KEY.

Input fields

domain
string
required
Domain to lookup.

Lookup file hash

Action ID: tools.virustotal.lookup_file_hash Get VirusTotal report for a file hash. Reference: https://docs.virustotal.com/reference/file-info

Secrets

Required secrets:
  • virustotal: required values VIRUSTOTAL_API_KEY.

Input fields

file_hash
string
required
File hash to lookup.

Lookup IP address

Action ID: tools.virustotal.lookup_ip_address Get VirusTotal report for an IP address. Reference: https://docs.virustotal.com/reference/ip-info

Secrets

Required secrets:
  • virustotal: required values VIRUSTOTAL_API_KEY.

Input fields

ip_address
string
required
IP address to lookup.

Lookup URL

Action ID: tools.virustotal.lookup_url Get VirusTotal report for a URL. Reference: https://docs.virustotal.com/reference/url-info

Secrets

Required secrets:
  • virustotal: required values VIRUSTOTAL_API_KEY.

Input fields

url
string
required
URL to lookup.