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

Static analysis result for SHA-256 cb654760a362c9f7…

MALICIOUS

Office (OLE) / .DOT

240.0 KB Created: 2001-12-11 10:50:00 Authoring application: Microsoft Word 10.0
MD5: bb4d722c44bd4a6b6aa4c8b6b18d08c4 SHA-1: 3e9333ed86710e2aa46d98e6d73e50accba1bbdb SHA-256: cb654760a362c9f7e2eefa1a71b44d766cdebf50ad729262b3e3f47630dd3b24
100 Risk Score

Malware Insights

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

The file is a Microsoft Word template (.DOT) containing a large VBA macro. The macro utilizes CreateObject, a common technique for executing code, and exhibits VBA Chr string obfuscation, indicating a malicious intent to hide its functionality. The embedded URL 'http://www.goetz-reinecke.de' is likely used to download and execute a second-stage payload. The presence of obfuscated VBA code and the use of CreateObject strongly suggest a downloader or droppper malware.

Heuristics 4

  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • 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://www.goetz-reinecke.de

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
d84dd565aff701e0b19db358cd62296ca7ffaa820aedd220d61dc3016e12d6da
vba-macro oletools.olevba.extract_macros (decoded VBA source) 50320 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 8 Chr/ChrW string-construction calls.