Get attachment details of a threat campaign.

External Documentation

To learn more, visit the Abnormal documentation.

Parameters

ParameterDescription
Threat IDThe ID representing the threat. Can be retrieved from the ‘List Threats’ action.

Example Output

{
	"threats": [
		{
			"abxMessageId": 4551618356913732000,
			"attachmentName": "attachment1.jpg"
		}
	]
}

Workflow Library Example

Get Threat Attachments with Abnormal and Send Results Via Email

Preview this Workflow on desktop