Document File Analysis
[ POST ] https://api.malcore.io/api/docfile
Perform analysis on document files (xmlsx, xls, doc, docx, etc)
Query Params
filename1
file
Headers
apiKey
stringX-No-Poll
string
Request
curl -X POST https://api.malcore.io/api/yara \
-H "apiKey: MY-API-KEY" \
-F "[email protected]" \
Response
🟢 200
{
"dfi_results": {
"score": 70,
"misc": [
{}, {}, {}, ...
],
"details": [
"...",
"...",
...
]
}
}
🔴 400
{}
Last updated