50
Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Embed Size (px)

Citation preview

Page 1: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Network Security: WLAN Security

Tuomas AuraT-110.5241 Network security

Aalto University, Nov-Dec 2014

Page 2: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

2

OutlineWireless LAN technologyThreats against WLANs(Weak security mechanisms and historical WEP)Real WLAN security: WPA2Password-based user authenticationWLAN mobilityEduroam case study

Page 3: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Wireless LAN technology

Page 4: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

4

Wireless LAN (WLAN) standardsIEEE 802.11 standard defines physical and link layers for wireless Ethernet LANsWi-Fi is an industry alliance to promote 802.11 interoperabilityOriginal 802.11-1997, latest 802.11-2012, amendments e.g. 802.11acPhysical layer:

Uses unlicensed bands at 2.4 GHz (microwave ovens, Bluetooth) and 5 GHzUp to 14 radio channels in the 2.4 GHz band, but only about 3 non-overlapping ones

Link layerLooks like Ethernet (802.3) to layers aboveMAC protocol differs from 802.3 because one antenna cannot detect collisions while transmitting → explicit ACKs needed

Page 5: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

5

Small-business LAN

Workstations

Gateway router + Firewall + NAT

Hub or Switch

Wirelessstations

Internet

Servers

Server in DMZ

APs

Security perimeter

In small networks, the switch, router, firewall and NAT are often one deviceIn larger networks, the functions may be in separate boxes

Page 6: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

6

Small-business WLAN

Workstations

Gateway router + Firewall + NAT

Hub or Switch

Wirelessstations

Internet

Servers

Server in DMZ

APs

Security perimeter

Page 7: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

7

Main WLAN security threat

Workstations

Gateway router + Firewall + NAT

Hub or Switch

Wirelessstations

Servers

Server in DMZ

APs

Security perimeter

Internet

Page 8: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

8

Wireless LAN componentsAccess point (AP) = bridge between wireless (802.11) and wired (802.3) networksWireless station (STA) = PC or other device with a wireless network interface card (NIC)

To be precise, AP is also a STA

Stations are identified by globally unique 48-bit MAC address MAC = Medium Access Control, don’t confuse with message authentication codeMAC address is assigned to each network interface card (NIC) by the manufacturer, which gets them from IEEE

Infrastructure mode = wireless stations communicate only with APAd-hoc mode = no AP; wireless stations communicate directly with each otherWe will focus on infrastructure-mode WLANs

Page 9: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

9

Wireless LAN structureBasic service set (BSS) = one WLAN cell(one AP + other wireless stations)The basic service set is identified by basic service set identifier (BSSID) = AP MAC addressExtended service set (ESS) = multiple cells where the APs have the same service set identifier (SSID)The wired network is called distribution network in the standard; typically it is wired EthernetAPs in the same ESS can belong to the same IP network segment, or to different ones

Page 10: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

10

Joining a wireless LANAP sends beacons, usually every 50 msBeacons usually include the SSID but the SSID broadcast can be turned offSTA must specify SSID to the AP in association request

Open system authentication = no authentication, empty authentication messages

Authentication-Response (Success)

Authentication-Request

Association-Response

Association-Request

Beacon or Probe-Response

[Probe-Request]Wireless Station(STA)

Access Point(AP)

Page 11: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

11

Leaving a wireless LANBoth STA and AP can send a Disassociation Notification or Deauthentication Notification

Deauthentication-NotificationSTA AP

Page 12: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Threats against WLANs

Page 13: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

15

Wireless LAN threatsSignal interception — sniffingUnauthorized network access — access to intranet or Internet access without authorization or paymentAccess-point misconfigurationUnauthorized APs — unauthorized ingress routes to intranet may bypass firewallDenial of service — logical attacks with spoofed signaling, signal jammingAP spoofing — stronger signal attracts STAsMitM attack by AP – especially free open AP

Page 14: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

22

WLAN security goalsWireless LAN security protocols have following goals:

Data confidentiality and integrity — prevent sniffing and spoofing of data on the wireless linkAccess control — allow access only for authorized wireless stationsAccounting — hotspot operators may want to meter network usageAuthentication — access control and accounting usually depend on knowing the identity of the wireless station or userAvailability — do not make denial-of-service attacks easy (radio jamming is always possible)

Not all problems have been solved

Page 15: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

24

Discussion: common recommendations

The following security measures are often recommended to WLAN administrators:

Disable the SSID broadcastMaintain a list of authorized MAC addresses and block unauthorized ones from the networkSelect AP locations in the middle of the building (not close to windows), use directional antennas and line walls and windows with metal foil to minimize the signal leakage to the outside of the building

How much security do these measures bring?How expensive are they?

Page 16: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Real WLAN security: WPA2The most important partof this leacture

Page 17: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

34

Real WLAN security mechanismsWireless Protected Access 2 (WPA2)

WPA2 is the Wi-Fi alliance name for the 802.11i amendment to the IEEE standard, now part of 802.11-2012Robust security network (RSN)= name of WPA2 in the standard802.1X for access controlEAP authentication and key exchange, eg. EAP-TLSNew confidentiality and integrity protocol AES-CCMP

Historical: Wireless Protected Access (WPA)Used in the transition period before the 11i standard and before AES hardware support in NICsTKIP encryption = RC4 with frequently changing keys and other enhancementsSecurity of TKIP and WPA is now considered broken, disable them in your AP!

Page 18: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

35

RSN key hierarchyTwo alternative ways to obtain keys:

Preshared key (PSK) authentication= WPA2-PSK = WPA2-Personal802.1X authentication= WPA2-EAP = WPA2-Enterprise

Pairwise Master Key PMK = PSK or MSK

***********Passphrase

Pairwise Temporal Key PTK =PRF(PMK,BSSID,MACaddrSTA,NAP,NSTA)

Pre-Shared Key PSK = PBKDF2(Passphrase)

802.1X authentication

Key Confirmation Key KCK Key Encryption Key KEK Temporal Key TK(key material for session keys)

Master Session Key MSK

split

!

Page 19: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

37

WPA2-Personal, 4-way handshake

Authentication-Response (Success)

Authentication-Request

Association-Response

Association-Request

Beacon or Probe-Response (supported security)

[Probe-Request]Wireless Station(STA)

Access Point(AP)

EAPOL-Key: counter, NAP

EAPOL-Key: counter+1,NAP,“Install PTK”, EKEK(GTK), MICKCK(this frame)

EAPOL-Key: counter, NSTA, MICKCK(this frame)

EAPOL-Key: counter+1, MICKCK(this frame)

Compute PTK

Compute PTK

PMK = key derived from Passphrasecounter = replay prevention, reset for new PMKPRF = pseudo-random functionPTK = PRF(PMK,MACaddrAP,MACaddrSTA,NAP,NSTA)KCK, KEK = parts of PTKMIC = message integrity check, a MACGTK = Group Temporal Key

Install PTK

Install PTK

4-wayhandshake

4-way handshaketakes PMK as input and produces session keys

!

Page 20: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

38

IEEE 802.1XPort-based access control — originally intended for enabling and disabling physical ports on switches and modem banksConceptual controlled port at APUses Extensible Authentication Protocol (EAP) to support many authentication methods; usually EAP-TLSStarting to be used in Ethernet switches, as well

Page 21: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

39

802.11/802.1X architecture

Supplicant wants to access the wired network via the APAuthentication Server (AS) authenticates the supplicantAuthenticator enables network access for the supplicant after successful authentication

Authentication Server(RADIUS Server)

Supplicant(STA)

Authenticator(AP)

Wired LANor Internet

Page 22: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

40

EAPExtensible authentication protocol (EAP) defines generic authentication message formats: Request, Response, Success, FailureOriginally designed for authenticating dial-up users with multiple methodsSecurity is provided by the authentication protocol carried in EAP, not by EAP itselfEAP supports many authentication protocols: EAP-TLS, PEAP, EAP-SIM, ...Used in 802.1X between supplicant and authentication server EAP term for supplicant is peer, reflecting the original idea that EAP could be used for mutual authentication between equal entities

Page 23: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

41

EAP protocol

Request-response pairsUser identified by network access identifier (NAI): username@realmAllows multiple rounds of request–response, e.g. for mistyped passwords

EAP Response / Identity

EAP Success/Failure

EAP Request / Identity

EAP Response

EAP Request

...

...

PeerEAP

ServerAuthenticator

Pass-though

Page 24: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

42

EAP-TLS Protocol

EAP-Response / Identity

EAP-Success

EAP-Request / Identity

EAP-TLS-Response:

EAP-TLS-Request (start)

EAP-TLS-Request:

EAP-TLS-Response:

ServerHello, Certificate, ServerKeyExchange, CertificateRequest, ServerHelloDone

Certificate, ClientKeyExchange, CertificateVerify, ChangeCipherSpec, Finished

ClientHello

EAP-TLS-Request:ChangeCipherSpec, Finished

EAP-TLS-Response (empty)

Peer EAP Server

Page 25: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

43

EAP encapsulation in 802.1X and WLAN

On the wire network, EAP is encapsulated in RADIUS attributesOn the 802.11 link, EAP is encapsulated in EAP over LAN (EAPOL)In 802.1X, AP is a pass-through device: it copies most EAP messages without reading them

Authentication Server(RADIUS Server)

Supplicant(STA)

Authenticator(AP)

EAP encapsulated in RADIUSEAPOL

Page 26: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

44

RADIUSRemote access dial-in user service (RADIUS)

Originally for centralized authentication of dial-in users in distributed modem pools

Defines messages between the network access server (NAS) and authentication server:

NAS sends Access-RequestAuthentication server responds with Access-Challenge, Access-Accept or Access-Reject

In WLAN, AP is the NASEAP is encapsulated in RADIUS Access-Request and Access-Challenge; as many rounds as necessaryRADIUS has its own security protocols based on shared keys between servers, and server and authenticator

Page 27: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

EAP protocol in context

Authentication-Response

Authentication-Request

Association-Response

Association-Request

Beacon or Probe-Response

[Probe-Request]

EAPOL-Key (4-way handshake)

EAPOL-Key (4-way handshake)

EAPOL-Key (4-way handshake)

EAPOL-Key (4-way handshake)

EAP Response / Identity

EAP Success

EAP Request / Identity

EAP-TLS Response

EAP-TLS Request (start)

...

...

RADIUS-Access-Request

RADIUS-Access-Accept

RADIUS-Access-Request

RADIUS-Access-Challenge

Authentication Server

(RADIUS Server)

Wireless Station(STA)

Access Point(AP)

...

...

Open System authentication

Access enabled only to RADIUS server

EAP encapsulated in EAPOL

EAP encapsulated in RADIUS

TLS mutual authentication and key exchange inside EAP

Access to wired network enabled

Temporal keys created from PMK, cell-broadcast key GTK delivered to STA

PMK delivered to AP

Page 28: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

47

802.1X stack and specifications

Excessive layering?

Auth

enticationS

erver

ST

A

APIEEE 802.11 IEEE 802.3 or other

EAPOL (IEEE 802.1X)

RADIUS (RFC2865)

EAP over RADIUS (RFC3579)

TCP/IP

TLS (RFC5246)

EAP-TLS (RFC5216)

EAP (RFC3748, 5247)

Page 29: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

48

Terminology

TLS Client Server

EAP/AAA Peer Authenticator EAP server / Backend authentication server

802.1X Supplicant Authenticator Authentication server (AS)

RADIUS Network access server (NAS) RADIUS server

802.11 STA Access point (AP)

Page 30: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Full WPA2 Authentication

Authentication-Response

Authentication-Request

Association-Response

Association-Request

Beacon or Probe-Response

[Probe-Request]

EAPOL-Key (4-way handshake)

EAPOL-Key (4-way handshake)

EAPOL-Key (4-way handshake)

EAPOL-Key (4-way handshake)

EAP Response / Identity

EAP Success

EAP Request / Identity

RADIUS-Access-Request

RADIUS-Access-Accept

RADIUS-Access-Request

RADIUS-Access-Challenge

Authentication Server

(RADIUS Server)

EAP-TLS inside RADIUS

Wireless Station(STA)

Access Point(AP)

EAP-TLS Response

EAP-TLS-Response

EAP-TLS RequestServerHello, Certificate, ServerKeyExchange, CertificateRequest, ServerHelloDone

Certificate, ClientKeyExchange, CertificateVerify, ChangeCipherSpec, Finished

ClientHello

ChangeCipherSpec, FinishedEAP-TLS Request

RADIUS-Access-Request

RADIUS-Access-Challenge

EAP-TLS inside EAPOL

Key material from TLS sent to AP

EAP-TLS Request (start)

EAP-TLS-Response (empty) RADIUS-Access-Request

RADIUS-Access-Challenge

!

Page 31: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

50

Authentication Latency~7 round trips between AP and STA for EAP-TLS

One less when TLS session reused (cf. 4 with PSK)Probe-Request / Probe-Response alternative to Beacon → 1 more round tripMessages with many long certificates may need to be fragmented → more round trips

4 round trips between AP and authentication serverOne less when TLS session reused

Typical authentication latency >1 second every time STA roams between APs → optimizations needed!

Page 32: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

53

What does WPA2 achieve?Authentication and access control prevents unauthorized network accessMutual authentication prevents association with rogue access pointsCCMP encryption prevents data interception on wireless linkStrong integrity check prevents data spoofing on wireless link802.11w: management frame authentication

New key IGTK sent by STA in the four-way handshake (msg 3), management frames after that authenticated with MICPrevents deauthentication and disassociation spoofing after the four-way handshake

Page 33: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Password authentication for WLAN

54

Page 34: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Captive portalWeb-based authentication for network access; also called universal access method (UAM)

Used in hotels and wireless hotspots for credit-card payment or password authentication

New users are directed to an authentication web page (“captive portal”) when they open a web browser

Redirection usually based on spoofed HTTP redirection; sometimes DNS spoofing or IP-layer interception

Authenticated users’ MAC addresses are added to a whitelist to allow Internet access

Page 35: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

56

PEAP, EAP-TTLSGeneral idea: authenticate the server with TLS, then the client inside the encrypted tunnelProtected EAP (PEAP) by Microsoft

Round 1: EAP-TLS with server-only authenticationInstead of EAP-Success, start encryption and move to round 2Round 2: any EAP authentication method with mutual authentication

EAP-PEAP-MSCHAPv2 (also called PEAPv0 or just PEAP): in practice, the authentication in round 2 is MSCHAPv2What does PEAP achieve:

Password authentication takes place inside an encrypted tunnel prevents offline password cracking from MSCHAPv2 messagesEAP-Response-Identity sent twice, both in inner and outer EAP layer;outer layer may use the string “anonymous” for identity protection

Similar protocols: LEAP by Cisco (insecure and no longer used) and EAP-TTLS by Funk Software/Juniper

Page 36: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Link-layer mobility in WLANAdditional reading

Page 37: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Reassociation and IAPPWhen STA moves between APs, it sends Reassociation Request

Association Request includes the old AP addressNew AP may contact the old AP over the wire network to delete the old association thereOld AP may forward to the new AP any packets that still arrive there

Inter-access point protocol (IAPP)Protocol for communication between APs over the wire network Draft specification 802.11f in 2003, never standardized

Page 38: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

59

Wireless LAN roamingMoving between APs is slow: may require full association and WPA2-Enterprise authentication

Many roundtrips to a remote authentication serverMany messages between STA and AP, channel acquisition time for each message can be long on a busy WLANComplex protocol layering leads to unnecessary messages

How to speed up the handover?

Page 39: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

60

PMK cachingAP and STA may cache previous pair-wise master keys (PMK) and reuse them if the same client returns to the same APOnly a 4-way handshake between STA and AP needed after (re)association to create new session keys from the PMKKey identifiers to identify PMKSTA may send a list of key identifiers in (re)association request; AP selects one in Message 1 of the 4-way handshakeStandardized in 802.11i, now in WPA2

Page 40: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

61

Wireless switchProprietary roaming solution from network equipment manufacturersAuthenticator moved partly to a switchSwitch pushes PMK to all or selected APs, or AP pulls key on demandClient STA assumes AP has cached PMK even if it has never authenticated to that AP

called ”opportunistic PMK caching”

Page 41: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

62

802.1X preauthentication

STA

Potentialnext AP

Current AP

1. Association & open port

at AP

Distribution system, usually a switched wire LAN

2. Scan for potential new APs

3. Preauhentication over the LAN with

the other APs

Intranet Authentication serverEAP over

RADIUS

EAP over LAN

Page 42: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

64

Local handoff problem

Even local handoffs require connection to the AS, which may be far away

Remote authentication

server

Internet or a large network

Handoff between local

APs

Page 43: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

66

802.11r key hierarchy

PMK-R0 = key shared by STA and the mobility domain (wireless switch); derived from PSK or EAP MSKPMK-R1 = key shared by STA and AP; derived locally from PMK-R0 AP only knows PMK-R1, STA knows PMK-R0 and can compute PMK-R1 for each new AP

Pairwise Master Key, first level PMK-R0 = R0-Key-Data = KDF(PSK/MSK, "FT-R0", SSID, MDID, R0KH-ID, MACSTA)

***********Passphrase

Pairwise Temporal Key PTK =PTK = KDF(PMK-R1, "FT-PTK", NSTA, NAP, BSSID, MACSTA)

Pre-Shared Key PSK = PBKDF2(Passphrase)

802.1X authentication

Key Confirmation Key KCK Key Encryption Key KEK Temporal Key TK(key material for session keys)

Master Session Key MSK

split

Pairwise Master Key, second level PMK-R1 = PMK-R1 = KDF(PMK-R0, “FT-R1”, BSSID, MACSTA)

Page 44: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

67

802.11 mobility domains

Handoff within a mobility domain is supported by the local R0KHEAP with AS only when moving between mobility domains802.11r specifies the key hierarchy and communication between STA and AP; the protocol between APs and the R0KH is not standardized

Remote authentication

server

Internet or a large network

Mobility domain

Mobility domain

R0KH

R0KH

R1KH

R1KH

R1KH

R1KH

R1KH

Wireless switch

Wireless switch

AP

AP

AP

AP

AP

Page 45: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

68

AAAAuthentication, authorization and accounting (AAA)

Architecture and protocols for managing network accessStandard protocols: DIAMETER (newer), RADIUS (old, still widely used)

Roaming support: Visited AAA (VAAA) acts as a proxy for home AAA (HAAA) AAA brokers can be used to create roaming federations

AAAH(RADIUS server of

user’s home domain)

Internet

AP=NAS

AAAF(RADIUS server of

foreign network)

AAA broker(proxy RADIUS server)

Page 46: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

Eduroam case study

69

Page 47: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

70

EduroamEduroam uses WPA2 with AES encryptionAalto RADIUS server is radius.org.aalto.fiAalto user’s NAI looks like the email address, e.g. [email protected] users are authenticated with EAP-PEAP —Microsoft’s proprietary EAP method with TLS for the server authentication and password for the clientRoaming between universities enabled by federation between RADIUS servers

Page 48: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

72

Network authentication?IN EAP-TLS and PEAP, the client authenticates the RADIUS server based on a certificateTo verify the certificate, the client needs to know:

trusted CAsname of the RADIUS server

On many clients, any commercial CA and any name in the certificate is accepted anyone with any commercial certificate can set up a fake AP and pretend to be the RADIUS server

Have you configured he network authentication for Eduroam correctly on your clients?!

Page 49: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

73

Related readingGollmann, Computer security, 3rd ed., chapters 19.5–19.6Stallings, Network security essentials, 4th ed. chapter 6.1–6.2

Page 50: Network Security: WLAN Security Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2014

74

ExercisesIs WLAN security alternative or complementary to end-to-end security such as TLS?Why is WPA-Enterprise not widely used in home wireless networks, wireless hotspots or Internet cafes? Why are password-based methods needed for authorizing WLAN access?UAM intercepts the first web request made by the user. What reliability issues might this cause? Can the UAM access control be circumvented? How secure can it be made? Can the password be leaked?If a cellular network operator wants to offer wireless hotspot access to its customers, how could the SIM card be used for authorizing WLAN access from the phones?How could the network attachment and access control protocols be further optimized to reduce latency? Which standards bodies would need to be involved?