(2)Concepts of Operating Systems Flashcards
What is a great way to secure a system in terms of attack surface?
A great way to secure a system is by reducing its attack surface
How can security practitioners reduce the attack surface?
Security practitioners can reduce their attack surface by practicing system hardening
What do organizations have to remember about using benchmarks?
They need to be sure that the benchmarks don’t cause parts or all of their system to malfunction as a result of the benchmark implementation.
What is the Windows Registry?
The Windows Registry is a database that has operating system settings for programs, services, drivers, and the OS itself.
The Windows Registry is a ______ for malicious activity because it is very useful to a bad actor
The Windows Registry is a target for malicious activity because it is very useful to a bad actor
Of the five main Windows Registry keys, what is the HKEY_CLASSES_ROOT (HKCR)?
The HKEY_CLASSES_ROOT (HKCR) registry key is relates file type with programs. It has COM object registration information
Of the five main Windows Registry keys, what is the HKEY_LOCAL_MACHINE (HKLM)?
The HKEY_LOCAL_MACHINE (HKLM) has information related to the system and includes scheduled tasks and services
Of the five main Windows Registry keys, what is the HKEY_USERS (HKU)?
The HKEY_USERS (HKU) provides information about user accounts
Of the five main Windows Registry keys, what is the HKEY_CURRENT_USER (HKCU)?
The HKEY_CURRENT_USER (HKCU) has info about the user currently logged in
Of the five main Windows Registry keys, what is the HKEY_CURRENT_CONFIG (HKCC)?
The HKEY_CURRENT_CONFIG (HKCC) contains information about the current local hardware profile
What does each root key have in the Windows Registry?
The Windows Registry has what are called Registry hives, which are keys and values that are connected with the root keys.
In the Windows Registry, what type of data do registry keys contain?
Registry data keys can contain strings, binary data, numeric data and links to other keys. Windows specific component data can also be within these keys.
Where is Windows Configuration information normally stored?
Windows Configuration information is normally stored in the Windows Registry, but extra info may be stored in:
C:\ProgramData\ or C:\Program Files\ as well as in the AppData folder of the currently logged in user.
Where is Linux configuration information commonly stored?
Linux Configuration information is commonly stored in the /etc/ directory, although additional configuration information can be elsewhere depending on the program or file.
Where does macOS normally store configuration information?
macOS often stores information in ~/Library/Preferences