Registry
Last updated
Last updated
Use the transactional .log1 files to update UsrClass.dat and NTUSER.dat files to ensure no data is lost when parsed.
Because the registry is structured similar to a file system, we have the ability to recover deleted registry keys. Use Registry Explorer to accomplish this.
Analyze full directories and output important keys in csv format. Use TimeLineExplorer to analyze data.
Keys and subkeys have last write timestamps, values do not.
HKU and HKCU are comprised of two files NTUSER.DAT and UsrClass.dat. Below are the registry keys contained in NTUSER.DAT.
below are the keys contained in UsrClass.dat
Shows folders that user traversed to within Explorer.exe. Does not track files, EXCEPT .zip files.
HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU
Contain folders navigated to and subkey access order.
HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags
Contains display information about folder.
Considerations:
Shellbags last forever (siutationally).
Feature updates can wipe shellbags or skew timestamps, check for last update if needed.
Deleting path will not remove shellbag entry, can find paths that do not exist.
Use ShellbagsParser and compare MRUListEx entry order in RegExplorer to find correct accessed time.