Wireless Network Security Spring 2014

Similar documents
Wireless Network Security Spring 2015

Wireless Network Security Spring 2013

Wireless Network Security Spring 2012

Wireless Network Security Spring 2011

DOMINO: A System to Detect Greedy Behavior in IEEE Hotspots

Mohamed Khedr.

Mohammad Hossein Manshaei

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSE 461: Wireless Networks

Wireless Local Area Networks (WLANs) Part I

Unit 7 Media Access Control (MAC)

standard. Acknowledgement: Slides borrowed from Richard Y. Yale

Lecture 16: QoS and "

MAC in /20/06

Outline / Wireless Networks and Applications Lecture 9: Wireless LANs Aloha and 802 Wireless. Regular Ethernet CSMA/CD

MAC. Fall Data Communications II 1

Attacks on WLAN Alessandro Redondi

Wireless LANs. ITS 413 Internet Technologies and Applications

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II

Chapter 6 Wireless and Mobile Networks. Csci 4211 David H.C. Du

CMPE 257: Wireless and Mobile Networking

Wireless Networks (MAC)

CS263: Wireless Communications and Sensor Networks

Logical Link Control (LLC) Medium Access Control (MAC)

ECE442 Communications Lecture 3. Wireless Local Area Networks

Topics for Today. More on Ethernet. Wireless LANs Readings. Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet. 4.3 to 4.

ICE 1332/0715 Mobile Computing (Summer, 2008)

Local Area Networks NETW 901

Wireless Local Area Network (IEEE )

Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica

Overview : Computer Networking. Spectrum Use Comments. Spectrum Allocation in US Link layer challenges and WiFi WiFi

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols

IEEE Medium Access Control. Medium Access Control

Final Exam: Mobile Networking (Part II of the course Réseaux et mobilité )

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802.

Wireless Network Security Spring 2011

CSE 6811 Ashikur Rahman

Rahman 1. Application

Performance anomaly of b

Mobile & Wireless Networking. Lecture 7: Wireless LAN

Wireless Networking & Mobile Computing

CSCD 433 Network Programming Fall Lecture 7 Ethernet and Wireless

Lesson 2-3: The IEEE x MAC Layer

Computer Networks. Wireless LANs

IEEE MAC Sublayer (Based on IEEE )

Remarks On Per-flow Differentiation In IEEE

The MAC layer in wireless networks

Wireless Network and Mobility

Introduction to IEEE

A Study of Jamming Attacks in IEEE Networks. Deepak Nadig Anantha

Resource sharing optimality in WiFi infrastructure networks

Multiple Access Links and Protocols

IEEE , Token Rings. 10/11/06 CS/ECE UIUC, Fall

Data Communications. Data Link Layer Protocols Wireless LANs

WiFi Networks: IEEE b Wireless LANs. Carey Williamson Department of Computer Science University of Calgary Winter 2018

Nomadic Communications WLAN MAC Fundamentals

Page 1. Outline : Wireless Networks Lecture 11: MAC. Standardization of Wireless Networks. History. Frequency Bands

Data and Computer Communications. Chapter 13 Wireless LANs

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV

ICE 1332/0715 Mobile Computing (Summer, 2008)

Fairness in the IEEE network. Shun Y. Cheung

Cross-layer attacks in wireless ad hoc networks 1

Wireless Communications

Lecture 24: CSE 123: Computer Networks Stefan Savage. HW4 due NOW

Figure.2. Hidden & Exposed node problem

15-441: Computer Networking. Wireless Networking

The MAC layer in wireless networks

CMPE 257: Wireless and Mobile Networking

Embedded Internet and the Internet of Things WS 12/13

Wireless MACs: MACAW/802.11

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD.

Announcements: Assignment 4 due now Lab 4 due next Tuesday Assignment 5 posted, due next Thursday

Computer Communication III

ECEN 5032 Data Networks Medium Access Control Sublayer

Chapter 6 Medium Access Control Protocols and Local Area Networks

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 25: Wireless Networking

Telecommunication Protocols Laboratory Course. Lecture 2

CS/ECE 439: Wireless Networking. MAC Layer Road to Wireless

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984

Caveat. Much of security-related stuff is mostly beyond my expertise. So coverage of this topic is very limited

Wireless & Mobile Networking

Lecture 25: CSE 123: Computer Networks Alex C. Snoeren. HW4 due NOW

Wireless Communication

Media Access Control in Ad Hoc Networks

Mohammad Hossein Manshaei 1393

Department of Electrical and Computer Systems Engineering

Advanced Computer Networks WLAN

Medium Access Control Sublayer

Enhancing the DCF mechanism in noisy environment

IEEE Wireless LANs Part I: Basics

High Performance Distributed Coordination Function for Wireless LANs

Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver

Medium Access Control. IEEE , Token Rings. CSMA/CD in WLANs? Ethernet MAC Algorithm. MACA Solution for Hidden Terminal Problem

AIMAC: An Auction-Inspired MAC Protocol

Wireless Networked Systems

DOMINO: A System to Detect Greedy Behavior in IEEE Hotspots

Wireless Local Area Networks. Networks: Wireless LANs 1

IEEE WLAN (802.11) Copyright. Nomadic Communications

Transcription:

Wireless Network Security 14-814 Spring 2014 Patrick Tague Class #12 MAC Misbehavior 1

IEEE 802.11 Infrastructure mode Many stations share an AP connected to Internet Distributed coordination function (DCF) Point control functions (PCF) Rarely used due to inefficiency, vague standard specification, and lack of interoperability support Ad hoc mode Multi-hop, no infrastructure, no Internet Never really picked up commercially Mesh mode (using 802.11s) WiFi Direct

802.11 MAC Responsibilities of the MAC layer Logical responsibilities Addressing Fragmentation Error detection, correction, and management Timing responsibilities Channel management Link flow control Collision avoidance Today, we focus on timing-based vulnerabilities

CSMA Carrier Sense Multiple Access Listen to the channel before transmitting If channel is quiet, transmit After a short delay (DIFS = DCF Inter-Frame Spacing) If channel is busy: Wait until it's quiet for a DIFS period Wait for random backoff period Send if still quiet Wait for ACK or retransmit using random backoff

DCF Operation using CSMA Sender 1 Receiver Sender 2 DIFS Data SIFS ACK DIFS NAV time

Random Backoff Reduce the chance of collisions Each device must wait a random duration depending on past contention use contention window CW If medium is busy: Wait for DIFS period Set backoff counter randomly in CW Transmit after counter time expires After failed retransmissions: Increase CW exponentially n 2-1 from CWmin to CWmax, e.g., 7 15 31

Collision Avoidance Attempt to make channel reservation to avoid collisions by other senders Request to Send (RTS) Before transmitting data, sender transmits RTS Clear to Send (CTS) Receiver transmits CTS to tell sender to proceed RTS and CTS use short IFS (SIFS < DIFS) to give priority over data packets RTS CTS S1 CTS R S2

RTS/CTS Usage S1 R1 S2 R2 DIFS BackRTS off SIFS SIFS Data CTS SIFS ACK NAV time RTS/CTS is not required S1-R1 use RTS/CTS, S2-R2 do not DIFS BackData off SIFS ACK

MAC Layer Misbehavior 802.11 DCF works well under the assumption that everyone plays nicely together This may have been a reasonable assumption when MAC protocols were hardware-bound However, selfish and malicious nodes are free to arbitrarily break the rules Software MAC makes this very easy to do

What are some of the different ways to misbehave at the MAC layer?

MAC Jamming DCF structure and behavior gives advantages to jamming attackers Jamming after RTS (and SIFS period) blocks CTS (prevents data flow) and occupies channel (prevents other senders from using it) Low duty-cycle attack order-of-magnitude efficiency gain S1 R1 DIFS BackRTS off SIFS CTS DIFS BackRTS off SIFS J CTS

MAC Blocking DCF structure and behavior gives advantages to other DoS attackers RTS/CTS flooding - repeated sending of RTS/CTS exchanges while other senders obey the rules M DIFS RTS SIFS DIFS CTS S1 NAV S2 NAV RTS SIFS CTS

MAC Greed w/ Jamming Greedy/malicious sources can block or collide with other sources, causing their sending rates to decrease Gives more opportunity to greedy source S1 R1 MS MR DIFS BackRTS off SIFS CTS Lost CTS increase CW more BW for MS/MR DIFS BackData off SIFS ACK

MAC Greed w/ Parameters Greedy/malicious sources can manipulate protocol parameters for unfair resource usage S1 R1 MS MR DIFS DIFS Backoff Data =4 SIFS Backoff =7 DIFS Backoff Data =3 SIFS ACK ACK Artificially low/non-random backoff high success rate more BW for MS/MR

Example 4 clients, all cooperating (using OMNET)

Example 4 clients, 1 using backoff = 0

Example 4 clients, 2 using backoff = 0

Example 4 clients, 1 using backoff / 2

Example 4 clients, 2 using backoff / 2

Cheating in CSMA/CA [Čagalj et al., 2004] CSMA/CA was designed with the assumption that the nodes would play by the rules MAC cheaters deliberately fail to follow the IEEE 802.11 protocol, in particular in terms of the contention window size and backoff

System Game Model N tx-rx pairs in a single collision domain, using 802.11, C of N are cheaters with control of MAC layer parameters Cheaters want to maximize avg. throughput ri As a game: Each player (cheater) adjusts its contention window size Wi to maximize utility Ui = ri Players react to changes of remaining N-C users who play by the rules Authors analyze relationships between throughput and contention window sizes

Single Static Cheater First case: a single cheater with a fixed strategy (i.e. makes a decision and sticks with it) A single cheater gets best throughput at Wi=1 In fact, Wi=1 is the Nash Equilibrium for the static game with C=1

Multiple Static Cheaters Second case: many cheaters with fixed strategy 2.1 Cheaters don't know about each other 2.2 Cheaters are aware of cheater v. cheater competition in forming strategies Window size Wi=1 is no longer optimal

Dynamic Cheating Game In the dynamic game, cheaters can change their strategy in response to other players (including other cheaters) A penalty is enforced on the utility function, so cheaters converge to the optimal operating point Cooperative cheaters can inflict the penalty on non-cooperative cheaters by jamming their packets

Distributed/Adaptive Cheating Cheaters can observe actual throughput and jamming to adapt contention window size Cheaters are forced to cooperate or get lower throughput due to penalization from other cheaters

Detecting Greedy Behavior [Raya et al., 2006] Detection Of greedy behavior in the Mac layer of Ieee 802.11 public NetwOrks (DOMINO) Software installed at/near the access point that can detect and identify greedy players No changes to software of benign players

DOMINO Architecture

Behavior Tests The DOMINO-enabled AP performs a number of behavioral tests as a decision-making basis Scrambled / re-transmitted frames Shorter than DIFS Oversized NAV Observed back-off Consecutive back-off

UDP vs. TCP Traffic Impact of misbehavior varies for different types of target traffic Disparity between cheater and benign users is higher in UDP case

UDP vs. TCP Detection Traffic type also has significant impact on detection capabilities of DOMINO Actual back-off test in UDP vs. Consecutive back-off test in TCP TCP congestion control causes additional timing-related behaviors that can cause detection error

Further Discussions in Paper The DOMINO paper talks about a lot of different types of misbehavior Jamming attacks, timing misbehavior, etc. Design of a deployable system Lots of design parameters to choose Analysis of numerous types of misbehavior Incorporation of security mechanisms, quality of service, wireless error scenarios (e.g., hidden terminal)

Fairness in 802.11 802.11 incorporates various fairness mechanisms Provides fairness regardless of connection quality Allows low-quality connections to occupy the medium for much longer than high-quality connections

Implicit Jamming in 802.11 [Broustis et al., 2009] 802.11 has a built-in fairness mechanism that basically allows all users to get the same longterm throughput A clever attacker can take advantage of this property to deny service to others by jamming a single user Degradation of the single user effectively starves the other users Jamming an end node is not necessarily observable by the AP, so detection is much harder

Implicit Jamming Low-power jammer attacks a single nearby node, degrades throughput for every user using the same AP

Mitigating Implicit Jamming FIJI: anti-jamming mitigation of the implicit jamming attack Goal 1: ensure that nodes not under attack are not indirectly affected by the attack Goal 2: ensure that the maximum amount of traffic is delivered to the node under attack, given that the node is under attack Both goals rely on explicit detection of the jamming attack

FIJI Detection Component Detection module Since FIJI is run/managed entirely at the AP, detection must also take place there; not typical jamming attack detection Standard jamming detection mechanisms (e.g., using RSSI+PDR) don't apply, need other metrics Instead, look for changes in transmission delay Very large increment in measured transaction time indicates the node is under attack

FIJI Traffic Component Adjust the traffic patterns to all clients based on detection events Trivial solution: don't send any data to jammed clients, but this is unfair and could lead to big problems if any detection errors occur Accept traffic degradation to attacked node, but keep traffic patterns constant for other nodes Two approaches to deal with the attacked node: Adjust the data packet size: shorter packet fragments are more likely to get through Adjust the data rate: send to the jammed nodes less often

FIJI Evaluation

February 25: OMNET++ Tutorial II February 27: Network Layer Threats