Welcome to the World of Security Controls!

Welcome, fellow CIMA students! We are currently exploring Section D: Cyber Risk of your P3 Risk Management syllabus. This specific chapter, Security Controls, is all about the "defense" side of the game. Now that we know what cyber threats are out there, how do we actually stop them?

Think of security controls as the various layers of protection around a bank vault. Some are there to scare people off, some stop people from getting in, and some tell you when someone has broken in. Don't worry if this seems a bit technical—we are going to break it down using everyday examples to make it stick!


1. What are Security Controls?

In simple terms, a security control is any measure taken to reduce the risk of a cyber threat. The goal is to protect the Confidentiality, Integrity, and Availability (CIA) of data.

We generally group these controls into three main "buckets":

1. Physical Controls: These are things you can touch. They protect the physical environment.
Example: Locks on doors, CCTV, or security guards.

2. Logical (Technical) Controls: These are software or hardware settings that protect data inside the systems.
Example: Passwords, firewalls, and encryption.

3. Administrative (Procedural) Controls: These are the "rules" and policies set by management.
Example: Employee training, background checks, and security policies.

Quick Review Box

Question: Is a "Clear Desk Policy" a physical or administrative control?
Answer: It is Administrative, because it is a rule or procedure employees must follow.


2. Classifying Controls by Function

This is a favorite topic for examiners! Controls aren't just categorized by what they are, but by what they do. To remember these, think of the timeline of a crime.

A. Deterrent Controls

These are designed to discourage someone from attempting an attack in the first place. They play on the psychology of the attacker.
Analogy: A sign that says "Beware of the Dog." There might not even be a dog, but it makes the burglar think twice!

B. Preventive Controls

These are the "walls" that actually stop an attack from being successful. They block unauthorized access.
Analogy: A high-quality deadbolt lock on your front door.

C. Detective Controls

These identify that an attack is happening or has already happened. They don't stop it, but they sound the alarm.
Analogy: A smoke detector or a motion-sensor alarm.

D. Corrective Controls

These help fix the damage after an incident has occurred and restore systems to normal.
Analogy: An automatic fire sprinkler system that puts out the fire once it's started.

E. Recovery Controls

These go a step further than corrective controls by restoring the system to its original state, often using backups.
Analogy: Using your insurance payout to rebuild your house after a fire.

Memory Aid: "D-P-D-C-R"

Think: Dogs Protect Doors, Cats Run.
(Deterrent, Preventive, Detective, Corrective, Recovery)


3. Key Logical (Technical) Controls

Since we are in the Cyber Risk section, we need to focus on the technical tools used to keep hackers at bay. Don't let the jargon scare you!

Encryption

Encryption turns readable data (plain text) into a scrambled mess (cipher text) that can only be read if you have the "key."

- Symmetric Encryption: Both the sender and receiver use the same key to lock and unlock the data. It's fast, but you have to find a way to share the key securely.
- Asymmetric Encryption: Uses a Public Key (which anyone can use to lock the data) and a Private Key (which only the owner has to unlock it). It's like a mailbox where anyone can drop a letter in, but only the owner has the key to open it.

Firewalls

A firewall acts as a "bouncer" between your internal network and the internet. It inspects incoming and outgoing traffic and decides whether to let it through based on a set of rules.

Access Controls: Identification vs. Authentication

Many students confuse these two. Let's clear it up:
- Identification: Claiming who you are (e.g., typing your username).
- Authentication: Proving who you are (e.g., entering your password or scanning your fingerprint).

Multi-Factor Authentication (MFA): This is when you use two or more ways to prove your identity. It usually combines:
1. Something you know (a password).
2. Something you have (a code sent to your phone).
3. Something you are (your fingerprint or face scan).


4. General Controls vs. Application Controls

CIMA examiners love testing the difference between these two categories. This is vital for understanding how IT systems are audited.

General IT Controls (GITCs)

These apply to the entire IT environment. They make sure the whole "house" is safe.
Examples: Physical security of the server room, password policies for all employees, and disaster recovery plans.

Application Controls

These are specific to a particular software application (like your payroll system or accounting software). They ensure the data processed by that specific program is accurate and complete.
Examples:

  • Input Controls: Checks that ensure data entered is valid (e.g., you can't enter a negative number for an employee's salary).
  • Processing Controls: Checks that ensure the math is done correctly (e.g., total debits must equal total credits).
  • Output Controls: Checks that ensure the reports go to the right people.

Key Takeaway Summary

General Controls are about the infrastructure (The whole building).
Application Controls are about the data within a specific task (The filing cabinet inside one room).


5. Common Mistakes to Avoid

- Thinking technology is enough: Most cyber breaches happen because of human error. This is why Administrative Controls (training) are just as important as Logical Controls (firewalls).
- Mixing up Detective and Preventive: If a control stops the event from happening, it's Preventive. If it just tells you that it's happening, it's Detective.
- Overlooking "Least Privilege": This is the principle that employees should only have access to the data they absolutely need for their job. Giving everyone "Admin" access is a major risk!


Did you know?

The "weakest link" in most security systems isn't a computer bug; it's Social Engineering. This is when hackers trick people into giving away passwords or clicking links. This is why Cyber Security Culture and regular staff training are considered critical security controls in the P3 syllabus!


Final Thoughts for P3 Students

Don't worry if the technical side of cyber risk feels overwhelming at first. Just keep asking yourself: "What is this control trying to achieve? Is it stopping a threat, finding a threat, or fixing the mess after a threat?" Once you can answer that, you've mastered the heart of this chapter!