Read PCAP through stenoread from console #2257
-
I want to download a full content PCAP with all SMB traffic between a client and server from SO, but I'm only able to read one TCP session at a time using the "PCAP job" feature from the web GUI. Is there some way to provide a wildcard (like I'm running Security Onion 2.3.10 (installed with /erik |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You can add an arbitrary job to the SOC PCAP interface (click the + button). Leave the src or dest port blank if you don't want to limit it to a particular port. Example: You can also access large PCAPs from the terminal, but this process has not been documented. Example:
|
Beta Was this translation helpful? Give feedback.
-
An import installation does not have the same capabilities as a normal standalone install. So that explains why the "+ Add Job" feature can't find the PCAP, and why the stenoquery.sh script fails. Since you're dealing with imported PCAPs you can use tcpdump directly on the import host and use the Example: [root@standalone ~]# so-import-pcap /nsm/pcapout/some.pcap
Notice in this example the import ID starts with |
Beta Was this translation helpful? Give feedback.
-
Yes, it's been on my list to add that import ID to the Add Job form. I'll see if I can get it into the next release. |
Beta Was this translation helpful? Give feedback.
You can add an arbitrary job to the SOC PCAP interface (click the + button). Leave the src or dest port blank if you don't want to limit it to a particular port.
Example:
You can also access large PCAPs from the terminal, but this process has not been documented.
Example: