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

Static analysis result for SHA-256 e64ea07de3fd1b99…

MALICIOUS

Office (OLE) / .XLSX

3.86 MB Created: 2015-06-05 18:17:20 Authoring application: Microsoft Excel First seen: 2026-02-25
MD5: 355d6c898d25a33b132d46707f88e48d SHA-1: dc785be0c4430bfc5b507255f892bf30134a02b6 SHA-256: e64ea07de3fd1b995c122287c1107eb44d0f887b08f21d8dfa84ecccbfc57295
248 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1059.003 Windows Command Shell T1204.002 Malicious File

The file contains VBA macros, including Workbook_Open and Document_Open events, which are designed to execute automatically when the document is opened. The presence of a CreateProcess API call and ClamAV detection as 'Doc.Dropper.HexEncodedEXEHeader' strongly suggests that the macros are intended to download and execute a secondary payload. The document body 'Daily Fuel Consumption-USG-' appears to be a lure to entice the user to open the malicious file.

Heuristics 7

  • ClamAV: Doc.Dropper.HexEncodedEXEHeader-9789587-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.HexEncodedEXEHeader-9789587-1
  • Reference to CreateProcess API high SC_STR_CREATEPROCESS
    Reference to CreateProcess API
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • 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
  • Environ() call (env variable access) low OLE_VBA_ENVIRON
    Environ() call (env variable access)

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
7aff7be05b483d522bc9ff57a3e19bafcb6e9b1cef5faa59af0fe62d9c65438b
vba-macro oletools.olevba.extract_macros (decoded VBA source) 4001 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.