Integrations
Available Integrations
Abnormal
APIs
Get Threat Attachments

Get Threat Attachments

Get attachment details of a threat campaign.

Parameters:

FieldDescriptionRequired
Threat IDThe Threat ID to queryYes

Example Output

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