Request
GET /v1/stats/overview · Required scope: none — any valid key · Not paginated
Response is not tier-masked and is cached for 15 minutes.
Example request
Response
200 OK — a single StatsOverview object.
| Field | Description |
|---|---|
total_victims | Total distinct victims in the dataset |
total_credentials | Total stolen login/password records |
total_cards | Total stolen payment-card records |
total_wallets | Total cryptocurrency wallet records |
total_cookies | Total stolen browser cookies |
latest_stealer_family | Family of the most recently ingested log |
latest_stealer_version | Version of the most recently ingested log |
latest_infection_date | Timestamp of the most recently ingested infection |
Not paginated
This endpoint always returns a single object.cursor/limit/sort_direction
do not apply.
Errors
See Errors for the full catalog. Only the standard auth and rate-limit errors apply — there is no endpoint-specific validation.Tier notes
This endpoint is not tier-masked — all tiers receive identical values. Responses are cached for 15 minutes, sotook_ms will typically be very low.