Multiple choice technology security

This is a network layer attack consisting of capturing packets from the network transmitted by others' computers and reading the data content in search of sensitive information like passwords, session tokens, or any kind of confidential information.

  1. Network Eavesdropping

  2. Man in the Middle

  3. Page Hijacking

  4. Path Manipulation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Network eavesdropping (also called sniffing) involves capturing packets from the network to read sensitive data like passwords and tokens. MITM is an active attack that intercepts and potentially modifies communications. Page hijacking and path manipulation are different attack types.

AI explanation

Network eavesdropping (packet sniffing) is passively capturing traffic as it crosses the network and inspecting the payloads for sensitive data like passwords or session tokens. A man-in-the-middle attack goes further by actively intercepting and potentially altering the communication, not just reading it, which is why it's a distinct (and more active) category. Page hijacking and path manipulation involve redirecting or exploiting file/URL paths rather than passively reading network traffic.