On 22 Nov 2004 23:58:25 -0800,
(E-Mail Removed) (Povl H. Pedersen)
wrote:
>I am working in a larger company, with quite a few branch offices, so
>travelling around to scan for APs in not practical.
Are you using any network management tools (OpenView, OpenNMS,
Unicenter TNG, Tivoli, etc). These will detect any new hardware on
the LAN through either LAN discovery or through "probes".
>Is there any tools that can scan for APs using the ethernet ? I was
>mostly thinking of scanning for MAC address-ranges that is known to be
>used by WLAN equipment.
Let's separate scanning and sniffing. I can scribble a simple scanner
script that uses arping (ping by MAC address) that scans through a
block of MAC addresses known to be used by commodity wireless
manufacturers. This has the potential of generating lots of useless
traffic, false positives, and missing a few manufacturers that don't
bother to register their MAC addresses with the IEEE. Let's just say
I'm not a big fan of scanning.
http://www.habets.pp.se/synscan/prog...hp?prog=arping
Sniffing is done with aprwatch (or winarpwatch), which detects new MAC
addresses on the LAN.
http://www.habets.pp.se/synscan/prog...hp?prog=arping
Most access points and wireless routers are noisy enough to belch
broadcasts that can be picked up throughout a switched LAN. Using
VLAN's may require sniffing at the switch through a monitor port.
Lots of other complications but methinks this would be a good start.
>Other solutions:
>Scan for HTTP servers - But will give many false positives, and if the
>web interface is deactivated, or has been moved to another port it
>will not work.
Scan by IP for web interfaces? If your LAN is running on 10.0.0.xxx
but your wireless access point has a management web server running on
192.168.1.1, you're not going to see the web server from the LAN. If
they're clever and use a router, but plugging the router WAN port into
your LAN, and network management from the WAN port is turned off (by
default), then you will also not see the web server. The only way it
can work is if the rogue access point or wireless router is
intentionally installed in a rather clumsy manner.
A rogue access point I missed was when a clever employee setup his
desktop XP box with a USB wireless client. The client was setup for
Ad-hoc (peer to peer) mode. XP was setup to bridge between the
ethernet port and the USB wireless card. Instant wireless bridge to
the network. He then could setup his laptop as Ad-hoc and connect.
Incidentally, this was done because he only had one wired ethernet
port in his office and IT came unglued when he dared to bring in a 4
port switch, which was designated as some kind of dangerous
unauthorized equipment. Anyway, I couldn't see the USB wireless cards
MAC address on the network, and my wireless sniffing didn't detect the
ad-hoc network. Netstumbler might have shown it, but we were using a
wireless client and Ethereal, which didn't. Neither sniffing or
scanning would have found this one.
>Looking for 192.168.x.y traffic would probably find WLAN bridges - but
>would also give false positives.
>
>Is there any - even half-good - solution that will work ?
Build a database of known devices on the LAN by MAC address. Use
arpwatch to detect new devices. Be prepared to deal with false
alarms. Use inventory control reports (Belarc Advisor) to dump
hardware and software lists to check for unauthorized software and
hardware.
--
Jeff Liebermann
(E-Mail Removed)
150 Felker St #D
http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558