Get Analysis Result
Retrieve a summary of an analysis, the summary provides high-level analysis results.
External Documentation
To learn more, visit the Intezer documentation.
Parameters
Parameter | Description |
---|---|
Analysis ID | The analysis ID. |
Example Output
{
"result": {
"analysis_id": "0833e33b-2dcd-4d48-a853-8b4822675911",
"analysis_time": "Wed, 17 Oct 2018 15:16:45 GMT",
"analysis_url": "https://analyze.intezer.com/analyses/0833e33b-2dcd-4d48-a853-8b4822675911",
"family_id": "0b13c0d4-7779-4c06-98fa-4d33ca98f8a9",
"family_name": "WannaCry",
"file_name": "file.exe",
"is_private": true,
"labels": [
"string"
],
"sha256": "bf293bda73c5b4c1ec66561ad20d7e2bc6692d051282d35ce8b7b7020c753467",
"sub_verdict": "known_malicious",
"verdict": "trusted"
},
"result_url": "/analyses/0833e33b-2dcd-4d48-a853-8b4822675911",
"status": "succeeded"
}
Workflow Library Example
Get Analysis Result with Intezer and Send Results Via Email
Preview this Workflow on desktop