Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 b3457246722bfcd3…

MALICIOUS

Office (OLE)

59.0 KB Created: 2007-08-29 06:57:45 Authoring application: Microsoft Excel
MD5: 73cc349d5ed4b36b0f79e20218ee4510 SHA-1: ee5f08f2c47a2068d461c3b0276ba1cb0bcca0ae SHA-256: b3457246722bfcd332f6c419e243aef0d69d4169ec2701c7469b0fb2e8786398
200 Risk Score

Malware Insights

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

The file is an Excel document containing VBA macros, specifically a Workbook_Open macro that calls the Shell() function. This indicates the macro is designed to execute an external command upon opening. The presence of 'macros.bas' and the critical heuristic for Shell() call in VBA strongly suggest the macro's intent is to download and execute a second-stage payload. The document body content appears to be financial or employee data, likely used as a lure.

Heuristics 5

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_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.
  • Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • 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
eac3a4ae99123e6f7512315b947d67e0765b5ebfecc352253d3a8b4a26ecc831
vba-macro oletools.olevba.extract_macros (decoded VBA source) 9601 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.