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

Static analysis result for SHA-256 98ad896fba178994…

MALICIOUS

Office (OLE) / .XLS

564.5 KB Created: 2006-09-16 00:00:00 Authoring application: Microsoft Excel
MD5: 0afb5bfb1d8d7668a5cce238da947f98 SHA-1: c0c607e334c4b31e3cc8d5703ec16faa9b4766d4 SHA-256: 98ad896fba17899465c642cc1e0e745ff5a081f5871fc091c0391a5929192ca5
60 Risk Score

Malware Insights

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

The critical heuristic firing indicates the exploitation of CVE-2017-0199, which is a known vulnerability used to download and execute remote content. The extracted URL points to a remote loader, suggesting the file's primary purpose is to act as a dropper for further malicious activity. The file is an OLE2Link object, commonly used in Office exploits.

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.