Xls.Downloader.94c25b356b5a6cac-9978798-0 — Office (OLE) / .XLS malware analysis

Static analysis result for SHA-256 94cef8e7b13b09fc…

MALICIOUS

Office (OLE) / .XLS

1.77 MB Created: 2006-09-16 00:00:00 Authoring application: Microsoft Excel First seen: 2023-06-20
MD5: e076810391fed8fddff768e167252342 SHA-1: 88ce094c871eb2e0f859bf51321782540ce0e2bf SHA-256: 94cef8e7b13b09fc1749b77d138c944d83aae1cf84aca1113ee8a4719b24cb12
230 Risk Score

Malware Insights

Xls.Downloader.94c25b356b5a6cac-9978798-0 · confidence 95%

MITRE ATT&CK
T1204 Malicious File T1204.002 Malicious File: User Execution T1059 Command and Scripting Interpreter T1059.005 Command and Scripting Interpreter: Visual Basic

The file is an Excel spreadsheet containing a malicious Equation Editor OLE object, which exploits CVE-2017-11882. This object likely contains a secondary embedded PDF with suspicious findings, indicating a multi-stage attack. The ClamAV signature suggests this is a downloader, designed to fetch and execute further malicious content.

Heuristics 6

  • Equation Editor Ole10Native payload — CVE-2017-11882 critical CVE likely CVE_2017_11882_EQUATION_OLE10NATIVE
    An embedded Microsoft Equation 3.0 object (CLSID 0002CE02-0000-0000-C000-000000000046) carries an Ole10Native packager stream instead of the normal Equation Native/MTEF data. This is the weaponized Equation Editor RCE delivery shape used by CVE-2017-11882 / CVE-2018-0802 maldocs. The payload (font-record overflow + shellcode) is frequently encrypted and the stream name case-scrambled to evade scanners, but an Equation object holding an Ole10Native stream has no benign use.
  • Equation Editor OLE object high CVE related OLE_EQUATION_EDITOR
    Contains Equation Editor object — related to CVE-2017-11882 / CVE-2018-0802 exploitation, but CLSID presence alone is not the malformed MTEF exploit primitive.
  • Secondary embedded PDF body has suspicious static findings critical POLYGLOT_CHILD_PDF_STATIC_TRIAGE
    A valid PDF body was found at a nonzero offset inside another container and its carved contents matched PDF exploit or lure heuristics. This catches polyglots where the top-level magic routes to ZIP/OLE while a PDF reader or downstream parser opens the hidden PDF payload.
  • ClamAV: Xls.Downloader.94c25b356b5a6cac-9978798-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Downloader.94c25b356b5a6cac-9978798-0
  • VBA project contains no executable statements low OLE_VBA_MACROS
    Document contains a VBA project, but extracted modules only contain attributes/options/comments and no executable statements.
  • Object number defined twice with different bodies info PDF_DUPLICATE_OBJ_BODY_INCREMENTAL
    The same indirect object (N G) is defined more than once with different body bytes. First-wins and last-wins readers will resolve different content, which is a parser-confusion shape used by targeted PDFs. Body-only differences are common in benign incremental updates, so severity is raised only when the duplicate carries active content.