No history yet

Information Security Basics

The Core of Information Security

Information security isn't just about fending off mysterious hackers. It's a structured field built on a few key ideas. At the heart of it all is a concept called the CIA triad. This isn't about spies or intelligence agencies. It's a model for thinking about what we're trying to achieve when we protect information.

The CIA triad, which stands for confidentiality, integrity, and availability, forms the foundation of cybersecurity 101.

These three principles are the pillars that support any strong security plan. They're in a constant balancing act. Sometimes, making a system more confidential can make it less available. The goal of information security is to find the right balance for a given situation.

Let's break down what each of these principles means.

Confidentiality

noun

Ensuring that information is not disclosed to unauthorized individuals, entities, or processes. It's about keeping secrets.

Think of confidentiality like a sealed letter. Only the intended recipient has the right to open it and read the contents. In the digital world, this means using tools like passwords and encryption to prevent snooping.

Integrity

noun

Maintaining the consistency, accuracy, and trustworthiness of data over its entire lifecycle. Data cannot be modified in an unauthorized or undetected manner.

Integrity is about trust. It's the guarantee that the information you're looking at is the same as what was originally created. Imagine a contract is altered after it was signed; its integrity has been compromised. In computing, we use techniques like hashing and digital signatures to verify that data hasn't been tampered with.

Availability

noun

Ensuring that information and systems are accessible and usable upon demand by an authorized user.

Information is useless if you can't get to it when you need it. Availability ensures that systems are up and running. A denial-of-service (DoS) attack, where a server is flooded with traffic to make it crash, is a direct attack on availability. Things like hardware maintenance, network upgrades, and backups are all key to keeping services available.

What We're Protecting Against

To uphold the CIA triad, we need to understand what we're up against. In security, we talk about threats and vulnerabilities. They sound similar, but the difference is important.

A threat is a potential for harm. It's the what, like an earthquake, a hacker, or a disgruntled employee.

A vulnerability is a weakness or a gap in protection. It's the how, like a building not built to code, a software bug, or a stolen password.

You can't have a security breach without both a threat and a vulnerability. A hacker (threat) can only get in if there's an unpatched software flaw (vulnerability).

Common ThreatPotential Vulnerability
Malware (Viruses, Ransomware)Out-of-date antivirus software
Phishing ScamsLack of employee security training
Insider ThreatExcessive user access permissions
Physical TheftUnsecured server room
Denial-of-Service AttackPoorly configured network hardware

How We Protect Information

So how do we address these threats and vulnerabilities? We use security controls. A security control is any safeguard or countermeasure you put in place to avoid, detect, or minimize a security risk.

They aren't just technical gadgets. Controls fall into three main categories.

1. Technical Controls These are the hardware and software used to protect systems. Think of firewalls, antivirus software, and encryption. They are automated systems that enforce security rules without human intervention.

2. Administrative Controls These are the policies, procedures, and guidelines that dictate how people should behave. A company's security policy, employee training programs, and background checks are all administrative controls. They're about managing people and processes.

3. Physical Controls These controls protect the physical environment. Simple things like locks on doors, security cameras, and fire suppression systems are all physical controls. They prevent unauthorized physical access to sensitive equipment.

A strong security posture uses a mix of all three types of controls. This is called 'defense in depth'. If one control fails, another is there to back it up.

Implementing the right controls is how you actively defend the confidentiality, integrity, and availability of your information. It’s the practical application of the principles we started with.

Quiz Questions 1/6

What are the three core principles of the CIA triad in information security?

Quiz Questions 2/6

A company discovers that a financial report on its server was secretly altered before a major shareholder meeting. Which principle of the CIA triad was most directly violated?

These core concepts—the CIA triad, threats, vulnerabilities, and controls—are the building blocks for creating a secure environment. They provide a framework for thinking about and managing risk.