Office (OLE) static analysis report

Static analysis result for SHA-256 727de8f1ead049c6…

SUSPICIOUS

Office (OLE)

26.0 KB Created: 2010-02-22 06:50:08 Authoring application: Microsoft Excel
MD5: b2b768def7a09e2b9f7d585db368f4fa SHA-1: 43f37aa644d9934bc815d9cb634097cb207adf32 SHA-256: 727de8f1ead049c6b0dd031b196fcf020d8bf28eef9d0a2a27c258f51cfef7ec
40 Risk Score

Malware Insights

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

The file is an Excel document containing VBA macros, with a high-confidence heuristic indicating an Auto_Open macro that uses CreateObject to execute code. The auto_open subroutine attempts to create a file named VERA.XLS in the application startup path, suggesting a downloader or dropper functionality. The script's obfuscation and truncation prevent a full analysis of its ultimate payload, but the intent is to execute arbitrary code.

Heuristics 5

  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open 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
  • 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
a6927fc1257cb52821c278bc8481c9c43e7fda7662c9731ddade9c75729c96cd
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2650 bytes