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

Static analysis result for SHA-256 9bcd4c633a19f27a…

MALICIOUS

Office (OLE) / .XLS

3.38 MB Created: 2012-03-06 05:26:30 First seen: 2024-05-20
MD5: 9ad071c8bd431d5da0a2fe5b78c281c7 SHA-1: fa415ae71da857cafcad3d7bba90a572e032e796 SHA-256: 9bcd4c633a19f27a8ad274d899586b7bcf15b7aab54466ed46f3f3ef3558b372
442 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic for Applications T1059.001 PowerShell T1204.002 Malicious File T1071.001 Web Protocols

The file contains obfuscated VBA macros, including a Workbook_Open event, which is designed to execute automatically. Critical heuristics indicate the use of WScript.Shell and the Shell() function, suggesting the macro attempts to download and execute a secondary payload. The embedded URL 'http://www.frez.co.uk' is likely part of this malicious chain.

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
eca8d3691d1735d62b1fb88dd306364011fe594fd1b54d05f44e9362dc4b810e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 3020124 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 eval/decoder/string-building token(s).