(2)Concepts of Operating Systems Flashcards

1
Q

What is a great way to secure a system in terms of attack surface?

A

A great way to secure a system is by reducing its attack surface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can security practitioners reduce the attack surface?

A

Security practitioners can reduce their attack surface by practicing system hardening

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do organizations have to remember about using benchmarks?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Windows Registry?

A

The Windows Registry is a database that has operating system settings for programs, services, drivers, and the OS itself.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The Windows Registry is a ______ for malicious activity because it is very useful to a bad actor

A

The Windows Registry is a target for malicious activity because it is very useful to a bad actor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Of the five main Windows Registry keys, what is the HKEY_CLASSES_ROOT (HKCR)?

A

The HKEY_CLASSES_ROOT (HKCR) registry key is relates file type with programs. It has COM object registration information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Of the five main Windows Registry keys, what is the HKEY_LOCAL_MACHINE (HKLM)?

A

The HKEY_LOCAL_MACHINE (HKLM) has information related to the system and includes scheduled tasks and services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Of the five main Windows Registry keys, what is the HKEY_USERS (HKU)?

A

The HKEY_USERS (HKU) provides information about user accounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Of the five main Windows Registry keys, what is the HKEY_CURRENT_USER (HKCU)?

A

The HKEY_CURRENT_USER (HKCU) has info about the user currently logged in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Of the five main Windows Registry keys, what is the HKEY_CURRENT_CONFIG (HKCC)?

A

The HKEY_CURRENT_CONFIG (HKCC) contains information about the current local hardware profile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does each root key have in the Windows Registry?

A

The Windows Registry has what are called Registry hives, which are keys and values that are connected with the root keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In the Windows Registry, what type of data do registry keys contain?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Where is Windows Configuration information normally stored?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is Linux configuration information commonly stored?

A

Linux Configuration information is commonly stored in the /etc/ directory, although additional configuration information can be elsewhere depending on the program or file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Where does macOS normally store configuration information?

A

macOS often stores information in ~/Library/Preferences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In terms of Operating Systems? What are system processes?

A

System processes are the main processes for an OS

17
Q

What is the core system process for Windows? Where can it be found? What is the process ID?

A

The core system process for Windows is the NT Kernel, which can be found in C:\Windows\System32\notskrnl.exe, and has a process ID of 4.

18
Q

What is most important to remember about Windows system processes?

A

Windows system processes are very important parts of the OS, attackers name their attack programs to look similar to real processes in order to hide their bad software, and attackers love to go after these processes to get privileged access to systems.

19
Q

Why does hardware architecture play a role in system security?

A

Hardware architecture plays a role in system security because malicious software has to be set up to run properly on the hardware that the OS runs on. If it is set up for the x86 instruction set, but the system runs on the Advanced RISC Machine (ARM), then the malware won’t run on them.

20
Q
A