nerdexam
Cisco

210-250 · Question #39

A user reports difficulties accessing certain external web pages, When examining traffic to and from the external domain in full packet captures, you notice many SYNs that have the same sequence…

The correct answer is D. TCP injection. Observing multiple SYN packets with identical sequence numbers and source/destination IPs but different payloads is a hallmark indicator of TCP injection, where an attacker forges and injects packets into an existing TCP stream.

Threats and Vulnerabilities

Question

A user reports difficulties accessing certain external web pages, When examining traffic to and from the external domain in full packet captures, you notice many SYNs that have the same sequence number, source, and destination IP address, but have different payloads. Which problem is a possible explanation of this situation?

Options

  • Ainsufficient network resources
  • Bfailure of full packet capture solution
  • Cmisconfiguration of web filter
  • DTCP injection

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    7% (2)
  • C
    25% (7)
  • D
    57% (16)

Why each option

Observing multiple SYN packets with identical sequence numbers and source/destination IPs but different payloads is a hallmark indicator of TCP injection, where an attacker forges and injects packets into an existing TCP stream.

Ainsufficient network resources

Insufficient network resources would manifest as packet loss, retransmissions, or latency increases - not as duplicate SYNs with identical sequence numbers but different payloads.

Bfailure of full packet capture solution

A failure in the full packet capture solution would result in missing or corrupt data, not in the appearance of crafted duplicate packets with varying content.

Cmisconfiguration of web filter

A misconfigured web filter might block or redirect traffic but would not generate duplicate SYN packets with the same sequence number and differing payloads.

DTCP injectionCorrect

TCP injection attacks work by crafting forged TCP segments that share the same 5-tuple and sequence number as a legitimate session but carry a malicious or altered payload. This allows an attacker to intercept or tamper with a TCP session, and the duplicate SYN with differing payloads is the direct observable artifact of that forged injection attempt.

Concept tested: Identifying TCP injection attack via packet analysis

Source: https://www.cisco.com/c/en/us/about/security-center/tcp-injection.html

Topics

#TCP injection#packet analysis#sequence numbers#full packet capture

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice