Intrusion Detection With BASE And Snort
Intrusion Detection With BASE And SnortThis tutorial shows how to install and configure BASE (Basic Analysis and Security Engine) and the Snort intrusion detection system (IDS) on a Debian Sarge system. BASE provides a web front-end to query and analyze the alerts coming from a Snort IDS system. With BASE you can perform analysis of intrusions that Snort has detected on your network. Scenario: A linux server running Debian Sarge 3.1 setup according to Falko's - The Perfect Setup - Debian Sarge (3.1). Needed programs and files
Downloading and untaringWe need a temporary place for all the files that we are going to download, and untar.
cd /root Now you need to get Snort. wget http://www.snort.org/dl/current/snort-2.6.0.tar.gz When the download is finished untar the file: tar -xvzf snort-2.6.0.tar.gz And let’s remove the tar file: rm snort-2.6.0.tar.gz We also need the Snort rules! wget http://www.snort.org/pub-bin/downloads.cgi/Download/vrt_pr/snortrules-pr-2.4.tar.gz Move the snortrules-pr-2.4.tar.gz into the snort-2.6.0 map: mv snortrules-pr-2.4.tar.gz /root/snorttemp/snort-2.6.0 and cd into snort-2.6.0: cd snort-2.6.0 Untar the snortrules-pr-2.4.tar.gz file: tar -xvzf snortrules-pr-2.4.tar.gz Remove the tar file: rm snortrules-pr-2.4.tar.gz We are done downloading the files needed to get Snort to work. PCRE - Perl Compatible Regular Expressions.Go to: http://www.pcre.org/ and select a download link for the pcre-6.3tar.gz file to download PCRE (at time of writing this it is pcre-6.3.tar.gz) cd /root/snorttemp and download the pcre-6.3.tar.gz file: wget http://surfnet.dl.sourceforge.net/sourceforge/pcre/pcre-6.3.tar.gz Untar the file: tar -xvzf pcre-6.3.tar.gz Remove the tar: rm pcre-6.3.tar.gz
|



print: 


Recent comments
1 day 17 hours ago
2 days 39 min ago
2 days 6 hours ago
3 days 7 hours ago
4 days 9 hours ago
4 days 16 hours ago
4 days 18 hours ago
5 days 18 hours ago
1 week 5 hours ago
1 week 15 hours ago