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

Static analysis result for SHA-256 09cb27389f9fbf62…

MALICIOUS

Office (OLE) / .DOC

132.5 KB Created: 2025-11-30 04:10:00 Authoring application: Microsoft Office Word
MD5: 12a26549ee23193b6c1992997d76ddf6 SHA-1: 8977529a566c7794c90144373496c53e50b2810b SHA-256: 09cb27389f9fbf62d23177d78f7e5dbb7f8f07fddc2a68f95fd607987ff0b8b1
302 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File: User Execution T1105 Ingress Tool Transfer

The sample contains VBA macros that utilize WScript.Shell to create a second-stage payload. The macro attempts to download a file using Microsoft.XMLHTTP and save it to the user's templates directory, indicating a downloader functionality. The embedded lure 'Enable content above to display Receipt.' further supports the malicious intent.

Heuristics 8

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • VBA downloads and writes a file to disk critical OLE_VBA_HTTP_DROP_EXEC
    VBA reads an HTTP response body and writes it to disk (ADODB.Stream SaveToFile). Combined with the auto-exec/Shell paths this is a download-drop dropper even when the COM ProgIDs are built dynamically to evade keyword scanning.
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Macro/content-enable lure medium SE_ENABLE_LURE
    Document instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
  • 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://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
66dac7568dbba7b306542e52785bda665c7d142756342c86e19875b8e3dcb735
vba-macro oletools.olevba.extract_macros (decoded VBA source) 24300 bytes