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

Static analysis result for SHA-256 8951edf18c219c38…

MALICIOUS

Office (OLE) / .PPT

69.0 KB Created: 2020-10-14 06:08:37 Authoring application: Microsoft Office PowerPoint
MD5: 942b5d3731110e95c84e8fb7c4e31bf3 SHA-1: 0ae08dc9f7ddd5bdd273c977c06b842835b890c5 SHA-256: 8951edf18c219c38e0458b432e2ad7acb408dd78347d4be3bbbcf30c740d9d74
140 Risk Score

Malware Insights

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

The sample is a PowerPoint file with a high-confidence detection for VBA macros, specifically an Auto_Close macro that utilizes CreateObject. This indicates the macro is designed to execute code automatically when the presentation is closed. The presence of VBA p-code auto-execution further supports this. No specific IOCs like URLs or hashes were extracted, but the technique strongly suggests a downloader or initial execution stage.

Heuristics 4

  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • 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
e60ad705ee6d84ff03100d8a43f24184d08f3d4c53389faeb698ac4a212a6950
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1285 bytes