Malcore: Simple File Analysis
  • Malcore API docs
  • Packer Checking
  • Deep Static Analysis
  • PCAP diffing
  • Gather sections
  • Shellcode Emulation
  • Executable File Analysis
  • Binary Diffing
  • Script Analysis
  • Ransom Note Comparison
  • PCAP Analysis
  • Snort Rule Generation
  • Hash Checksum
  • Strings
  • Imports and Exports
  • Status Check
  • Yara Rule Scanning
  • Parse Exif Data
  • Domain Analysis
  • Threat Score
  • Execute From URL
  • Document File Analysis
  • URL Checking
  • Browser Extension Analysis
  • Android Permission Lookup
  • AndroidManifest Parsing
  • Phone Application Analysis
  • Dynamic Analysis
  • Threat Feed
  • AI Classifier
  • Scan Results Manipulation
Powered by GitBook
On this page
  • [ POST ] https://api.malcore.io/api/gethash
  • Query Params
  • Headers
  • Request
  • Response

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


{}
PreviousSnort Rule GenerationNextStrings

Last updated 1 year ago