proofpoint_tap_get_all_threats
Retrieve all email threats and clicks from Proofpoint TAP for any time window, including delivered/blocked messages and permitted/blocked clicks. Filter by status and choose JSON or syslog output.
Instructions
Get all threats (messages and clicks) from the TAP SIEM API for a given time window. Returns both delivered/blocked messages and permitted/blocked clicks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format (default: json) | |
| interval | No | Predefined time interval: "PT30M" (30 min) or "PT1H" (1 hour). Mutually exclusive with sinceSeconds/sinceTime. | |
| sinceTime | No | ISO 8601 date/time to fetch threats since. Mutually exclusive with sinceSeconds/interval. | |
| sinceSeconds | No | Number of seconds ago to fetch threats from (max 3600). Mutually exclusive with sinceTime/interval. | |
| threatStatus | No | Filter by threat status (default: active) |