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

Static analysis result for SHA-256 efc67f1c77aec88e…

MALICIOUS

Office (OLE) / .DOC

1.62 MB Created: 2021-04-05 11:57:00 Authoring application: Microsoft Office Word
MD5: 0baa8263199bac58971b6c10b057dd53 SHA-1: f7918ed05c39b579814156266f410a4249f310d1 SHA-256: efc67f1c77aec88eda7cf1f5403ca9d942b0187512d6621fc7f818e9ad1a6cc8
220 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File T1059.005 Visual Basic T1059.003 Windows Command Shell

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 arbitrary commands. The presence of CVE-2012-0158 points to exploitation of a known vulnerability in MSCOMCTL.ListView. The VBA p-code indicates auto-execution with shell tokens, likely to download and run a second-stage payload.

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
044ea208379633f67fb76e9be2438aba3d8c9ea9af989fc415bb520a0a4cce3b
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2208 bytes