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

Static analysis result for SHA-256 b7548ad92bd01edd…

MALICIOUS

Office (OLE) / .PPT

72.0 KB Created: 2006-08-16 00:00:00 Authoring application: Microsoft Office PowerPoint
MD5: 27cfea56d73dec513e48f38e1b75ec4b SHA-1: 063aeeb706a6c69ceba5bbed60d40df4ae97994a SHA-256: b7548ad92bd01edd1aadca4aceb01a8befb1da9146fbf71c698076569566d6a1
160 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1204.002 Malicious File

The presence of VBA macros, specifically an Auto_Close macro that calls the Shell() function, indicates that this PowerPoint file is designed to execute arbitrary code upon opening or closing. This is a common technique for downloading and executing further malicious payloads. The critical heuristic firing for Shell() call in VBA and the high heuristic firing for p-code auto-execution with execution tokens strongly support this conclusion. No specific IOCs were extracted, but the attack pattern is clear.

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