Cross-source coverage
T1559.002 / ATT&CK
Inter-Process Communication: Dynamic Data Exchange
1 rule across 1 source.
From MITRE ATT&CK 19.2
Adversaries may use Windows Dynamic Data Exchange (DDE) to execute arbitrary commands. DDE is a client-server protocol for one-time and/or continuous inter-process communication (IPC) between applications. Once a link is established, applications can autonomously exchange transactions consisting of strings, warm data links (notifications when a data item changes), hot data links (duplications of changes to a data item), and requests for command execution.
Object Linking and Embedding (OLE), or the ability to link data between documents, was originally implemented through DDE. Despite being superseded by Component Object Model, DDE may be enabled in Windows 10 and most of Microsoft Office 2016 via Registry keys.
Microsoft Office documents can be poisoned with DDE commands, directly or through embedded files, and used to deliver execution via Phishing campaigns or hosted Web content, avoiding the use of Visual Basic for Applications (VBA) macros. Similarly, adversaries may infect payloads to execute applications and/or commands on a victim device by way of embedding DDE formulas within a CSV file intended to be opened through a Windows spreadsheet program.
DDE could also be leveraged by an adversary operating on a compromised machine who does not have direct access to a Command and Scripting Interpreter. DDE execution can be invoked remotely via Remote Services such as Distributed Component Object Model (DCOM).
- Tactics
- Execution
- Platforms
- Windows
- Telemetry
-
WinEventLog:SysmonWinEventLog:Security
How MITRE says to detect it DET0504
Detect Abuse of Dynamic Data Exchange (T1559.002)
Windows Analytic 1393
Detects anomalous use of Dynamic Data Exchange (DDE) for code execution, such as Office applications (WINWORD.EXE, EXCEL.EXE) spawning command interpreters, or loading unusual modules through DDEAUTO/DDE formulas. Correlates suspicious parent-child process relationships, registry keys enabling DDE, and module loads inconsistent with normal Office usage.
WinEventLog:SysmonEventCode=1WinEventLog:SysmonEventCode=7WinEventLog:SecurityEventCode=4663, 4670, 4656
SigmaHQ/sigma
1 rule| Detection | Severity | Format |
|---|---|---|
| Enable Microsoft Dynamic Data Exchange | Medium | Sigma |