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

CAPEC-169 — Footprinting

provenance: imported · ATT&CK: T1217 T1592 T1595 · CWE: CWE-200

CAPEC-169: Footprinting

MITRE CAPEC attack pattern

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

Description

An adversary engages in probing and exploration activities to identify constituents and properties of the target.

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

ATT&CK techniques: T1217, T1592, T1595

Prerequisites

  • An application must publicize identifiable information about the system or application through voluntary or involuntary means. Certain identification details of information systems are visible on communication networks (e.g., if an adversary uses a sniffer to inspect the traffic) due to their inherent structure and protocol standards. Any system or network that can be detected can be footprinted. However, some configuration choices may limit the useful information that can be collected during a footprinting attack.

Skills required

  • Low: The adversary knows how to send HTTP request, run the scan tool.

Consequences

  • Confidentiality: Read Data

Mitigations

  • Keep patches up to date by installing weekly or daily if possible.
  • Shut down unnecessary services/ports.
  • Change default passwords by choosing strong passwords.
  • Curtail unexpected input.
  • Encrypt and password-protect sensitive data.
  • Avoid including information that has the potential to identify and compromise your organization's security such as access to business plans, formulas, and proprietary documents.

Source