Potential RjvPlatform.DLL Sideloading From Default Location
Detects loading of "RjvPlatform.dll" by the "SystemResetPlatform.exe" binary which can be abused as a method of DLL side loading since the "$SysReset" directory isn't created by default.
Sigma rule (View on GitHub)
 1title: Potential RjvPlatform.DLL Sideloading From Default Location
 2id: 259dda31-b7a3-444f-b7d8-17f96e8a7d0d
 3status: test
 4description: Detects loading of "RjvPlatform.dll" by the "SystemResetPlatform.exe" binary which can be abused as a method of DLL side loading since the "$SysReset" directory isn't created by default.
 5references:
 6    - https://twitter.com/0gtweet/status/1666716511988330499
 7author: X__Junior (Nextron Systems)
 8date: 2023-06-09
 9tags:
10    - attack.persistence
11    - attack.defense-evasion
12    - attack.privilege-escalation
13    - attack.t1574.001
14logsource:
15    category: image_load
16    product: windows
17detection:
18    selection:
19        Image: 'C:\Windows\System32\SystemResetPlatform\SystemResetPlatform.exe'
20        ImageLoaded: 'C:\$SysReset\Framework\Stack\RjvPlatform.dll'
21    condition: selection
22falsepositives:
23    - Unknown
24level: medium
References
Related rules
- APT27 - Emissary Panda Activity
- Aruba Network Service Potential DLL Sideloading
- Creation of WerFault.exe/Wer.dll in Unusual Folder
- DHCP Callout DLL Installation
- DHCP Server Error Failed Loading the CallOut DLL