1753657 Members
5778 Online
108798 Solutions
New Discussion юеВ

Re: ids for linux

 
SOLVED
Go to solution
Maaz
Valued Contributor

ids for linux

hi all,
is there any free ids for linux, other than snort ?

Regards
Maaz
10 REPLIES 10
Ragu_3
Trusted Contributor
Solution

Re: ids for linux

Check out labrea (http://labrea.sf.net/) and Prelude. There are many file integrity checking tools too.
Debian GNU/Linux for the Enterprise! Ask HP ...
Oliver Schwank
Valued Contributor

Re: ids for linux

Hello,

depends on what you want to operate your IDS to work on? Network?

http://www.snort.org/

Host? Perhaps samhain is a solution for you:
http://la-samhna.de/samhain/

Best wishes
Ivajlo Yanakiev
Respected Contributor

Re: ids for linux

you do not like snort ?
Don_89
Trusted Contributor

Re: ids for linux

Snort is the most popular and has really good support. If your having problems getting it installed, I have a kickscript script for installing ES 3.0 and a Bash script for installing all of the necessary packages. It took me 2 days to get it to work but I can get a new box with Snort,PHP, ACiD & MySQL backend up and running within 60 minutes or so. Doing all the steps by hand takes an easily 4+ hours. Let me know if your interested..


www.linuxtech.cc
Ivajlo Yanakiev
Respected Contributor

Re: ids for linux

Where I can get this scripts ?
Maaz
Valued Contributor

Re: ids for linux

Many Thanks Dear Ragu
Nice Help from Dear Oliver Schwank

I m eagerly looking forward for the script from Don

and Dear Ivajlo Yanakiev, i am working on snort, and want some other tool, also.

Nice help
Thanks to all

Regards
Maaz
Don_89
Trusted Contributor

Re: ids for linux

Ok,

Sorry for the late reply. I haven't ran the script in awhile and I just wanted to make sure it still works..

Goto my website and grab the two files listed in the directory.

www.linuxtech.cc/snort

The first file (snort.cfg) is a kickstart script for ES 3.0. It will probably work for 2.1 also but I haven't tried. You'll need to change a few things like the NFS server where you do your installs from. Also, the disk partitions are setup for 'sda' (VMware). If this was a HP box with a RAID controller, you would use 'cciss/c0d0' , if using IDE, then use 'hda'. This script isn't too critical, if you install from CD, just make sure NOT to install Apache, MySql or PHP. BTW, the root PW is -> payday

The second file (snort.tar.gz) is a tar of various packages needed for a complete Snort install with ACiD frontend and MySql backend. The install-script goes through all the setup steps which are descriped in this document. http://www.internetsecurityguru.com/documents/snort_acid_rhws3.pdf

Once the OS is up & running;

1) mkdir /root/snort
2) copy the snort.tar.gz file into /root/snort
3) tar zxvf snort.tar.gz
4) run ./install-script
(this takes about 20mins. depending on CPU power)
5) When the script completes, it will say "Snort up & running!"
6) Next you'll need to extend the Snort DB to support ACID, point yor broswer to the IDS box; http://snortip/acid and click the 'Setup' link. This will extended the DB.

7) Goto URL http://snortip/acid ; you should see the ACID frontend. Snort is offically running..

Let me know how things progress..
Ivajlo Yanakiev
Respected Contributor

Re: ids for linux

Hi don,
I can't install this now but I plane to do it.
tnks

Ross Minkov
Esteemed Contributor

Re: ids for linux

Here are some more links you might want to check:

Tripwire -- http://www.tripwire.org/

yafic -- Yet Another File Integrity Checker:
http://www.philosophysw.com/software/yafic/

integrit -- http://integrit.sourceforge.net/

AIDE (Advanced Intrusion Detection Environment) -- http://www.cs.tut.fi/%7Erammer/aide.html

HTH,
Ross