A security technician observes traffic logs indicating an external host is conducting a half-open TCP SYN scan against a gateway firewall. Which of the following statements accurately describe the operational characteristics of a TCP SYN stealth scan? (Select TWO.)
- The scanning host sends an initial TCP packet with only the SYN flag enabled to probe a target port.Cevap
- The scanning host responds with a RST packet after receiving a SYN-ACK from an open port.Cevap
- CThe scanning host completes the three-way handshake by returning an ACK packet to establish an application session.
- DThe scanning mechanism relies on connectionless UDP datagrams directed to port 53.
Cevap
A TCP SYN stealth scan initiates a connection using a SYN packet and immediately resets the connection with a RST packet upon receiving a SYN-ACK from an open port, preventing a full TCP connection from being logged.
During a SYN stealth scan, the attacker sends a TCP SYN packet to a target port. If the port is open, the target replies with a SYN-ACK packet. Rather than completing the three-way handshake with an ACK, the scanner transmits a RST packet to terminate the session immediately, avoiding standard connection logging on target applications.
Adım Adım Çözüm
Anahtar Kavram
TCP SYN Stealth Scanning