|
|||||||||||
|
Re: Ip spoof from 0.0.0.0
From: batz <batsy(at)vapour.net>
Date: Thu Nov 07 2002 - 16:28:10 EST Here are a number of speculative situations where spoofing packets from 0.0.0.0 would be useful to an attacker:
Here is some handwavy speculation, but it might be kinda cool. If a host responds to the syn packet sourced from 0.0.0.0 with an ack, it goes to the router either with the destination IP address rewritten with the default route addr of the host, or preserved as 0.0.0.0. The router could either forward it until it hits something without a default route or its ttl expires, or send back an unreachable message to the host, which would indicate to a listening attacker whether default routing was in use, or if traffic was taking a different path down the road. That's interesting. I bet you could use this detect if traffic from a local host was taking a different route to the Internet. That's pretty handy if you want to see if your traffic is getting re-routed or worse, re-directed through a tunnel. What happens is that while you are on a host on the subnet, you spoof a SYN from 0.0.0.0 to an adjacent host (a.a.a.a). a.a.a.a responds with an ack to 0.0.0.0, which is its default router, but with a legitimate source. If the router forwards it as 0.0.0.0, any router that drops it will send an unreachable icmp back to a.a.a.a. You watch that icmp message go by and decide whether it came from a legitimate router. However, lets say traffic from that host is getting re-routed: If the device handling the redirected traffic recieves the ack from a.a.a.a, it should either drop the packet and send an icmp unreachable, or send an RST if it has services open on it. It's all a very round-about way of doing things, but at least there are some reasons why one could imagine these packets as being hostile. Cheers, On Wed, 6 Nov 2002, Nexus wrote: :Date: Wed, 6 Nov 2002 23:53:10 -0000
-- batz ---------------------------------------------------------------------------- This list is provided by the SecurityFocus ARIS analyzer service. For more information on this free incident handling, management and tracking system please see: http://aris.securityfocus.comReceived on Thu Nov 7 21:58:27 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:01:50 EDT |
||||||||||
|
|||||||||||