PCAP Analysis

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


Path Params

  • filename1 file

Headers

  • apiKey string

  • X-No-Poll string


Request

curl -X POST https://api.malcore.io/api/pcapanalysis \
	-H "apiKey: myapikey" \
	-H "X-No-Poll: true" \
   -F "filename1=@/path/to/my/pcap_file.pcap"
   

Response

🟢 200

{
  "results": [
    "packet1",
    "packet2",
    ...
  ]
}

🔴 400

{}

Last updated