Scans a URL and returns the analysis.
NOTE: If the analysis is taking too long, this action may return it in a queued state. You can use the “Get Analysis” action to retrieve it’s completed result later or increase the step timeout.
External Documentation
To learn more, visit the VirusTotal documentation.
Parameter | Description |
---|---|
Time Interval | The duration (seconds) between analysis checks. |
URL | The URL to scan. |
{
"data": {
"id": "<string>",
"type": "<string>",
"links": {
"self": "<string>",
"item": "<string>"
},
"attributes": {
"stats": {
"malicious": 1,
"suspicious": 2,
"undetected": 24,
"harmless": 117,
"timeout": 2
},
"status": "<string>",
"date": 3019433,
"results": {
"Artists Against 419": {
"method": "<string>",
"engine_name": "<string>",
"category": "<string>",
"result": "<string>"
},
"ZeroFox": {
"method": "<string>",
"engine_name": "<string>",
"category": "<string>",
"result": "<string>"
}
}
}
},
"meta": {
"url_info": {
"id": "<string>",
"url": "<string>"
}
}
}
Detect and Respond to Gmail Email Phishing
Preview this Workflow on desktop