Get a list of insights.

External Documentation

To learn more, visit the SafeBreach documentation.

Parameters

ParameterDescription
Attackers nodes IDsA pipe-separated list of attackers nodes IDs to filter insights by.
Plan Run IDsA pipe-separated list of plan run IDs to filter insights by.
Target Nodes IDsA pipe-separated list of target nodes IDs to filter insights by.
TypeThe type of insights to return.

Example Output

[
	{
		"id": "<integer>",
		"accountId": "<integer>",
		"name": "<string>",
		"priority": "<integer>",
		"title": "<string>",
		"category": "<string>",
		"attacker": "<string>",
		"isExternal": "<boolean>",
		"target": "<string>",
		"isCritical": "<boolean>",
		"isEnabled": "<boolean>",
		"criteria": "<string>",
		"remediation": "<string>",
		"attackTypes": "<string>",
		"attackPhases": "<string>",
		"nonBlockedSimulations": "<integer>",
		"threatActors": [
			"<string>",
			"<string>"
		]
	},
	{
		"id": "<integer>",
		"accountId": "<integer>",
		"name": "<string>",
		"priority": "<integer>",
		"title": "<string>",
		"category": "<string>",
		"attacker": "<string>",
		"isExternal": "<boolean>",
		"target": "<string>",
		"isCritical": "<boolean>",
		"isEnabled": "<boolean>",
		"criteria": "<string>",
		"remediation": "<string>",
		"attackTypes": "<string>",
		"attackPhases": "<string>",
		"nonBlockedSimulations": "<integer>",
		"threatActors": [
			"<string>",
			"<string>"
		]
	}
]

Workflow Library Example

List Insights with Safebreach and Send Results Via Email

Preview this Workflow on desktop