/virustotal | Type: Application | PCID required: Yes
Tools
virustotal_add_domain_comment
Add a comment to a domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | Domain name |
data | object | Yes | — | The data value |
virustotal_add_domain_vote
Add a vote on a domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | Domain name |
data | object | Yes | — | The data value |
virustotal_add_file_comment
Add a comment to a file Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | SHA-256, SHA-1, or MD5 hash of the file |
data | object | Yes | — | The data value |
virustotal_add_file_vote
Add a vote on a file Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | SHA-256, SHA-1, or MD5 hash of the file |
data | object | Yes | — | The data value |
virustotal_add_ip_address_comment
Add a comment to an IP address Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ip | string | Yes | — | IP address |
data | object | Yes | — | The data value |
virustotal_add_ip_address_vote
Add a vote on an IP address Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ip | string | Yes | — | IP address |
data | object | Yes | — | The data value |
virustotal_add_url_comment
Add a comment to a URL Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | URL identifier |
data | object | Yes | — | The data value |
virustotal_add_url_vote
Add a vote on a URL Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | URL identifier |
data | object | Yes | — | The data value |
virustotal_get_analysis
Get an analysis report Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Analysis identifier returned from a scan submission |
virustotal_get_dns_resolution
Get a DNS resolution Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | DNS resolution identifier |
virustotal_get_domain
Get a domain report Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | Domain name to look up |
virustotal_get_domain_comments
Get comments on a domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | Domain name |
limit | integer | No | — | Maximum number of comments to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_domain_votes
Get votes on a domain Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | Domain name |
limit | integer | No | — | Maximum number of votes to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_file
Get a file report Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | SHA-256, SHA-1, or MD5 hash of the file |
virustotal_get_file_comments
Get comments on a file Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | SHA-256, SHA-1, or MD5 hash of the file |
limit | integer | No | — | Maximum number of comments to retrieve (default 10) |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_file_votes
Get votes on a file Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | SHA-256, SHA-1, or MD5 hash of the file |
limit | integer | No | — | Maximum number of votes to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_ip_address
Get an IP address report Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ip | string | Yes | — | IP address to look up |
virustotal_get_ip_address_comments
Get comments on an IP address Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ip | string | Yes | — | IP address |
limit | integer | No | — | Maximum number of comments to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_ip_address_votes
Get votes on an IP address Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ip | string | Yes | — | IP address |
limit | integer | No | — | Maximum number of votes to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_url
Get a URL analysis report Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | URL identifier (SHA-256 of the canonicalized URL, or base64-encoded URL without padding) |
virustotal_get_url_comments
Get comments on a URL Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | URL identifier |
limit | integer | No | — | Maximum number of comments to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_get_url_votes
Get votes on a URL Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | URL identifier |
limit | integer | No | — | Maximum number of votes to retrieve |
cursor | string | No | — | Continuation cursor for pagination |
virustotal_rescan_domain
Request a domain rescan Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | Domain name |
virustotal_rescan_file
Request a file rescan Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | SHA-256, SHA-1, or MD5 hash of the file |
virustotal_rescan_ip_address
Request an IP address rescan Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ip | string | Yes | — | IP address |
virustotal_rescan_url
Request a URL rescan Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | URL identifier |
virustotal_scan_file
Upload and scan a file Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
file | string | Yes | — | File to scan |
password | string | No | — | Password to decompress and scan a file contained in a protected ZIP file |
virustotal_scan_url
Scan a URL Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | URL to scan |

