Uncover it - Documentation
APIManual

Static analysis report

Fetch a static analysis report from a file's SHA-256, SHA-512 or BLAKE3 hash

All requests decrement the amount of remaning requests by one

GET
/private/sample/{hash}

Authorization

Authorization
Authorization<token>

In: header

Path Parameters

hash*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.uncoverit.org/private/sample/string"
{
  "date": "string",
  "tags": [
    {
      "heat": 1,
      "name": "string"
    }
  ],
  "ssDeep": "string",
  "configs": {
    "FAMILYNAME": {}
  },
  "mD5Hash": "string",
  "fileName": "string",
  "sha1Hash": "string",
  "blake3Hash": "string",
  "sha256Hash": "string",
  "sha512Hash": "string",
  "sizeInBytes": 0,
  "staticAnalysisDuration": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "message": "string"
}