- 12-20-2012, 12:21 AM
#1
I own a townhouse. I know all of my neighbors. My Cisco wireless router died. No big deal, I bought another one. I set up the new one up with the same SSID and WPA2 password. The difference with the new one is I could now see the activity lights.
After I set it up, I checked all of my wireless devices (8 total) and they were all working fine. Later on I noticed my 2.4GHz band seemed really active. I thought I must be getting an update on one of my devices. The activity continued and I thought, what the heck is going on. I pulled up a network map and there are 10 devices connected to my wireless router. I thought, what device am I missing. I even checked the MAC address of all my devices. I wasn't missing any. There were 2 devices connected to my WiFi that I didn't recognize.
I changed the WPA2 password on my router. Then changed the WPA2 password on my 8 wireless devices. Now when I pulled a network map up I get 8 devices connected. Some body, obviously one of my neighbors was tapped into my WiFi.Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 12:41 AM #2
That's messed up. How did the neighbors get your password?
--Laura Knotek (formerly known as lak611)

- 12-20-2012, 01:01 AM
#5
I have no idea. I asked my wife if she had given it out to anyone and she said no, I don't even remember it. I also checked firmware updates for my old Cisco router. I was behind one update. I was running 1.0.0.4, and the latest firmware was 1.0.0.5, but there was no mention of a security issue with the 1.0.0.5 update. It was a 10 digit password, which would normally be pretty secure, i.e., 47kLJttYeU.
Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 01:03 AM
#6
Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 01:03 AM #7--Laura Knotek (formerly known as lak611)

- 12-20-2012, 01:03 AM
#8
Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 01:04 AM
#9
Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 01:16 AM
#12
Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 03:00 AM #13
on my belkin i have hidden ssid broadcast, use a strong password for wpa2, enabled mac id filtering and added my connecting devices mac ids in allowed list and set a strong password for router configuration access. i guess that as much as i can do. anything more can be done to secure the router?
- 12-20-2012, 06:44 AM #14
Sure there is, but you don't brute force the router itself. You brute force the "handshake" files locally. Using monitoring you can capture the handshake packets, save them locally, then run them through a brute force with a 40 gb dictionary file.
MAC address filtering is also useless. It's the easiest thing to spoof using almost any distro of Linux. - 12-20-2012, 08:22 AM #15
Hidden SSID does nothing to protect your network. It's the same level of protection provided by using a POST http request over a GET.
Mac address filtering cam be spoofed in 2 seconds. I spoof all my hack attempts before I even touch the router. Valid MAC addresses are broadcast with the packets from those devices
The only thing you can do is use a fairly long complex password. Make sure you do the same for your router login. - 12-20-2012, 08:30 AM #16
Nothing on the internet is safe.
I have a friend who can hack you without being anywhere close to you or your router. The interweb + right tools in the wrong hands = destruction - 12-20-2012, 11:21 AM #17
I've got a 16 digit password that has no basis on real words or meaningful number combos. Purely a random string. Pain in the **** for entering into things like wifi printers and such, but its secure and more and more devices are supporting WPS so I don't have to type it as often as before.
- 12-20-2012, 01:09 PM #19
This is important. I haven't done a lot of digging into brute force algorithms and haven't yet written my own, but the first thing I would do is take a dictionary file and run through all the variations of each word and combinations of words. The last step would be to run a systematic one step at a time process of password attempts. Sequentially.....which could take eons.
- 12-20-2012, 01:13 PM #20
Not true at all. If the protocols are configured correctly and a strong SSL encryption is used the data is safer than if you kept a written copy of it in your wallet.
The problem comes when someone uses an open network and passes user credentials and session information unencrypted. I can sniff that out immediately using common tools such as wireshark.
There is a whole gamut of security concerns with database data, cross site scripting and injection attacks but that's not quite the same. - 12-20-2012, 01:13 PM #21
If it isn't an infinite number of characters in length, it ain't secure. Basically, you can never be too cautious. If someone wants to hack your stuff, they will no matter what it takes. Even if it isn't stored electronically, they'll just hire somebody to burgle your house for it.
Windows Phone Central Moderator "Fortune cookie said: 'Outlook not so good'. I said: 'Sure, but Microsoft ships it anyway'." - Apparently you can have an iPhone transplant...

- 12-20-2012, 01:22 PM #22
Yea I've hacked my neighbors router before. It really isn't that difficult if you put your mind to it...
- 12-20-2012, 04:03 PM
#24
Check out the great deals on Windows Phone Accessories: http://store.wpcentral.com - 12-20-2012, 04:35 PM #25
Precisely. Simple fact, if you have the CPU power, you can brute force well established algorithms. The problem is that some of the more complex algorithms in the 128 and 256 bit range are ridiculous and could take years and years for even the most powerful of computers to crack.
What crackers do is use dictionary files of the most common passphrases and words that are used for passwords and go through a "trial and error" test on each one. If you pick common words, they can do it fairly easily. If you pick uncommon words, but use a short password, they can brute force it systematically pretty easily. The moment you use a long and complex password based on no real pattern, the number of permutations that a brute force algorithm would need to run through to crack it could take centuries. Literally.
As for information passed over the air, ie. networks wired or wireless, unless it is encrypted it can be read in it's raw format. So ensure that SSL is used for logins when on public networks. If you are wired, on your secure home network with only you and your family etc, you'll be fine...unless your brother or someone is trying to sneak your passwords for fun.
Over the air on a public network, even if it has a password, is still visible by anyone on that network. Open wifi is even worse.
Moral of the story. Make sure sites use https (SSL through self signed or commercial certs) when passing sensitive information, use SSH2 when doing server to server stuff. Use FTP over SSH or FTPES with a cert and keep an eye out for news on security loopholes for the "secure" services you do use. SSL means jack squat if the server is passing session information back and forth without encryption. I could just snag that session and use it to masquerade as you on facebook without ever knowing your password to do it.
Aside from that, not much more you can do.
Similar Threads
-
Is it possible to factory reset your phone?
By podsnap in forum Windows Phone 7Replies: 1Last Post: 10-07-2011, 03:14 AM

LinkBack URL
About LinkBacks





I am also watching my network map and log closely.


























Latest Comments