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

Static analysis result for SHA-256 d49f6bae691789c5…

MALICIOUS

Office (OLE) / .PPT

76.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: ad113d35c429ebde05210fd49aa7c0b3 SHA-1: 00aeb5c35e449b838140b7e75986f5110b647f20 SHA-256: d49f6bae691789c51ccaaa9eac1a94155a75633a60d9c2a1449489d325d6567c
160 Risk Score

Malware Insights

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

The file is a PowerPoint presentation containing VBA macros. The critical heuristic firing indicates a Shell() call within the VBA code, and the Auto_Close macro suggests this malicious code executes automatically when the presentation is closed. The VBA p-code auto-execution with execution tokens further confirms this. The primary intent appears to be the execution of arbitrary commands, likely for downloading and executing a secondary payload.

Heuristics 4

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • 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
f770d72e56d889e7f7ccf213535e7e4785c93f2028601e79e104a5b16d5fed98
vba-macro oletools.olevba.extract_macros (decoded VBA source) 804 bytes