Files
atomic-red-team/atomics/T1173/T1173.yaml
T
caseysmithrc 3868f720bb commit
2018-05-23 18:09:12 -06:00

28 lines
692 B
YAML

---
attack_technique: T1173
display_name: Dynamic Data Exchange
atomic_tests:
- name: Execute Commands
description: |
Executes commands via DDE using Microsfot Word
supported_platforms:
- windows
executor:
name: manual
command: |
steps: |
Open Microsoft Word
Insert tab -> Quick Parts -> Field
Choose = (Formula) and click ok.
After that, you should see a Field inserted in the document with an error “!Unexpected End of Formula”, right-click the Field, and choose Toggle Field Codes.
The Field Code should now be displayed, change it to Contain the following:
{DDEAUTO c:\\windows\\system32\\cmd.exe "/k calc.exe" }