kevmap

Techniques › T1559

T1559 Inter-Process Communication

execution — Linux, macOS, Windows · attack.mitre.org · JSON

1
MITRE detection strategy
3
analytics
1
Sigma rules tagged attack.t1559
0
KEV CVEs mapped here
<p>Adversaries may abuse inter-process communication (IPC) mechanisms for local code or command execution. IPC is typically used by processes to share data, communicate with each other, or synchronize execution. IPC is also commonly used to avoid situations such as deadlocks, which occurs when processes are stuck in a cyclic waiting pattern.</p><p>Adversaries may abuse IPC to execute arbitrary code or commands. IPC mechanisms may differ depending on OS, but typically exists in a form accessible through programming languages/libraries or native interfaces such as Windows Dynamic Data Exchange or Component Object Model. Linux environments support several different IPC mechanisms, two of which being sockets and pipes. Higher level execution mediums, such as those of Command and Scripting Interpreters, may also leverage underlying IPC mechanisms. Adversaries may also use Remote Services such as Distributed Component Object Model to facilitate remote IPC execution.</p>

KEV CVEs mapped to this technique · CTID Mappings Explorer

None. No KEV entry in the public mapping names this technique. Given that 74.7% of KEV has no mapping at all, this says more about the mapping than about the technique.

Detection strategy · ATT&CK Enterprise v19.2

Sigma rules · SigmaHQ da9bb07d64, tag attack.t1559

Author: Florian Roth (Nextron Systems) · 2020-11-26 (modified 2021-11-27) · logsource: product=windows category=process_creation · 58bf96d9-ff5f-44bd-8dcc-1c4f79bf3a27
Detects Trickbot malware process tree pattern in which "rundll32.exe" is a parent of "wermgr.exe"
Techniques: T1559

Sub-techniques

IDNameSigma rulesKEV CVEs
T1559.001Component Object Model40
T1559.002Dynamic Data Exchange10
T1559.003XPC Services00