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

Static analysis result for SHA-256 e8ea13799fe43f6e…

MALICIOUS

Office (OLE) / .XLS

370.0 KB Created: 2022-11-09 21:57:43 Authoring application: Microsoft Excel First seen: 2022-11-10
MD5: e34e16b0bf7b12a2741f9e7218c7beae SHA-1: b455c227a620f47a611d4af4ba078e22877e3bde SHA-256: e8ea13799fe43f6e41e65740f5c4411d534ac481c07d167197f5edb95200add1
462 Risk Score

Malware Insights

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

The sample is an Excel file containing VBA macros that trigger on opening (AutoOpen and Workbook_Open). These macros utilize WScript.Shell and CreateObject to download a file from 'http://37.139.128.94/fx/IMG00025026541.exe' and execute it. This behavior is consistent with a macro-based dropper.

Heuristics 11

  • 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.
  • ClamAV: Doc.Dropper.Agent-6412232-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Agent-6412232-1
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen macro
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_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.
  • 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://37.139.128.94/fx/IMG00025026541.exe

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
5c8abca60d4ccbd2c2c37b9afaa586772bf2ece2fe0e828a0ff0586471d5c3eb
vba-macro oletools.olevba.extract_macros (decoded VBA source) 75222 bytes