getThreatList
Retrieve paginated network threat intelligence with severity, source/destination IPs, countries, and classification. Filter by time, archived status, severity, site, or search to analyze security threats.
Instructions
Get the global view threat management list. Returns paginated threat information including severity, source/destination IPs, countries, classification, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Start page number. Start from 1. | |
| endTime | Yes | End timestamp in seconds (e.g., 1682000000) | |
| archived | Yes | Whether to include archived threats | |
| pageSize | No | Number of entries per page. Range: 1-1000. | |
| severity | No | Threat severity: 0=Critical, 1=Major, 2=Concerning, 3=Minor | |
| siteList | No | Comma-separated site IDs. If not provided, all sites are selected by default. | |
| sortTime | No | Sort by time: asc or desc | |
| searchKey | No | Fuzzy search for Threat Description/Classification/Classification Description | |
| startTime | Yes | Start timestamp in seconds (e.g., 1682000000) |