KCFR Kenya Crypto Fraud Registry
For investigators

Authority handoff

KCFR is a public registry, not a law-enforcement agency. When a Kenyan investigator (DCI, ODPP, CBK, KE-CIRT) or an accredited security-research team has an active case that overlaps with reports we hold, we will produce a structured export — full identifier values, narratives, moderation history, and chain-of-custody metadata — on request from a verified contact.

What you get

Each export is a JSON document that includes, per report:

We do not include reporter IPs, user-agent strings, or any field that could deanonymize a victim. Those are excluded from public DTOs and excluded from exports alike — see our methodology.

How to request one

Contact KCFR moderation at moderation@kcfr.ke with:

A KCFR admin reviews the request and, if it satisfies the criteria below, files the export through our admin tooling. The result is delivered back to the verified contact channel as a signed JSON file.

Criteria

For other admins (operational reference)

The export endpoint is POST /v1/admin/exports. ADMIN role required. Rate- limited to 5 per hour. A typical body:

{
  "caseRef": "DCI/OB/2026/0481",
  "rationale": "Fraud sweep tied to wallet 0xab… seized 06 May 2026.",
  "filters": {
    "identifier": {
      "kind": "WALLET_ADDRESS",
      "value": "0xab12cd34…"
    }
  }
}

The response contains the matching reports plus an exportId that correlates the payload with the audit row. Cap is 500 reports per export — tighten your filter if you hit it.

What we will not do