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

Static analysis result for SHA-256 f17bd7fd6d8a9e5f…

MALICIOUS

Office (OLE) / .XLS

1.00 MB Created: 2006-09-16 00:00:00 Authoring application: Microsoft Excel
MD5: c433eae598bb293ae5c2f28ad9a61c3b SHA-1: 147fd7e85120f016898715a0ef1bbe57dce6380a SHA-256: f17bd7fd6d8a9e5fcbda5a90f2e7b6cd0835e52eda90c374290e896cd460745f
60 Risk Score

Malware Insights

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

The critical heuristic firing indicates exploitation of CVE-2017-0199 via an OLE2Link object pointing to a remote URL. This technique is commonly used to download and execute a second-stage payload. The extracted URL, http://jx.ax/Ld3, is the primary indicator for the remote loader.

Heuristics 1

  • OLE2Link / URL Moniker → remote loader — CVE-2017-0199 critical CVE likely CVE_2017_0199
    Document contains an embedded OLE link object whose URL Moniker points to a remote URL. When the host file is opened, Office follows the link, downloads the URL, and processes the response based on its Content-Type (HTA -> mshta.exe, RTF → Word, etc.) — the documented CVE-2017-0199 primitive. The URL extension is not a reliable filter; servers can return different payloads to Office's user agent.