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

Static analysis result for SHA-256 26af662ad5cbfc49…

MALICIOUS

Office (OLE) / .PPT

271.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: f2cbd0933c8dda0d51c4617e77b47e94 SHA-1: 89ed8b94aaf42f755cc65481eacf008cb97cc8a7 SHA-256: 26af662ad5cbfc49b1757c64ee545e7c4c9452caffa3f530856179e1860bc7d4
160 Risk Score

Malware Insights

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

The file is a PowerPoint presentation containing a significant amount of VBA macro code. Heuristics indicate the presence of an Auto_Close macro and a critical finding of a Shell() call within the VBA code. This suggests the macro is designed to execute arbitrary commands upon closing the presentation, likely for downloading and executing a secondary payload. No specific family could be identified, and no external IOCs were extracted.

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
281514f3809167f400834757c8d98e0a14c485c3bd878b9a39c62a7f2f740b4f
vba-macro oletools.olevba.extract_macros (decoded VBA source) 78088 bytes