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

Static analysis result for SHA-256 34c38d43e0762eb2…

MALICIOUS

Office (OLE) / .DOC

183.5 KB Created: 2019-12-20 12:41:00 Authoring application: Microsoft Office Word
MD5: e33c0bed6f86f518f78f31152802cd3a SHA-1: c48fec1dbc12b0551c6353244ac575d761456d23 SHA-256: 34c38d43e0762eb291cb497d18c9651c5441d1bbaab25f847c0ddc419947b3ce
140 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The file is a Microsoft Word document containing embedded VBA macros. The presence of a 'Document_Open' macro, combined with a 'GetObject' call and VBA p-code execution, indicates an attempt to automatically run malicious code when the document is opened. No specific malware family could be identified, and no external IOCs were extracted.

Heuristics 5

  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • GetObject call high OLE_VBA_GETOBJ
    GetObject 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.
  • 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
eae12ec0adca4893d56cd720a52715dc074a24e946bcb5d4d9a1f20894a9ea29
vba-macro oletools.olevba.extract_macros (decoded VBA source) 7499 bytes