26288 total geeks with 3498 solutions
Recent challengers:
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
MaxMouse
It's Friday... That's good enough for me!
CodeX
non stop lolz here but thats soon to end thanks to uni, surely the rest of the world is going good?
stabat
how things are going guys? Here... boring...
CodeX
I must be going wrong on the password lengths then, as long as it was done on ECB
MaxMouse
lol... the key is in hex (MD5: of the string "doit" without the "'s) and is in lower case. Maybe i should have submitted this as a challenge!

Donate
Donate and help us fund new challenges
Donate!
Due Date: May 31
May Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
Experts: Network
security
deteriorating,
privacy a lost
cause
Internet cafés
declared "illegal
businesses" in Ohio
SAP shuffles execs
to chase cloud
success
AT&T adds 61¢
"Mobility
Administrative Fee"
for users
Microsoft caves to
Google, pulls
YouTube app from
WinPhone Store
Amazon expands
Appstore reach,
gives devs more
user data
Now it gets
serious: Fracking
could RUIN BEER
Reports: New Xbox
could DOOM
second-hand games
market
Industry execs:
Network admins are
an endangered
species
Wikileaks leaks
documentary script
about Wikileaks
Slashdot
African Soil Mapped
For the Very First
Time
BeagleBone Black
Ships With New
Linux 3.8 Kernel
Google Releases
Glass Factory
System Image,
Rooted Bootloader
White House: Use
Metric If You Want,
We Don"t Care
A Snapshot of the
Inside of an Atom
WHO: Intellectual
Property Claims
Hindering Research
On Deadly Novel
Coronavirus
Google Plans
Wireless Networks
In Emerging Markets
Intel Claims
Haswell
Architecture Offers
50% Longer Battery
Life vs. Ivy Bridge
Facebook Cancels UK
Launch of HTC First
Judge Thinks Apple
Will Lose E-Book
Price-Fixing Case
Article viewer

WLAN Security



Written by:dimport
Published by:thinkt4nk
Published on:2003-06-21 07:19:46
Topic:Security
Search OSI about Security.More articles by dimport.
 viewed 12060 times send this article printer friendly

Digg this!
    Rate this article :
As the WLAN security is quite an everyday subject now.. Who wouldnt want to login from anywhere in the world and have a good connection? Security is the drawback currently.
There are a lot of solutions to secure WLAN, though non make it attackproof. Some solutions are stated within this article.

WEP
WEP uses an algorithm to encrypt a key to every user. It uses RC4 algorithm which makes it weak and easy to break. Basically only 40bit(+24bit) key (USA standard) or 104bit(+24bit) key. The Key is static and is generated by the password the user enters.
A Weak solution. (until they start using better algorithm and encrypting the packages users send out – this hasn’t been built yet!!!.)

WEP+ or WEP2
Call it as you want. They use CRC-32 encryption algorithm. It uses 128bit key, which is static once again. And WEP+ allows (subordinates to) DoS attacks. Also the packages user sends out are not encrypted once again.

802.1x
Allows to set the key to change periodically. It uses port authentication and is not a crypted system. It allows “Man in the middle” attacks. And of course the packages sent by user are still not encrypted.

WEP+ with 802.1x:
802.1x uses a Kerberos cryptoalgorithm and allows dictionary attacks. (brought out some special options only). Why have I pointed out that the packages are not crypted? Because with a sniffer you can easily monitor all the packages and with 15min, you can have all the info take down the whole network. Now the best solution since now is to keep the LAN separate from WiFi connection, using DMZ in the middle with VPN or IPSec, proxy, Firewall etc. monitoring the movements. This way the attacker who gets through WiFi wont get into LAN directly, but has to get through DMZ also and that wont be as easy as the first part. There is VPN(PPTP - Point-to-Point Tunneling Protocol) and IPSec(L2TP - Layer 2 Tunneling Protocol). In this case you can be pretty sure that no one is sniffing your traffic. It creates tunnel between user and Network server. Im sure there are other tools to protect, but these are the well-known ones.
For more info!

Basic considerations regarding WLAN
1.Have IT regulations! No selfmade WLAN stations!
2.Choose the product(there is a difference between WEP and WEP+ etc.)
3.Use at least WEP for securing.
4.Change WEP keys periodically.
5.Better install Radius, VPN or other security enforcment.
6.Monitor your WiFi Network always, or others will do it for you.
7.Don’t give out in SSID and INFO labels info about your organizational belonging.
8.Don’t use Beacon(sends packages out which can be cought and gives valuable info out like this)!
9.DHCP is from Devil.
10.Turn off LAN broadcast translation.(Windows sends out broadcats packadges every 15min or so, again valuable info about computers and LAN can be gained catching those).
11.Don’t use Ad-Hoc mode.
Choose the antenna, their direction. If needed turn the Wi connection area a bit down.
12.In Access points turn on the MAC aadress filtering(helps only a little, cause Linux allowes MAC address changing)
13. Connect LAN through DMZ using proxy, Firewall, VPN etc.
14.Be paranoid!

Now you cant really protect unless you know how to attack! Im not gone teach
you how to (a new area to me too, though the showed their hackings/cracking on town) and they hacked/cracked the network we currently used using Wi), but I will give few tools, info and stuff to read about:
  • PhoneSweep
  • 800 scans
  • WarDriving
  • More about wardriving
  • New York
  • South California
  • Copenhagen
  • WLAN visualization project
  • Channels
  • Realisationbugs!

    Thats all folks, hope it was at least a bit helpful or gave some knowledge.

    regards
    Melborp


    This article was originally written by Melborp

  • Did you like this article? There are hundreds more.

    Comments:
    <none>
    Anonymously add a comment: (or register here)
    (registration is really fast and we send you no spam)
    BB Code is enabled.
    Captcha Number:


    Blogs: (People who have posted blogs on this subject..)
    MaxMouse
    PSP on Mon 7th Sep 10am
    I was going to write an article on PSP NIDS, but when i started doing it, it felt as if it dropped a little short of what i wanted it to be, and wasn't particularly long (or interesting to people not associated with the PSP Scene). I did write about it
    halsten
    Backdoor.W32.Small.PF Analysis on Mon 7th Jan 3am
    A long time has passed since my first analysis paper, but here is another one. This time it’s short and small. The package contain all the necessary files to get you started on understanding the malware. I hope it’s better than my last paper. You can chec
    halsten
    Malware Analysis on Sun 5th Aug 3am
    Hello all, in here (http://iamhalsten.thecoderblogs.com/200 7/07/23/malware-analysis/) you can find my latest analysis paper for a malware I've analyzed. The paper is extensively and comprehensively documented. Have fun reading it. -- halsten http://i
    sefo
    AVG's Restore File As... on Wed 30th Aug 1pm
    It is possible to restore infected files from the vault to the 'computer' using the option 'Restore File As'. So I restored as 'blah.xyz' the wmf file AVG found the other day and I put it on the desktop. My surprise was to discover that AVG restored

    Test Yourself: (why not try testing your skill on this subject? Clicking the link will start the test.)
    Cryptography by TroPe

    This test will cover Symmetric cryptography, public keys, key management, and some questions on cryptanalysis. If you know a little something about Crypt stuff, give this test a shot!


         
    Your Ad Here
     
    Copyright Open Source Institute, 2006