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 "[email protected]" \
Response
🟢 200
{
"yara_rules": [
[...],
[...],
]
}
🔴 400
{}
Last updated