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

Static analysis result for SHA-256 91cf5e5060f25490…

MALICIOUS

Office (OLE) / .DOC

42.5 KB Created: 2023-05-31 01:59:00 Authoring application: Microsoft Office Word First seen: 2023-05-31
MD5: 211e6002d69560d311f90715736f76d6 SHA-1: 98cb9639a3d5a0faee4ceaa4fe2cbdca8f8d31f8 SHA-256: 91cf5e5060f254905b48d517addd966c3f43454de14c376e8cb3b45fbd3058c9
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 `CreateObject` to instantiate `Microsoft.XMLHTTP` and `ADODB.Stream` objects. It then proceeds to download a file from 'http://topvaluationfirms.com/TelexCopy.png' and saves it locally as 'TelexCopy.png'. Finally, the `Shell()` function is called to execute the downloaded file, 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/TelexCopy.png
    • http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
9e8fb2df40f3baadffdcb90292110696346890f59821d39f5280d5b17da9663a
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1263 bytes