Wireless Network Auditor 29
Several people sent in notes about this:"IBM research announced that it developed a wireless security auditor running on a Compaq iPAQ with Linux. The pictures on the IBM web page are much more revealing than the press release. Apparently the auditor can handle GPS input (correlate access points with GPS coordinates?) and associate with access points on demand." The main product webpage has more information about the capabilities, and notes that IBM hasn't decided yet whether to release it as a commercial product or a free tool.
What about on a Ship? (Score:3)
Amazing (Score:3)
I have setup numerous wireless LANs that are very secure, I won't say totally because as soon as I say it someone will prove me wrong.
I also have done performance testing using various security solutions. My findings demonstrated that running a 168bit IPSec VPN over wireless performed equally well to configurations using Worthless Encryption Protocol(WEP).
So, all APs go outside the firewall. IPSec brings you through the firewall. Result, full connectivity and good security.
Works for me.
Re:Scanning for wireless networks (Score:1)
logging with AppleScript (Score:2)
On the logging side:
set logFile to open for access (file myFileName) with write permission
set eof of logFile to 0
write myDataStructure to logFile
close access stateFile
Nix the eof line if you want to append rather tan overwrite. On the reading side:
set logFile to open for access (file myFileName)
set myDataStructure to read logFile as datatype
close access stateFile
Most people commonly use 'list' as the datatype since that's pretty useful, but you can coerce it into whatever you'd like.
Handheld 802.11 scanner. (Score:1)
iPaq+PCMCIA Sleeve+802.11 card. Open the panel that lets you scan and check signal strength and have fun.
Network Stumbler (Score:5)
This is already a fairly common practice, known as "war driving".
Marius Milner has written an incredible tool for Windows very similar to this called "Network Stumbler" which will scan for 802.11 networks, log them, and log the access point lattitude and longitude to disc for you.
I had my doubts about driving around being able to pick up anything without an external antenna, but here in little podunk Valdosta, GA, I managed to pick up the local university dorm network with ease.
It's groovy.
Re:Network Stumbler (Score:1)
I only see them for about a second or two, except for the ones that are located near stations where I can connect to them for a few minutes while the train stops.
Now if only the train would go a little slower, with those open wlans I could check my email a couple of times on my way to work
Re:Scanning for wireless networks (Score:2)
Re:Scanning for wireless networks (Score:2)
Scanning for wireless networks (Score:5)
It's GPL'd, and I'm looking for lots of feedback, as this is my first real hack.
I plan to eventually add the ability to record the location of each network found, and log all the info to a file. (Anyone know how to log to a file with AppleScript?)
Way back when... (Score:2)
Kinda scary.
I understood the risks and *really* only used the Ricochet modem to get my personal mail and files from my home PC, but it shows a lot of the possibilities of this type of unauthorized conectivity.
Cheers,
Jim in Tokyo
MMDC Mobile Media [mmdc.net]
Demand for handheld 802.11 scanners (Score:1)
I did a search for just such a device earlier in the week and came up blank.
Does anyone know of any other ways of finding 802.11 networks? Even without security scanning features? Can it be done with a Rat Shack frequency scanner?
----------------------------
/.ed - mirror here (Score:1)
--
Later...
Re:Scanning for wireless networks (Score:1)
Sounds pretty slick. I just downloaded the script and took a look.. I'd be curious to see the results from your GPS enabled version.. Is there a way to measure the signal strength? I might be nice to record signal strength and location simultaneously.. With this info at a few points (interferance/reflections from buildings could make things a little tricky) you should be able to solve for the location of the hub/base station and then determine an optimal location to access said network (a park bench, cafe/coffee shop table, etc.)..
Re:Amazing (Score:2)
At last, the excuse I needed. (Score:1)
Now if only IBM can port linux to Canford Audio [canford.co.uk]'s rackmounted fridge and develop an essential-sounding app for it ("network coolant level monitor"?) then this BOFH is made.
Geocaching... (Score:5)
I've hidden the cache at this coordinates on this companies network's NT server. Feel free to take warez from the cache, but be sure to put something back in return.
New sport! I call dibs!
--
Useful for finding public access points (Score:3)
64 - Host not available (Score:1)
Suddenly they found out it could also locate "virtual" doors into my office. Damn and i though a firewall was enough, anyone making radio firewalls cuz i'm going to need them when everyone starts infecting on my "leaking" radio-waves. Like moss on a damp wall.
- love? "LAN on vulnerable environment"
Re:Are there IT policies yet? (Score:3)
It takes enough red tape and forms and variances to have a stinkin' ethernet port turned on here. Even if wireless were more secure than Ethernet, anyone that does anything network-oriented without the blessing of IT (or organizations contracted by IT) is in a heap of trouble. There's sinply no business case to justify changing from Ethernet (a proven technology) at all. Period. Even if there is, trust me, the people who make the decisions don't (can't?) see it.
(And if you ever find out where I work (which you won't), remember that my opinions are my own and not necessarily those of my employer, or my employer's IT department, etc.... People also get in a heap of trouble for not saying that, even if they're posting anonymously.)
Re:64 - Host not available (Score:1)
Re:Useful for finding public access points (Score:1)
I guess the only practical wireless alternative is to buy one of these babies and get war-walking....
Related Idea (Score:2)
What I'd really like to find out is exactly how many homes have wireless LANs; I'd expect there to be a lot. If you were in the mood, you could also configure this black box idea to try to find a printer, and dump a file describing the holes there.
Now, wouldn't you be motivated to fix the security holes on your network if a description of them suddenly appeared on your printer? 'Course, a description might be in order so they don't get too freaked out... :-D
________________________________________________
Re:Let's hope they keep it to themselves !! (Score:1)
Re:Nice, but the UI is unusable (Score:1)
Re:Demand for handheld 802.11 scanners (Score:1)
Are there IT policies yet? (Score:3)
Re:Network Stumbler (Score:1)
mariusm, stumbler of networks
Re:wireless (Score:1)
---