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

Static analysis result for SHA-256 a92b3a92c3b6585d…

MALICIOUS

Office (OLE) / .DOC

586.0 KB Created: 2022-02-01 11:27:00 Authoring application: Microsoft Office Word
MD5: a2ec6c4c55175750c793dda0324f01df SHA-1: e80a3b4cdc99434db0e6d5db5447c9f16c85327c SHA-256: a92b3a92c3b6585d94740e846ad379f1e7ca6263f78c4ad46470a5d44f94edb0
62 Risk Score

Malware Insights

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

The sample is a macro-enabled Word document that utilizes a Document_Open macro to initiate malicious activity. The VBA script attempts to download and execute a second-stage payload by constructing the URL "dodro7.ru/" and concatenating it with "http" and "t". The script also attempts to open a document with the password "44", suggesting a multi-stage infection process.

Heuristics 3

  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • 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
    • http://schemas.openxmlformats.org/officeDocument/2006/bibliography
    • http://schemas.openxmlformats.org/officeDocument/2006/customXml

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
5bfc5e933aeb7d281e19754b461d0f430f9e5e9597f4f810a21c219a5dc5b330
vba-macro oletools.olevba.extract_macros (decoded VBA source) 1206 bytes