IT Practice Exams

N10-009 · Network Security · Updated July 26, 2026

Rogue Access Points and Evil Twins: Detection and Response

A rogue access point (AP) is any AP connected to your network without authorization; an evil twin is a malicious AP that impersonates a legitimate wireless network — same SSID (Service Set Identifier), often a stronger signal — to trick users into connecting so the attacker can intercept their traffic. The two get confused because an evil twin is a kind of rogue AP, but the exam treats them as distinct scenarios with distinct defenses: rogue APs are primarily an insider/wired-side problem, while evil twins target your users over the air.

Rogue access points: the unauthorized bridge

The classic rogue AP scenario isn’t an attacker at all. An employee wants better Wi-Fi coverage in a back corner, buys a cheap consumer router, and plugs it into a live data jack. That device now bridges your corporate LAN to whatever wireless network it broadcasts — frequently with default credentials and no encryption. Anyone in the parking lot can associate with the open SSID and land inside your trusted network, bypassing the firewall entirely.

The defenses map to the two sides of the device:

  • On the wired side, 802.1X port-based network access control (NAC) stops the rogue from ever getting a usable connection. With 802.1X, the switch port stays closed until the connected device authenticates through a RADIUS (Remote Authentication Dial-In User Service) server. A consumer router can’t authenticate, so the jack it’s plugged into gives it nothing. Simpler port security (limiting learned MAC addresses per port, disabling unused ports) helps too, but 802.1X is the strong answer.
  • On the wireless side, a WIDS/WIPS (wireless intrusion detection/prevention system) continuously scans the airspace, compares every detected BSSID (the AP’s radio MAC address) against the list of sanctioned APs, and alerts on — or actively contains — anything unknown. Enterprise wireless controllers build this in; dedicated sensors do it standalone.

Periodic manual sweeps with a Wi-Fi analyzer are a valid detection method for small shops, but on the exam, when a scenario asks what would best prevent or detect an unauthorized AP plugged into a jack, the pairing to look for is 802.1X/NAC on switch ports plus WIDS monitoring.

Evil twins: impersonating the network users trust

An evil twin doesn’t need any connection to your LAN. The attacker configures an AP — often just a laptop with a second radio — to broadcast the same SSID as a network people already trust, like a coffee shop’s free Wi-Fi or your corporate SSID. Client devices choose networks by name and signal strength, so a nearby impostor with a strong signal wins associations automatically. Once a victim connects, the attacker sits in the middle of every connection: harvesting credentials through a fake captive portal, redirecting DNS (Domain Name System) lookups, or capturing session data.

Two SSIDs with the identical name showing in a scan is the textbook symptom. Users typically can’t tell the difference, because on a pre-shared-key network the twin can even accept the same passphrase, and on an open network there’s nothing to verify at all.

Deauthentication attacks are the evil twin’s accomplice. 802.11 management frames were historically unauthenticated, so an attacker can forge deauthentication frames that appear to come from the legitimate AP, forcibly disconnecting every client on the SSID. Sent repeatedly, this is a wireless denial of service on its own; sent selectively, it shoves victims off the real AP so their devices auto-reconnect — often to the stronger evil twin. Repeated, unexplained mass drops are one of the patterns to rule out when troubleshooting Wi-Fi disconnects. The protocol fix is 802.11w, Protected Management Frames (PMF), which cryptographically authenticates management frames so forged deauths are ignored. WPA3 makes PMF mandatory.

Rogue APEvil twin
Connection to your LANYes — plugged into a wired jackNot required
Typical actorWell-meaning insider or attackerAttacker
Primary riskOpen backdoor into the wired networkInterception of users’ traffic and credentials
Key preventive control802.1X/NAC on switch portsCertificate-validated authentication (802.1X/EAP), PMF
Key detective controlWIDS/WIPS + port monitoringWIDS/WIPS comparing BSSIDs against sanctioned APs

Preventing evil twin success

You can’t stop someone from broadcasting your SSID from the parking lot — radio is a shared medium. What you can do is make impersonation unprofitable:

  • WIDS/WIPS detection: sensors flag any BSSID advertising your SSID that isn’t on the sanctioned list, and a WIPS can actively contain it while staff locate the device.
  • Certificate-based authentication (WPA3-Enterprise or WPA2-Enterprise with EAP-TLS or PEAP): clients validate the RADIUS server’s certificate before submitting credentials, so a twin without the private key can’t complete authentication — properly configured supplicants refuse it. This is why “Enterprise authentication with server certificate validation” appears as a credited answer for preventing credential theft via evil twins.
  • User awareness training: teach users to treat duplicate SSIDs, unexpected captive portals, and certificate warnings as red flags — the last line of defense on guest and public networks where you control neither endpoint.

Why hiding the SSID doesn’t help

Administrators sometimes disable SSID broadcast believing an unlisted network is a protected network. It isn’t. The SSID still appears in cleartext in probe requests, probe responses, and association frames every time a real client connects, so any passive sniffer recovers the name within seconds. Worse, clients configured for a hidden network actively probe for it by name wherever they roam, which makes them easier for an evil twin to bait. Hiding the SSID is security through obscurity; actual protection comes from strong authentication and encryption — see wireless security protocols for the WPA2/WPA3 details. Regular wireless site surveys also give you a signal baseline that makes unauthorized radios stand out.

How the N10-009 exam tests this

  • Two identical SSIDs in a public place, one run from an attacker’s laptop to intercept traffic — identify the attack: evil twin. Distractors include rogue AP (close, but the stem emphasizes impersonation and interception), on-path attack (the goal, not the technique), and spoofing generically.
  • Unauthorized consumer AP found plugged into a data jack; pick two controls — the credited pair is 802.1X/NAC on the wired ports and WIDS/WIPS for airspace monitoring. Answers like MAC filtering or hiding SSIDs are distractors.
  • “Why is disabling SSID broadcast weak on its own?” — because the name is still exposed in cleartext management/association traffic and discoverable by trivial sniffing; it deters only casual users.
  • Forged 802.11 management frames repeatedly knocking clients offline — identify a deauthentication attack; the mitigation to recognize is Protected Management Frames (802.11w/WPA3).
  • After an evil twin incident, choose two preventions — expect certificate-validating enterprise authentication and WIDS/WIPS (or user training, depending on the option set).

The rogue-versus-twin distinction blurs under time pressure — Network+ practice questions keep it sharp.

Quick reference

  • Rogue AP = any unauthorized AP; evil twin = impersonation of a trusted SSID to intercept users.
  • Rogue APs bridge the wired LAN to open wireless — 802.1X/NAC keeps them off the jack.
  • WIDS/WIPS compares seen BSSIDs to the sanctioned-AP list; it detects both threats and can contain them.
  • Evil twins win by SSID name + stronger signal; clients auto-connect with no way to verify an open network.
  • Deauthentication floods use forged management frames; 802.11w PMF (mandatory in WPA3) defeats them.
  • Certificate validation in 802.1X/EAP stops credential harvest by a twin.
  • Hidden SSIDs leak in probe/association frames and make clients easier to bait — not a control.
Choose your exam → Lifetime access
from $59, once