F.2. Cybersecurity: Threats and Defenses Flashcards

Understand the nature of cyberattacks and appropriate defense mechanisms. (19 cards)

1
Q

What is the primary goal of cybersecurity?

A

Protecting Internet-connected networks, devices, or data from attacks.

Cybersecurity aims to prevent unauthorized access, changes, or destruction of data and to ensure normal business operations are not interrupted.

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

What is a Denial of Service (DOS) attack?

A

An attack where a website or server is accessed so frequently that legitimate users cannot connect to it.

Distributed Denial of Service (DDOS) attacks use multiple systems in multiple locations to attack one site or server to make stopping or blocking the attack difficult.

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

What are the two main types of access controls for cybersecurity?

A
  • Logical access controls
  • Physical access controls

Logical access controls focus on data access, and physical access controls secure equipment and premises.

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

What is two-factor authentication as a cybersecurity measure?

A

It requires two independent, simultaneous actions before access to a system is granted.

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

What is the purpose of encryption in cybersecurity?

A

To protect both stored data and data that could be intercepted during transmission.

If a hacker gains access to encrypted files, they cannot read the information.

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

What is a buffer overflow attack?

A

An attack designed to send too much data to the buffer in a computer’s memory, causing it to crash, permitting the attacker to run malicious code, or even allowing for a complete takeover of the system.

Buffer overflow attacks can be easily prevented by the software programs adequately checking the amount of data received. This common preventative measure should be included during software development.

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

What is a logic bomb?

A

A sequence of code that executes a malicious task when triggered by a specific event.

Logic bombs are commonly used by insider threats and are not designed to propagate themselves like viruses.

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

What is phishing?

A

A high-tech scam using spam email to deceive people into disclosing sensitive personal information.

Phishing often involves emails that appear to come from trusted sources, and awareness is the best defense.

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

What is a zero-day exploit?

A

An attack that takes advantage of existing, previously undiscovered software vulnerabilities.

The best defenses against zero-day exploits are to ensure that all security updates are applied as soon as they are released and to have an incident response plan in the event of a zero-day attack.

Zero-day exploits can be used on a wide scale until the vulnerability is publicly discovered and fixed.

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

What is the role of ethical hackers?

A

To attempt to attack a secured system with the company’s permission to find vulnerabilities.

Ethical hackers report vulnerabilities to the owner or manager so they can be remedied.

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

What is ransomware?

A

Malware that encrypts data on a system and requires a specific key to decrypt it. Only the attacker knows the key and demands a ransom for the key, usually in cryptocurrency.

Ransomware is typically installed through malicious attachments or downloads appearing to come from trusted sources.

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

What is the function of advanced firewalls, and how do they differ from traditional firewalls?

A

Traditional firewalls filter packets carrying data by permitting or denying access based on the information in the packet header about the source and the destination internet Protocol (IP) addresses, protocols, and ports.

Advanced firewalls can filter packets based on applications and can distinguish between safe applications and unwanted applications because they base their detection on packet contents rather than on information in packet headers.

Advanced firewalls, or Next Generation Firewalls (NGFW), can block malware from entering a network.

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

What are some examples of physical access controls?

A
  • Walls and fences
  • Locked gates and doors
  • Manned guard posts
  • Monitored security cameras

Physical access controls aim to reduce or eliminate the risk of harm to employees and loss of organizational assets.

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

What is social engineering in the context of cybersecurity?

A

A tactic where an individual poses as a trustworthy coworker to obtain passwords or other confidential information.

Social engineering exploits human psychology to gain unauthorized access to systems or data.

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

What is the purpose of vulnerability testing?

A

To scan networks, systems, and applications to find security flaws.

Vulnerability testing is a proactive measure to identify potential security weaknesses before they can be exploited.

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

What is a significant limitation of card access systems?

A

A lost or stolen card can be used by anyone until it is deactivated.

Card access systems provide an audit trail but are vulnerable to unauthorized use if the card is not promptly deactivated if lost or stolen.

17
Q

How are biometric access systems used?

A

Biometric access systems use physical characteristics such as blood vessel patterns on the retina, handprints, or voice authentication to authorize access.

Biometric access systems are used as both physical access controls and as logical access controls.

18
Q

Why are biometric access systems usually combined with other access controls?

A

No single system is completely error-free.

Combining biometric systems with other access controls helps to enhance security by compensating for potential errors in biometric recognition.

19
Q

How can controls limit what activities can be performed remotely?

A

Certain activities can be restricted to specific physical locations, such as limiting changes to employee pay rates to computers in the payroll department.

This method prevents unauthorized remote access even if credentials are compromised.