03 Flashcards
___________________ Volatile hive created at boot that contains hardware information provided by the firmware (HKLM sub-key)
HKLM/Hardware
_____________________ contains boot configuration data, used with 6.* and 10.* architectures (HKLM sub-key)
HKLM\BCD00000000000
_____________ contains local account information as well as password values (HKLM sub-key)
HKLM/SAM
____________ contains cached logons and local security policy (HKLM sub-key)
HKLM/Security
__________ Contains a collection of sub-keys for various installed components and programs (HKLM-subkey)
HKLM\SOFTWARE
__________ contains control sets from which HKCC is derived
HKLM/System
_____________ contains information about currently installed hardware and contains several sub-keys with information that is generated during boot-up
HARDWARE Sub-Key
____________ sub-key, contains all local account information
SAM sub-key
___________ sub-key contains information about cached logons, policy, special accounts, and registry transaction (RXACT PACKAGE)
Security sub-key
___________ sub-key contains logon information for the last ten people
cache sub-key
__________ sub-key contains a collection of sub-keys for various installed components and applications
Software sub-key
Important entries in the software sub-key
_______ defines current installation of windows
________list of executables that run on system start-up
________programs are deleted from key once executed (e.g., software updates)
________ similar to run but for services, (May not always be present
currentversion
currentversion\run
currentversion\runonce
currentversion\runservices
Can the software sub-key be used to determine if the machine is a VM?
yes
________ sub-key contains definitions, control sets, and information about removable media
System sub-key
The select key contains
_______
_______
_______
Current
Failed
LastKnownGood
What are the sub-keys for the control sets under System sub-key?
Control
Enum
Mounted Devices
Services
What are the entries for control under controlsets?
_____________Local security authority. Validates security for local users.
____________ manages user’s session and basic start-up
___________System determines which edition is booted by querying registry values under HKLM\SYSTEM\CurrentControlSet\Control\Productoptions
LSA
Session Manager
Product options
What are the entries for Enum under controlsets?
_________ Provides USB device information including a description and hardware identification. Useful for tracking usage of a particular USB-connected device across multiple machines.
_________ contains device driver information
USB/USBSTOR
SCSI
_________ shows drives available to system (controlsets)
Mounted devices
__________ contains information about services and drivers available to the system (controlsets)
Services
Major sub-keys of HKCU include:
_________ user settings and defaults are stored here, including color schemes, appearance and accessibility options to name a few
_________ contains current session information
_____ contains installed software information
Control Panel
Session Information
Software
HKCC is used to establish the current hardware configuration profile what are its two sub-keys?
_________ has a Microsoft sub-key, may have other application sub-keys
_________ contains objects that temporarily modify current control set
Software
System
What are the Registry data types?
________ Raw binary data; hardware component information stored as binary data
________ Most common value type consisting of 32-bit numbers expressed in decimal or hexadecimal
_________ Fixed length text string
_________ A Variable-length text string allowing use of environmental variables
_________ contains lists or multiple text string values
REG_BINARY
REG_DWORD
REG_SZ
REG_EXPAND_SZ
REG_MULTI_SZ
What command is used for editing the registry>
reg.exe