Get information of links in 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

{
	"links": [
		{
			"abxMessageIdStr": "<string>",
			"abxMessageId": 94800211397636048,
			"linkUrl": "<string>",
			"domainLink": "<string>",
			"linkType": "<string>",
			"source": "<string>",
			"displayText": "<string>"
		},
		{
			"abxMessageIdStr": "<string>",
			"abxMessageId": 180297049614425114,
			"linkUrl": "<string>",
			"domainLink": "<string>",
			"linkType": "<string>",
			"source": "<string>",
			"displayText": "<string>"
		}
	]
}

Workflow Library Example

Get Threat Links with Abnormal and Send Results Via Email

Preview this Workflow on desktop