[acidlab-users] ACID displaying sig_id value instead of sig_name
Status: Beta
Brought to you by:
danyliw
|
From: Joshua F. <jos...@ny...> - 2006-01-25 00:46:26
|
Hello, I apologize if this has already been addressed but the search function for the archives is down so I can't check. Once data is loaded into the database, everything seems to work as it should with the exception of the signature name value. It brings up the sig_id field instead of the sig_name. I know the data itself is intact by peeking manually into mysql, but I can't figure out what is causing this problem. Here's a screenshot of the issue: http://www.unixgeeks.org/misc/acid_goof.gif And here's a pull from the database showing what ID #3 is: --- mysql> SELECT sig_name FROM signature WHERE sig_id=3D'3'; +---------------------------------------+ | sig_name | +---------------------------------------+ | NETBIOS SMB-DS repeated logon failure | +---------------------------------------+ 1 row in set (0.00 sec) mysql> --- I'm running MySQL v5.0.18, snort v2.4.3 and ACID v0.9.6b23. Any help would be appreciated. -J |