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

{
	"result": {
		"files": [
			{
				"family": "Turla",
				"path": "test_file_1.csv",
				"sha256": "eeb1199f7db006e4d20086171cc312cf5bdf53682cc37997223ad0c15a27dc88",
				"type": "Extracted file",
				"verdict": "trusted",
				"analysis_id": "cce2daac-bc8d-45cd-96e6-0da3794104fb"
			}
		],
		"network": [
			{
				"ioc": "185.555.111.133",
				"source": [
					"Network communication"
				],
				"type": "ip",
				"classification": "malicious",
				"is_phishing": true,
				"families": [
					"Turla"
				]
			}
		]
	}
}

Workflow Library Example

Get Iocs with Intezer and Send Results Via Email

Preview this Workflow on desktop