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

Static analysis result for SHA-256 2f459140eaf8cfae…

MALICIOUS

Office (OLE) / .DOCX

1.22 MB Created: 2026-01-25 08:35:00 Authoring application: Microsoft Office Word First seen: 2026-02-25
MD5: 88e9acbc222b83d524dd4174367dec8b SHA-1: 975c763e050d0a9a46f0aafdde66d3e7f0626c5b SHA-256: 2f459140eaf8cfae6c034f2355217ff3581833be93bfe4cd749e3bedb94cff51
290 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File T1059.005 Visual Basic T1059.001 PowerShell T1059.003 Windows Command Shell T1204.001 User Execution T1105 Ingress Tool Transfer

The sample is a Microsoft Word document containing a VBA macro that exploits CVE-2007-3899, a memory corruption vulnerability. The macro utilizes the CreateProcess API, indicating an attempt to execute a secondary payload. ClamAV also identified it as a dropper. The presence of a Document_Open macro and the reference to CreateProcess strongly suggest the document's purpose is to download and execute a malicious file.

Heuristics 9

  • CVE-2007-3899 — Microsoft Word malformed string memory corruption critical CVE likely CVE_2007_3899
    Word OLE document has the MS07-060 malformed-string exploit shape: a Word 97-family FIB points to a malformed DOP/string-table region with an abnormal INT_MAX run, inflated text counters, and exploit payload or Mdropper.Z campaign evidence.
  • ClamAV: Doc.Dropper.HexEncodedEXEHeader-9789587-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.HexEncodedEXEHeader-9789587-1
  • Reference to CreateProcess API high SC_STR_CREATEPROCESS
    Reference to CreateProcess API
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • 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.
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Environ() call (env variable access) low OLE_VBA_ENVIRON
    Environ() call (env variable access)
  • 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/officeDocument/2006/bibliography
    • http://schemas.openxmlformats.org/officeDocument/2006/customXml
    • http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

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