CEH Practice Question: Advanced Topics: Wireless, Cloud, IoT, Cryptography
Which THREE of the following are effective countermeasures against evil twin attacks in wireless networks? (Select THREE.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Implementing client-side certificate validation for network authentication
Evil twin attacks involve a rogue AP impersonating a legitimate one. Countermeasures include using WPA3-Enterprise with 802.1X for mutual authentication, implementing client-side certificate validation, and using VPNs to encrypt traffic even over rogue APs.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Implementing client-side certificate validation for network authentication
Why this is correct
Implementing client-side certificate validation for network authentication is a robust countermeasure because it mandates that the client verify the identity of the access point (AP) using a pre-installed, trusted digital certificate. If a rogue AP, such as an evil twin, attempts to impersonate the legitimate network, it will lack the correct certificate, causing the client to reject the connection and preventing users from inadvertently connecting to the malicious network.
- ✓
Using WPA3-Enterprise with 802.1X authentication
Why this is correct
Using WPA3-Enterprise with 802.1X authentication provides strong protection by establishing mutual authentication between the client and an authentication server (typically RADIUS) via Extensible Authentication Protocol (EAP). This setup ensures that both the client verifies the server's certificate and the server verifies the client's credentials, making it exceedingly difficult for an attacker to impersonate the legitimate AP or intercept authentication traffic without possessing valid cryptographic keys.
- ✗
Enabling MAC address filtering on the AP
Why it's wrong here
Enabling MAC address filtering on the AP is an ineffective countermeasure against evil twin attacks because MAC addresses are easily spoofed. An attacker can simply sniff the MAC address of a legitimate client or the legitimate AP itself from unencrypted wireless traffic and then configure their rogue AP or client device to use that same MAC address, completely bypassing this superficial access control mechanism.
- ✗
Disabling SSID broadcast on the legitimate AP
Why it's wrong here
Disabling SSID broadcast on the legitimate AP is a weak security measure that does not prevent evil twin attacks. While it hides the network name from casual scanners, the SSID is still transmitted in probe requests, probe responses, and association frames. Attackers can easily discover the 'hidden' SSID using readily available tools, then broadcast it from their rogue AP to trick users into connecting.
- ✓
Using a VPN over the wireless connection
Why this is correct
Using a VPN over the wireless connection is an effective countermeasure because it establishes an encrypted tunnel between the client and a trusted VPN server, regardless of the underlying Wi-Fi network's security. Even if a user inadvertently connects to an evil twin AP, all data transmitted through the VPN tunnel remains encrypted and protected from interception or manipulation by the rogue AP, ensuring confidentiality and integrity.
Quick reference
AAA Protocol Comparison
| Protocol | Port(s) | Encryption | Transport | Primary Use |
|---|---|---|---|---|
| RADIUS | 1812 / 1813 | Password only | UDP | Network access control |
| TACACS+ | 49 | Full packet | TCP | Device administration |
| Diameter | 3868 | Full session | TCP / SCTP | Carrier / mobile networks |
| 802.1X | — | EAP-based | Layer 2 | Port-based access control |
TACACS+ encrypts the entire packet; RADIUS only encrypts the password field — a key exam distinction.
Go deeper
Related to this question
About these practice questions
Courseiva writes every CEH question from scratch — 870 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.