8 - Windows System Enumeration Flashcards
Explain the difference between a registry hive and a registry key.
Both “Hives” and registry keys have folders in the Window Registry; however, a registry Hive is the first folder in the registry and it contains the registry keys.
Describe the process of Enumeration, as it related to Cyber.
It is a process of extracting user names, machine names, network resources, shares and services from a system.
The global configuration for the system, application and hardware settings that would apply to all users. This is the most commonly accessed Hive for changing the system and obtaining high value information.
HKEY_LocalMachine
(HKLM)
Contains user-specific configuration information for all currently active users on the computer. This means the user logged in at the moment as well as any other users who have also logged in but have since “switched users.”
HKEY_USERs
(HKU)
Contains configuration information for Windows and software specific to the currently logged in user.
Controls user-level settings like the installed printers, desktop wallpaper, display settings, environment variables, keyboard layout, mapped network drives, and more.
HKEY_CURRENT USER
(HKCU)
This registry hive contains the necessary information for Windows to know what to do when you ask it to do something, like to view the contents of a drive, or open a certain type of file, etc.
HKEY_CLASSES_ROOT
This is a registry hive that’s a part of the Windows Registry. It doesn’t store any information itself but instead acts as a pointer, or a shortcut, to a registry key that keeps the information about the hardware profile currently being used.
HKEY_CURRENT CONFIG
(HKCC)