Get a URL/file analysis.
External DocumentationTo learn more, visit the VirusTotal documentation.

Parameters

ParameterDescription
Analysis IDAnalysis identifier. URLs and files can be submitted to VirusTotal using the ScanURL and ScanFile actions. Both actions return an ID which can be used in this field to get information about analysis status.

Example Output

{
	"data": {
		"id": "<string>",
		"type": "<string>",
		"links": {
			"self": "<string>",
			"item": "<string>"
		},
		"attributes": {
			"stats": {
				"malicious": 2,
				"suspicious": 1,
				"undetected": 2,
				"harmless": 1,
				"timeout": 2,
				"confirmed-timeout": 1,
				"failure": 2,
				"type-unsupported": 1
			},
			"date": 1310427289,
			"status": "<string>",
			"results": {}
		}
	},
	"meta": {
		"file_info": {
			"sha256": "<string>",
			"md5": "<string>",
			"sha1": "<string>",
			"size": 45
		}
	}
}

Workflow Library Example

Get Analysis with Virustotal and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop