112-52 · Question #14
Which of the following is a common wireless network-specific attack technique?
The correct answer is B. IV attack. IV (Initialization Vector) attacks target the WEP encryption protocol used in wireless networks - WEP reuses short 24-bit IVs, which allows attackers to collect enough packets to statistically crack the encryption key, making this an inherently wireless-specific vulnerability. SQ
Question
Which of the following is a common wireless network-specific attack technique?
Options
- ASQL injection
- BIV attack
- CPhishing
- DCross-site scripting
How the community answered
(30 responses)- A7% (2)
- B90% (27)
- D3% (1)
Explanation
IV (Initialization Vector) attacks target the WEP encryption protocol used in wireless networks - WEP reuses short 24-bit IVs, which allows attackers to collect enough packets to statistically crack the encryption key, making this an inherently wireless-specific vulnerability.
SQL injection (A) and Cross-site scripting (D) are web application attacks that exploit input handling in databases and browsers respectively - they operate at the application layer and have nothing to do with wireless protocols. Phishing (C) is a social engineering technique that works across any medium (email, SMS, voice) and is not specific to wireless networks.
Memory tip: Think "IV = Initialization Vector = Wi-Fi WEP weakness." The acronym IV can remind you of "Insecure Vacuum" - WEP creates a vacuum where the same IVs keep cycling back, letting attackers vacuum up enough data to break the key.
Topics
Community Discussion
No community discussion yet for this question.