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

Static analysis result for SHA-256 7336cd3bd33bed30…

MALICIOUS

Office (OLE) / .DOC

612.5 KB Created: 2021-08-18 09:45:00 Authoring application: Microsoft Office Word
MD5: 089c846d6e0e740ee0a4a8b3bd409cad SHA-1: 2ba96ba3055f35ce4c5b8d7acc5b99c11db02986 SHA-256: 7336cd3bd33bed303b35a019ad2e354bc2a2bb3249291ba9cd2eb98ecf7bfedf
104 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment

The sample is a malicious Word document containing a Document_Open VBA macro. This macro attempts to create a file named 'glib.doc' in the user's template path and then likely attempts to execute it. The macro's obfuscated nature and the presence of a Document_Open subroutine strongly suggest it's designed to download and execute a second-stage payload.

Heuristics 5

  • Office EPRINT stream contains EMF object high CVE related OLE_EPRINT_EMF_OBJECT
    OLE ObjectPool contains an EPRINT stream with EMF data. This is rare in normal documents and is CVE-2007-3893/MS07-046-family evidence when paired with Office exploit payload anomalies, but the malformed EMF record is not proven by this rule alone.
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Suspicious extracted artifact info 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.
  • 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.microsoft.com/office/2006/encryption
    • http://schemas.microsoft.com/office/2006/keyEncryptor/password
    • http://schemas.microsoft.com/office/2006/keyEncryptor/certificate
    • http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
614d0a73806e7ab3fc5c84257cbd07da19d41c3036ddfad266f0e2f87094a5b4
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2723 bytes
ole10native_00.bin
5767117a1743e860dd880afe253c86dced74cf015641482957a69c6278a48e51
ole-package OLE Ole10Native stream: ObjectPool/_1690759731/Ole10Native 444719 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact entropy is 7.99, consistent with packed or encrypted content.