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-Signatures
[Top] [All Lists]

Re: [Snort-sigs] False Positives on sid 1690

Subject: Re: [Snort-sigs] False Positives on sid 1690
Date: Mon, 9 Aug 2004 15:58:33 -0700 (PDT)
I agree. This is my idea:

pcre:"/grant[/s]+([/w]+[/s]+){1,11}to[/s]+/i"

The 1,11 comes from the following cases:
grant all_customer to Matt;
grant select , delete , update , create , insert on
customer to Matt;

Peace,

Joseph

--- Matthew Jonkman <matt@infotex.com> wrote:

Getting a lot off false positives on sid 1690,
Oracle Grant Attempt.

alert tcp $EXTERNAL_NET any -> $SQL_SERVERS
$ORACLE_PORTS (msg:"ORACLE 
grant attempt"; flow:to_server,established;
content:"grant "; nocase; 
content:" to "; nocase;
classtype:protocol-command-decode; sid:1690; rev:3;)

Anytime an oracle data stream contains the word
Grant (as in Grant 
street, John Grant, "These funds have been granted
to", etc) the rule is 
hitting. Maybe a pcre string to look specifically
for permission grants 
or something. Maybe a within statement to keep the
"to" shortly after 
the grant. But just "grant" and "to" is pretty
non-unique.

Matt




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you
noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the
past few weeks? Now,
one more big change to announce. We are now OSTG-
Open Source Technology
Group. Come see the changes on the new OSTG site.
www.ostg.com
_______________________________________________
Snort-sigs mailing list
Snort-sigs@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/snort-sigs




                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Snort-sigs mailing list
Snort-sigs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-sigs

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Snort-sigs] False Positives on sid 1690, Joseph Gama <=