Skip to content

accessing PCAP for processing remotely? #721

Closed Answered by mmguero
mmguero asked this question in Q&A
Discussion options

You must be logged in to vote

@mmguero 's reply

Hmmm, no unfortunately I'm not aware of any way that malcolm could see that PCAP spread out on different remote sensors. Even with something like sshfs, Malcolm's going to want to be taking its PCAP files and moving them around within its ./pcap folder for processing, which I don't think would work in that case.

So for scripting PCAP upload, you've got a few options:

  • just use rsync/scp to the box running Malcolm and drop files in its ./pcap/upload directory like you mentioned
  • Malcolm can be configured to surface its own internal SCP/SFTP server (search for sftp here and here)
  • you could use curl to do it, see this example for the syntax

Replies: 1 comment

Comment options

mmguero
Jul 24, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by mmguero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
upload Relating to PCAP and/or Zeek log ingestion
1 participant