Validate all instances where HKCU is being referenced iterate across all user hives #87
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Uh oh!
There was an error while loading. Please reload this page.
Any time where we are expecting to use HKCU registry hive, we should setup the base bath as HKCU or similar and perform a replacement/addition operation like below:
This needs to be validated across the code base for all possible options, then we would iterate through $paths variable for all usage within the detection. $regtarget_hkcu_list is a global variable available to all detections and is setup when execution begins before any detection logic executes.
The text was updated successfully, but these errors were encountered: