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] Can snort send alerts to the mysql database without writin

Subject: [Snort-users] Can snort send alerts to the mysql database without writing an output file?
Date: Wed, 8 Mar 2006 16:12:46 -0500
Question: Can snort send alerts to the mysql database without writing an output 
file?


Command line:
ids# ./snort.sh start                                                           
/usr/local/bin/snort -Dq -dev -o  -A none -K none -c 
/usr/local/etc/snort/snort.conf -i mi0 -u user -g group
Starting snort.

relevant portion of snort.conf
ids# sed -n '/^output/p' /usr/local/etc/snort/snort.conf 
output database: log, mysql, user=user dbname=ids password=xxxx host=loca
lhost sensor_name=snort-ids
output database: log, mysql, user=user dbname=ids_archive password=xxxx h
ost=snorthost sensor_name=snort-ids

When I run the above command line, I get no alerts.

When I run the above command line without -A none and -K none I get alerts sent 
to ids database
i.e./usr/local/bin/snort -Dq -dev -o  -c /usr/local/etc/snort/snort.conf -i mi0 
-u user -g group

When I run with the -A none  I get the pcap files but no alerts sent to ids 
database.

Someone said  try the -Y option that did not work in 2.4.3.


Thank you for your help,
Raymond
<Prev in Thread] Current Thread [Next in Thread>
  • [Snort-users] Can snort send alerts to the mysql database without writing an output file?, Jacob, Raymond A Jr <=