CIA Triad Flashcards

1
Q

What is the CIA Triad?

A

CIA Triad is a fundamental information security model consisting of 3 core principals: Confidentiality, Integrity, and Availability.

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

Define Confidentiality in the context of the CIA Triad.

A

Ensures that sensitive data is accessed only by authorized individuals.

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

Give an example of Confidentiality.

A

Personal information, passwords, or credit card details should only be visible to authorized users.

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

List vulnerabilities affecting Confidentiality.

A
  • Data breaches
  • SQL Injection (SQLi)
  • Broken Access Control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Integrity in the context of the CIA Triad.

A

Ensures that data is accurate, consistent, and unaltered

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

Give an example of Integrity.

A

A bank transaction should not be altered within transit.

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

List vulnerabilities affecting Integrity.

A
  • Man-in-the-Middle (MitM) Attacks
  • Cross-Site Scripting (XSS)
  • Broken Authentication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define Availability in the context of the CIA Triad.

A

It guarantees authorized users have reliable access to information when needed.

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

Give an example of Availability.

A

A website should remain online and functional even during high traffic.

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

List vulnerabilities affecting Availability.

A
  • Denial of Service (DoS) / Distributed Denial of Service (DDoS) Attacks
  • Ransomware
  • Hardware Failures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does a data breach relate to the CIA Triad?

A

It threatens Confidentiality.

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

How does tampered transactions relate to the CIA Triad?

A

They threaten Integrity.

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

How does a website going offline relate to the CIA Triad?

A

It threatens Availability.

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

How can you protect Confidentiality?

A

Encryption, Access control, Multi-factor authentication, secure Communication (VPN)

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

How can you protect Integrity?

A

Checksums, digital signatures, version control

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

How can you protect Availability?

A

redundancy, backup, disaster recovery plans load balancing