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

Static analysis result for SHA-256 1b6780bdf158e5db…

MALICIOUS

Office (OLE) / .DOC

150.2 KB Created: 2019-04-26 10:18:00 Authoring application: Microsoft Office Word
MD5: 5a6311a1a7a46ede79c50de037a3be93 SHA-1: 5d057a060f2c60d371cff78d0b9be99215d31bd0 SHA-256: 1b6780bdf158e5db38f844964fee58e27eb788ee24d330675660cd5cc4cab119
260 Risk Score

Malware Insights

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

The sample is a malicious DOC file containing VBA macros, specifically an AutoOpen macro that utilizes GetObject and WMI to launch a process. This is strongly indicative of a downloader attempting to execute a second-stage payload. The ClamAV detection name 'Doc.Downloader.Powload-6956387-0' further supports this assessment. No specific family could be confidently identified, but the behavior aligns with common downloader tactics.

Heuristics 7

  • VBA WMI Win32_Process launcher critical OLE_VBA_WMI_PROCESS_CREATE
    VBA macro builds or references a WMI moniker for Win32_Process and invokes .Create to start a command. This is a high-confidence macro execution chain that often hides the WMI class name through string concatenation or helper functions.
  • ClamAV: Doc.Downloader.Powload-6956387-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Downloader.Powload-6956387-0
  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen macro
  • GetObject call high OLE_VBA_GETOBJ
    GetObject 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://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
35fa5c8201e3be24ed97293785cdf6a4d558d840ccd813736cfee05fdbdb421e
vba-macro oletools.olevba.extract_macros (decoded VBA source) 39989 bytes