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

Static analysis result for SHA-256 2b0e3b83d0b7f65b…

MALICIOUS

Office (OLE) / .XLS

105.5 KB Created: 2021-12-29 06:52:36 Authoring application: Microsoft Excel First seen: 2022-03-31
MD5: fde5bb14230eb8d3691d917281ee3ff6 SHA-1: 8c409db4d304c71e3c57f47789ae56c9705b2f51 SHA-256: 2b0e3b83d0b7f65b7e4edf482a87b45b301c7b637e60f20af0f3f7be7b52b4f3
300 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1204.002 Malicious File T1071.001 Web Protocols

The sample is an Excel file containing VBA macros, specifically a Workbook_Open macro that executes a shell command. The script attempts to construct a path for 'putty.exe' and then uses CreateObject to execute a URL, likely to download and run a second-stage payload. The ClamAV detection 'Doc.Downloader.DocuSign04220-9942585-0' further supports its role as a downloader. The script's obfuscation and the use of CreateObject to execute external commands indicate a downloader functionality.

Heuristics 7

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • ClamAV: Doc.Downloader.DocuSign04220-9942585-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Downloader.DocuSign04220-9942585-0
  • 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

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
665f09781fb250e14f44733a22419dd8ce9101e4657189e6d85b9b27b07ab03f
vba-macro oletools.olevba.extract_macros (decoded VBA source) 9447 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 99 Chr/ChrW string-construction calls. Carved macro source contains an auto-exec entry point and execution/download terms.