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

Static analysis result for SHA-256 8208cc2e82773d7f…

MALICIOUS

Office (OLE) / .DOC

416.5 KB Created: 2021-06-10 15:39:00 Authoring application: Microsoft Office Word
MD5: fef66893332d66cafc48607326acd484 SHA-1: 149dfdaf67e2054a45c05c1cdc739953780fb6de SHA-256: 8208cc2e82773d7f36c05aa486375fd3eb3ed78d4db71b9de8e63bf631ec6332
222 Risk Score

Malware Insights

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

The sample is a malicious OLE document containing VBA macros. The presence of a Document_Open macro and a CreateObject call indicates an attempt to automatically execute code upon opening. The macro likely downloads and executes a second-stage payload from the embedded URL, which is a common delivery mechanism for malware.

Heuristics 7

  • 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 — context-specific rules above attribute URLs they actually evaluated; this rule lists URLs that were present in the bytes but were not otherwise tied to a specific finding.
    URL http://31.210.20.45/1xBet/IMG_061_7308_11.ex
    • http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
38c2cb0816378e6d189b385574096da22730eab16b3f9dbd5002fa772d5fcb9c
vba-macro oletools.olevba.extract_macros (decoded VBA source) 880 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 8 Chr/ChrW string-construction calls. Carved macro source contains an auto-exec entry point and execution/download terms.