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

Static analysis result for SHA-256 7fa5e526678515b6…

MALICIOUS

Office (OLE) / .XLS

68.0 KB Created: 2020-09-20 21:17:44
MD5: 96de74bb4d0e394681c460b58eccfd5b SHA-1: d05bb0a47b5f43ae9c2ffd72c9245ee6675bc798 SHA-256: 7fa5e526678515b609e17354e56d82af4f285c5a46dd8af4c10a5a38036c1a65
162 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File

The sample is an Excel 4.0 (XLM) macro-enabled workbook. The Auto_Open macro uses a series of EXEC functions to construct and execute a command that downloads a file named 'pd.bat' from the URL https://cutt.ly/vhcyHuc and then executes it. This indicates a downloader or droppper functionality.

Heuristics 5

  • 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.
  • XLM workbook contains URL shortener medium OLE_XLM_URL_SHORTENER
    Workbook contains an Excel 4.0 macro-sheet marker and visible URL-shortener targets in the OLE bytes. This is a common XLM downloader shape even when formula recovery is incomplete.
  • 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.
  • 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://cutt.ly/vhcyHuc

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_macros.txt
1a214e3bf769f2f65b8e45b6c91b73407a6a81ca67a18e51e2f6ac4886fc2a4b
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 1599 bytes