N10-005 · Question #731
An attack used to find unencrypted information in network traffic is called:
The correct answer is B. packet sniffing. Packet sniffing is the technique of capturing and inspecting network traffic to read unencrypted data traveling across the wire.
Question
An attack used to find unencrypted information in network traffic is called:
Options
- AWEP cracking
- Bpacket sniffing
- Cping sweep
- Dsocial engineering
How the community answered
(65 responses)- A2% (1)
- B88% (57)
- C6% (4)
- D5% (3)
Why each option
Packet sniffing is the technique of capturing and inspecting network traffic to read unencrypted data traveling across the wire.
WEP cracking specifically targets the Wired Equivalent Privacy encryption algorithm used in older Wi-Fi networks to recover the encryption key, not to generically read unencrypted traffic.
Packet sniffing uses a network interface in promiscuous mode and a capture tool (such as Wireshark) to intercept all frames on a network segment. Unencrypted protocols like HTTP, FTP, and Telnet expose plaintext data that is directly readable in captured packets. This makes packet sniffing a primary passive reconnaissance technique for harvesting credentials or sensitive data.
A ping sweep sends ICMP echo requests to a range of IP addresses to discover which hosts are live, and does not capture or read payload data.
Social engineering manipulates people through deception to voluntarily disclose information and does not involve intercepting network traffic.
Concept tested: Packet sniffing as a passive network attack
Source: https://www.comptia.org/certifications/network
Topics
Community Discussion
No community discussion yet for this question.