Importing PCAP does not work as expected #14386
-
Version2.4.130 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeStandalone Locationairgap Hardware SpecsExceeds minimum requirements CPU16 RAM28 Storage for /110GB Storage for /nsm150GB Network Traffic Collectionother (please provide detail below) Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailHello there! I'm testing a fresh installation. It's a .130 VM in Proxmox, standalone, airgap. I'm still not capturing anything from net or agents. This is similar to #14308 behavior I wanted to test the installation by following https://blog.securityonion.net/2025/02/quick-malware-analysis-smartapesg.html Found the pcap at the correct website, imported into security onion using the web interface. After a few moments I can see the generated Alerts: And I can drilldown on the DLL download event, but when I try to pivot into PCAP it returns: Checking in PCAP menu looks like this and after some 25 minutes the status does not change, it stays Incomplete: Any pivot to PCAP turns out the same error. Any click on PCAP number gives same error. The import looks correct, except that suripcap is empty (perhaps that's a problem?)
Free space and memory seems good:
In logs I found perhaps some errors:
That /nsm/suripcap/1: Not a directory is strange as I can see this:
I do not know what's the internal proces when you select to pivot into PCAP to try and follow logs What I find strange also is that PCAP retention says 0.1 days. Perhaps it's removing it after creating it? Thank you for any help you can give me Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
-
When you import a pcap, the pcap file itself is copied to
Therefore, we know that there is a PCAP file there to pull from. Looking at your SOC Grid screenshot, it looks like your memory usage is high and you have no swap space: In this scenario, it is possible that when you request a PCAP job that it is running out of RAM and getting OOM killed by the kernel. To see if this is the case, you can run Another thing you can try is to do a fresh installation and choose IMPORT mode instead of STANDALONE mode as shown here: IMPORT mode has much lower memory requirements and is what was used for the blog post: |
Beta Was this translation helpful? Give feedback.
@gustavoberman we've just released Security Onion 2.4.140 and it should resolve this issue. Please update and see if that helps.
https://blog.securityonion.net/2025/03/security-onion-24140-now-available.html