velociraptor
velociraptor copied to clipboard
Artifact update - Windows.Registry.NTUSER
looking at the Windows.Registry.NTUSER artifact, it would be great to have it updated to do an API read of HKU first, and then only raw read the hives that arent loaded (although you could always just do both and group by after).
Current thought process is:
- Get all users
- Read
HKU
and run query - For all users in
users
but not inhku
, run raw read of ntusers - Collate results
I dont think the artifact itself would be hard to fix up, just wondering whether it would break anything that uses this as a dependency. May be worth keeping the original as "Windows.Registry.RawNTUSER"