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

Static analysis result for SHA-256 e518242895d0c091…

MALICIOUS

Office (OLE) / .DOC

45.0 KB Created: 2021-07-06 04:33:00 Authoring application: Microsoft Office Word
MD5: a0dd85290a01ee1f6a545f103c5a1723 SHA-1: 33debe8575f74a9ba7f58a8815a802d12c09c986 SHA-256: e518242895d0c09159cb5be0c5a9edbf0550d6abe6163123f9b3c3e75cff4542
142 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1105 Ingress Tool Transfer

The sample contains VBA macros that utilize CreateObject and CallByName functions, indicative of malicious intent. The script attempts to establish communication with the URL 'https://saervilohim.top/ecm/ibm/1633157120/feedback' using 'MSXML2.ServerXMLHTTP' to download and execute a second-stage payload. The presence of the 'macros.bas' file further supports the macro-based execution. The exact functionality after the initial download is truncated, limiting full analysis.

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/1633157120/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.