Ransom Note Comparison

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


Path Params

  • filename1 file

Headers

  • apiKey string


Request

curl -X POST  https://api.malcore.io/api/phoneapp \
	-H "apiKey: myapikey" \
   -F "filename1=@/path/to/ransomnote" \

Response

🟢 200

{
  "Conti": 0.99,
  ...
}

🔴 400

{}

Last updated