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

Static analysis result for SHA-256 64993027a06a6816…

MALICIOUS

Office (OLE) / .DOC

73.5 KB Created: 2023-05-28 22:59:00 Authoring application: Microsoft Office Word First seen: 2023-05-29
MD5: 60ded0642762a22d14b26c053040c9d5 SHA-1: a7f3a91ba5ca3e3d70f97be2fb2ee2fd77ba1eda SHA-256: 64993027a06a6816de87236edd01f75852bbd6bd593eaf9ab40b8825dfc41744
402 Risk Score

Malware Insights

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

The VBA macro within the document utilizes WScript.Shell and CreateObject to download a file from 'http://topvaluationfirms.com/kkraken.png' and save it locally as 'kkraken.png'. The macro then attempts to execute this downloaded file using the Shell() function, indicating a downloader or droppper functionality.

Heuristics 10

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • VBA downloads and writes a file to disk critical OLE_VBA_HTTP_DROP_EXEC
    VBA reads an HTTP response body and writes it to disk (ADODB.Stream SaveToFile). Combined with the auto-exec/Shell paths this is a download-drop dropper even when the COM ProgIDs are built dynamically to evade keyword scanning.
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open 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.
  • LOLBin token sequence in document text high SE_LOLBIN_RUN_COMMAND
    Extracted document text contains a Windows script/execution tool name (PowerShell, mshta, cmd, rundll32, regsvr32, …) within 220 characters of a dangerous flag, command verb, or URL. This is a visible 'run this' instruction in HTML/PDF/RTF lure bodies, or — in macro-laden Office files — the macro's own string-pool entries appearing adjacent in extracted text.
  • 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://topvaluationfirms.com/kkraken.png
    • http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
a0a607f023fffa9c5d7d49d94a17104ae4c09bde7aef7d8507989148eeedd64b
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1259 bytes