Office (OLE) static analysis report

Static analysis result for SHA-256 7782523e02a7afa8…

SUSPICIOUS

Office (OLE)

26.0 KB Created: 2010-02-22 06:50:08 Authoring application: Microsoft Excel
MD5: 6e756761da52ccbecb809f9e1cf1f4dd SHA-1: b147b363a7423214fab17c225cd8133a44ac7e78 SHA-256: 7782523e02a7afa856ab384f66e8947dbd1204ac1b3ec3501b517515aa1b186e
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 detection for 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's startup path, suggesting an attempt to establish persistence or download a second-stage payload. The script's functionality is partially truncated, but the initial indicators point towards a macro-based downloader.

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