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

Static analysis result for SHA-256 1362bd550b6bce1a…

MALICIOUS

Office (OLE) / .DOC

214.0 KB Created: 2025-11-21 03:19:00 Authoring application: Microsoft Office Word
MD5: 62620d4c521ae2e04e9a7d5c8b4aebe5 SHA-1: c098628d67d654175f787f0d9deb626ab0ce4a13 SHA-256: 1362bd550b6bce1a99388bbb4a8eccfe085f7a38770a502701b3c064c0a1f461
182 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059 Command and Scripting Interpreter T1204.002 Malicious File

The sample contains VBA macros, including an AutoOpen function, which is a common technique for executing malicious code upon opening a document. The script attempts to use LoadLibraryA and CreateObject, indicating it's designed to execute further stages or download additional payloads. The presence of these elements strongly suggests a macro-based malware delivery mechanism.

Heuristics 6

  • Reference to LoadLibrary API high SC_STR_LOADLIBRARY
    Reference to LoadLibrary API
  • AutoOpen macro high OLE_VBA_AUTOOPEN
    AutoOpen 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.
  • 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
e878e03dbd01ef5d7a359601be4c22b86d492b8dbdf5f77e56c20433354bd507
vba-macro oletools.olevba.extract_macros (decoded VBA source) 6635 bytes