MOD D02: Security Policy and Registry - PE problems Flashcards
What is a set of configurations that can be applied on desktops to enhance security?
- Registry Keys
- Active Directory
- Security Policy
- Local Policy
Security Policy
How many key levels are in a Root key?
5
Which key contains the current hardware configuration settings?
- HKLM
- HKCR
- HKCC
- HKU
HKCC
Note: HKCC - HKEY_CURRENT_CONFIG - A tiny key that describes the current hardware configuration and a few basic system settings.
Which key contains many settings for the currently logged-on user?
HKCU
Note: HKCU - HKEY_CURRENT_USER - Controls many settings for the currently logged-on user, from the user’s name to his or her desktop background.
Which subkey has boot configuration data?
BCD
Note: BCD – This subkey stores, the boot configuration data.
Which sub-key contains information about applications?
Software
Note: SOFTWARE – This area is used by both Windows and application programs to store critical configuration settings.
String value icons have what letters on them?
ab
Note: String Value - String values are indicated by a small red icon with the letters “ab” on them. These are the most commonly used values in the registry, and also the most human-readable.
How many bits are in a Double Word?
32
Note: 1 word = 16 bits
Double word values can be represented in hexadecimal or decimal.
[True / False]
TRUE
Both DWORD (32-bit) values and QWORD (64-bit) values have a blue icon in the Windows Registry. Their values can be expressed in either decimal or hexadecimal format.
What command line tool allows you to get the Ethernet computer hardware address from a remote computer?
getmac
What Active Directory tool allows you to set policies to disable services on many computers?
- Local Policy
- Group Policy
- Group Management
- User Access Control
Group Policy
A digital certificate allows a web server to establish encrypted communication over HTTPS with clients using TLS/SSL.
[True / False]
TRUE
Which value in the PowerShell “execution policy” allows loading of all configuration files and scripts?
Unrestricted
The first account created on a Windows system during installation is given what level privileges?
Administrator
An example of authentication is signing into a computer by supplying a username and password.
[True / False]
TRUE