Retrieve the scan results by the specified WebID.

Parameters

ParameterDescription
WebIDThe ID of the analysis. To obtain the WebID for a specific scan, you can copy the number that appears in the URL path of the Results page after clicking on a specific scan.

Example Output

{
	"data": {
		"webid": "<string>",
		"original_filename": "<string>",
		"time": "2022-12-01T10:50:23+01:00",
		"runs": [
			{
				"detection": "<string>",
				"error": null,
				"system": "<string>",
				"yara": false,
				"sigma": false,
				"suricata": false,
				"score": 162
			}
		],
		"tags": [
			"<string>"
		],
		"encrypted": false,
		"analysisid": "<string>",
		"duration": 39,
		"md5": "<string>",
		"sha1": "<string>",
		"sha256": "<string>",
		"filename": "<string>",
		"scriptname": "<string>",
		"status": "<string>",
		"comments": "<string>",
		"classification": "<string>",
		"threatname": "<string>",
		"score": 72,
		"detection": "<string>",
		"has_malwareconfig": false
	}
}

Workflow Library Example

Retrieve Scan Results by Webid with Joe Sandbox and Send Results Via Email

Preview this Workflow on desktop