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

Static analysis result for SHA-256 74de8189f68e4186…

MALICIOUS

Office (OLE) / .XLS

1.52 MB Created: 2016-04-08 13:33:00 Authoring application: Microsoft Excel First seen: 2023-05-13
MD5: 3d743243039edbbbe4b79b15afb0e1e5 SHA-1: 0d78acc8a23971aa962a0bb22bc1f7af9a12626f SHA-256: 74de8189f68e41868e5b3685d42d01b02868f38f96d776c0db32da9925a6f1e0
482 Risk Score

Malware Insights

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

The sample is an Excel file containing obfuscated VBA macros, including a Workbook_Open event that uses Shell() and CreateObject() calls. This strongly suggests an attempt to download and execute a secondary payload. The 'SE_PASSWORD_ARCHIVE_LURE' heuristic indicates the document body likely contains instructions to bypass security, possibly by providing a password for an archive, a common tactic for macro-based malware.

Heuristics 12

  • 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.
  • Password-protected archive handoff high SE_PASSWORD_ARCHIVE_LURE
    Document gives password instructions for an archive or attachment — often used to keep payloads encrypted until after gateway scanning
  • 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
122b88b31b8afd57121d0c4d896b9e45ae3b4418a217d8548727220c039b38d5
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1452293 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 eval/decoder/string-building token(s).