How To Ingest Data From TAP on SecurityOnion Virtual Machine #9860
-
Note: Start on a Windows computer. Note: Setup is finicky and there are many ways setup can go wrong. Note: Based on the SecurityOnion Essentials playlist on YouTube. Note: Version number of SecurityOnion may change. Note: Watch the screen the whole time or change the computer settings to prevent the computer from going to sleep after inactivity (Important for long downloads. Also, the computer going to sleep may affect the recording of data using the TAP). Check the amount of free storage left on your Windows computer (This PC) and your installed RAM (GB RAM usable) (Settings -> System -> About). Download SecurityOnion ISO image. (This time the 20230113 image) Get VMWare Workstation Pro if you don't have it already: Get a VMWare account. Open VMWare Workstation Pro. While program is running: Figure out the IP address of the device the TAP is reading data from. Go to the Home Tab. Create new virtual machine. Use ETOPEN. Ok. Choose the first option to boot up. Download Google Chrome if you need to. Get a Dualcomm ETAP-2003 10/100/1000Base-T Network TAP. Source: #9143 Note: Suricata and Zeek are for TAP/SPAN port traffic. Connecting the TAP to the Security Onion VM: Control Panel. Network and Internet. Network and Sharing Center. Go to Windows host computer. Windows Powershell. Run as administrator. Set Network Adapter 2 to Bridged in the settings of the standalone virtual machine. Check Replicate physical network connection state. sudo so-allow sudo so-monitor-add bond0 Source: https://www.thegeekdiary.com/how-to-configure-interface-in-promiscuous-mode-in-centos-rhel/ ifconfig | less -R I cannot figure out how to ingest data from a TAP onto a SecurityOnion VMWare virtual machine. Help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
What does your VMWare network config look like? |
Beta Was this translation helpful? Give feedback.
-
Can you also share a screenshot of your VMWare Virtual Network Editor showing how you have your bridged network set? |
Beta Was this translation helpful? Give feedback.
-
Have you also tried manually setting the Bridged connection to your NIC, instead of Automatic? |
Beta Was this translation helpful? Give feedback.
-
The USB adapter had to be removed. Make the first network adapter NAT. Make sure the ethernet adapter is in the router's subnet and the default gateway is the router. The words to diagnose whether the Security Onion TAP is working (in the Hunt interface) is:
The words to diagnose whether winlogbeat is working is:
They are working if multiple items show up in the graph. Thank you for your help! It was most appreciated. |
Beta Was this translation helpful? Give feedback.
The USB adapter had to be removed.
The ethernet cable that was in the USB adapter belongs in the ethernet port on the computer and the monitor port of the TAP.
Wi-Fi may need to be disconnected temporarily to make it work.
The TAP must connect to the router and the switch using the inline ports.
Put the TAP's power cable between the computer and the TAP.
Make the first network adapter NAT.
Make the second network adapter Bridged. Replicate physical connection state.
A third network adpater was set like the second, but is probably not needed.
Make sure the ethernet adapter is in the router's subnet and the default gateway is the router.
Make sure the VMnet8 adapter is in the router's subne…