Skip to content
Identity & SSO

circl.lu:hashlookup

hashlookup CIRCL sandbox and mock API

![](https://www.circl.lu/assets/images/circl-logo.png) [CIRCL hash lookup](https://hashlookup.circl.lu/) is a public API to lookup hash values against known database of files. For more details about all the datasets included [visit the website of the project](https://www.circl.lu/services/hashlookup/). The API is accessible via HTTP ReST API and the API is also [described as an OpenAPI](https://ha Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
11
Collections
-
Event types
-
example request
curl https://your-circl-lu-hashlookup.slurry.io/info \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.2.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 11.

  • POST/bulk/md5
  • POST/bulk/sha1
  • GET/children/{sha1}/{count}/{cursor}
  • GET/info
  • GET/lookup/md5/{md5}
  • GET/lookup/sha1/{sha1}
  • GET/lookup/sha256/{sha256}
  • GET/parents/{sha1}/{count}/{cursor}
  • GET/session/create/{name}
  • GET/session/get/{name}
  • GET/stats/top