[ POST ] https://api.malcore.io/api/status
curl -X POST https://api.malcore.io/api/status \
--data "uuid=my-uuid-provided-by-upload"
-H "apiKey: MY-API-KEY"
{
"architecture": {
"results": "..."
},
"assembly": {
"results": "..."
},
"dfi": {
"results": "..."
},
"dynamic_analysis": {
"results": "..."
},
"exif_data": {
"results": "..."
},
"exports": {
"results": "..."
},
"file_type": {
"results": "..."
},
"hashes": {
"sha1": "...",
"imphash": "...",
"crc32": "...",
"id_hash": "...",
"ssdeep": "...",
"sha256": "...",
"sha512": "...",
"md5": "..."
},
"hexdump": {
"results": "..."
},
"imports": {
"results": "..."
},
"interesting_strings": {
"results": "..."
},
"packer_information": {
"results": "..."
},
"pcap_analysis": {
"results": "..."
},
"phone_app_analysis": {
"results": "..."
},
"sections": {
"results": "..."
},
"similar_samples": {
"results": "..."
},
"snort_rules": {
"results": "..."
},
"strings": {
"results": "..."
},
"threat_score": {
"results": "..."
},
"yara_rules": {
"results": "..."
}
}
{
"error": "there doesn't appear to be anything with the provided UUID"
}