Potential RjvPlatform.DLL Sideloading From Non-Default Location

Detects potential DLL sideloading of "RjvPlatform.dll" by "SystemResetPlatform.exe" located in a non-default location.

Sigma rule (View on GitHub)

 1title: Potential RjvPlatform.DLL Sideloading From Non-Default Location
 2id: 0e0bc253-07ed-43f1-816d-e1b220fe8971
 3status: test
 4description: Detects potential DLL sideloading of "RjvPlatform.dll" by "SystemResetPlatform.exe" located in a non-default location.
 5references:
 6    - https://twitter.com/0gtweet/status/1666716511988330499
 7author: X__Junior (Nextron Systems)
 8date: 2023/06/09
 9tags:
10    - attack.defense_evasion
11    - attack.privilege_escalation
12    - attack.t1574.001
13    - attack.t1574.002
14logsource:
15    category: image_load
16    product: windows
17detection:
18    selection:
19        ImageLoaded|endswith: '\RjvPlatform.dll'
20        Image: '\SystemResetPlatform.exe'
21    filter_main_legit_path:
22        Image|startswith: 'C:\Windows\System32\SystemResetPlatform\'
23    condition: selection and not 1 of filter_main_*
24falsepositives:
25    - Unlikely
26level: high

References

Related rules

to-top