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

Static analysis result for SHA-256 7fd6beb2fba112b6…

MALICIOUS

Office (OLE) / .XLS

105.5 KB Created: 2021-12-29 06:52:36 Authoring application: Microsoft Excel
MD5: 3004a7663d8b6347f0adaf580986a056 SHA-1: f3db94bee338b29c844e0c98783cf2e14ab439b4 SHA-256: 7fd6beb2fba112b677de31a8614322c197b2c89c85f696096c5d5df2d52482fb
300 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1204.002 Malicious File T1105 Ingress Tool Transfer

This XLS file contains a Workbook_Open macro that executes VBA code. The script uses CreateObject and Shell() calls, indicating it attempts to download and execute a second-stage payload. The reconstructed filename 'putty.exe' is present in the script, suggesting the payload may masquerade as a legitimate utility. The ClamAV detection 'Doc.Downloader.DocuSign04220-9942585-0' further supports the 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.