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

Static analysis result for SHA-256 e84fa10ef8e7d464…

MALICIOUS

Office (OLE) / .DOC

45.0 KB Created: 2021-07-06 04:33:00 Authoring application: Microsoft Office Word
MD5: e3e7e2211af8f5412215e800d6da797c SHA-1: 89632c4c1869778779188f6b3d9fc3c9150806a2 SHA-256: e84fa10ef8e7d464b11978aba4dd8a898ca00d431f309ee2d39b28b22da830f8
142 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell

The sample contains VBA macros that are automatically executed upon opening. The script utilizes CreateObject and CallByName functions to instantiate and interact with 'MSXML2.ServerXMLHTTP', which is then used to send data to the URL 'https://saervilohim.top/ecm/ibm/1633181422/feedback'. This indicates the macro's purpose is to download and execute a second-stage payload from the specified URL.

Heuristics 5

  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • CallByName call high OLE_VBA_CALLBYNAME
    CallByName 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 https://saervilohim.top/ecm/ibm/1633181422/feedback
    • http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
9e1eb914e18d991ee27946c134e43baf0d9ce56974549631ead8ea70c60f6bef
vba-macro oletools.olevba.extract_macros (decoded VBA source) 2825 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.