External DocumentationTo learn more, visit the Abnormal documentation.
Actions
Get Threat Links
Get information of links in a threat campaign.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Threat ID | The ID representing the threat. Can be retrieved from the ‘List Threats’ action. |
{
"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>"
}
]
}
Was this page helpful?