Basic IT Security Terms: Assets, Vulnerabilities, Threats, Risk, and the CIA Triad
Learn essential IT security terms, including assets, vulnerabilities, threats, attacks, exploits, risk, controls, and the confidentiality, integrity, and availability triad.
Security planning begins with two questions: What must be protected? and What could harm it? The vocabulary in this lesson provides a shared way to answer those questions and make defensible security decisions.
These terms support later activities such as writing security policies, assessing risk, choosing access controls, monitoring networks, managing vulnerabilities, and responding to incidents. For broader networking security study, see CCNA Security and CCNA Security Online Course.
Assets: What an Organization Values
An asset is any resource with value to an organization that requires protection. The value may be financial, operational, legal, strategic, or reputational.
Protection may be needed against unauthorized viewing, use, disclosure, modification, destruction, loss, or theft. An asset is not limited to a computer. It can include information, equipment, services, people-related records, facilities, and business processes.
Tangible and Intangible Assets
A tangible asset is a physical resource. Examples include servers, switches, laptops, storage devices, network cables, facilities, and power equipment.
An intangible asset is a nonphysical resource. Examples include customer data, credentials, software, intellectual property, a company’s reputation, and business processes.
Asset ownership identifies the person, team, or business unit responsible for deciding how an asset is used, classified, and protected. Owners also help determine the asset’s business value and acceptable risk.
Asset Classification
Asset classification is a labeling scheme that indicates an asset’s sensitivity and handling requirements. A classification helps an organization select appropriate access rules, storage locations, encryption requirements, retention periods, and disposal methods.
Common illustrative labels include public or unclassified, sensitive, confidential, secret, and top secret. These labels do not have one universal meaning. Each organization defines its own classification levels and handling rules.
| Illustrative classification | Example asset | Typical access expectation | Typical handling requirement |
|---|---|---|---|
| Public or unclassified | Published product information | Available to the general public | Protect against unauthorized alteration |
| Sensitive | Internal operating procedures | Limited to personnel with a business need | Use approved storage and controlled sharing |
| Confidential | Customer account information | Restricted to authorized roles | Apply strong access control, monitoring, and secure disposal |
| Secret or top secret | Highly sensitive strategic or regulated information | Strictly limited and formally authorized | Use enhanced controls, auditing, and specialized handling procedures |
Vulnerabilities: Weaknesses That Can Be Used or Triggered
A vulnerability is a weakness that could undermine security. Vulnerabilities can exist in software, operating systems, applications, network protocols, hardware, configurations, processes, or system architecture.
Examples include an unpatched network service, a default password, excessive user permissions, an insecure protocol, missing backups, poor physical access restrictions, or a process that allows changes without review.
A vulnerability can affect any part of the CIA triad:
- It may expose information and harm confidentiality.
- It may permit unauthorized or improper changes and harm integrity.
- It may make a service easier to disable and harm availability.
A weakness may be deliberately exploited or accidentally triggered. For example, an attacker may use a software flaw intentionally, while an employee may accidentally delete data because permissions are too broad.
A vulnerability alone is not necessarily a security incident. It creates exposure, but a relevant threat, triggering condition, or successful exploitation is generally needed for an adverse event to occur.
Threats and Threat Actors
A threat is a potential source or cause of an unwanted security event or harm to an asset. A threat actor is a person, group, or entity capable of carrying out a threat.
Threat sources include malicious outsiders, insiders, malware, human error, equipment failure, environmental events, and natural disasters. Not every threat is a person. A power failure, flood, or failed disk can also threaten an asset.
Threat actions may include unauthorized access, data disclosure, alteration, destruction, disruption, or theft.
Keep the distinction clear:
- A threat is a potential source of harm.
- A vulnerability is a weakness that can be used or triggered.
Attacks and Exploits
An attack is an attempt to compromise an asset or violate a security objective. An attack can target data, systems, services, users, or facilities.
An exploit is the method, technique, code, or action used to take advantage of a vulnerability. An exploit may be a tool, crafted network traffic, a stolen credential, or a sequence of actions.
The relationship can be described as follows:
- An organization values an asset.
- A vulnerability creates a weakness or exposure.
- A threat or threat actor may seek to cause harm.
- An attack uses an exploit or other action against the weakness.
- A resulting security event may affect confidentiality, integrity, availability, or several objectives.
- The possible loss is expressed as risk.
- Security controls reduce the likelihood, exposure, impact, or recovery time.
Attacks are usually intentional, but operational discussions sometimes use attack-related language for harmful events caused by accidental errors. The important task is to identify the weakness, source of harm, action, and result separately.
The CIA Triad
The CIA triad consists of confidentiality, integrity, and availability. These are the three primary information-security objectives.
| Security objective | What must be protected | Example violation | Representative controls |
|---|---|---|---|
| Confidentiality | Information must not be disclosed to unauthorized people or systems. | An attacker exports customer records. | Authentication, authorization, least privilege, encryption, classification, monitoring, and secure disposal |
| Integrity | Information and systems remain accurate, complete, consistent, and changed only by authorized means. | An unauthorized user changes account balances or configuration files. | Access control, change management, hashes, digital signatures, validation, backups, and audit logs |
| Availability | Authorized users can access systems, services, and data when needed. | A denial-of-service event prevents access to a business application. | Redundancy, capacity planning, backups, power protection, disaster recovery, patching, and denial-of-service resistance |
Encryption supports confidentiality, but confidentiality does not depend on encryption alone. Authentication, authorization, least privilege, classification, monitoring, and secure disposal also limit unauthorized disclosure.
Availability is more than an uptime percentage. It includes sufficient capacity, resilient design, working power and environmental systems, backups, recovery procedures, resistance to disruption, and timely access for authorized users.
One event can affect multiple CIA objectives. Ransomware may prevent access to files, changing availability, while also altering or encrypting their contents and potentially exposing them.
Risk: Potential Loss and Adverse Impact
Risk is the possibility and consequence of harm when a threat affects an asset through a vulnerability or other exposure. Risk decisions help organizations prioritize limited security resources.
Risk discussions commonly consider:
- Asset value: How important or sensitive is the resource?
- Likelihood: How likely is the threat event to occur or succeed?
- Impact: How severe would the consequences be?
- Exposure and vulnerability: How accessible is the weakness, and how easily could it be used?
Likelihood and impact are different. A highly damaging event may have a low likelihood, while a frequent event may have a modest impact. Organizations combine these factors using different qualitative or quantitative scoring methods, so there is no single universally fixed risk formula.
A risk assessment identifies assets, threats, vulnerabilities, potential consequences, and priorities. The result supports decisions such as accepting, reducing, transferring, or avoiding particular risks.
Countermeasures and Security Controls
A countermeasure, also called a security control, is a safeguard used to prevent, detect, reduce, respond to, or recover from security events.
Controls can reduce a vulnerability, limit a threat’s opportunity, lower the impact of an event, improve detection, or restore service. Controls do not usually eliminate all risk; the risk remaining after controls are applied is called residual risk.
Controls by Purpose
| Control category | Purpose or type | Examples | Risk reduction role |
|---|---|---|---|
| Preventive | Stop an unwanted event before it succeeds | Multi-factor authentication, patching, network filtering | Reduces likelihood or exposure |
| Detective | Identify events or attempted violations | Logging, security monitoring, intrusion detection | Improves response speed and limits duration |
| Corrective | Fix a problem after detection | Removing malware, repairing configurations | Reduces continuing impact |
| Deterrent | Discourage unwanted behavior | Warning notices, visible cameras, disciplinary rules | Reduces the motivation or opportunity to attack |
| Compensating | Provide an alternative when a preferred control cannot be used | Additional monitoring when a legacy system cannot support modern authentication | Offsets part of an unmet control requirement |
| Recovery | Restore operations and data | Tested backups, redundant systems, disaster recovery plans | Reduces downtime and long-term impact |
Controls by Nature
- Administrative controls are policies, procedures, standards, training activities, and management practices.
- Technical controls are technology-based safeguards such as authentication, encryption, firewalls, logging, patching, and access-control systems.
- Physical controls protect facilities and equipment through locks, badges, cameras, guards, barriers, and environmental systems.
Control selection should follow asset classification and risk priority. A confidential customer database may require strong authentication, least-privilege permissions, encryption, access logging, vulnerability management, and tested recovery. A public brochure may need integrity protection and controlled publishing, but not the same access restrictions.
Core Security Terms and Their Relationships
| Term | What it represents | Example | Common confusion to avoid |
|---|---|---|---|
| Asset | A resource with organizational value | Customer database | It is not the same as a threat or weakness |
| Vulnerability | A weakness that could be used or triggered | Default database password | A weakness is not automatically an attack or incident |
| Threat | A potential source or cause of harm | External attacker or malware | A firewall is a control, not a threat |
| Attack | An attempt to compromise an asset or objective | Sending malicious traffic to a service | An attack is an action, not the underlying weakness |
| Exploit | A technique or tool that takes advantage of a vulnerability | Using a known flaw to execute code | The exploit is the method; the vulnerability is the weakness |
| Risk | Possible loss and adverse impact | Recovery costs and customer harm after exposure | Risk is not simply a list of vulnerabilities |
| Countermeasure | A safeguard that reduces risk | Patching, access control, or backups | Controls reduce risk but rarely remove all residual risk |
End-to-End Examples
Customer Database Exposure
- Asset: A database contains customer names, addresses, and account information.
- Classification: The information is confidential or sensitive.
- Vulnerability: A web application database account uses a default password.
- Threat: An external attacker searches for poorly secured internet-facing applications.
- Attack or exploit: The attacker authenticates with the known default credential.
- CIA effects: Viewing or exporting records harms confidentiality; modifying records harms integrity; deleting data or disrupting the service harms availability.
- Risk: Possible customer harm, regulatory consequences, recovery costs, and reputational damage.
- Countermeasures: Replace default credentials, use strong authentication and least-privilege database permissions, restrict network access, and monitor authentication and data-access logs.
Unpatched Network Service
A business-critical server is an asset. A known unpatched flaw in a network service is the vulnerability. Malware or an attacker capable of using the flaw is the threat. Malicious traffic targeting the service is the attack, and the code or technique that abuses the flaw is the exploit.
If the server crashes or is encrypted by ransomware, availability is affected. If the attacker reads or changes data, confidentiality and integrity are affected too. Vendor updates, disabling unnecessary services, network segmentation, intrusion detection or prevention, and backups reduce the risk.
Accidental Data Deletion
Shared project documents are the asset. Broad delete permissions and the absence of versioning or recovery procedures are vulnerabilities. Human error by an authorized employee is the threat source. Important documents being unintentionally deleted is the security event.
Availability is reduced because users cannot access needed files, and integrity is affected because the record set is incomplete. Least privilege, file versioning, tested backups, user training, and controlled change procedures are appropriate controls.
Security Event Versus Security Incident
A security event is an observable occurrence relevant to the security of a system or network, such as a failed login, an unexpected configuration change, or an alert from a monitoring tool.
A security incident is a security event that has caused, or is likely to cause, adverse impact and requires response. A single failed login may be an event. Evidence that an attacker accessed confidential records may make it an incident.
Common Points of Confusion
- Firewall versus threat: A firewall is a technical countermeasure. An attacker, malware, or another potential source of harm is the threat.
- Vulnerability versus attack: An unpatched service is a vulnerability. Sending crafted traffic to abuse it is an attack or exploit attempt.
- Vulnerability versus incident: A vulnerability creates exposure, but it does not automatically mean an incident occurred.
- Confidentiality versus encryption: Encryption is one confidentiality control among several.
- Availability versus uptime only: Availability also depends on capacity, resilience, backups, power protection, recovery, and timely authorized access.
- Controls versus zero risk: Controls reduce likelihood, impact, or both, but residual risk usually remains.
Exam-Relevant Summary
- An asset is something valuable that requires protection.
- A vulnerability is a weakness; a threat is a potential source of harm.
- An attack is an attempt, while an exploit is the method used to take advantage of a weakness.
- Confidentiality prevents unauthorized disclosure.
- Integrity preserves correctness, completeness, consistency, and authorized modification.
- Availability provides reliable and timely access to authorized users.
- Risk considers possible harm, likelihood, impact, asset value, and exposure.
- A countermeasure or security control prevents, detects, corrects, deters, compensates for, or recovers from security problems.
- Controls may be administrative, technical, or physical, and may serve preventive, detective, corrective, deterrent, compensating, or recovery purposes.
These distinctions provide the foundation for risk and countermeasure analysis, CIA triad study, access control, vulnerability management, monitoring, and incident response.