Which TWO of the following are effective countermeasures against rogue access point attacks on a corporate wireless network?
Trap 1: Use WPA2-PSK with a strong passphrase.
While WPA2-PSK with a strong passphrase provides robust encryption and authentication for legitimate clients connecting to authorized access points, it offers no protection against rogue access points. A rogue AP operates independently, often mimicking the legitimate network's SSID to trick users into connecting. The security of the legitimate network's WPA2-PSK key does not prevent an attacker from setting up their own unauthorized AP, which may or may not use WPA2-PSK, to capture credentials or launch further attacks.
Trap 2: Implement MAC address filtering on the access points.
MAC address filtering attempts to restrict network access by allowing only devices with specific MAC addresses to connect to an access point. However, this is a weak security measure against rogue access points because MAC addresses can be easily spoofed. An attacker can simply sniff the network to identify an authorized MAC address and then configure their rogue AP or client device to use that spoofed MAC, completely bypassing this rudimentary filter and gaining unauthorized access.
Trap 3: Disable SSID broadcast on the corporate network.
Disabling SSID broadcast, often referred to as "hiding the SSID," is a misconception as a security measure because it does not prevent rogue access points. While it makes the network less visible to casual users, the SSID is still transmitted in probe requests and responses, beacon frames, and association requests, making it easily discoverable by readily available wireless sniffing tools. An attacker can still set up a rogue AP with the same "hidden" SSID to entice users or launch deauthentication attacks, rendering this countermeasure largely ineffective against determined adversaries.
- A
Deploy a Wireless Intrusion Prevention System (WIPS).
A Wireless Intrusion Prevention System (WIPS) continuously monitors the radio frequency spectrum for unauthorized access points, including rogue APs that mimic legitimate networks or are unknowingly connected by employees. Upon detection, WIPS can automatically classify the threat and initiate countermeasures such as sending deauthentication frames to disconnect clients from the rogue AP, thereby effectively blocking unauthorized wireless access and maintaining network integrity. This proactive detection and mitigation capability is crucial for preventing unauthorized network access and data exfiltration.
- B
Use WPA2-PSK with a strong passphrase.
Why wrong: While WPA2-PSK with a strong passphrase provides robust encryption and authentication for legitimate clients connecting to authorized access points, it offers no protection against rogue access points. A rogue AP operates independently, often mimicking the legitimate network's SSID to trick users into connecting. The security of the legitimate network's WPA2-PSK key does not prevent an attacker from setting up their own unauthorized AP, which may or may not use WPA2-PSK, to capture credentials or launch further attacks.
- C
Implement MAC address filtering on the access points.
Why wrong: MAC address filtering attempts to restrict network access by allowing only devices with specific MAC addresses to connect to an access point. However, this is a weak security measure against rogue access points because MAC addresses can be easily spoofed. An attacker can simply sniff the network to identify an authorized MAC address and then configure their rogue AP or client device to use that spoofed MAC, completely bypassing this rudimentary filter and gaining unauthorized access.
- D
Use 802.1X authentication with a RADIUS server.
Implementing 802.1X authentication with a RADIUS server provides robust, centralized authentication for wireless clients, ensuring that only authorized users and devices can connect to the legitimate network. This method requires clients to authenticate against a trusted server using credentials or certificates before gaining network access. While primarily securing client connections to legitimate APs, it also makes it significantly harder for a rogue AP to trick clients into connecting and gaining meaningful access, as the rogue AP cannot provide the necessary 802.1X authentication infrastructure to validate clients against the corporate RADIUS server.
- E
Disable SSID broadcast on the corporate network.
Why wrong: Disabling SSID broadcast, often referred to as "hiding the SSID," is a misconception as a security measure because it does not prevent rogue access points. While it makes the network less visible to casual users, the SSID is still transmitted in probe requests and responses, beacon frames, and association requests, making it easily discoverable by readily available wireless sniffing tools. An attacker can still set up a rogue AP with the same "hidden" SSID to entice users or launch deauthentication attacks, rendering this countermeasure largely ineffective against determined adversaries.