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] FP on 3677 (SIP UDP Cseq overflow)

Subject: [Snort-sigs] FP on 3677 (SIP UDP Cseq overflow)
Date: Tue, 07 Jun 2005 09:55:33 -0400
I suspect the sig may be off-by-one (perhaps?) in it's checking, or else this 
was tailored specifically to trigger on packets that would trip Ethereal (but 
are otherwise valid SIP):

Rule:  EXPLOIT SIP UDP CSeq overflow attempt
--
Sid:  3677
--
Detailed Information:
   content:"CSeq|3A|"; nocase; isdataat:16,relative; content:!"|0A|"; within:16;
--
False Positives:  triggered by packets such as this:

REGISTER sip:172.17.100.228 SIP/2.0
Via: SIP/2.0/UDP 
192.168.1.102:5060;rport;branch=z9hG4bK5BDD50FEB26C4C33ABD1D1414D753778
From: Theresa <sip:7177@172.17.100.228>;tag=1875065834
To: Theresa <sip:7177@172.17.100.228>
Contact: "Theresa" <sip:7177@192.168.1.102:5060>
Call-ID: EF3C3821E5124AC9AEB770CF5B36E14F@172.17.100.228
CSeq: 37264 REGISTER
Expires: 1800
Max-Forwards: 70
User-Agent: X-Lite release 1103m
Content-Length: 0
--
Corrective Action:
Is the last "within: 16" a byte too large? (haven't checked the protocol refs). 
 The 0x0A would fall in the 16th position...

Jeff



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
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] FP on 3677 (SIP UDP Cseq overflow), Jeff Kell <=