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 string

  • X-No-Poll string


Request

curl -X POST https://api.malcore.io/api/yara \
-H "apiKey: MY-API-KEY" \
-F "filename1=@calc.exe" \

Response

🟢 200

{
  "dfi_results": {
    "score": 70,
    "misc": [
      {}, {}, {}, ...
    ],
    "details": [
      "...",
      "...",
      ...
    ]
  }
}

🔴 400

{}

Last updated