T1559.001 Component Object Model Mappings

Adversaries may use the Windows Component Object Model (COM) for local code execution. COM is an inter-process communication (IPC) component of the native Windows application programming interface (API) that enables interaction between software objects, or executable code that implements one or more interfaces.(Citation: Fireeye Hunting COM June 2019) Through COM, a client object can call methods of server objects, which are typically binary Dynamic Link Libraries (DLL) or executables (EXE).(Citation: Microsoft COM) Remote COM execution is facilitated by Remote Services such as Distributed Component Object Model (DCOM).(Citation: Fireeye Hunting COM June 2019)

Various COM interfaces are exposed that can be abused to invoke arbitrary execution via a variety of programming languages such as C, C++, Java, and Visual Basic.(Citation: Microsoft COM) Specific COM objects also exist to directly perform functions beyond code execution, such as creating a Scheduled Task/Job, fileless download/execution, and other adversary behaviors related to privilege escalation and persistence.(Citation: Fireeye Hunting COM June 2019)(Citation: ProjectZero File Write EoP Apr 2018)

View in MITRE ATT&CK®

Mappings

Capability ID Capability Description Mapping Type ATT&CK ID ATT&CK Name
AC-2 Account Management Protects T1559.001 Component Object Model
AC-3 Access Enforcement Protects T1559.001 Component Object Model
AC-4 Information Flow Enforcement Protects T1559.001 Component Object Model
AC-5 Separation of Duties Protects T1559.001 Component Object Model
AC-6 Least Privilege Protects T1559.001 Component Object Model
CM-2 Baseline Configuration Protects T1559.001 Component Object Model
CM-5 Access Restrictions for Change Protects T1559.001 Component Object Model
CM-6 Configuration Settings Protects T1559.001 Component Object Model
IA-2 Identification and Authentication (organizational Users) Protects T1559.001 Component Object Model
SC-18 Mobile Code Protects T1559.001 Component Object Model
SC-3 Security Function Isolation Protects T1559.001 Component Object Model
SC-7 Boundary Protection Protects T1559.001 Component Object Model
SI-3 Malicious Code Protection Protects T1559.001 Component Object Model