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

Static analysis result for SHA-256 1e472b9de49871cb…

MALICIOUS

Office (OLE) / .DOC

152.5 KB Created: 2021-04-05 11:57:00 Authoring application: Microsoft Office Word
MD5: 3b293561854d9ad8d99f8cf2f37ec521 SHA-1: 96c0e80d1f801b294cfac4038df584f83b637fe2 SHA-256: 1e472b9de49871cbf3a381b560312a55163a196213329fdae34f4bbae6dd9d20
220 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File

The sample contains VBA macros, including an AutoOpen macro, which is a common delivery mechanism for malware. Heuristics indicate the use of WinExec and cmd.exe, suggesting the execution of external commands. The CVE-2012-0158 heuristic points to a specific vulnerability exploitation. The VBA code likely downloads and executes a second-stage payload, although the exact nature of the payload is not discernible from the provided information.

Heuristics 7

  • MSCOMCTL.ListView — CVE-2012-0158 high CVE likely CVE_2012_0158
    MSCOMCTL.ListView — CVE-2012-0158
  • Reference to WinExec API high SC_STR_WINEXEC
    Reference to WinExec API
  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen macro
  • cmd.exe reference in VBA high OLE_VBA_CMD
    cmd.exe reference in VBA
  • 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
c04507977dd2ea20d86e147bf775add94260e43cb21b1d15db27f0c2bf8d2b70
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2332 bytes