CCRNetReport a threat
Technical research & development

Isolated cybercrime knowledge, built on Knolo.

CCRNet is researching how Knolo can support isolated knowledge packs for every organization and case. Our prototypes explore deterministic cross-report search and human-reviewed connection suggestions for investigative and LLM-assisted workflows.

ACTIVE R&D · NO EXPECTED LAUNCH DATE
KNOWLEDGE ARCHITECTURE

Isolation at the organization and case level.

Knolo is the planned knowledge layer for CCRNet. We will build a separate organization pack for shared, authorized intelligence and separate case packs for case-specific reports, evidence, entities, and indicators.

ORGANIZATIONOrganization Knolo pack

Authorized policies, shared indicators, and organization-level knowledge.

CASEIsolated case Knolo packs

Case reports, evidence references, extracted entities, and review history.

CONTROLLED OUTPUTSearch & suggestions

Source-linked results returned only within the caller’s approved scope.

i
Isolation is the default

A pack does not become shared intelligence. Cross-organization matching requires a separate, explicit opt-in sanitization flow.

R&D ROADMAP

Research privately first, then validate what can responsibly connect.

This is a sequence of research and prototyping priorities, not a release schedule. CCRNet has no expected launch date.

  1. 01
    Build isolated Knolo packs

    Research independently scoped packs per organization and case so customers can work with their own authorized cybercrime data.

  2. 02
    Develop deterministic cross-report search

    Prototype reproducible matches across selected case packs with source references and an auditable query scope.

  3. 03
    Research human-reviewed connection suggestions

    Study how to propose possible relationships while requiring investigators to review supporting evidence and accept or reject each suggestion.

  4. 04
    Evaluate opt-in sanitized intelligence sharing

    Research responsible ways for members to contribute selected, sanitized indicators and receive matches against intelligence shared by other members.

INTERFACE CONCEPT

Search selected case packs deterministically.

This non-operational example helps guide current R&D. The host, authentication, schema, and endpoints are placeholders and may be substantially revised or abandoned based on research findings.

curl https://api.ccrnet.org/v1/search \
  -H "Authorization: Bearer $CCRNET_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "organization_id": "org_01",
    "case_ids": ["case_01", "case_02"],
    "query": "payment_identifier:wallet_123",
    "mode": "deterministic"
  }'
POST /v1/packs/cases

Concept for creating an isolated case pack within an authorized organization.

POST /v1/search

Concept for deterministic, cross-report search over explicitly selected case packs.

GET /v1/suggestions/:id

Concept for retrieving evidence references and human-review status.

POST /v1/exchange/indicators

Concept for submitting selected, sanitized indicators after organization-level opt in.

CYBERCRIME AI R&D

Training, development, and prediction with evidence in view.

CCRNet’s research focuses on cybercrime-specific data structures, dataset preparation, model training, evaluation, and responsible prediction. We are also studying whether Knolo-backed retrieval can keep model context appropriately scoped and traceable.

  • Research retrieval restricted to organization and case packs the user is authorized to access.
  • Preserve source references so investigators can verify search results, summaries, and predictions.
  • Evaluate how review decisions can improve connection suggestions and model development.
  • Treat model predictions as research outputs and investigative leads—not proof of crime or autonomous enforcement decisions.
!
Research documentation—not a live API

No API keys or endpoints are available. CCRNet has no expected launch date.