LOGBOOK

HELP

Quiz Entry - updated: 2026.07.30

How is risk defined and quantified in information security?

Risk = likelihood × impact — a future, negative deviation from the desired state, weighted by how probable it is.

Risk matrix heatmap with Impact on the x-axis and Frequency on the y-axis, cells shaded green through yellow and orange to red, the top-right corner marked as the focus for mitigation.

* Risk = Frequency x Impact — the product grows toward the red top-right corner, where mitigation effort should concentrate. *

Formally, a risk (in the narrow sense = a Gefahr) is a possible future event, rated by its probability and its impact, that would harm the organisation.

$$\text{Risk} = \text{Probability} \times \text{Impact (Schadensausmass)}$$

Because true probabilities are extremely hard to compute, practitioners substitute an estimated frequency (how often per period):

$$\text{Risk} = \text{Frequency of occurrence} \times \text{Impact}$$

Why frequency instead of probability: you rarely know the exact 0–1 probability of a breach, but you can estimate "about twice a year" from incident history and expert judgement. Frequency is measurable; abstract probability usually isn't.

Tip: This is the foundation of the risk matrix — frequency on one axis, impact on the other; the product (top-right corner) is where you focus mitigation.

Go deeper:

  • doc Risk matrix (Wikipedia) — the likelihood-vs-consequence matrix and the risk = probability x severity product, plus its resolution limits.
  • doc IT risk (Wikipedia) — expands risk into asset / threat / vulnerability / impact — the deeper IT-specific formalisation.

From Quiz: ISF / Foundations, Key Terms & Ransomware | Updated: Jul 30, 2026