GSLC · Question #110
A user in your department complains about a slow Internet connection. You monitor the external interface of your company's border router and notice an excessive number of half-open TCP connections…
The correct answer is A. TCP SYN flood attack. An excessive number of half-open TCP connections on a border router is the classic indicator of a TCP SYN flood attack, which exploits the TCP three-way handshake.
Question
A user in your department complains about a slow Internet connection. You monitor the external interface of your company's border router and notice an excessive number of half-open TCP connections. What type of attack is your company currently a victim of?
Options
- ATCP SYN flood attack
- BTCP Hijacking attack
- CPing flood
- DBrute force attack
How the community answered
(36 responses)- A83% (30)
- B11% (4)
- C3% (1)
- D3% (1)
Why each option
An excessive number of half-open TCP connections on a border router is the classic indicator of a TCP SYN flood attack, which exploits the TCP three-way handshake.
In a TCP SYN flood attack, an attacker sends a large volume of SYN packets to the target without completing the three-way handshake (no ACK is returned). The server allocates resources for each half-open connection and waits for completion, eventually exhausting its connection table and denying service to legitimate users. Monitoring an excessive number of half-open connections directly confirms this attack type.
TCP hijacking involves an attacker taking over an already established TCP session, which would not produce a high number of half-open connections.
A ping flood uses ICMP echo requests to overwhelm a target and would not result in half-open TCP connections on the router.
A brute force attack targets authentication systems by trying many credential combinations and has no relationship to TCP connection states.
Concept tested: TCP SYN flood DoS attack identification
Source: https://www.cloudflare.com/learning/ddos/syn-flood-ddos-attack/
Topics
Community Discussion
No community discussion yet for this question.