nerdexam
GIAC

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.

Security Operations & Incident Response Leadership

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)
  • A
    83% (30)
  • B
    11% (4)
  • C
    3% (1)
  • D
    3% (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.

ATCP SYN flood attackCorrect

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.

BTCP Hijacking attack

TCP hijacking involves an attacker taking over an already established TCP session, which would not produce a high number of half-open connections.

CPing flood

A ping flood uses ICMP echo requests to overwhelm a target and would not result in half-open TCP connections on the router.

DBrute force attack

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

#TCP SYN flood#half-open connections#DoS attack#network forensics

Community Discussion

No community discussion yet for this question.

Full GSLC Practice