External DocumentationTo learn more, visit the VirusTotal documentation.
Parameters
Example Output
Workflow Library Example
Get Ip Address Report with Virustotal and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| IP | IP address. |
{
"data": {
"id": "<string>",
"type": "<string>",
"links": {
"self": "<string>"
},
"attributes": {
"last_analysis_stats": {
"malicious": 2,
"suspicious": 2,
"undetected": 174,
"harmless": 1,
"timeout": 1
},
"as_owner": "<string>",
"whois_date": 447152566,
"continent": "<string>",
"tags": [],
"network": "<string>",
"last_analysis_results": {
"Acronis": {
"method": "<string>",
"engine_name": "<string>",
"category": "<string>",
"result": "<string>"
},
"ZeroFox": {
"method": "<string>",
"engine_name": "<string>",
"category": "<string>",
"result": "<string>"
}
},
"total_votes": {
"harmless": 0,
"malicious": 2
},
"whois": "<string>",
"last_analysis_date": 1464287681,
"regional_internet_registry": "<string>",
"asn": 53911,
"reputation": 1,
"country": "<string>",
"last_modification_date": 2149137293
}
}
}
Was this page helpful?