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 DocumentationTo learn more, visit the VirusTotal documentation.

Parameters

ParameterDescription
Time IntervalThe duration (seconds) between analysis checks.
URLThe URL to scan.

Example Output

{
	"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>"
		}
	}
}

Workflow Library Example

Detect and Respond to Gmail Email Phishing
Workflow LibraryPreview this Workflow on desktop