QuestionQ56

Penetration Testing Essential Concepts

Moses, a professional hacker, attempts to overwhelm a target victim computer by sending TCP connection requests faster than the computer can handle them. He begins transmitting multiple SYN packets, each between 800 and 900 bytes, with spoofed source addresses and port numbers. Moses’s primary intent is to exhaust server resources and saturate the target organization’s network.

Identify the type of attack Moses is performing?

  • A VTP attack
  • B DoS attack
  • C ARP attack
  • D HSRP attack
Explanation

A TCP SYN flood sends many connection requests—often using spoofed source addresses—without completing the TCP handshake. The target retains state for those incomplete connections, exhausting server resources and potentially overwhelming network capacity; this is a denial-of-service (DoS) attack.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!