Retrieve information about a scan by the specified scan ID.

Parameters

ParameterDescription
Scan IDThe ID of the scan. You can get the submission ID using the List Submissions action.

Example Output

{
    "submission_id": "178",
    "name": "Sample.exe",
    "status": "finished",
    "time": "2019-04-15T08:05:05+00:00",
    "most_relevant_analysis": {
        "webid": "179"
        "detection": "clean",
        "score": 30
    },
    "analyses": [
        {
            "webid": "179",
            "time": "2019-04-15T08:05:08+00:00",
            "runs": [
                {
                    "detection": "clean",
                    "error": null,
                    "system": "w7",
                    "yara": false
                },
                {
                    "detection": "clean",
                    "error": null,
                    "system": "w7x64",
                    "yara": false
                }
            ],
            "tags": [],
            "analysisid": "127",
            "duration": 1,
            "encrypted": false,
            "md5": "098f6bcd4621d373cade4e832627b4f6",
            "sha1": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
            "sha256": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
            "filename": "Sample.exe",
            "scriptname": "defaultwindowsofficecookbook.jbs",
            "status": "finished",
            "comments": ""
        }
    ]
}

Workflow Library Example

Retrieve Scan Information with Joe Sandbox and Send Results Via Email

Preview this Workflow on desktop