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

Static analysis result for SHA-256 804a2c47082a86d7…

MALICIOUS

Office (OLE) / .PPT

15.0 KB Created: 2020-04-28 03:58:59 Authoring application: Microsoft Office PowerPoint
MD5: 171d7dbb0d693558fdd6124658bc9423 SHA-1: 3e3c878a26c19bc24e7f52209efc7d0a5c404bfd SHA-256: 804a2c47082a86d7800a861b282016f91c0ab1fb565fb2ff57ff9d9e68226f25
160 Risk Score

Malware Insights

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

The sample is a PowerPoint file containing VBA macros. The critical heuristic firing indicates a Shell() call within the VBA code, and the high severity heuristic confirms an Auto_Close macro is present. This suggests the macros are designed to execute arbitrary commands when the presentation is closed, likely to download and execute a second-stage payload. No specific family could be identified from the available evidence.

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