PCAP Analysis
[ POST ] https://api.malcore.io/api/pcapanalysis
Path Params
filename1
file
Headers
apiKey
stringX-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