s1_threat_summary
Get aggregated threat counts per site for reporting. Sums matching threats into compact totals by status, verdict, and classification, with top threat names and affected machines.
Instructions
Aggregated threat counts grouped by site — the reporting/dashboard tool. Sweeps ALL matching threats server-side and returns compact counts: per site by incident status, analyst verdict and classification, plus estate-wide totals, the most common threat names and the machines with the most detections. Ideal for "threats this month across all clients" reporting — pass created_after for the period. Use s1_threats to drill into individual detections afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_ids | No | Comma-separated site IDs to scope to. Default: whole estate. | |
| max_threats | No | Safety cap on threats to sweep (default 5000) | |
| created_after | No | Only threats detected after this ISO 8601 datetime — set this for period reporting, e.g. "2026-07-01T00:00:00Z". Default: all time. | |
| created_before | No | Only threats detected before this ISO 8601 datetime | |
| incident_statuses | No | Comma-separated: "unresolved", "in_progress", "resolved". Default: all. |