External DocumentationTo learn more, visit the Intezer documentation.
Actions
Get IOCs
Gets the list of network and files IOCs of a specific analysis id.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Analysis ID | The analysis ID. |
[
{
"analysis_id": "<string>",
"family": null,
"path": "<string>",
"sha256": "<string>",
"type": "<string>",
"verdict": "<string>"
}
]
Was this page helpful?