312-50V11 · Question #1020
Jude, a pen tester working in Keiltech Ltd., performs sophisticated security testing on his company's network infrastructure to identify security loopholes. In this process, he started to circumvent…
The correct answer is C. Spoofed session flood attack. This question tests knowledge of a specific TCP-based flood attack that bypasses firewalls by forging legitimate-looking session packets. The spoofed session flood attack uses crafted SYN, ACK, and RST/FIN packets to simulate valid TCP sessions while exhausting network resources.
Question
Options
- AUDP flood attack
- BPing-of-death attack
- CSpoofed session flood attack
- DPeer-to-peer attack
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C85% (23)
- D4% (1)
Why each option
This question tests knowledge of a specific TCP-based flood attack that bypasses firewalls by forging legitimate-looking session packets. The spoofed session flood attack uses crafted SYN, ACK, and RST/FIN packets to simulate valid TCP sessions while exhausting network resources.
A UDP flood attack sends massive volumes of UDP datagrams to overwhelm a target but does not involve forging TCP session packets such as SYN, ACK, or RST/FIN.
A ping-of-death attack sends malformed or oversized ICMP echo request packets to crash or freeze the target system, and does not involve forging TCP sessions.
A spoofed session flood attack forges complete or partial TCP sessions using SYN, ACK, and RST/FIN packets, making the traffic appear legitimate to stateful firewalls and network protection tools. Because the packets mimic real session handshakes, perimeter defenses that rely on session state tracking can be bypassed. This allows an attacker to exhaust network resources and execute a DDoS effect without being filtered by conventional protection mechanisms.
A peer-to-peer attack redirects P2P clients to flood a target by exploiting P2P file-sharing protocols, which is unrelated to forging TCP SYN/ACK/RST session packets.
Concept tested: Spoofed TCP session flood attack technique
Source: https://www.eccouncil.org/cybersecurity-exchange/ethical-hacking/ddos-attack-types/
Topics
Community Discussion
No community discussion yet for this question.