Office (OLE) / .PPT static analysis report

Static analysis result for SHA-256 7df670fa6de80e87…

SUSPICIOUS

Office (OLE) / .PPT

143.0 KB Created: 2021-02-23 23:59:34 Authoring application: Microsoft Office PowerPoint
MD5: c475bbc0142c89758cb3f15625f5dee7 SHA-1: eea1ff58d1a0b6a471f9a34d97b102c2cd0a3431 SHA-256: 7df670fa6de80e87fa03dfba84f5777054d5a55737f8fce07679a637342250a3
40 Risk Score

Malware Insights

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

The file contains VBA macros with an Auto_Open function that utilizes the Shell() command. This indicates an attempt to execute arbitrary commands, likely to download and run a second-stage payload. The script uses RByteEncrypt for obfuscation, making direct analysis of the payload difficult, but the presence of multiple Shell() calls suggests a multi-stage execution process.

Heuristics 5

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open 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
  • Macro capabilities present but unconfirmed info MACRO_CAPABILITY_UNCORROBORATED
    The document's VBA exposes execution capabilities (Shell/WScript/CreateObject/auto-exec) but nothing corroborates malicious intent — no obfuscation, memory-exec primitive, download+exec chain, encoded payload, LOLBin, DDE, AV hit, or suspicious URL. The verdict was capped at 'suspicious' so legitimate macro-heavy business documents are not flagged malicious on capability presence alone.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
ab069c154bec0c71dfc2a0b764bf3adefa515e4943761318bea24316aa48ec26
vba-macro oletools.olevba.extract_macros (decoded VBA source) 27505 bytes