Get started with the world's most powerful detection software
Download Snort and the rules you need to stay ahead of the latest threats
Keep up-to-date with the latest changes and documentation
wget https://www.snort.org/downloads/snort/daq-2.0.4.tar.gz
wget https://www.snort.org/downloads/snort/snort-2.9.7.0.tar.gz
tar xvfz daq-2.0.4.tar.gz
cd daq-2.0.4
./configure; make; sudo make install
tar xvfz snort-2.9.7.0.tar.gz
cd snort-2.9.7.0
./configure --enable-sourcefire; make; sudo make install
yum install https://www.snort.org/downloads/snort/daq-2.0.4.F20.x86_64.rpm
yum install https://www.snort.org/downloads/snort/snort-2.9.7.0-1.f20.x86_64.rpm
yum install https://www.snort.org/downloads/snort/daq-2.0.4.centos7.x86_64.rpm
yum install https://www.snort.org/downloads/snort/snort-2.9.7.0-1.centos7.x86_64.rpm
pkg install snort
execute: Snort_2_9_7_0_Installer.exe
wget https://www.snort.org/rules/community
tar -xvfz community.tar.gz -C /etc/snort/rules
wget https://www.snort.org/rules/snortrules-snapshot-2970.tar.gz?oinkcode=<oinkcode>
wget https://www.snort.org/rules/snortrules-snapshot-2962.tar.gz?oinkcode=<oinkcode>
wget https://www.snort.org/rules/snortrules-snapshot-2956.tar.gz?oinkcode=<oinkcode>
tar -xvfz snortrules-snapshot-<version>.tar.gz -C /etc/snort/rules
wget https://www.snort.org/rules/snortrules-snapshot-2970.tar.gz?oinkcode=<oinkcode>
wget https://www.snort.org/rules/snortrules-snapshot-2962.tar.gz?oinkcode=<oinkcode>
wget https://www.snort.org/rules/snortrules-snapshot-2956.tar.gz?oinkcode=<oinkcode>
tar -xvfz snortrules-snapshot-<version>.tar.gz -C /etc/snort/rules