proofpoint_tap_get_all_threats
Fetch all threats from Proofpoint TAP SIEM API for a given time interval, covering delivered/blocked messages and permitted/blocked clicks.
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) |