Hacking Wireless Networks Flashcards

1
Q

Orthogonal frequency-division multiplexing (OFDM)

A

Orthogonal frequency-division multiplexing is a method of data transmission where a single information stream is split among several closely spaced narrowband subchannel frequencies instead of a single Wideband channel frequency. It is mostly used in wireless data transmission

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Direct sequence spread spectrum (DSSS)

A

Direct sequence spread spectrum (DSSS) is a transmission technology used in local area wireless network transmissions. In this technology, a data signal at the sending station is combined with a high data rate bit sequence, which divides user data based on a spreading ratio.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fluhrer, Mantin and Shamir (FMS) Attack

A

A Fluhrer, Mantin and Shamir (FMS) Attack exposes a weakness in RC4 Key Scheduling Algorithm to recover the key from encrypted messages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Issues of WEP

A
  • IV is part of RC4 Encryption
  • IV sent in plaintext
  • First bytes of keystream are strongly non-random
  • Static Key
  • Weak Integrity Check Value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Steps of WEP

A
  1. Combine plaintext with CRC
  2. Initialization Vector and Secret key through RC4 to generate keystream
  3. XOR plaintext+CRC with Keystream to generate ciphertext
  4. Prepend Initialization Vector to ciphertext
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ARP Request Replay Attack

A

Program listens for an ARP Packet and retransmits it back to AP

AP returns packet with new IV

And as the AP continually returns the new IV’s the program can then determine (crack) the WEP Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly