Cyberlium

Cybersecurity › Module 2 › Lesson 5

BeginnerModule 2Lesson 5/6

Mapping Threats

See an attack → name the pillar

15 min+24 XP3 quiz
Module progress5 of 6

Opening

Incident response starts with the right map

You watched ransomware smash multiple pillars at once. Day-to-day analysis is faster when you can glance at a symptom and say: "This is mostly C, I, or A — so here is our first control." Mapping is not a trivia game. It changes whether you rotate secrets, restore clean data, or restore service capacity first. Threat mapping is that habit: connect attack patterns to the CIA pillar they primarily damage, then name one defensive instinct. Analysis only — public headlines and thought experiments. You will not run these attacks, contact victims, or "validate" a news story by probing live systems.

1. Attacks aimed at Confidentiality — unauthorized eyes

Eavesdropping and man-in-the-middle concepts on insecure networks aim at reading traffic that should stay private. The defender's mindset is prefer HTTPS, avoid sensitive work on shady Wi-Fi, and type known destinations yourself — not "practice sniffing the café." Credential stuffing and account takeover use leaked password reuse to open private mail and cloud drives: Confidentiality fails when the wrong person reads what only you should see. Spyware that uploads photos or screenshots is the same pillar even when files are not edited.

First defensive instincts for C-primary events: revoke sessions, rotate passwords on unique values, enable MFA, remove malware if present, review sharing links, and treat leaked personal details as fuel for follow-on social engineering. Do not "hack back." Do not visit the attacker's site to confront them. Contain disclosure, then harden.

2. Attacks aimed at Integrity — unauthorized change

Website defacement swaps homepage truth for a fake message while the site may stay online — readers see altered content; Availability is not the primary label just because the topic is important. Record tampering changes grades, balances, or sensor readings without authorization. Malicious update and supply-chain concepts replace a trusted installer with a trojaned build; hashes and signatures are how defenders catch swaps relative to published good bytes. The shared mechanism is silent or visible alteration of authorized truth.

First defensive instincts for I-primary events: restore known-good content from trusted backups, verify CMS and publish accounts, check logs for unauthorized writes, compare hashes/signatures on software, and separate read from modify permissions going forward. Importance of the topic (elections, medicine, finance) raises impact; it does not relabel Integrity as Availability.

3. Attacks aimed at Availability — authorized use blocked

DDoS overwhelms a service so real users cannot connect. Resource exhaustion and destructive wipers fill CPU/disk or wipe systems so work stops. Physical disruption — power, cooling, cable damage — takes systems offline without needing malware. Ransomware lockout, as you saw, is often Availability first even when other pillars join. The shared mechanism: authorized people cannot complete their job on the system.

First defensive instincts for A-primary events: filter and scale where you operate infrastructure, fail over, restore from offline backups, replace failed hardware, free disk space on devices you own, and schedule patches so updates do not become self-inflicted outages. Never "practice" floods against a public site. Never delete shared class resources to simulate outage.

4. Multi-pillar events and the primary-label habit

Ransomware with leak threats is A + C (+ maybe I). Phishing that leads to stuffed mail is often C first. A poll number changed on a live news page is I first. When two pillars fit, pick the primary harm that drives the first hour of response, then note secondary pillars. The map is a prioritization tool, not a prison. Wrong maps waste the first hour: treating defacement as "Availability because elections matter" sends people to capacity engineering instead of CMS integrity and account takeover.

Use a one-sentence template until it becomes automatic: "Primary pillar is X because the authorized failure mode was Y; first defensive instinct is Z." Example: "Primary pillar is Confidentiality because private photos left the device without permission; first instinct is remove spyware and rotate secrets." Example: "Primary pillar is Integrity because published numbers were altered while the site stayed up; first instinct is restore known-good CMS content and audit publisher accounts." Example: "Primary pillar is Availability because checkout cannot complete under flood; first instinct is filter/failover — never retaliatory floods." Write three of those sentences from public headlines in the mission below. That is how mapping becomes usable under pressure.

5. Wrong vs right: mapping a news poll hack

Worked example — altered poll numbers, site still online. Right is never empty.

  • Wrong

    "Hackers changed election poll numbers on a news site but left it online — so it's an Availability issue because elections are important." Importance ≠ pillar. Or try to deface a real site "to demonstrate Integrity." Or skip mapping and jump straight to random tooling.

  • Right

    Altered poll numbers without taking the site offline → Integrity first. Response focus: restore known-good content, verify CMS accounts, check publish logs. If a second headline is spyware photo theft → Confidentiality first: remove malware, rotate secrets. Analysis of public news only.

6. Practical: build a pocket threat map

Fill a one-page map you can reuse. Drill with public headlines: one word C/I/A, one defensive action. Keep notes in $HOME/cyberlium-lab if you want. Ethical scenarios only — no attempts.

Command guide

Fill-in map (study aid — ethical scenarios only)

Command — copy this

Threat                         | Primary CIA pillar | First defensive instinct
------------------------------|--------------------|---------------------------
Phishing → stolen password    | Confidentiality    | Reset creds + MFA
Altered invoice amount        | Integrity          | Dual control / restore / verify
DDoS flood                    | Availability       | Filter / scale / failover
Ransomware lock + leak threat | A + C (+ maybe I)  | Isolate + restore + IR
Spyware screenshots           | Confidentiality    | Remove malware + rotate secrets
Homepage defacement (site up) | Integrity          | Restore CMS + audit publishers
Full disk / failed restore    | Availability       | Free space / tested backups

Drill: pick a headline → write C/I/A in one word → one defensive action Optional: $HOME/cyberlium-lab/threat-map.txt

Do NOT attempt any of these attacks. Do NOT contact victims or probe systems named in articles.

Mission: map three headlines

Find three public cyber news headlines. For each, write one line: primary CIA pillar + one defensive action an organization (or you personally) should prioritize. Keep it ethical — analysis only. No scanning, no contacting victims, no "validation" attacks.

Stuck? Ask Cyberlium AI Mentor

If two pillars seem to fit, ask for a hint — not the final label and not exploit steps. Example: "Hint only: site stays up but content is falsified — C, I, or A as primary, and what first restore action fits?"

You can now classify threats by pillar and choose a first defensive move without confusing importance with Availability or disclosure with Integrity. Next — Quiz: CIA Triad Mastery — then Module 3 begins with Authentication vs. Authorization.

Knowledge Check

1

APPLY: Attackers change election poll numbers on a news site but keep the site online. Primary pillar compromised?

Multiple choice

Knowledge Check

2

APPLY: Spyware silently uploads private photos from a phone. Primary pillar?

Multiple choice

Knowledge Check

3

APPLY: True or False: Mapping a threat to a CIA pillar helps responders pick the first corrective action.

True or False

← Previous

Answer all 3 knowledge checks to continue. (0/3 answered)