To 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

{    "meta": {        "file_info": {            "sha256": "9428f125287088fa3a2077dfa90e4d1463303e26f6b2da8cd01c0997153e9d01",            "sha1": "ea7734f4ef6e1981fbabd3d0a1a7d197bec25642",            "md5": "a578678d586be4a357c23dc0a8897a5c",            "size": 9636        }    },    "data": {        "attributes": {            "date": 1668590600,            "status": "completed",            "stats": {                "harmless": 0,                "type-unsupported": 14,                "suspicious": 0,                "confirmed-timeout": 0,                "timeout": 1,                "failure": 0,                "malicious": 0,                "undetected": 61            },            "results": {                "Bkav": {                    "category": "undetected",                    "engine_name": "Bkav",                    "engine_version": "1.3.0.9899",                    "result": null,                    "method": "blacklist",                    "engine_update": "20221116"                },                "Lionic": {                    "category": "undetected",                    "engine_name": "Lionic",                    "engine_version": "7.5",                    "result": null,                    "method": "blacklist",                    "engine_update": "20221116"                },                "tehtris": {                    "category": "type-unsupported",                    "engine_name": "tehtris",                    "engine_version": "v0.1.4",                    "result": null,                    "method": "blacklist",                    "engine_update": "20221116"                }            }        },        "type": "analysis",        "id": "YskjdaksasdaM6MTY2ODU5MDYwMA==",        "links": {            "item": "https://www.virustotal.com/api/v3/files/9428f125287088faasdjksahkdsadsa7153e9d01",            "self": "https://www.virustotal.com/api/v3/analyses/YTU3ODY3OGQ1ODASFNJKHASKJDHJSAMDYwMA=="        }    }}

Workflow Library Example

Get Analysis with Virustotal and Send Results Via Email

Preview this Workflow on desktop