04 Flashcards
___________ Used by winlogon.exe to start the user’s desktop process. (process name)
Userinit.exe
____________ Started by winlogon.exe to retrieve user credentials. (Process name)
Logonui.exe
____________ contains a SID sub-key for all loaded user profiles
(registry keys)
HKU User
____________ contains specific information about the hardware, software, and preferences for all users who log into the system
(registry keys)
HKLM Local Machine
____________ contains user profile environment settings of the interactively logged on user
(registry keys)
HKCU
___________ is used to establish the current hardware configuration
(registry keys)
HKCC
___________ is used to associate file types with programs that are used to open them. (registry keys)
HKCR
Which of the following are HKLM subkeys?
BCD000000000
Hardware
SAM
SECURITY
NTUSER
APPEVENTS
SYSTEM
SOFTWARE
NTDS
SERVICE
BCD000000000
Hardware
SAM
SECURITY
SYSTEM
SOFTWARE
__________ uses user authentication packages to perform user credential verification
Iaass.exe
The hypervisor context of Kernal mode in the lower section is there to increase security T/F?
True
____________ is the lower section of kernel mode, where the hyper-v hypervisor executes, providing a security buffer between the hardware and the actual kernel of the OS
Kernal Mode (HyperVidor Context)
___________ is the kernel process. When executed during the boot sequence, it provides the kernel and executive functions within kernal mode.
__________ and ___________ run in the context of this
NTOskrnl.exe
Hardware Abstarction and Native API DLLs
___________ is a kernel-loadable module that operates between the hardware and the windows executive so that app[lications and device drivers do not have to be aware of hardware-specific information
HAL
The ________ is the lower layer of ntoskrnl.exe and provides fundamental mechanisms used by the executive components and low-level hardware architecture support
Kernal
What is the Kernels four main responsibilities?
-
-
Thread Scheduling
Intterupt and Exception Handling
Low-level processor synchronization
Power failure recovery