Skip to main content

List Analyses

Get analyses history.

External Documentation

To learn more, visit the Intezer documentation.

Basic Parameters

ParameterDescription
End DateThe end timestamp to query from.
Start DateThe start timestamp to query from.

Advanced Parameters

ParameterDescription
File NameThe name of the file analyzed.
Max AnalysesThe maximum number of analyses returned by the query.
OffsetThe number of analyses to skips the before beginning to return the analyses.
VerdictsFilter by the analyses verdict.

Example Output

{
"total_count": 105,
"analyses": [
{
"account_id": "c09d3082-5425-4a7b-b48c-a31bd382054a",
"analysis_creation_time": "Wed, 17 Oct 2018 15:16:45 GMT",
"analysis_id": "cce2daac-bc8d-45cd-96e6-0da3794104fb",
"analysis_status": "succeeded",
"analysis_url": "https://analyze.intezer.com/analyses/0833e33b-2dcd-4d48-a853-8b4822675911",
"source": "api",
"verdict": "trusted",
"sub_verdict": "known_malicious",
"file_name": "mal_file.dll",
"family_name": "string",
"md5": "f9fb54270fa088d7c1c4d1ef99f46e36",
"sha1": "a52cdaed8c47d02d5cef3b555e97cef2c5e38cc2",
"sha256": "a7a9cb4b660cc5f5c85f84cb704f711b8710eec1b9c6b048481de954c370d062",
"gene_types": [
"native_windows"
]
}
]
}

Workflow Library Example

List Analyses with Intezer and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop