Skip to content

Quick review

Quick review: Security Concepts – ISC2 CC

This review sheet helps you go over the basic cybersecurity concepts before taking the quiz on the Security Concepts topic.

What you really need to know

Security concepts are the foundation of the entire ISC2 CC certification. Before studying controls, networks, access or incident response, you need to understand what it means to protect information, systems and users.

For the exam, you need to know the fundamental principles of security, the relationship between threats, vulnerabilities and risk, and why no single control is enough on its own.

Key concepts

  • Confidentiality: protects information from unauthorized access.
  • Integrity: ensures that data and systems are not modified without authorization.
  • Availability: ensures that systems and information are accessible when needed.
  • Threat: an event or actor that can cause harm.
  • Vulnerability: a weakness that can be exploited by a threat.
  • Risk: the possibility that a threat exploits a vulnerability and causes an impact.
  • Security control: a measure used to reduce risk.
  • Defense in depth: the use of multiple layers of protection instead of relying on a single control.
  • Least privilege: granting only the permissions that are truly necessary.
  • Security awareness: user training to reduce errors and risky behaviors.

Differences not to confuse

ConceptMain meaning
ThreatSomething that can cause harm
VulnerabilityAn exploitable weakness
RiskLikelihood and impact of harm
ControlA measure to reduce risk
ConfidentialityProtection from unauthorized access
IntegrityProtection from unauthorized changes
AvailabilityAccess to systems when needed
Defense in depthMultiple layers of security

CIA triad

The CIA triad is one of the fundamental concepts of cybersecurity:

  • Confidentiality
  • Integrity
  • Availability

Confidentiality protects data from unauthorized access. Integrity protects data and systems from unauthorized changes. Availability ensures that services and information are accessible when needed.

Many exam questions start from these three principles. If an answer refers to unauthorized access, it often concerns confidentiality. If it refers to altered data, it concerns integrity. If it refers to unreachable systems or interrupted services, it concerns availability.

Threats, vulnerabilities and risk

A threat is something that can cause harm: an attacker, malware, human error, a fire, a failure or a natural event.

A vulnerability is a weakness: a weak password, an unpatched system, an incorrect configuration, an unnecessarily open port or an unsafe procedure.

Risk arises when a threat can exploit a vulnerability and cause an impact.

Simple example:

  • threat: external attacker;
  • vulnerability: unpatched server;
  • risk: server compromise and data loss.

Security controls

Security controls are used to reduce risk. They can prevent, detect or correct security problems.

Examples:

  • a firewall can prevent unauthorized traffic;
  • a monitoring system can detect suspicious activity;
  • a backup can help restore data after an incident.

For ISC2 CC, you need to remember that controls do not always eliminate risk: they reduce it to a more acceptable level.

Defense in depth

Defense in depth means using multiple layers of protection. You do not rely on a single tool, but on a combination of controls.

For example, to protect a system, a password alone is not enough. MFA, firewalls, patching, monitoring, backups, user training and access control may also be required.

This approach is important because if one control fails, other controls can still reduce the impact of the attack.

Least privilege

The principle of least privilege means that users, services and applications should have only the permissions needed to perform their task.

This reduces risk because it limits damage in case of error, insider abuse or account compromise.

Example: a user who only needs to read documents should not have administrator permissions or the ability to modify critical configurations.

Security awareness

Security does not depend only on technology. Users can be targeted by phishing, social engineering, weak passwords or operational errors.

Security awareness helps users become more aware of risks and reduces dangerous behaviors.

For the ISC2 CC exam, you need to remember that training is an important control, especially against threats that exploit human behavior.

Common quiz mistakes

  • Confusing threat and vulnerability.
  • Thinking that a control always eliminates risk completely.
  • Confusing confidentiality and integrity.
  • Thinking that availability only concerns system speed.
  • Forgetting that security also involves people and processes, not only technology.
  • Thinking that a single tool is enough to protect a system.
  • Confusing least privilege with denying access to everyone.

Mini exam scenario

An employee receives administrator permissions even though they only need to view some reports. This violates the principle of least privilege, because the user has more privileges than necessary to perform their job.

The correct solution is to assign only the permissions that are truly necessary and periodically review access.

Mini checklist before the quiz

Before starting the quiz, you should be able to explain:

  • what confidentiality means;
  • what integrity means;
  • what availability means;
  • the difference between threat, vulnerability and risk;
  • what security controls are used for;
  • why defense in depth is important;
  • what least privilege means;
  • why user training is part of security;
  • why no control completely eliminates risk.

FAQ

What are the three principles of the CIA triad?

The three principles are confidentiality, integrity and availability. They are used to describe the main goals of cybersecurity.

What is the difference between a threat and a vulnerability?

A threat is something that can cause harm. A vulnerability is a weakness that can be exploited by a threat.

Can risk be completely eliminated?

Usually not. Security controls are used to reduce risk to an acceptable level, not always to eliminate it completely.

What does defense in depth mean?

It means using multiple layers of security, so if one control fails, other controls can still protect systems and data.

Why is least privilege important?

Because it limits user permissions and reduces possible damage in case of error, abuse or account compromise.

Now test what you reviewed

After the review, start the quiz to check whether you really understand the key concepts.