Get Threat Links
Get information of links in a threat campaign.
External Documentation
To learn more, visit the Abnormal documentation.
Parameters
Parameter | Description |
---|---|
Threat ID | The ID representing the threat. Can be retrieved from the 'List Threats' action. |
Example Output
{
"threats": [
{
"abxMessageId": 4551618356913732000,
"domainLink": "lamronba.com",
"linkType": "html href",
"source": "body",
"displayText": "This is not a spoof!",
"linkUrl": "http://spoof.lamronba.com"
}
]
}
Workflow Library Example
Get Threat Links with Abnormal and Send Results Via Email
Preview this Workflow on desktop