Detailedseverity: LowDraft

CAPEC-190Reverse Engineer an Executable to Expose Assumed Hidden Functionality

Abstraction
Detailed
Status
Draft
Severity
Low

Description

An attacker analyzes a binary file or executable for the purpose of discovering the structure, function, and possibly source-code of the file by using a variety of analysis techniques to effectively determine how the software functions and operates. This type of analysis is also referred to as Reverse Code Engineering, as techniques exist for extracting source code from an executable. Several techniques are often employed for this purpose, both black box and white box. The use of computer bus analyzers and packet sniffers allows the binary to be studied at a level of interactions with its computing environment, such as a host OS, inter-process communication, and/or network communication. This type of analysis falls into the 'black box' category because it involves behavioral analysis of the software without reference to source code, object code, or protocol specifications.

Related weaknesses· 1

CWE-912

Related attack patterns· 1

CAPEC-167 (ChildOf)

Exploits1

TypeTargetConfidenceTier
WeaknessHidden Functionalitycwe-912100%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CAPEC
White Box Reverse Engineering
CAPEC
Black Box Reverse Engineering
CAPEC
Reverse Engineering
CAPEC
Protocol Analysis
CAPEC
Cryptanalysis
CAPEC
Reflection Injection
Sourced from MITRE CAPEC. Curated by Adam Lundqvist, SQUR.