Malicious Office (OLE) / .PPT — malware analysis report

Static analysis result for SHA-256 44f0d37cf81cedfe…

MALICIOUS

Office (OLE) / .PPT

96.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: d7afc5202f9e98a16fcbe80b2be2cfec SHA-1: eb88c80903de8732df65ebb7e32a3d103454d8d5 SHA-256: 44f0d37cf81cedfe4ae68dc44e6e95633c381f4a3074f06aa5ae3a8fa2aa93f4
180 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1059.005 Visual Basic

The file is a PowerPoint presentation containing VBA macros. The Auto_Close macro is configured to execute a command using Windows Script Host, indicated by the SC_STR_WSCRIPT heuristic. The CreateObject call and VBA p-code auto-execution with Shell further suggest the macro is designed to launch an external process. The absence of specific URLs or file paths in the extracted evidence means the exact payload cannot be determined, but the intent is clearly to download and execute a second-stage payload.

Heuristics 5

  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
ae9b9e4fc09ce320fcd941e8b1bad40c659a220db92c3a9cd01a4d1f76478c7e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1664 bytes