
Full Disclosure mailing list archives
Static ARP Replies?
From: "Dan Taylor, Jr." <dan.taylor.jr () gmail com>
Date: Thu, 5 Aug 2004 23:15:14 -0400
I have encountered a few 802.11b public access points (I can't remember the vendors, but they were for hotels) that seem to have built-in ARP cache poisoning prevention. I found it nonetheless impressive and am looking for solutions to implement it (presumably with my own wireless card and hostap drivers). Here's what happens on one of these networks: Say the AP's MAC address is DE:AD:C0:DE:CA:FE, with the IP of 192.168.1/255.255.255.0, and I send out an ARP request for hosts 192.168.1.2-254. Say my MAC address is FE:ED:FA:CE:BE:EF, with the IP address of 192.168.1.100 --> ARP broadcast (source FE:ED:FA:CE:BE:EF destination FF:FF:FF:FF:FF:FF) --> Who has 192.168.1.2? Tell 192.168.1.100 --< ARP Reply (source DE:AD:C0:DE:CA:FE, destination FE:ED:FA:CE:BE:EF) --< 192.168.1.2 is at DE:AD:C0:DE:CA:FE I'm assuming this is a rather effective way of not only preventing ARP poisoning attacks, but making it so that all communication is virtually done between the client and the access point). Has anyone seen this feature implemented in any other access points? To what extent does this work and/or it's behavior on layer-2 broadcasting or client to client (mac address to mac address) communications? Thanks. _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
Current thread:
- Static ARP Replies? Dan Taylor, Jr. (Aug 05)
- Re: Static ARP Replies? Darren Bounds (Aug 06)
- Re: Static ARP Replies? Grishnav (Aug 07)