Operating System Security Flashcards

1
Q

What is an Operating System (OS)?

A

Software that manages hardware resources and supports basic functionality for applications.

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

What is OS hardening?

A

The process of reducing the attack surface to minimize security risks.

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

What is the attack surface?

A

The total number of possible entry points that attackers can exploit in an OS.

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

What are six key steps to harden an operating system?

A

Remove unnecessary software – Reduces potential vulnerabilities.
Remove unneeded services – Closes unused entry points.
Alter default accounts – Prevents easy attacks on admin accounts.
Use the Principle of Least Privilege (PoLP) – Restricts user permissions.
Perform regular updates – Fixes security vulnerabilities.
Enable logging & auditing – Tracks activity for security monitoring.

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

How do anti-malware tools detect threats?

A

Signature-based detection – Compares files to a database of known malware.
Behavior-based detection – Monitors for unusual system activity.

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

What is Executable Space Protection, and how does it enhance security?

A

Prevents certain areas of memory from executing code.
Protects against buffer overflow attacks, which allow attackers to execute malicious code.

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

What are examples of OS security tools for malware protection?

A

Software Firewalls – Blocks unauthorized traffic.
Host Intrusion Detection Systems (HIDS) – Detects suspicious activity on a computer.

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

What is the purpose of security scanners?

A

Detect security flaws in an OS by scanning for vulnerabilities.

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

What are two common OS scanning tools?

A

Nmap – Scans networks to detect hosts and services.
Netstat – Shows active network connections and listening ports.

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

What is a vulnerability assessment tool?

A

A tool that scans for known security flaws in network services and OS configurations.

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

What is a popular vulnerability assessment tool?

A

OpenVAS – A widely used open-source vulnerability scanner.

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

What is an exploit in cybersecurity?

A

A small piece of software that takes advantage of security flaws in applications or operating systems.

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

What is an exploit framework?

A

A collection of prebuilt exploits and security tools used for penetration testing.

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

What is an example of a commonly used exploit framework?

A

Metasploit – A tool used by both security professionals and hackers to test vulnerabilities.

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