Cyber Security Lab Report
Lab Procedure1. Install the dependencies for snort (Ubuntu)a. sudo apt install -y gcc libpcre3-dev zlib1g-dev libluajit-5.1-dev libpcap-dev openssl libssl-dev libnghttp2-dev libdumbnet-dev bison flex libdnet autoconflibtool make2. Create a directory for snort and cd into ita. mkdir ~/snort_src cd ~/snort_src3. Download the Data Acquisition library (DAQ)a. wget snort version)4. Extract the code and cd into the new directorya. tar -xvzf daq-2.0.7.tar.gz (need to match your DAQ version)b. cd daq-2.0.7 (DAQ version)5. Install using default configurationa. ./configure make sudo make install6. Go back to your snort directorya. cd ~/snort_src7. Download snorta. wget your DAQ version)8. Unpack and cd into the new directorya. tar -xvzf snort-2.9.16.1.tar.gz (snort version)b. cd snort-2.9.16.1 (snort version)9. Enable sourcefire and install Snorta. ./configure –enable-sourcefire make sudo make install10. Update the shared librariesa. sudo ldconfig11. Create a link to snort
