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

Static analysis result for SHA-256 bd4ea00b1ec65e6b…

MALICIOUS

Office (OLE) / .DOC

173.0 KB Created: 2021-11-30 06:51:00 Authoring application: Microsoft Office Word
MD5: dae17b5cc5a0890c6ed761863d7576aa SHA-1: 627ddea08760ae4bf66c4d38f002750479fc6921 SHA-256: bd4ea00b1ec65e6bf13be7a9ed69ab0d92fc52d9529025661590875e7842cb54
62 Risk Score

Malware Insights

MITRE ATT&CK
T1566.001 Spearphishing Attachment T1059.005 Visual Basic

The sample is a malicious Word document containing VBA macros. The Document_Open macro is triggered upon opening the document, which then constructs the URL "http://diuar5.ru/" and attempts to open a password-protected document named "help.doc" from that URL using the password "donttouchme". This indicates a likely attempt to deliver a second-stage payload or phish credentials.

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
57439e7b3dbf931d4df782141c52baaed108b49288aa86cebe095ed109085326
vba-macro oletools.olevba.extract_macros (decoded VBA source) 744 bytes