Skip to main content

List Permitted URL Clicks

List events of permitted clicks to malicious URLs.

External Documentation

To learn more, visit the Proofpoint TAP documentation.

Basic Parameters

ParameterDescription
Starting TimeThe starting time of the search interval. End time is the current server time.
Threat StatusReturns only chosen threat status.
Threat TypeReturns only chosen threat types.

Advanced Parameters

ParameterDescription
IntervalThe interval of the events returned. Maximum interval is 1 hour. For example: 2016-05-01T12:00:00Z/2016-05-01T13:00:00Z.
Seconds SinceThe size of the search interval in seconds starting from the current server time. Valid range: 30-3600

Example Output

{
"messagesDelivered": [],
"messagesBlocked": [],
"clicksPermitted": [
{
"campaignId": "46e01b8a-c899-404d-bcd9-189bb393d1a7",
"classification": "MALWARE",
"clickIP": "192.0.2.1",
"clickTime": "2016-06-24T19:17:44.000Z",
"GUID": "b27dbea0-87d5-463b-b93c-4e8b708289ce",
"id": "8c8b4895-a277-449f-r797-547e3c89b25a",
"messageID": "8c6cfedd-3050-4d65-8c09-c5f65c38da81",
"recipient": "bruce.wayne@pharmtech.zz",
"sender": "9facbf452def2d7efc5b5c48cdb837fa@badguy.zz",
"senderIP": "192.0.2.255",
"threatID": "61f7622167144dba5e3ae4480eeee78b23d66f7dfed970cfc3d086cc0dabdf50",
"threatTime": "2016-06-24T19:17:46.000Z",
"threatURL": "https://threatinsight.proofpoint.com/#/73aa0499-dfc8-75eb-1de8-a471b24a2e75/threat/u/61f7622167144dba5e3ae4480eeee78b23d66f7dfed970cfc3d086cc0dabdf50",
"threatStatusb": "active",
"url": "http://badguy.zz/",
"userAgent": "Mozilla/5.0(WindowsNT6.1;WOW64;rv:27.0)Gecko/20100101Firefox/27.0"
}
],
"clicksBlocked": [],
"queryEndTime": "2024-03-25T20:25:00Z"
}

Workflow Library Example

List Permitted Url Clicks with Proofpoint Tap and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop