hashlookup CIRCL API Skill
circl-lu-hashlookup
circl-lu-hashlookup
| Method | Path | Description |
|---|---|---|
POST | /bulk/md5 | |
POST | /bulk/sha1 | Bulk search of MD5 hashes in a JSON array with the key 'hashes'. |
GET | /children/{sha1}/{count}/{cursor} | Bulk search of SHA1 hashes in a JSON array with the 'hashes'. |
GET | /info | Return children from a given SHA1. A number of element to return and an offset must be given. If not set it will be the 100 first elements. A cursor must be given to paginate over... |
GET | /lookup/md5/{md5} | Info about the hashlookup database |
GET | /lookup/sha1/{sha1} | Lookup MD5. |
GET | /lookup/sha256/{sha256} | Lookup SHA-1. |
GET | /parents/{sha1}/{count}/{cursor} | Lookup SHA-256. |
GET | /session/create/{name} | Return parents from a given SHA1. A number of element to return and an offset must be given. If not set it will be the 100 first elements. A cursor must be given to paginate over.... |
GET | /session/get/{name} | Create a session key to keep search context. The session is attached to a name. After the session is created, the header `hashlookup_session` can be set to the session name. |
GET | /stats/top | Return set of matching and non-matching hashes from a session. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install circl-lu-hashlookup
Downloads and installs to ~/.claude/skills/circl-lu-hashlookup/
1.3 (2026-02-13)