Week 1 hub
Hour 4 of 8

CIA / DAD & Security Controls

Confidentiality · Integrity · Availability · Controls taxonomy
~60 min3 interactive labs
CEH Objectives ▸ Apply the CIA triad and its inverse DAD to incident analysis · Differentiate Preventive / Detective / Corrective / Compensating / Deterrent controls · Differentiate Administrative / Technical / Physical control families · Pick the right control combination for a stated risk
Maps to Module 01 · Introduction to Ethical Hacking
OP. TRIAD

Mission Brief

Three recent incidents at Glasshouse each broke one leg of the CIA triad. Your job: diagnose which property failed, classify the controls that should have been there, and design a layered defence the auditor can map line-by-line to NIST.

Tag 8 events by which CIA property they violated (using DAD)
Sort 8 controls into Preventive / Detective / Corrective / Compensating / Deterrent
Layer three controls across Admin / Technical / Physical for one scenario

Story · Three letters that explain every incident

Quarter close. Three incidents arrive on the CISO's desk in a single week. Monday: a customer statements bucket is found indexed by Google — anyone could read PDFs containing PAN-truncated account numbers. Wednesday: a ledger reconciliation flags that 27 wire amounts were silently changed by one penny each over three months. Friday: the online banking portal is down for four hours after a botnet hits the WAF.

Same week. Same word in the headlines — 'cyber incident'. Yet each broke a completely different security property: confidentiality, integrity, availability. The defensive playbook for each is also completely different — encryption and access control vs. hashing and tamper-evident logging vs. capacity, anti-DDoS and resilient architecture.

CIA is the simplest, most useful triangle in security. Its dark mirror — Disclosure, Alteration, Destruction (DAD) — is how attackers think. Spend this hour mastering both, plus the control taxonomy that maps every defence to a slot, and you'll never lose an architecture argument again.

Trainer · Core Concepts

Confidentiality

Only those authorised can read the data. Broken by: data leakage, unencrypted transit, weak access control, insider exfiltration. Controlled by: encryption (rest + transit), classification + handling, MFA + least privilege, DLP, key management.

Integrity

Data and systems are accurate and unaltered except by authorised processes. Broken by: tampering, MITM injection, malware modifying code, unauthorised privilege changes. Controlled by: hashing, digital signatures, code-signing, file-integrity monitoring, change management, separation of duties.

Availability

Authorised users can reach the resource when they need it. Broken by: DDoS, ransomware, hardware failure, misconfiguration, natural disaster. Controlled by: capacity planning, redundancy, backups (tested!), DDoS mitigation, BCP / DR, geo-distribution.

DAD — the attacker's mirror

Disclosure attacks Confidentiality. Alteration attacks Integrity. Destruction attacks Availability. Every offensive technique on the CEH syllabus can be slotted into one of these three buckets. When a SOC analyst reads an alert, asking 'which leg of CIA is this hitting?' instantly narrows triage.

Control types · by function

PREVENTIVE — stop the event (firewalls, MFA, encryption, hardened images). DETECTIVE — surface that it happened (SIEM, IDS, FIM, audit logs). CORRECTIVE — restore after (backups, patching, incident-response runbooks). COMPENSATING — substitute when the primary control is impractical (e.g. extra monitoring because you can't patch a legacy box). DETERRENT — discourage the actor (warning banners, visible cameras, prosecution policies).

Control families · by domain

ADMINISTRATIVE — policies, procedures, training, background checks, separation of duties. TECHNICAL (logical) — hardware/software: MFA, encryption, firewalls, EDR. PHYSICAL — locks, badges, mantraps, cameras, environmental (HVAC, fire suppression). Every mature defence layers all three families — never just technical.

Defence in Depth

Layer controls so failure of any single control doesn't cause failure of the whole system. Concentric defences (perimeter → network → host → app → data), supported by Admin / Technical / Physical and Preventive / Detective / Corrective. Auditors map your architecture to this matrix — and so should you.

Knowledge Map · drag to explore

Micro Labs

CLASSIFY

Lab 10 · CIA / DAD Diagnoser

Tag each event by which CIA property was violated (or DAD action observed).

Items · drag to a bucket
Customer statements PDF bucket indexed by Google
27 wire transfer amounts silently changed by one penny over 3 months
DDoS knocks the online banking portal offline for 4 hours
Ransomware encrypts the loan-origination database; backups corrupted
Insider replaces beneficiary IBANs in nightly batch with attacker-controlled accounts
Source code repository leaked to Pastebin
Web shell modifies legitimate index.php to add hidden admin route
Stolen backup tape with cleartext PII recovered in a market raid
0/8 placed
CLASSIFY

Lab 11 · Control Type Classifier

Sort each control by FUNCTION — Preventive / Detective / Corrective / Compensating / Deterrent.

Items · drag to a bucket
MFA on the VPN
SIEM rule alerting on impossible-travel sign-ins
Nightly off-site backups + tested restore runbook
Visible CCTV signage at the datacentre entrance
24×7 SOC monitoring an unsupported legacy app that cannot be patched
Warning banner: 'Authorised use only — activity is monitored'
Disk encryption on all corporate laptops
File-integrity monitoring (FIM) on /etc and web roots
0/8 placed
DECISION

Lab 12 · Layered Defence Picker

For each risk, pick the layered control set (Administrative + Technical + Physical) that an auditor will accept.

SCENARIO 1

Risk: insider exfiltrates customer PII via USB from a branch workstation.

SCENARIO 2

Risk: ransomware encrypts the primary fileserver; attackers also delete the backup volume.

SCENARIO 3

Risk: silent integrity attack on the wire-payments queue.

0/3 decided

Knowledge Check

1. An attacker silently modifies records in a database. Which CIA property is primarily violated?
2. A SIEM rule that alerts on impossible-travel logins is a…
3. Visible CCTV signage at a datacentre is BEST classified as…
4. Choosing 24×7 monitoring because a legacy app cannot be patched is a…
5. Which of these is an ADMINISTRATIVE control?
6. DAD stands for…
0/6 answered

Challenge · The Audit-Proof Triangle

Pick one CIA leg and one threat-actor class from Hour 3. Design ONE preventive + ONE detective + ONE corrective control across Admin / Technical / Physical. Aim for a defence the auditor cannot mark 'compensating only'.

CEH v13 Exam Focus

★★★★★
Frequently tested
  • ·CIA triad definitions and concrete examples per leg
  • ·DAD as the inverse of CIA
  • ·Five control functions: Preventive / Detective / Corrective / Compensating / Deterrent
  • ·Three control families: Administrative / Technical / Physical
  • ·Compensating vs. corrective control distinction
Memory tricks
  • ·CIA inverts to DAD — Disclosure / Alteration / Destruction.
  • ·PDCCD — Preventive, Detective, Corrective, Compensating, Deterrent (five control functions).
  • ·ATP — Administrative · Technical · Physical (three families; layer all three).
Common traps
  • Calling a backup a 'preventive' control — it's CORRECTIVE (restores after).
  • Calling a SIEM 'preventive' — it's DETECTIVE.
  • Mixing up compensating (substitute) with corrective (restore).
  • Forgetting that signage / banners are DETERRENT, not detective.
Rapid revision
  • Encryption = preventive (confidentiality)
  • FIM = detective (integrity)
  • Backup = corrective (availability)
  • Extra monitoring on unpatchable system = compensating
  • Warning banner / 'prosecution will follow' = deterrent
  • Policy / training / background check = administrative

Interview Prep