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

CAPEC-167 — White Box Reverse Engineering

provenance: imported · CWE: CWE-1323

CAPEC-167: White Box Reverse Engineering

MITRE CAPEC attack pattern

Status Draft
Typical severity Medium
Likelihood of attack
Catalogue CAPEC 3.9 (2023-01-24)

Description

An attacker discovers the structure, function, and composition of a type of computer software through white box analysis techniques. White box techniques involve methods which can be applied to a piece of software when an executable or some other compiled object can be directly subjected to analysis, revealing at least a portion of its machine instructions that can be observed upon execution.

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-1323

Prerequisites

  • Direct access to the object or software.

Source