Foundations · Unit 10
The words that make security clearer
Explain what needs protection, what happened, and what the evidence supports.
After this lesson you can
- Explain confidentiality, integrity, and availability with everyday examples.
- Separate threats, vulnerabilities, impacts, and controls.
- Describe a security observation without claiming more than the evidence supports.
Lessons in this unit
You do not need a large vocabulary to start learning security. A few precise words help you ask better questions and explain your reasoning. Imagine a community club with a booking calendar, membership records, and volunteers who need access.
Three properties to protect
Confidentiality concerns unauthorized disclosure. Membership contact details should be available only to people with an appropriate reason and permission to see them.
Integrity concerns improper changes or destruction. A booking should not silently move to another date because an unapproved change was accepted. Validation, permissions, and change records can help protect or assess integrity.
Availability concerns timely, reliable access for authorized use. The booking site may contain perfectly accurate data yet still fail this goal if members cannot use it when needed.
These properties overlap. Ransomware can prevent access and alter files. Some incidents also involve stolen information, but encrypted files alone do not prove that disclosure happened. Safety, authenticity, privacy, and accountability may introduce additional requirements beyond this familiar CIA trio.
From a weakness to a consequence
| Word | Meaning | Calendar example |
|---|---|---|
| Asset | Something of value | The calendar and members’ trust. |
| Threat | A potential source or circumstance of harm | Deliberate misuse, an accidental mistake, or a power failure. |
| Vulnerability | A weakness that can be exploited or triggered | Missing authorization for a booking change. |
| Impact | The consequence | A cancelled event or disclosed member information. |
| Control | A safeguard that changes risk | Server-side permission checks, review, and recoverable backups. |
A vulnerability does not guarantee an incident. Risk considers the relevant threats, likelihood, and consequences in context. A control may prevent a problem, help detect it, or support recovery. Residual risk is the risk remaining after controls; it does not imply the controls are useless.
Terms you will meet later
Authentication checks an identity claim. Authorization decides whether an action is permitted. A valid login therefore does not imply permission to read every record.
Exploit describes a way of using a vulnerability. Payload has several meanings: in networking it can mean the data carried by a message; in an attack description it often means the content or behavior delivered. State the context rather than assuming the word always means a command.
Zero-day and n-day are used inconsistently across sources. Zero-day commonly concerns a previously unknown vulnerability or exploitation before a fix is available. N-day commonly refers to a known or disclosed vulnerability; a usable fix is not guaranteed. For clarity, report disclosure date, affected versions, fix availability, and evidence of exploitation instead of relying on the label alone.
Evidence is part of the sentence
An indicator is a clue, such as a file hash or unusual event. Its meaning depends on context. A false positive is an alert about something outside the condition being detected; a false negative is a relevant event the detection misses. Silence alone cannot tell you which explanation applies.
PredictA missing alert. The fictional club’s dashboard shows no alert during an outage. Can you conclude the outage was harmless?
No. Check what the dashboard observes, whether collection was working, which rules were enabled, and the time interval. The confirmed observation is that no alert appeared there during that interval.
Useful notes distinguish observed, inferred, and still unknown. That habit makes reporting clearer and makes learning less dependent on guessing the expected answer.
Work through one ordinary failure
The club’s volunteer opens the booking calendar at noon and sees an error. Start with the task: she needs the current room allocations before the next group arrives. The service and the information are assets; her inability to obtain them is an availability concern. A connection failure, an expired session, or a full service queue could all produce an error. None is established merely by seeing the error screen.
Now imagine a printed fallback list. It reduces dependence on the website, but changes the questions. Who keeps it current? Does it expose phone numbers that the opening volunteer does not need? Where is it stored? A control can improve availability while introducing confidentiality or integrity concerns. Evaluating that tradeoff is more informative than calling paper inherently safe or unsafe.
A clear note might say: “At noon, this volunteer could not load the schedule. The cause is unconfirmed. A printed list allowed the next group to enter, but changes made after printing were not checked.” This separates observation, consequence, response, and uncertainty. Someone else can now decide which fact to verify next.
Continue with assets, threats, and risk to connect the pieces, then evidence and security claims to practice explaining what they establish.
Terms you met
Check yourself
No timer. No penalties. Read the explanation and try again whenever you like.
This lesson’s questions have changed. Your reading progress is saved; review the updated questions.
-
A calendar is accurate and private but unavailable during opening hours. Which property is affected?
Show the answer
Correct answer: Availability. Authorized users cannot obtain timely access to the service.
-
A report confirms encrypted files after ransomware. What can it conclude about data theft?
Show the answer
Correct answer: Theft needs separate evidence; encryption alone does not prove it. Separate loss of access from evidence about disclosure.
-
Which item is a control?
Show the answer
Correct answer: Requiring approval before changing a sensitive record. An approval requirement can reduce the chance of an improper change.
-
A detector raises no alert. What does that establish?
Show the answer
Correct answer: No alert was observed in the checked place and time. Further conclusions need context about coverage, collection, rules, and timing.
Try it
- WriteImagine a fictional community club loses access to its booking calendar. Write one confirmed observation, two possible causes, and one fact that would distinguish them. Avoid assuming data was stolen.