🌍 Ethical Hacking · flashcards

Ethical Hacking Wireless Network Hacking Flashcards

50 question-and-answer cards covering Wireless Network Hacking as it is examined in Ethical Hacking. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

50Cards in deck
24Free preview
10Syllabus topics
~200Chars per answer
FreePrice

24 sample cards from the Wireless Network Hacking deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What is a Karma/MANA attack in the context of Evil Twins?

    An attacker responds to clients' probe requests for known/saved networks, impersonating any SSID the device seeks, tricking devices into auto-connecting to the rogue AP based on their preferred network list.

  2. What is a captive portal phishing attack via Evil Twin?

    After luring victims to a fake AP, a spoofed login/portal page prompts them to re-enter the Wi-Fi password or credentials, harvesting the WPA passphrase or account details through social engineering.

  3. What is a deauthentication attack and which frame type enables it?

    It is a denial-of-service that spoofs 802.11 deauthentication management frames (unauthenticated in pre-PMF Wi-Fi), forcing clients to disconnect. It underpins handshake capture and Evil Twin redirection.

  4. How does 802.11w (Protected Management Frames) mitigate deauth attacks?

    PMF cryptographically protects management frames (deauth/disassoc), so spoofed unauthenticated deauth frames are rejected, preventing forced disconnections and many Evil Twin/handshake-forcing attacks.

  5. What is MAC address filtering and why is it weak?

    An access control list permitting only whitelisted MAC addresses. It is weak because MACs are broadcast in cleartext and easily spoofed (macchanger), so an attacker copies an allowed MAC to bypass it.

  6. Differentiate a WIDS from a WIPS.

    A WIDS (Wireless Intrusion Detection System) detects and alerts on wireless threats. A WIPS (Wireless Intrusion Prevention System) additionally takes active countermeasures such as containing/deauthenticating rogue APs.

  7. Name three anomalies a WIDS typically detects.

    Rogue/unauthorized APs, Evil Twin/SSID spoofing, and flooding/DoS such as deauthentication or association floods; also MAC spoofing and abnormal signal strength/location.

  8. What are the two main WIDS detection methodologies?

    Signature-based detection (matches known attack patterns, low false positives but misses novel attacks) and anomaly/behavior-based detection (flags deviations from baseline, catches new attacks but more false positives).

  9. How do WIPS systems typically contain a rogue AP over the air?

    By transmitting spoofed deauthentication frames to clients associated with the rogue AP, preventing them from staying connected, effectively quarantining the rogue device until removed.

  10. What is RSSI and how is it used in wireless attack detection?

    RSSI (Received Signal Strength Indicator) measures received signal power. Sudden RSSI changes or the same MAC appearing at anomalous strengths help detect Evil Twins, spoofed APs, or rogue device location via triangulation.

  11. Convert power ratio to decibels: what formula relates dB to a power ratio?

    $dB = 10 \log_{10}\left(\frac{P_{out}}{P_{in}}\right)$, so every 10 dB gain multiplies power by 10 and every 3 dB roughly doubles it.

  12. What does EIRP mean and how is it calculated?

    EIRP (Effective Isotropic Radiated Power) is the total effective transmitted power: $EIRP_{dBm} = P_{tx} + G_{antenna} - L_{cable}$, where terms are transmit power, antenna gain, and cable loss in dB.

  13. State the free-space path loss formula used to estimate Wi-Fi signal attenuation.

    $FSPL_{dB} = 20\log_{10}(d) + 20\log_{10}(f) + 32.44$, where $d$ is distance in km and $f$ is frequency in MHz; loss increases with both distance and frequency.

  14. Why is 5 GHz Wi-Fi generally harder to intercept from a distance than 2.4 GHz?

    Higher frequency means greater free-space path loss and poorer wall penetration, so 5 GHz signals attenuate faster and cover less range, reducing an external attacker's capture footprint.

  15. What is channel bonding and its security-relevant side effect?

    Channel bonding combines adjacent 20 MHz channels (into 40/80/160 MHz) for higher throughput. It increases spectrum footprint and can raise interference/DoS exposure and complicate monitoring coverage.

  16. What is monitor mode and why is it required for wireless attacks?

    Monitor mode configures a wireless NIC to passively capture all 802.11 frames on a channel without associating to any AP, enabling sniffing of management/control frames and handshake/IV capture.

  17. Distinguish monitor mode from promiscuous mode.

    Promiscuous mode captures all frames on a network the card is associated with (mostly wired-style). Monitor mode captures raw 802.11 frames from all nearby APs/clients without any association.

  18. What is the difference between a passive and an active wireless attack?

    Passive attacks only eavesdrop/sniff traffic without transmitting (hard to detect), e.g. IV collection. Active attacks inject frames (deauth, ARP replay, Evil Twin) and are detectable but faster/more powerful.

  19. Why should WPA2-Enterprise clients validate the RADIUS server certificate?

    Without server certificate validation, an Evil Twin running a fake RADIUS (e.g. hostapd-wpe) can capture EAP-MSCHAPv2 challenge/response hashes and crack user credentials offline; validation prevents connecting to the rogue authenticator.

  20. List at least four best practices for securing an enterprise wireless network.

    Use WPA3 or WPA2-AES (never WEP/TKIP), disable WPS, deploy 802.1X/EAP-TLS with cert validation, enable 802.11w PMF, segment guest/IoT VLANs, use strong unique SSIDs+passphrases, and run a WIPS.

  21. Why is a long random passphrase the primary defense for WPA2-Personal?

    Because WPA2-PSK's only offline attack is dictionary/brute-force on the captured handshake; a long high-entropy passphrase makes the keyspace $2^{n}$ computationally infeasible to exhaust regardless of tooling.

  22. What is the recommended action regarding default AP credentials and firmware?

    Change default admin username/password immediately, disable remote management, and keep firmware patched to close known vulnerabilities and prevent management-plane takeover of the AP.

  23. How does network segmentation limit the impact of a compromised wireless client?

    Placing wireless/guest/IoT traffic on isolated VLANs with firewall rules prevents a compromised Wi-Fi device from directly reaching sensitive internal servers, containing lateral movement.

  24. What is a KRACK attack and which mechanism does it exploit?

    KRACK (Key Reinstallation Attack) exploits the WPA2 4-way handshake by replaying handshake message 3, forcing the client to reinstall an already-in-use key and reset the nonce/counter, enabling decryption/replay of packets. It is fixed by patching, not by changing the passphrase.

What this deck covers

The Wireless Network Hacking deck follows the Ethical Hacking Wireless Network Hacking syllabus — 3 chapters and 10 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 16.7 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 200 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Wireless Network Hacking flashcards FAQ

How many Wireless Network Hacking flashcards are in this Ethical Hacking deck?

50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these Ethical Hacking flashcards free?

Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.

What do the Wireless Network Hacking cards cover?

They follow the Ethical Hacking Wireless Network Hacking syllabus — 3 chapters and 10 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.