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

Static analysis result for SHA-256 c45ecb10594b32cb…

MALICIOUS

Office (OLE) / .PPT

111.5 KB Created: 2021-03-14 23:15:17 Authoring application: Microsoft Office PowerPoint
MD5: 04772bbc01d2088b18a869755d93b9d0 SHA-1: 7b5672c1febeca9bc97d17951b57c9f59f9de708 SHA-256: c45ecb10594b32cb49ec4e3356acd59b2e0819555c747657a7ce45993e5e57d7
140 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment

The file is a PowerPoint presentation containing VBA macros, specifically triggering an Auto_Close macro with GetObject execution. This indicates the macro is designed to run automatically when the presentation is closed, likely to download and execute a second-stage payload. The presence of a large VBA macro and the Auto_Close execution are strong indicators of malicious intent, commonly used for initial access and payload delivery.

Heuristics 4

  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • GetObject call high OLE_VBA_GETOBJ
    GetObject 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
1aceb43da2231d53dfe0e30f0f154c741c28b339bf53d079342db73de7d9c1a6
vba-macro oletools.olevba.extract_macros (decoded VBA source) 41269 bytes