Windows DLL Sideloading Indicator: JsSchHlp Loads JSESPR.dll from Untrusted Path

Alerts on unexpected loads of \JSESPR.dll, indicating possible DLL sideloading outside the Justsystem JsSchHlp directory.

FreeReviewedSigma · Medium · v2
Product
windows
Category
image_load
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-12-14
Updated
2026-07-31
title: "Windows DLL Sideloading Indicator: JsSchHlp Loads JSESPR.dll from Untrusted Path"
id: 34d7869c-9343-48d0-8ebb-c7eb248db864
status: test
description: This rule flags cases where a process loads the DLL named JSESPR.dll, but the DLL load path is not the expected JsSchHlp directory under Program Files\Common Files\Justsystem. Attackers may use DLL sideloading to execute malicious code under the guise of a legitimate application component. The detection relies on Windows image load telemetry that provides the loaded DLL filename and full load path.
references:
  - https://www.welivesecurity.com/2022/12/14/unmasking-mirrorface-operation-liberalface-targeting-japanese-political-entities/
  - http://www.windowexe.com/bbs/board.php?q=jsschhlp-exe-c-program-files-common-files-justsystem-jsschhlp-jsschhlp
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_side_load_jsschhlp.yml
author: frack113, Huntrule Team
date: 2022-12-14
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.execution
  - attack.stealth
  - attack.t1574.001
logsource:
  category: image_load
  product: windows
detection:
  selection:
    ImageLoaded|endswith: \JSESPR.dll
  filter:
    ImageLoaded|startswith: C:\Program Files\Common Files\Justsystem\JsSchHlp\
  condition: selection and not filter
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 68654bf0-4412-43d5-bfe8-5eaa393cd939
    type: derived