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

Static analysis result for SHA-256 c8718b1795499f8f…

MALICIOUS

Office (OLE) / .DOC

60.5 KB Created: 2020-04-19 02:19:00 Authoring application: Microsoft Office Word
MD5: 43f3c5e6848bb185ed257592c7f93c34 SHA-1: 5684d555804c144fbffc5d7082863d223ea89d10 SHA-256: c8718b1795499f8f6958c2665914bd1320a4a3a6b039f00d19ab7ca283ffb968
400 Risk Score

Malware Insights

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

The sample is a malicious OLE document containing VBA macros. The 'Document_Open' macro is automatically executed upon opening the document, which uses 'WScript.Shell' and 'CreateObject' to likely download and execute a second-stage payload. The ClamAV heuristic also flags this as a macro-based obfuscation technique. The embedded URL is benign, but the overall behavior strongly suggests a downloader.

Heuristics 10

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • WScript.Shell usage critical OLE_VBA_WSCRIPT
    WScript.Shell usage
  • ClamAV: Xls.Macro.Obfuscation-9804250-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Macro.Obfuscation-9804250-0
  • 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.
  • Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • 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
209ea547afd8b57aa6fec0c522092da95e0ab3ee0ca7f15bc59ebfc4350a7394
vba-macro oletools.olevba.extract_macros (decoded VBA source) 14779 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 shell/COM execution token(s). Carved artifact contains 69 long base64-like blob(s). Carved macro source contains an auto-exec entry point and execution/download terms.