---
title: "Ransomware groups"
method: GET
path: "/ransomware/groups"
tags: ["ransomware"]
---

# Ransomware groups

`GET /ransomware/groups`

Every known group with its victim total (ransomware.live, cached by the
sync job), sorted by victim count descending. `total` is the number of
groups known, `limit` the effective page size. Costs one request of the
monthly quota.

## Query parameters

- `limit` integer

## Response `200`

`{"groups": [{"name", "victimCount"}], "total", "limit"}`

- object

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `429` — Too many requests - Rate limit exceeded
- `503` — No group data cached yet

## Changes

- **2026-09-23** `edb544398108` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api/changes/ransomware/groups/get.md)

---

[API](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api.md) · [All operations](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api/revisions/edb544398108?raw)
