Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Gets the detection report related to specific analysis.
External DocumentationTo learn more, visit the Intezer documentation.

Parameters

ParameterDescription
Analysis IDThe analysis ID.

Example Output

{
	"result": [
		{
			"families": [
				{
					"family_id": "0b13c0d4-7779-4c06-98fa-4d33ca98f8a9",
					"family_name": "WannaCry"
				}
			],
			"software_type": "administration_tool",
			"source": "string",
			"severity": 0,
			"type": "string",
			"value": null
		}
	],
	"example": null
}

Workflow Library Example

Get Detection and Hunt Report with Intezer and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop