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

Static analysis result for SHA-256 e9d707d05ef837e5…

MALICIOUS

Office (OLE) / .DOC

650.5 KB Created: 2020-01-10 10:32:00 Authoring application: Microsoft Office Word
MD5: 8cf8b7e7e0de5d2ac2eb6549108c22fc SHA-1: 2ca9934d903ddad528a626d0f03429f3126c400d SHA-256: e9d707d05ef837e5184821bc740f5c8d5e16ce2c983795898b46b3c244efb828
100 Risk Score

Malware Insights

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

The sample is a Microsoft Office document containing VBA macros. Heuristics indicate the presence of CreateObject and CallByName functions, commonly used for executing malicious code. The VBA macros are heavily obfuscated, making it difficult to determine the exact payload, but the presence of these functions strongly suggests an attempt to download and execute a second-stage payload. The document body contains JavaScript-like obfuscated code, further supporting the malicious intent.

Heuristics 4

  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • CallByName call high OLE_VBA_CALLBYNAME
    CallByName call
  • 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
d81d7be6a387658f9591a94758b6a958798853736d1c6fc0a672f3dae8a81221
vba-macro oletools.olevba.extract_macros (decoded VBA source) 3889 bytes