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

Static analysis result for SHA-256 8ed7499e6e70bab2…

MALICIOUS

Office (OLE) / .PPT

94.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: 18c49e0c9cd0fa575b684d46b0299a36 SHA-1: 6681dd8653a209a172ac168d2d878b39179e71b2 SHA-256: 8ed7499e6e70bab26ae4a99f11933345abdf536cd2c3fd2f590de8486f756d72
160 Risk Score

Malware Insights

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

The sample is a PowerPoint file containing VBA macros. Critical heuristics indicate the use of the Shell() function within an Auto_Close macro, which is a common technique for executing arbitrary commands. This suggests the macro is designed to download and execute a second-stage 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
5ddfd1f1405e1f9b16dc95aa3a3beb81e598e7793f6a93a05871a82bcdb41be8
vba-macro oletools.olevba.extract_macros (decoded VBA source) 549 bytes