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

Static analysis result for SHA-256 fff3b6e3b1e48e2c…

MALICIOUS

Office (OLE) / .DOC

277.5 KB Created: 2021-11-04 00:28:00 Authoring application: Microsoft Office Word
MD5: 94e08342ad2770ac5656fa95c9e0cee1 SHA-1: 3a35d4d1dc7b9143182a9f7876531ea10f3f5d80 SHA-256: fff3b6e3b1e48e2c5e093c9ac39dd504464b6be86c51250109d96f79de2af8e6
142 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1204.002 Malicious File T1105 Ingress Tool Transfer

The Document_Open VBA macro is triggered upon opening the malicious Word document. It constructs a batch file named 'god.bat' in the public documents directory. This batch file contains a command to download a second-stage executable from 'http://ddl8.data.hu/get/210646/13081337/YConsoleApp117all.exe' and save it as 'muchbehind.exe' in the same directory. Finally, it executes the downloaded file. The VBA macro uses GetObject to create and write to the batch file, and then another GetObject call to execute it.

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
d333a582198703f1741aa6e36dbd01f52a9b2b247be6da2fc00cfdd41835bea2
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1052 bytes