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] new rule for detect Battle Carry Dos

Subject: [Snort-sigs] new rule for detect Battle Carry Dos
Date: Fri, 4 Nov 2005 21:55:04 +0100 (CET)
Hi,

please check and add this new rule :

dos.rules:alert udp $EXTERNAL_NET any <> $HOME_NET 7000 (msg:"DOS Battle Carry 
attempt";
dsize:>8192;
content:"|00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00|"; depth:16;
reference:cve,2005-3493; reference:bugtraq,15282; classtype:attempted-dos; )

'Battle Carry Remote Denial of Service Vulnerability Battle Carry is prone to a remote denial of service vulnerability. This issue is due to a failure
in the application to handle exceptional conditions.
An attacker can exploit this vulnerability to crash the application,
ultimately resulting in a denial of service to legitimate users.'


look tethereal view :
 x -> y  UDP Source port: 32818  Destination port: 7000
 x -> y  IP Fragmented IP protocol (proto=UDP 0x11, off=0)
 x -> y  IP Fragmented IP protocol (proto=UDP 0x11, off=1480)
 x -> y  IP Fragmented IP protocol (proto=UDP 0x11, off=2960)
 x -> y  IP Fragmented IP protocol (proto=UDP 0x11, off=4440)
 x -> y  IP Fragmented IP protocol (proto=UDP 0x11, off=5920)

Improve are welcome.

Regards
Rmkml



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
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] new rule for detect Battle Carry Dos, rmkml <=