Description: Values in Windows Registry Hives
What The Data Shows: could determine what registry values exist, this can be used to find installed software, or indicators of compromise; where registry could be used for persistence
SQL:
SELECT key,path,name,data
FROM (`registry`);