Windows: RjvPlatform.dll loaded by SystemResetPlatform.exe from $SysReset path

Alerts on SystemResetPlatform.exe loading RjvPlatform.dll from the $SysReset Framework Stack path on Windows.

FreeReviewedSigma · Medium · v2
Product
windows
Category
image_load
Author
X__Junior (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-06-09
Updated
2026-07-31
title: "Windows: RjvPlatform.dll loaded by SystemResetPlatform.exe from $SysReset path"
id: 6fbbf03c-1ba7-4a87-8a37-688134237e7e
status: test
description: This rule flags instances where SystemResetPlatform.exe loads RjvPlatform.dll from the C:\$SysReset\Framework\Stack\RjvPlatform.dll path. Attackers may leverage this pattern as a DLL side-loading technique when the expected $SysReset directory is not normally created. The detection relies on Windows DLL image load telemetry that records the loading process path and the fully qualified DLL path.
references:
  - https://twitter.com/0gtweet/status/1666716511988330499
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_side_load_rjvplatform_default_location.yml
author: X__Junior (Nextron Systems), Huntrule Team
date: 2023-06-09
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.execution
  - attack.stealth
  - attack.t1574.001
logsource:
  category: image_load
  product: windows
detection:
  selection:
    Image: C:\Windows\System32\SystemResetPlatform\SystemResetPlatform.exe
    ImageLoaded: C:\$SysReset\Framework\Stack\RjvPlatform.dll
  condition: selection
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 259dda31-b7a3-444f-b7d8-17f96e8a7d0d
    type: derived