Yara Rule Scanning

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

Scan the file against thousands of yara rules


Query Params

  • filename1 file

Headers

  • apiKey string


Request

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

Response

🟢 200

{
  "yara_rules": [
    [...],
    [...],
  ]
}

🔴 400

{}

Last updated