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

Static analysis result for SHA-256 8f9f2be3c9715cfd…

MALICIOUS

Office (OLE) / .DOC

45.0 KB Created: 2021-07-06 04:33:00 Authoring application: Microsoft Office Word
MD5: e1e27c310ed277c5f8aea6e150d705f9 SHA-1: 05ff9d90926b824fce67e7a08e37cc32ea44867d SHA-256: 8f9f2be3c9715cfd341055178f219eae6f03e03bbc53192775bd2718f38a35d4
142 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1071.001 Web Protocols

The sample contains VBA macros that leverage CreateObject and CallByName functions, indicating malicious intent. The script attempts to establish communication with the URL 'https://saervilohim.top/ecm/ibm/1633155506/feedback' using MSXML2.ServerXMLHTTP to send data. This suggests the macro is designed 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/1633155506/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.