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

Static analysis result for SHA-256 e8ac927ab3505c47…

MALICIOUS

Office (OLE) / .XLS

131.0 KB Created: 2021-02-04 06:37:24 Authoring application: Microsoft Excel
MD5: 7c8238db0b76b7acaa8afc5cb3839e3b SHA-1: d14468566d4927868f4ead6dc15077cd4ffd41f0 SHA-256: e8ac927ab3505c478ee2867ccef9d11a11ba22bf49d6e9613c0af80fc94d3c76
400 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.003 Windows Command Shell

The file is a malicious Excel spreadsheet containing VBA macros. The Workbook_Open macro is configured to execute arbitrary commands using Shell() and WScript.Shell, indicating it likely downloads and executes a second-stage payload. The ClamAV detection and multiple high-severity heuristics confirm its malicious nature.

Heuristics 10

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • ClamAV: Xls.Macro.Obfuscation-9804250-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Macro.Obfuscation-9804250-0
  • 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
  • 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.
  • 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://ns.adobe.com/xap/1.0/
    • http://www.w3.org/1999/02/22-rdf-syntax-ns#
    • http://purl.org/dc/elements/1.1/

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
677fa6a14a48011f5992822fd94769fadceb7c05c599ce0ce8c097e26c2a7a5e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 49151 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 shell/COM execution token(s). Carved artifact contains 140 long base64-like blob(s). Carved macro source contains an auto-exec entry point and execution/download terms.