Arkime exporting 0 byte PCAP #594
-
|
Beta Was this translation helpful? Give feedback.
Answered by
mmguero
Mar 5, 2025
Replies: 1 comment 12 replies
-
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could be one of a few things happening here:
Malcolm is unable to contact the Hedgehog on port 8005/tcp, because either it's being blocked by the hedgehog's software firewall (which is what MALCOLM_REQUEST_ACL should have taken care of) or some other firewall or something else you have in between. There are a few things we could do to check this:
ufw status
, you should see a rule for port 8005/tcp for your Malcolm's IP addressportping #.#.#.# 8005
where#.#.#.#
is the Hedgehog IP address, it should reportOPEN
Hedgehog by default is using zstd compression on PCAPs, and if you're requesting payloads that are very recent it might not have t…