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

Static analysis result for SHA-256 272602c23c69ff18…

MALICIOUS

Office (OLE) / .DOC

807.5 KB Created: 2000-01-29 09:00:00 Authoring application: Microsoft Office Word
MD5: 2d665e7997411949491a6524b144350d SHA-1: 226e2fefa2b9995dda8bde3c9bf33d3f85397d2c SHA-256: 272602c23c69ff189ba778eff6a03cfa3a76e01423103abcdf54afe5d1c52b6d
220 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File

The sample is a Microsoft Word document containing VBA macros. The document body suggests a financial lure, and the 'SE_PASSWORD_ARCHIVE_LURE' heuristic indicates it may instruct the user to decrypt a password-protected archive, a common tactic to evade gateway scanning. The presence of VBA macros and a 'macros.bas' file strongly suggests the execution of malicious code via Visual Basic. The 'SC_STR_WSCRIPT' heuristic further supports the execution of scripts.

Heuristics 7

  • Heap-spray pattern detected high SC_HEAP_SPRAY
    Repeated 0x41 (A) bytes found
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • Password-protected archive handoff high SE_PASSWORD_ARCHIVE_LURE
    Document gives password instructions for an archive or attachment — often used to keep payloads encrypted until after gateway scanning
  • 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://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

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