Umbra Wiki attack-pattern attack-pattern/CAPEC-287
Back to wiki

CAPEC-287 — TCP SYN Scan

provenance: imported · CWE: CWE-200

CAPEC-287: TCP SYN Scan

MITRE CAPEC attack pattern

Status Stable
Typical severity Low
Likelihood of attack
Catalogue CAPEC 3.9 (2023-01-24)

Description

An adversary uses a SYN scan to determine the status of ports on the remote target. SYN scanning is the most common type of port scanning that is used because of its many advantages and few drawbacks. As a result, novice attackers tend to overly rely on the SYN scan while performing system reconnaissance. As a scanning method, the primary advantages of SYN scanning are its universality and speed.

Where this sits in the chain

A finding maps to a weakness (CWE), a weakness is exploited by an attack pattern (CAPEC), and an attack pattern shows up in ATT&CK as observed adversary behaviour. This page is the middle hop.

Weaknesses exploited: CWE-200

Prerequisites

  • This scan type is not possible with some operating systems (Windows XP SP 2). On Linux and Unix systems it requires root privileges to use raw sockets.

Consequences

  • Confidentiality: Other
  • Confidentiality, Access Control, Authorization: Bypass Protection Mechanism, Hide Activities

Source