Get context around indicators matching the given value and type. Note: The following permission is required:

  • INTHREAT_READ_OBJECTS (8d9901dc-0508-4472-b3c1-5ad5efc96032).

External Documentation

To learn more, visit the Sekoia.io documentation.

Parameters

ParameterDescription
TypeThe type of the indicator.
ValueValue of the indicator.

Example Output

{
	"items": [
		{
			"id": "string",
			"spec_version": "string",
			"type": "string",
			"objects": null
		}
	],
	"has_more": true
}

Workflow Library Example

Get Context with Sekoiaio and Send Results Via Email

Preview this Workflow on desktop