Get the results of a scan that was analyzed in a Hybrid Analysis sandbox by the scan’s SHA256 ID.
External DocumentationTo learn more, visit the Hybrid Analysis documentation.

Parameters

ParameterDescription
Scan IDThe ID of the scan that was analyzed.

The ID can be found in the Latest Submissions page in the SHA256 field.
You can also use the job_id or the sha256 fields from the Scan URL or Scan File actions.

Example Output

{
	"state": "SUCCESS",
	"error_type": null,
	"error_origin": null,
	"error": null,
	"related_reports": []
}

Workflow Library Example

Retrieve Scan Results with Hybrid Analysis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop