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

Static analysis result for SHA-256 705bb74e62e84129…

MALICIOUS

Office (OLE) / .XLS

62.0 KB Created: 2006-09-16 00:00:00 Authoring application: Microsoft Excel
MD5: 81bc13f1e45e04d8bb069ed8cfa03c29 SHA-1: 8e9a0a752a384ff215f7672518ded4cc4d330da1 SHA-256: 705bb74e62e84129e4df0dbd311828175143a0347b45eb64db8b6e1f91a008db
382 Risk Score

Malware Insights

MITRE ATT&CK
T1566.001 Spearphishing Attachment T1059.005 Visual Basic T1203 Exploitation for Client Execution T1105 Ingress Tool Transfer

The sample is an Excel file containing both VBA and Excel 4.0 (XLM) macros. The presence of a Workbook_Open VBA macro and XLM Auto_Open entry indicates an attempt to automatically execute code upon opening. The XLM macros reference a URL, 'http://jabba.fun/crun20.gif', and heuristics indicate the use of URLDownloadToFile, suggesting the file attempts to download a second-stage payload. The Workbook_Open macro simply calls Application.Quit, which is likely a decoy or an attempt to hide the XLM macro execution.

Heuristics 10

  • Reference to URLDownloadToFile API critical SC_STR_URLDOWNLOAD
    Reference to URLDownloadToFile API
  • Excel 4.0 Auto_Open defined name critical OLE_XLM_AUTOOPEN_DEFINEDNAME
    oletools recovered an Auto_Open / Auto_Close entry from an Excel 4.0 macro sheet. The raw BIFF name can be tokenized or partially opaque to byte-string checks, but the recovered macro listing confirms the workbook has an XLM auto-execution entry.
  • XLM Auto_Open with dangerous formula APIs critical OLE_XLM_DANGEROUS_FN
    Excel 4.0 macro sheet contains an Auto_Open / Auto_Close entry and dangerous XLM formula APIs that can invoke programs, write files, or transfer control without VBA.
  • URL reconstructed from XLM cell array (1 URL) critical OLE_XLM_CELL_ARRAY_URL
    Excel 4.0 macro sheet stages its payload URL across the BIFF8 Shared String Table (one quoted-char SST entry concatenated with & at runtime) or across individual numeric cells (one ASCII charcode per cell). The reconstructed URL is invisible to literal-bytes URL extraction because it is never contiguous in the workbook stream. URLs were recovered by walking the BIFF8 record stream and decoding SST entries plus LABELSST/RK/NUMBER cells.
  • Reference to ShellExecute API high SC_STR_SHELLEXEC
    Reference to ShellExecute API
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Macro/content-enable lure medium SE_ENABLE_LURE
    Document instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
  • 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://jabba.fun/crun20.gif
    • http://jabba.fun/crun20.gif�

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_macros.txt
d4222e1ad83b892546402a65bce1342319760d5f0e17d0c73ae5f07e792beb86
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 9447 bytes
macros.bas
c29faf2da8b6b84c63880f8f3ff09f138acdaa94ad9406cab75b546ae0e54428
vba-macro oletools.olevba.extract_macros (decoded VBA source) 979 bytes