Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Snort-Users
[Top] [All Lists]

[Snort-users] Interesting snort + mysql issue (kind of ODD)

Subject: [Snort-users] Interesting snort + mysql issue (kind of ODD)
Date: Tue, 26 Apr 2005 07:56:28 -0600
Hey All!

So I originally had my BASE and snort mysql db on the same box...all went
well.  I decided to move the mysql install and db to a Mac OSX machine.  I
"thought" all went well.  Here's the issue I'm having:

My rc.snort script (running on slackware 10.1) has:

/usr/local/bin/snort -i eth1 -D -o -c /etc/snort/snort.conf "ip and not udp
port 4500"

as the startup line.  If this is run manually things go fine...snort starts
and logs to mysql.  Here is an update script that I use to grab bleeding
rules:

#!/bin/bash
cd /home/jlay/
wget http://www.bleedingsnort.com/bleeding.rules.tar.gz
tar zxvf bleeding.rules.tar.gz
cp -v rules/bleeding*.rules /etc/snort/rules/
cat /etc/snort/sid-msg.map.orig /home/jlay/rules/bleeding-sid-msg.map
/etc/snort/sid-msg.map.gateway | sort -u > /etc/snort/sid-msg.map
/etc/rc.d/rc.snort stop
/etc/rc.d/rc.snort start
rm /home/jlay/bleeding.rules.tar.gz

This daily job is run as root at 4:20 AM.  When this is run, snort starts
and connects to the mysql db, but it doesn't log anything.  CAN I GET A WHAT
THE HECK OVER.  Does anyone have a clue on why this would be like this?  The
user the db uses is snort with all permissions.  ODD.  Thanks all!

James Lay
Network Manager/Security Officer
AmeriBen Solutions/IEC Group
Deo Gloria!!!




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Snort-users] Interesting snort + mysql issue (kind of ODD), James Lay <=