nerdexam
GIAC

GPEN · Question #428

Approximately how many packets are usually required to conduct a successful FMS attack onWEP?

The correct answer is B. 20.000. The FMS attack against WEP requires approximately 20,000 captured packets containing weak IVs to statistically recover the encryption key.

Exploitation & Post-Exploitation Techniques

Question

Approximately how many packets are usually required to conduct a successful FMS attack onWEP?

Options

  • A250.000
  • B20.000
  • C10.000,000
  • Dl (with a weak IV)

How the community answered

(62 responses)
  • A
    11% (7)
  • B
    79% (49)
  • C
    3% (2)
  • D
    6% (4)

Why each option

The FMS attack against WEP requires approximately 20,000 captured packets containing weak IVs to statistically recover the encryption key.

A250.000

250,000 packets significantly overestimates the number required - the FMS attack is efficient enough through IV-based statistical analysis to succeed with far fewer captured frames.

B20.000Correct

The FMS (Fluhrer, Mantin, Shamir) attack exploits weaknesses in WEP's RC4 key scheduling algorithm by targeting packets with weak Initialization Vectors. Approximately 20,000 packets containing exploitable weak IVs are typically required to accumulate enough statistical correlations to recover the WEP key bytes through this cryptanalysis method.

C10.000,000

10,000,000 packets is an extreme overestimate; the FMS attack targets specific weak IV patterns and does not require that volume of generic captured traffic.

Dl (with a weak IV)

A single packet with a weak IV is statistically insufficient - the FMS attack must aggregate correlations across many weak IV samples to recover each key byte with sufficient confidence.

Concept tested: FMS attack packet requirements for WEP key recovery

Topics

#WEP#FMS attack#wireless cryptanalysis#IV attack

Community Discussion

No community discussion yet for this question.

Full GPEN Practice