Skip to main content
Server path: /virustotal | Type: Application | PCID required: Yes

Tools

ToolDescription
virustotal_add_domain_commentAdd a comment to a domain
virustotal_add_domain_voteAdd a vote on a domain
virustotal_add_file_commentAdd a comment to a file
virustotal_add_file_voteAdd a vote on a file
virustotal_add_ip_address_commentAdd a comment to an IP address
virustotal_add_ip_address_voteAdd a vote on an IP address
virustotal_add_url_commentAdd a comment to a URL
virustotal_add_url_voteAdd a vote on a URL
virustotal_get_analysisGet an analysis report
virustotal_get_dns_resolutionGet a DNS resolution
virustotal_get_domainGet a domain report
virustotal_get_domain_commentsGet comments on a domain
virustotal_get_domain_votesGet votes on a domain
virustotal_get_fileGet a file report
virustotal_get_file_commentsGet comments on a file
virustotal_get_file_votesGet votes on a file
virustotal_get_ip_addressGet an IP address report
virustotal_get_ip_address_commentsGet comments on an IP address
virustotal_get_ip_address_votesGet votes on an IP address
virustotal_get_urlGet a URL analysis report
virustotal_get_url_commentsGet comments on a URL
virustotal_get_url_votesGet votes on a URL
virustotal_rescan_domainRequest a domain rescan
virustotal_rescan_fileRequest a file rescan
virustotal_rescan_ip_addressRequest an IP address rescan
virustotal_rescan_urlRequest a URL rescan
virustotal_scan_fileUpload and scan a file
virustotal_scan_urlScan a URL

virustotal_add_domain_comment

Add a comment to a domain Parameters:
ParameterTypeRequiredDefaultDescription
domainstringYesDomain name
dataobjectYesThe data value

virustotal_add_domain_vote

Add a vote on a domain Parameters:
ParameterTypeRequiredDefaultDescription
domainstringYesDomain name
dataobjectYesThe data value

virustotal_add_file_comment

Add a comment to a file Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesSHA-256, SHA-1, or MD5 hash of the file
dataobjectYesThe data value

virustotal_add_file_vote

Add a vote on a file Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesSHA-256, SHA-1, or MD5 hash of the file
dataobjectYesThe data value

virustotal_add_ip_address_comment

Add a comment to an IP address Parameters:
ParameterTypeRequiredDefaultDescription
ipstringYesIP address
dataobjectYesThe data value

virustotal_add_ip_address_vote

Add a vote on an IP address Parameters:
ParameterTypeRequiredDefaultDescription
ipstringYesIP address
dataobjectYesThe data value

virustotal_add_url_comment

Add a comment to a URL Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesURL identifier
dataobjectYesThe data value

virustotal_add_url_vote

Add a vote on a URL Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesURL identifier
dataobjectYesThe data value

virustotal_get_analysis

Get an analysis report Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesAnalysis identifier returned from a scan submission

virustotal_get_dns_resolution

Get a DNS resolution Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesDNS resolution identifier

virustotal_get_domain

Get a domain report Parameters:
ParameterTypeRequiredDefaultDescription
domainstringYesDomain name to look up

virustotal_get_domain_comments

Get comments on a domain Parameters:
ParameterTypeRequiredDefaultDescription
domainstringYesDomain name
limitintegerNoMaximum number of comments to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_get_domain_votes

Get votes on a domain Parameters:
ParameterTypeRequiredDefaultDescription
domainstringYesDomain name
limitintegerNoMaximum number of votes to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_get_file

Get a file report Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesSHA-256, SHA-1, or MD5 hash of the file

virustotal_get_file_comments

Get comments on a file Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesSHA-256, SHA-1, or MD5 hash of the file
limitintegerNoMaximum number of comments to retrieve (default 10)
cursorstringNoContinuation cursor for pagination

virustotal_get_file_votes

Get votes on a file Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesSHA-256, SHA-1, or MD5 hash of the file
limitintegerNoMaximum number of votes to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_get_ip_address

Get an IP address report Parameters:
ParameterTypeRequiredDefaultDescription
ipstringYesIP address to look up

virustotal_get_ip_address_comments

Get comments on an IP address Parameters:
ParameterTypeRequiredDefaultDescription
ipstringYesIP address
limitintegerNoMaximum number of comments to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_get_ip_address_votes

Get votes on an IP address Parameters:
ParameterTypeRequiredDefaultDescription
ipstringYesIP address
limitintegerNoMaximum number of votes to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_get_url

Get a URL analysis report Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesURL identifier (SHA-256 of the canonicalized URL, or base64-encoded URL without padding)

virustotal_get_url_comments

Get comments on a URL Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesURL identifier
limitintegerNoMaximum number of comments to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_get_url_votes

Get votes on a URL Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesURL identifier
limitintegerNoMaximum number of votes to retrieve
cursorstringNoContinuation cursor for pagination

virustotal_rescan_domain

Request a domain rescan Parameters:
ParameterTypeRequiredDefaultDescription
domainstringYesDomain name

virustotal_rescan_file

Request a file rescan Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesSHA-256, SHA-1, or MD5 hash of the file

virustotal_rescan_ip_address

Request an IP address rescan Parameters:
ParameterTypeRequiredDefaultDescription
ipstringYesIP address

virustotal_rescan_url

Request a URL rescan Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesURL identifier

virustotal_scan_file

Upload and scan a file Parameters:
ParameterTypeRequiredDefaultDescription
filestringYesFile to scan
passwordstringNoPassword to decompress and scan a file contained in a protected ZIP file

virustotal_scan_url

Scan a URL Parameters:
ParameterTypeRequiredDefaultDescription
urlstringYesURL to scan