Snort Rule Generation

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


Query Params

  • filename1 file

Headers

  • apiKey string


Request

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

Response

🟢 200

{
  "results": [
    "rule1",
    "rule2",
    ...
  ]
    }

🔴 400

{}

Last updated