Which Attack Intercepts Data on Public Wi-Fi?
A user, who is waiting for a flight at an airport, logs in to the airline website using the public Wi-Fi, ignores a security warning and purchases an upgraded seat. When the flight lands, the user finds unauthorized credit card charges. Which of the following attacks most likely occurred?
Community Votes
100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests your ability to identify on-path (MITM) attacks from real-world scenario clues like public Wi-Fi and ignored certificate warnings, not just technical definitions.
This SY0-701 question describes a user on public Wi-Fi ignoring a security warning then seeing unauthorized credit card charges. The correct answer is on-path attack, also called man-in-the-middle, as confirmed by unanimous community consensus.
Replay attack is a tempting wrong answer because both involve capturing network traffic, but replay simply resends captured data without actively intercepting or modifying the live connection as on-path does.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
An on-path attack (formerly called man-in-the-middle) occurs when an attacker places themselves between the user and the airline website, intercepting and potentially altering communications. Public Wi-Fi is notoriously unsecure, making it easy for attackers to capture sensitive data like credit card numbers during the purchase. The ignored security warning is a strong clue—it likely indicated an invalid TLS certificate or untrusted connection, which is a classic MITM setup.
Why the Other Options Are Wrong
A replay attack involves capturing a valid transmission and later resending it, but the scenario describes immediate unauthorized charges after a single session, not a replay of old data. A memory leak is a software bug that gradually consumes memory; it has nothing to do with network interception. A buffer overflow attack corrupts memory to execute code, which is unrelated to capturing network traffic on public Wi-Fi.
Community Comment Notes
All commenters agree on D, with one noting that "on-path is the new man in the middle"—the official CompTIA terminology update. Another comment (likely from ChatGPT) correctly explains that the attacker intercepted credit card information during the transaction, aligning with the scenario details. The consistency across comments reinforces that this is a straightforward identification of MITM techniques.
Official Reference
Exam Strategy
When you see 'public Wi-Fi' and 'ignored a security warning' in the same question, immediately think of on-path/man-in-the-middle. Look for network interception clues and distinguish them from replay or memory-related attacks by asking whether the attacker is actively positioned in the communication path.
Related Analysis
Practice All SY0-701 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SY0-701 Practice Test →