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

Static analysis result for SHA-256 6167485a8c5e81bc…

MALICIOUS

Office (OLE) / .DOC

429.5 KB Created: 2020-09-08 12:33:00 Authoring application: Microsoft Office Word
MD5: e02cb6460836bafbb7fb8cb017309046 SHA-1: a0a15d68bbd4a65207661621157ab12a572df608 SHA-256: 6167485a8c5e81bc24d8dd5fa3206f7d3bc26a8643d619bbaf9446830ff37f06
282 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1105 Ingress Tool Transfer

The sample is a malicious Office document containing VBA macros. The autoOpen macro utilizes CreateObject to instantiate a FileSystemObject, which is then used to create a file named 'LKOJHFTDTYFVKDSFFV' in the C:\ProgramData directory and write data to it. This behavior is indicative of a downloader or dropper, aiming to stage a subsequent payload for execution.

Heuristics 8

  • ClamAV: Doc.Malware.Sdrop-9756475-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Malware.Sdrop-9756475-0
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen macro
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject 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
c3222b9122bb2541df1aee152c7a77a1490567bd2d3f63f6270ba978aa8d1175
vba-macro oletools.olevba.extract_macros (decoded VBA source) 20385 bytes