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

Static analysis result for SHA-256 94d68e51086fac43…

MALICIOUS

Office (OLE) / .XLS

3.18 MB Created: 2012-03-06 05:26:30 First seen: 2023-09-01
MD5: 64c8e12382ee4951e00aa9125a34fe46 SHA-1: afb7adfbf95164eb4836bda84e624dd1a6240170 SHA-256: 94d68e51086fac438c3ab4a1c6996560580b035689d5a9fa6c364e8e290581d9
442 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic for Applications T1059.001 PowerShell T1204.002 Malicious File T1566.001 Spearphishing Attachment T1059.003 Windows Command Shell

The sample is a macro-enabled Excel file containing obfuscated VBA code. The Workbook_Open macro is triggered upon opening, which utilizes WScript.Shell and CreateObject to likely download and execute a secondary payload. The presence of a Shell() call and WScript.Shell usage strongly indicates malicious intent, typical of a downloader or initial access stage.

Heuristics 11

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADER
    Auto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • 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.
  • 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
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://www.frez.co.uk

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
a029c8184423e6f8ef1c71dba5cc66c65a92562298b4bfd2e56f249b21497d69
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2981966 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 eval/decoder/string-building token(s).