Generate an ephemeral widget URL valid for three days and an object with the last detection ratio for the observable.

External Documentation

To learn more, visit the VirusTotal documentation.

Parameters

ParameterDescription
Border ColorTheme border color in hex notation.
Primary Background ColorTheme primary background color in hex notation.
Primary Foreground ColorTheme primary foreground color in hex notation.
QueryA file hash (md5, sha1 or sha256), URL, IP address or a Domain.
Secondary Background ColorTheme secondary background color in hex notation.

Example Output

{
	"data": {
		"url": "https://virustotal.com/ui/widget/html/OTEzZjdhMDBlYWE1YThiMzg2MDQxYWE2NDQwMTgzYmNhNTc0ODA1ZTRiMWE2OTkzODFlZjAxYmE5MGVmMzVkM3x8ZmlsZXx8eyJiZzEiOiAiIzMxM2Q1YSIsICJiZzIiOiAiIzIyMmM0MiIsICJiZDEiOiAiIzRkNjM4NSIsICJmZzEiOiAiI2ZmZmZmZiJ9fHwxNTcxOTI1MjQzfHxjMzkyOWYzMmY5NGFmZTIxMTUzN2U2NTYwNDgzZjgyYjc4NDY1MDQ2ZmNmMGY3ZTljNjgzMmY0ZWZlMzFlMTFi",
		"detection_ratio": {
			"detections": 5,
			"total": 71
		}
	}
}

Workflow Library Example

Get Widget Rendering Url with Virustotal and Send Results Via Email

Preview this Workflow on desktop