|
|||||||||||
|
[Snort-devel] Simple TTL of 1 rules do not alert
From: Zultan <zultan(at)mad.scientist.com>
Date: Fri Feb 21 2003 - 04:24:06 EST
These simple traceroute rules do not alert. alert udp $HOME_NET any -> $EXTERNAL_NET any (msg:"Outbound TCP traceroute, TTL=1"; ttl:"|01|"; ip_proto: udp;) alert udp $EXTERNAL_NET any -> $HOME_NET any (msg:"Inbound TCP traceroute, TTL=1"; ttl:"|01|"; ip_proto: udp;) I've tried using either decimal or hex for the ttl value, quoted and not. And with and without ip_proto defined, but get no alerts. Test packets were generated with hping: TCP SYN
and UDP
(ICMP for traceroute is not an issue because it is blocked at the router.) Ethereal or tcpdump running on the snort box sees the TTL=1 packets go by, but snort never alerts. Snort is ver 1.9.0 on Red Hat 8 on a Dell 2550 custom 2.4.20 SMP kernel Start arguments in /etc/rc.d/init.d/snort: start)
echo -n "Starting snort: "
daemon /usr/local/bin/snort -u snort -g snort -d -D -o -k none \
Preprocessors are: preprocessor stream4: detect_scans, disable_evasion_alerts, ttl_limit 0 preprocessor stream4_reassemble preprocessor http_decode: 80 unicode iis_alt_unicode double_encode iis_flip_slash full_whitespace preprocessor rpc_decode: 111 32771 preprocessor bo: -nobrute preprocessor telnet_decode preprocessor portscan: $HOME_NET 10 4 portscan.log preprocessor portscan-ignorehosts: ..................... output alert_fast: alert -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Snort-devel mailing list Snort-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-develReceived on Fri Feb 21 04:30:53 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:08:03 EDT |
||||||||||
|
|||||||||||