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]

[Snort-sigs] Re: False Positive on 1:1333

Subject: [Snort-sigs] Re: False Positive on 1:1333
Date: Tue, 20 Dec 2005 23:40:10 -0600
This rule is now in deleted.rules where it remains for posterity.

On  0, Luciano Bello <lbello@arcert.gov.ar> allegedly wrote:
# This is a template for submitting snort signature descriptions to
# the snort.org website
#
# Ensure that your descriptions are your own
# and not the work of others.  References in the rules themselves
# should be used for linking to other's work. 
#
# If you are unsure of some part of a rule, use that as a commentary
# and someone else perhaps will be able to fix it.
# 
# $Id$
#
# 

Rule:  WEB-ATTACKS id command attempt

--
Sid:1333

[... I will only fill my comments. The originals comments can be found in 
http://www.snort.org/pub-bin/sigs.cgi?sid=1333 ...]

--
Affected Systems: Unix-like

--
False Positives: Mambo[1] generate links that makes a false positive 
situation. The links are similar to this: <a 
href="index.php?option=content&amp;task=view&amp;id=91&amp;Itemid=102&lang=es"
 class="mainlevel" > where you can see ';id' as a variable assignation not an 
intent to run /usr/bin/id. I made a little modification to the original rule 
(sid: 1333):
alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS $HTTP_PORTS (msg:"WEB-ATTACKS id 
command attempt"; flow:to_server,established; content:"|3B 69 64|"; 
distance:0; isdataat:1,relative; content:!"|3D|"; within:1; 
classtype:web-application-attack; sid:1333; rev:6;)
This rule do not alert if the ';id' have a '=' contiguous. I'm not an expert 
in snort rules, so feel free to improve it.

--
False Negatives: If the attacker run '; id' snort do not alert.

--
Contributors: Sourcefire Research Team Nigel Houghton 
<nigel.houghton@sourcefire.com>
Additional information from Anton Chuvakin <http://www.chuvakin.org>
Additional information from Luciano Bello <http://lbello@arcert.gov.ar> 

-- 
Additional References:sid: 1332
man id
[1] http://www.mamboserver.com/


+--------------------------------------------------------------------+
     Nigel Houghton      Research Engineer       Sourcefire Inc.
                   Vulnerability Research Team

         There is no theory of evolution, just a list
            of creatures Vin Diesel allows to live.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
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>
  • [Snort-sigs] Re: False Positive on 1:1333, Nigel Houghton <=