Gets the list of network and files IOCs of a specific analysis id.
{ "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" ] } ] }}
Was this page helpful?