Threat intelligence, scoped to your sector

Every sector is targeted by different groups, through different infrastructure, under different rules. These pages cover what that looks like for the industries we get asked about most, and the same data is one API call away. Every account mints a free key: 100 credits a day over the last 7 days, no card.

Read the docs

Sector pages

Written for the security team, not the brochure. Each one covers what makes the sector's threat model different, the suppliers and platforms worth watching, and the frameworks you are assessed against.

SectorWhat we track
HealthcareHospitals, payers, labs and medical device makers.
Financial servicesBanks, fintech and payment infrastructure.
ManufacturingOT, ICS and industrial supply chains.
TelecommunicationsCarriers, subsea cable and network kit.
DefenceContractors and the cleared supply chain.
TechnologySaaS, software and the dependencies you ship.
EducationUniversities, colleges and multi-academy trusts.
AerospaceAirlines, airports, MRO, avionics and space.

Every other sector we track

No dedicated page yet does not mean no coverage. These link straight to live threat activity for the sector: active clusters, associated groups and the most recent reporting, updated continuously. The same records come back over the API.

See the full list of tracked industries

Over the API

Sector scoping is a query parameter, not a product tier. Incidents mentioning a sector come back from the threats endpoint, and ransomware leak-site victims filter by sector directly. Base URL is https://threatcluster.io/api/public/v1, authenticated with an X-API-Key header.

Incidents mentioning a sector

curl -H "X-API-Key: $TC_KEY" \
  "https://threatcluster.io/api/public/v1/threats?keyword=healthcare"

Leak-site victims in a sector

curl -H "X-API-Key: $TC_KEY" \
  "https://threatcluster.io/api/public/v1/darkweb/ransomware/victims?sector=Manufacturing"

The free key covers every read endpoint over the last 7 days with 100 credits a day. Researcher at $19.99 a month raises that to 1,000 credits with full records and all history; Business at $399 removes the daily budget. The full breakdown is on the pricing page and every endpoint is in the API docs.

Start with your sector

Create a free account, mint a key and make the first sector-scoped call in a minute. No card, no procurement.

Read the docs