integrations.sh
← all integrations

circl.lu – hashlookup

OpenAPI apis-guru security

is a public API to lookup hash values against known database of files. For more details about all the datasets included . The API is accessible via HTTP ReST API and the API is also . A with sample queries and software using hashlookup. An offline version as Bloom filter is also . The API can be tested live in the interface below.

Homepage
https://api.apis.guru/v2/specs/circl.lu:hashlookup/1.2.json
Provider
circl.lu:hashlookup / hashlookup
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/circl.lu/hashlookup/1.2/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/circl.lu/hashlookup/1.2/openapi.yaml

Tools (13)

Extracted live via the executor SDK.

  • default.getChildren

    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. The starting cursor is 0.

  • default.getInfo

    Info about the hashlookup database

  • default.getLookupMd5

    Lookup MD5.

  • default.getLookupSha1

    Lookup SHA-1.

  • default.getLookupSha256

    Lookup SHA-256.

  • default.getParents

    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. The starting cursor is 0.

  • default.getSessionCreate

    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.

  • default.getSessionMatches

    Return set of matching and non-matching hashes from a session.

  • default.getStattop

    Return the top 100 of most queried values.

  • default.postBulkmd5

    Bulk search of MD5 hashes in a JSON array with the key 'hashes'.

  • default.postBulksha1

    Bulk search of SHA1 hashes in a JSON array with the 'hashes'.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools