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

Static analysis result for SHA-256 742811182bafd054…

MALICIOUS

Office (OLE) / .XLS

432.0 KB Created: 2021-02-03 15:28:44 Authoring application: Microsoft Excel First seen: 2022-11-28
MD5: 2f96000f8f64813fd2133acffcf6b676 SHA-1: 5c6a58bdb2379854d93e160bd3ac536be6fbaef0 SHA-256: 742811182bafd0540730921c9fb8315d10bed941b79c7b43b08b0a12fd924ec0
422 Risk Score

Malware Insights

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

The file is an Excel 4.0 workbook containing an Auto_Open macro. It employs a DocuSign lure to encourage users to enable content, a common technique for malware droppers. The embedded URL `https://server-panelllx-9.gq/Myfile.exe` is likely the second-stage payload. ClamAV also detected this as a downloader.

Heuristics 10

  • XLM Auto_Open workbook with payload URL or enable-content lure critical OLE_XLM_AUTOOPEN_PAYLOAD_LURE
    Workbook contains an Excel 4.0 macro sheet with Auto_Open / Auto_Close and also exposes a payload URL or enable-content lure in the OLE bytes. This combination is a high-confidence XLM downloader/social-engineering pattern even when formula recovery cannot decode the full macro chain.
  • Excel 4.0 (XLM) Auto_Open + macro sheet critical OLE_XLM_AUTOOPEN
    Workbook contains an Auto_Open / Auto_Close defined name together with an Excel 4.0 macro sheet — the canonical XLM auto-execution shape used by malware families such as Emotet and QakBot.
  • 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.
  • ClamAV: Xls.Downloader.bf2d2f272706032b-9980309-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Downloader.bf2d2f272706032b-9980309-0
  • 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
  • Document signing service impersonation lure medium SE_DOCUSIGN_LURE
    Document impersonates DocuSign, Adobe Sign, or a similar signing service in a signing-request context
  • 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 https://server-panelllx-9.gq/Myfile.exe
    • https://server-panelllx-9.gq/Myfile.exe�
    • http://www.w3.org/1999/02/22-rdf-syntax-ns#
    • http://ns.adobe.com/photoshop/1.0/
    • http://ns.adobe.com/xap/1.0/mm/
    • http://ns.adobe.com/xap/1.0/sType/ResourceEvent#
    • http://ns.adobe.com/xap/1.0/sType/ResourceRef#
    • http://purl.org/dc/elements/1.1/
    • http://ns.adobe.com/xap/1.0/
    • http://ns.adobe.com/tiff/1.0/
    • http://ns.adobe.com/exif/1.0/

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_macros.txt
0db271a63e699246c73fb8c3af1384d51f8ab34eaad410458ac3d83518be8241
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 6360 bytes
macros.bas
544daaabe44d28a0d90032cc3a030b8ea0c58bb49ed123e4b89277098cd2b245
vba-macro oletools.olevba.extract_macros (decoded VBA source) 726 bytes