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

Static analysis result for SHA-256 7dd83becd0500f54…

MALICIOUS

Office (OLE) / .DOC

246.7 KB Created: 2020-01-14 07:10:00 Authoring application: Microsoft Office Word
MD5: 80892b73c28667d5f3b50d7285166e36 SHA-1: da860d2f4927a85a4746aa41fb8a77ef197eb7b7 SHA-256: 7dd83becd0500f5438191df5cb03686850992bf27b292e0644b9acf678040fff
202 Risk Score

Malware Insights

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

The file is a malicious Office document containing VBA macros. The 'Document_Open' macro is present and configured to execute automatically, indicating an attempt to run malicious code upon opening. The presence of a GetObject call further suggests dynamic execution. While the specific payload is not directly visible, the macro's structure and the ClamAV detection point towards a dropper functionality.

Heuristics 6

  • ClamAV: Doc.Dropper.Generic-7535875-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Generic-7535875-0
  • 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
ef6c079c575250cbaa47be1b843b5db175dca0784ca8037b8152f74b49c47e5a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 11177 bytes