Gets the list of network and files IOCs of a specific analysis id.

External Documentation

To learn more, visit the Intezer documentation.

Parameters

ParameterDescription
Analysis IDThe analysis ID.

Example Output

[
	{
		"analysis_id": "<string>",
		"family": null,
		"path": "<string>",
		"sha256": "<string>",
		"type": "<string>",
		"verdict": "<string>"
	}
]

Workflow Library Example

Get Iocs with Intezer and Send Results Via Email

Preview this Workflow on desktop