Hash Checksum

[ POST ] https://api.malcore.io/api/gethash

Gather the hash checksums of a file


Query Params

  • filename1 file

Headers

  • apiKey string


Request

curl -X POST https://api.malcore.io/api/gethash \
	-F "filename1=@myfile.exe" \
  -H "apiKey: myapikey"  \

Response

🟢 200

{
  "hashes": {
    "sha1": "82056b7f7e0ed11affb2666a33addb127a6e8eac",
    "imphash": "eb4b360ba50fd60446c8f75b7351573d",
    "crc32": "0x505f7eaf",
    "ssdeep": "6144:OmwTUEkQuYA/LSejVar6iA1rCt3m6kOz9+DO+kPOOMLHpr:OtTCYN4IuiA1r6NJbRQd",
    "sha256": "b4b6830b34bafd37b25abece61299e58ae3800aac6e1868510dd2b1039a32c9d",
    "md5": "d14bd9c8717a28798230b1a27d40a62b"
  }
}

🔴 400


{}

Last updated