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

Static analysis result for SHA-256 c38944fe23ffc771…

MALICIOUS

Office (OLE) / .PPT

277.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: 82336bfeb0f2703c616dcde09de07050 SHA-1: 05463026365c7ee66619f1e73fbc30df4b3728b3 SHA-256: c38944fe23ffc771c2a7fe59be82a7f973a704871953b6ac92cc376e95d87b1a
160 Risk Score

Malware Insights

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

The sample is a PowerPoint file containing VBA macros, with a critical heuristic firing for a Shell() call. The Auto_Close macro is present, indicating that the malicious code executes when the presentation is closed. The VBA p-code indicates an auto-execution with execution tokens, specifically tied to the Auto_Close event and Shell execution. No specific IOCs like URLs or hashes were extracted, but the presence of the Shell() call strongly suggests the execution of arbitrary commands.

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