· Dayo Adetoye (PhD, C|CISO) · Managing Uncertainty and Complexity  · 27 min read

Beyond the Boom:

How Controls Attenuate Loss Magnitude

Can your security program tell the difference between a control that stops the bullet and one that stops the bleeding? Most can't: and that blind spot is costing you more than you think.

Can your security program tell the difference between a control that stops the bullet and one that stops the bleeding? Most can't: and that blind spot is costing you more than you think.

Introduction

In a previous post, I introduced Threat Mitigation Potential (TMP): a framework for quantifying how effectively a security control prevents threat events from materializing. TMP captures the probability that a control will successfully block, detect, or deflect an attack, accounting for its inherent efficacy, the decay of confidence over time, and the breadth of its deployment across your assets.

TMP is a powerful tool. But it has a blind spot.

The Prevention Blind Spot

While TMP is a powerful tool for quantifying how well a control prevents an attack, it has a critical blind spot: it cannot measure how well a control reduces damage when prevention inevitably fails.

Consider this scenario: your organization deploys a robust backup solution with immutable snapshots, automated restore testing, and 99.5% coverage across all critical systems. Under TMP analysis, this control scores essentially zero against a ransomware threat. Backups don’t prevent ransomware from encrypting your systems. They don’t reduce the probability of the attack. They don’t block the initial phishing email, stop the payload from executing, or prevent lateral movement.

And yet, any experienced security professional will tell you that backups are among the most valuable controls you can have against ransomware. An organization with tested, immutable backups facing a ransomware attack is in a fundamentally different position from one without them: not because the attack didn’t happen, but because the damage is dramatically reduced.

This is the gap that TMP, by design, does not address. TMP lives entirely on the frequency side of the risk equation. It asks: “How likely is it that this control prevents the event?” But risk has two dimensions:

Risk=Loss Event Frequency (LEF)×Loss Magnitude (LM)\text{Risk} = \text{Loss Event Frequency (LEF)} \times \text{Loss Magnitude (LM)}

This blog post explores the other side of that equation, the magnitude side, and introduces a companion framework for understanding how controls reduce the severity of losses when prevention fails.

Article Map

This is a long-form article. Use the links below to jump to the sections most relevant to you.

  • The Boom: A Line in the Sand: Defines “left of boom” vs. “right of boom” and maps the concepts to the FAIR ontology.
  • A Taxonomy of Controls: Introduces three archetypes: Pure Shields, Pure Shock Absorbers, and Hybrid Controls, with real-world examples of each.
  • Five Scenarios: Ransomware, insider theft, cloud misconfiguration, supply chain compromise, and DDoS: worked scenarios showing what frequency-only analysis misses.
  • Introducing LMAP: The formal definition of Loss Magnitude Attenuation Potential: attenuation effectiveness, efficacy decay, and deployment coverage.
  • Dual-Scoring & the Combined Formula: How to score every control on both TMP and LMAP, stack multiple controls without double-counting, and compute the combined Risk Reduction Potential (with a fully worked ransomware example).
  • Why Magnitude Controls Are Undervalued: Five systemic forces that bias organizations toward prevention spending.
  • The Balanced Portfolio: A threat-by-threat framework for ensuring strength on both sides of the boom.
  • CISO Board Narratives: Six ready-to-use talking points for translating this framework into board-level conversations.
  • Conclusion: Key takeaways and the two questions every control should answer.

The Boom: A Line in the Sand

In cybersecurity, we often talk about “left of boom” and “right of boom”: borrowing military terminology for the moments before and after a catastrophic event. If we map this to the FAIR ontology, the boom aligns perfectly with the Loss Event. It’s the instant the ransomware encrypts, the moment the data is exfiltrated, the second the system goes down. Everything left of boom (reducing Loss Event Frequency) is about preventing the event. Everything right of boom (reducing Loss Magnitude) is about surviving it.

This temporal boundary creates a natural taxonomy for security controls:

AttributeLeft of BoomRight of Boom
ObjectivePrevent the loss event from occurringReduce the severity of the loss event after it occurs
Acts onLoss Event Frequency (LEF)Loss Magnitude (LM)
MetaphorShield: deflects the blowShock Absorber: absorbs the impact
Failure modeThe event happensThe event is catastrophic
Measured byThreat Mitigation Potential (TMP)Loss Magnitude Attenuation Potential (LMAP): introduced in this post

This distinction has profound implications for how we evaluate, prioritize, and invest in controls. A security program that only measures the shield effectiveness of its controls is flying half-blind: it knows how likely it is to be hit, but not how badly it will bleed.


Shields and Shock Absorbers: A Taxonomy of Controls

We identify a taxonomy of controls based on where they sit relative to the boom: left of boom (shields) and right of boom (shock absorbers) or across both sides of the boom. This gives us three archetypes:

  1. Pure Shields (Left of Boom Only): Controls that exist solely to prevent threat events from materializing. If prevention fails, they provide no damage reduction. High TMP, zero LMAP.
  2. Pure Shock Absorbers (Right of Boom Only): Controls that provide no prevention capability whatsoever, but reduce the magnitude of loss after an event occurs. Zero TMP, potentially very high LMAP.
  3. Hybrid Controls (Both Shield and Shock Absorber): Controls that operate on both sides of the boom: reducing the probability of the event and limiting the damage if it occurs anyway. Non-zero TMP and non-zero LMAP.

Let’s populate each archetype with real-world examples.

Archetype 1: Pure Shields (Left of Boom Only)

These controls exist solely to prevent threat events from materializing. If the event occurs despite them, they provide no benefit whatsoever in reducing the damage.

ControlThreatHow It Shields (Left of Boom)Right of Boom Value
Multi-Factor Authentication (MFA)Credential stuffingBlocks login attempts even with valid stolen passwordsZero: once the attacker bypasses MFA (e.g., session hijack, MFA fatigue), the control offers no damage reduction
Email Gateway FilteringPhishingPrevents malicious emails from reaching user inboxesZero: if the phish gets through and the user clicks, the email filter has no further role
Patch ManagementVulnerability exploitationCloses known vulnerabilities before attackers exploit themNear-zero: if a patched system is compromised anyway (e.g., zero-day or stolen credentials), the patch itself may offer very little assistance to contain the attacker or reduce data loss
Web Application Firewall (WAF)SQL injection, XSSBlocks malicious HTTP requests at the perimeterZero: if a crafted request bypasses the WAF, there’s no secondary protection from the WAF itself
Input ValidationInjection attacksSanitizes user inputs to prevent code executionZero: if validation is bypassed, the control provides no containment

Key Insight: Pure Shields

Pure shields have high TMP but zero LMAP. They are binary in nature: either the attack is stopped, or the control has no further contribution. This makes them essential but insufficient on their own.

Archetype 2: Pure Shock Absorbers (Right of Boom Only)

These controls provide no prevention capability: they don’t reduce the likelihood of the event at all. Their entire value lies in reducing the magnitude of loss after the event occurs.

ControlThreatLeft of Boom ValueHow It Absorbs (Right of Boom)
Immutable BackupsRansomwareZero: Backups don’t prevent encryptionEnables full system restoration, reducing downtime from weeks to hours and eliminating ransom payment
Cyber InsuranceAny loss eventZero: Insurance doesn’t prevent attacksTransfers financial magnitude to the insurer, capping out-of-pocket losses
Crisis Communication PlanData breachZero: A PR plan doesn’t stop the breachReduces reputational damage through coordinated, timely disclosure and stakeholder management
Disaster Recovery SiteInfrastructure destructionZero: A DR site doesn’t prevent the primary site from failingEnables rapid failover, reducing operational downtime from days to minutes
Legal Retainer / Breach CounselRegulatory action post-breachZero: Lawyers don’t prevent breachesReduces regulatory fines and litigation costs through expert response and negotiation
Kill Switches / Circuit BreakersSystem compromiseZero: They don’t prevent the initial compromiseImmediately halt the spread of damage by isolating affected systems once compromise is detected

Key Insight: Pure Shock Absorbers

Pure shock absorbers have TMP ≈ 0 but potentially very high LMAP. These are the controls that traditional frequency-focused analysis systematically undervalues.

Archetype 3: Hybrid Controls (Both Shield and Shock Absorber)

The most interesting, and often most valuable, controls operate on both sides of the boom. They reduce the probability of the event and limit the damage if it occurs anyway.

ControlThreatShield Effect (Left of Boom)Shock Absorber Effect (Right of Boom)
Network SegmentationLateral movementCreates barriers that reduce the probability of an attacker reaching critical assetsLimits the blast radius: a compromised segment doesn’t grant access to the entire network
EDR with Automated ResponseMalwareDetects and blocks malicious processes before executionIsolates compromised endpoints automatically, preventing spread after initial infection
Encryption at RestData theftMay deter opportunistic attackers who can’t use encrypted data (marginal)Renders stolen data unusable, dramatically reducing data exposure magnitude
Privileged Access Management (PAM)Insider threat, credential theftRestricts who can access sensitive systems, reducing attack surfaceLimits what a compromised privileged account can reach through session controls, JIT access, and vaulting
Zero Trust ArchitectureAny network-based threatContinuous verification reduces the probability of unauthorized accessMicrosegmentation and least-privilege ensure that a breach of one component doesn’t cascade
Data Loss Prevention (DLP)Data exfiltrationBlocks outbound transfers of sensitive data (prevention)In alert-only mode, enables rapid detection and response, limiting the volume of data exfiltrated
Incident Response Plan (tested)Any loss eventRegular tabletop exercises may surface vulnerabilities proactively (marginal TMP)Dramatically reduces dwell time, containment time, and overall loss magnitude through rehearsed, coordinated action

Key Insight: Hybrid Controls

Hybrid controls are disproportionately valuable because they contribute to both dimensions of risk reduction. Yet without a dual-scoring framework, their full value remains invisible.


Five Scenarios That Expose the Magnitude Blind Spot

To sharpen the intuition further, let’s walk through five scenarios where a frequency-only analysis leads to a dangerously incomplete picture.

Scenario 1: Ransomware - The Canonical Case

The attack: An employee clicks a phishing link. Malware executes, escalates privileges, and deploys ransomware across the network. 2,000 systems are encrypted. The attacker demands $5M.

ControlTMP ScoreLMAP ScoreContribution
Email filteringHighNoneMay have blocked the phishing email (but didn’t)
EDRHighMediumMay have detected the payload (but didn’t); may have auto-isolated some endpoints
Immutable backupsNoneVery HighZero prevention, but enables full restoration without paying ransom
Network segmentationMediumHighMay have slowed lateral movement; definitely limited the blast radius to fewer segments
MFAMediumNoneMay have slowed privilege escalation
Incident response planNoneHighEnables coordinated containment and recovery, reducing downtime from weeks to days

The Lesson

If you score controls only by TMP, the three most impactful controls right of boom: backups, segmentation, and IR planning: are either invisible or severely underweighted. An organization that invests exclusively in high-TMP controls (email filtering, EDR, MFA) and neglects backups and IR planning is optimizing for a world where prevention never fails. That world doesn’t exist.

Scenario 2: Insider Data Theft - The Slow Bleed

The attack: A disgruntled employee with legitimate database access begins exfiltrating customer records over six weeks, transferring small batches to a personal cloud account.

ControlTMP ScoreLMAP ScoreContribution
Access reviews / RBACMediumNoneMight have removed excessive permissions, but the access was legitimately granted
DLP (alert mode)LowHighDidn’t block the transfers, but detection alerts enabled security to discover the exfiltration after 2 weeks instead of 6, reducing records exposed from 500K to 150K
Data tokenization/maskingNoneHighSensitive fields are replaced with tokens or masked values; even if the insider exports records, the exfiltrated data has limited usable PII
Database activity monitoringMediumMediumMay have flagged unusual query patterns (prevention via deterrence); also provides forensic evidence to scope the damage
Legal/breach counselNoneHighExpert guidance on notification obligations reduces regulatory exposure

The Lesson

In insider threat scenarios, prevention is inherently limited because the adversary has legitimate access. Magnitude-reducing controls: DLP detection, tokenization, legal response: are often the primary line of defense. A TMP-only analysis would rank access reviews highest and leave the organization exposed to the full force of the loss.

Scenario 3: Cloud Misconfiguration - The Open Door

The attack: A developer accidentally sets an S3 bucket containing 10M customer records to public access. A researcher discovers it and notifies the press.

ControlTMP ScoreLMAP ScoreContribution
Cloud Security Posture Management (CSPM)HighNoneShould have detected and remediated the misconfiguration before exposure
IaC (Infrastructure as Code) templatesHighNoneShould have enforced private-by-default bucket policies
Encryption at restNoneVery HighEven though the bucket was public, the data is encrypted: an attacker who downloads the files gets ciphertext, not plaintext
Data classification & minimizationNoneHighIf the bucket only contained non-sensitive data due to classification policies, the magnitude drops dramatically
Incident response & PR planNoneHighRapid, transparent response reduces reputational and regulatory damage

The Lesson

Misconfigurations are among the most common cloud security incidents. When prevention (CSPM, IaC) fails, the entire defensive burden shifts to magnitude-reducing controls. Encryption at rest transforms a catastrophic data breach into a non-event: the data is exposed but unusable. This is LMAP at its most powerful.

Scenario 4: Supply Chain Compromise - The Trojan Update

The attack: A trusted vendor’s software update mechanism is compromised. A malicious update is pushed to 500 of your endpoints, installing a backdoor.

ControlTMP ScoreLMAP ScoreContribution
Vendor risk assessmentLowNonePre-engagement diligence doesn’t prevent a runtime compromise of the vendor’s build pipeline
Software integrity verificationMediumNoneMay have flagged the tampered update (if hashes were checked), but supply chain attacks are designed to pass these checks
Network segmentationLowVery HighThe backdoor is deployed to 500 endpoints, but segmentation prevents the attacker from pivoting to crown jewels: 500 compromised endpoints don’t equal total network compromise
EDR with automated isolationMediumHighMay detect anomalous post-install behavior and auto-quarantine affected machines, limiting the attacker’s dwell time and reach
Offline / air-gapped backupsNoneHighIf the attacker deploys a destructive payload, clean backups from before the compromised update enable recovery
Incident response (rehearsed)NoneVery HighEnables rapid scoping (which 500 endpoints? what did the backdoor access?), coordinated containment, and stakeholder communication

The Lesson

Supply chain attacks are uniquely difficult to prevent because the threat vector is a trusted channel. Left of Boom controls have structurally low TMP because the attack is designed to bypass trust boundaries. In this scenario, the entire defensive value comes from right-of-boom magnitude reduction: segmentation, EDR isolation, backups, and incident response.

Scenario 5: DDoS - The Sledgehammer

The attack: A massive volumetric DDoS attack overwhelms your web application, causing 18 hours of downtime during peak trading season.

ControlTMP ScoreLMAP ScoreContribution
DDoS mitigation service (e.g., Cloudflare, Akamai)HighMediumAbsorbs and filters attack traffic (prevention); if overwhelmed, still reduces throughput of malicious traffic (magnitude reduction)
Rate limitingMediumNoneLimits request volume per source, but sophisticated DDoS uses distributed sources
Auto-scaling infrastructureNoneHighDoesn’t prevent the attack, but scales capacity to absorb it, reducing or eliminating downtime
CDN / Edge cachingLowHighServes cached content even if origin is overwhelmed, keeping the site partially functional
Runbook / failover proceduresNoneHighEnables rapid traffic rerouting, customer communication, and service restoration
Business interruption insuranceNoneMediumCovers revenue losses during downtime

The Lesson

DDoS is a scenario where the line between prevention and magnitude reduction is blurred. A DDoS mitigation service is a hybrid: it tries to prevent the impact but also attenuates it when overwhelmed. Auto-scaling is purely right-of-boom: it doesn’t stop the flood, but it keeps the house from flooding.


Introducing Loss Magnitude Attenuation Potential (LMAP)

Having motivated the concept through examples, let’s formalize it. Just as TMP quantifies the frequency-reducing power of a control, Loss Magnitude Attenuation Potential (LMAP) quantifies its magnitude-reducing power.

The Core Intuition

TMP answers: “Given a threat event, what is the probability this control prevents it from occurring?”

LMAP answers: “Given a threat event that has occurred (right-of-boom), by what proportion does this control reduce the resulting loss magnitude?”

The Structure

Following the same structural logic as TMP, LMAP is composed of three factors:

  1. Attenuation Effectiveness (Attenuation): The proportion by which the control reduces loss magnitude when it functions correctly. For example, immutable backups might reduce ransomware loss magnitude by 90% (you still have incident response costs, downtime during restoration, etc.). Encryption at rest might reduce data breach magnitude by 95% (the data is exposed but unusable).

  2. Efficacy Decay: Just as with TMP, confidence in a magnitude-reducing control decays over time without validation. Untested backups are no better than no backups. A disaster recovery plan that hasn’t been rehearsed in two years may fail under real pressure. The same exponential decay model applies.

  3. Deployment Coverage: The proportion of relevant assets covered by the magnitude-reducing control. Backups that cover 70% of critical systems leave 30% unrecoverable. Encryption deployed on 80% of databases leaves 20% exposed in plaintext.

Loss Magnitude Attenuation Potential (LMAP) Defined
LMAP=Attenuation×1ekvkv×Coverage\begin{aligned} \text{\bf LMAP} &= \text{Attenuation} \times \frac{1 - e^{-kv}}{kv} \times \text{Coverage} \end{aligned}

Where:

  • Attenuation ∈ [0, 1]: The maximum proportion of loss magnitude the control can absorb when functioning perfectly.
  • Coverage ∈ [0, 1]: The proportion of relevant assets where the loss magnitude-reducing control is deployed.
  • 1ekvkv\frac{1 - e^{-kv}}{kv}: The efficacy decay factor, reflecting the decline in confidence as time passes without validation.
    • vv: The validation cadence of the control.
    • kk: the efficacy decay rate parameter, which reflects the rate at which confidence in the control’s effectiveness diminishes.

On the Symmetry Between TMP and LMAP

The symmetry is deliberate. TMP and LMAP are structurally identical: the same three factors, the same decay model, the same coverage concept. The only difference is what they measure: TMP measures the probability of preventing the event; LMAP measures the proportion of loss magnitude absorbed after the event.

The Decay Symmetry: Why Untested Backups Are as Dangerous as Untested Firewalls

This point deserves emphasis. The efficacy decay model in TMP and LMAP captures a critical truth: a firewall, like a backup, that you haven’t tested in six months may have drifted into a misconfigured state, and your confidence in it should decay accordingly.

The same truth applies with equal force to right-of-boom as it does to left-of-boom controls:

ControlWhat Decays Without Testing
BackupsBackup jobs may silently fail. Storage may corrupt. Restore procedures may break after infrastructure changes. A backup you haven’t test-restored is Schrödinger’s backup: it is simultaneously functional and failed until you observe it.
Disaster RecoveryFailover procedures may reference outdated IP addresses, deprecated APIs, or decommissioned systems. DR that worked 18 months ago against last year’s architecture is a gamble against today’s.
Incident Response PlanStaff turnover means key responders may not know their roles. Escalation contacts change. Legal counsel’s retainer may have lapsed. A plan that sits unexercised is a plan that will stumble.
EncryptionKey management procedures may have decayed. Keys may have been leaked, rotated improperly, or stored in locations that are themselves unencrypted.

The Implication of the Symmetry

The implication is clear: magnitude-reducing controls require the same continuous validation discipline as frequency-reducing controls. The decay model is not just analogous, it is identical. See how the decay is derived in the TMP Model. This means that just as a penetration test resets the decay curve for a firewall, a backup restoration test resets the decay curve for a backup.


Dual-Scoring Controls: The Full Picture

With both TMP and LMAP defined, every control in your security program can be scored on two dimensions:

ControlTMP (Left of Boom)LMAP (Right of Boom)Profile
Multi-Factor AuthenticationHighNonePure Shield
Email Gateway FilteringHighNonePure Shield
Patch ManagementHighNonePure Shield
Immutable BackupsNoneVery HighPure Shock Absorber
Cyber InsuranceNoneMedium–HighPure Shock Absorber
Crisis Communication PlanNoneMediumPure Shock Absorber
Network SegmentationMediumHighHybrid
EDR with Auto-ResponseHighHighHybrid
Encryption at RestLowVery HighHybrid (skewed right-of-boom)
Privileged Access ManagementHighMediumHybrid (skewed left-of-boom)
Zero Trust ArchitectureHighHighHybrid
Incident Response Plan (tested)LowVery HighHybrid (skewed right-of-boom)

This dual-scoring reveals something that single-dimension analysis cannot: the most resilient security programs are those that maintain strength across both columns.

A program with uniformly high TMP scores but negligible LMAP scores has optimized for a world where prevention never fails. When (not if) it does, the organization absorbs the full magnitude of the loss. Conversely, a program with high LMAP scores but weak TMP scores will survive breaches, but will experience them far too often.

Composite Risk Reduction: Combining Multiple Controls Across Both Sides of the Boom

In practice, organizations don’t deploy a single control against a threat: they deploy many. A ransomware defense might include email filtering, EDR, MFA, network segmentation, backups, and an incident response plan. Some of these are pure shields, some are pure shock absorbers, and some are hybrids that contribute to both sides.

The question becomes: how do we combine the risk-reducing effects of multiple controls without double-counting?

The key insight is that TMP and LMAP operate on orthogonal dimensions of the risk equation: frequency and magnitude, respectively. This means a single control’s TMP and LMAP contributions are never double-counted, because they act on different terms. The challenge lies in combining multiple controls within each dimension.

Stacking Shields: Multiple Controls on the Frequency Side

If we have nn controls with frequency-reducing capability (i.e., non-zero TMP scores), and we assume the controls act independently, then the probability that a threat event materializes despite all shields is the product of their individual failure probabilities:

Residual Frequency Factor
Residual Frequency Factor=i=1n(1TMPi)\begin{aligned} \text{Residual Frequency Factor} = \prod_{i=1}^{n} (1 - \text{TMP}_i) \end{aligned}

Where:

  • nn: is the number of controls with frequency-reducing capability (i.e., non-zero TMP scores).
  • TMPi\text{TMP}_i: is the Threat Mitigation Potential of the ii-th control.

This avoids double-counting naturally. Each factor (1TMPi)(1 - \text{TMP}_i) represents the probability that control ii fails to prevent the event. The product gives the probability that all shields fail simultaneously: which is the only scenario in which the event occurs.

For example, if email filtering has TMP = 0.85 and EDR has TMP = 0.70, the residual frequency factor is not 1(0.85+0.70)=0.551 - (0.85 + 0.70) = -0.55 (which would be nonsensical double-counting), but rather:

(10.85)×(10.70)=0.15×0.30=0.045(1 - 0.85) \times (1 - 0.70) = 0.15 \times 0.30 = 0.045

Only 4.5% of threat events survive both shields: a far more defensible calculation.

Stacking Shock Absorbers: Multiple Controls on the Magnitude Side

The same logic applies right-of-boom. If we have mm controls with magnitude-reducing capability (i.e., non-zero LMAP scores), and they act independently, each successive shock absorber reduces the remaining magnitude, not the original:

Residual Magnitude Factor
Residual Magnitude Factor=j=1m(1LMAPj)\begin{aligned} \text{Residual Magnitude Factor} = \prod_{j=1}^{m} (1 - \text{LMAP}_j) \end{aligned}

Where:

  • mm: is the number of controls with magnitude-reducing capability (i.e., non-zero LMAP scores).
  • LMAPj\text{LMAP}_j: is the Loss Magnitude Attenuation Potential of the jj-th control.

This multiplicative stacking is critical for avoiding double-counting. If backups have LMAP = 0.85 and network segmentation has LMAP = 0.60, the residual magnitude is:

(10.85)×(10.60)=0.15×0.40=0.06(1 - 0.85) \times (1 - 0.60) = 0.15 \times 0.40 = 0.06

Only 6% of the original loss magnitude survives both shock absorbers. Segmentation reduces the magnitude that backups didn’t already absorb.

Handling Hybrid Controls

Hybrid controls, those with both TMP > 0 and LMAP > 0, contribute to both products. Their TMP score enters the frequency product; their LMAP score enters the magnitude product. There is no double-counting because the two dimensions are mathematically independent terms in the risk equation.

For example, network segmentation might have TMP = 0.40 (it reduces the probability of lateral movement reaching critical assets) and LMAP = 0.60 (it limits the blast radius if lateral movement succeeds). The TMP of 0.40 enters the frequency product alongside other shields, and the LMAP of 0.60 enters the magnitude product alongside other shock absorbers.

The Combined Risk Reduction Formula

Bringing it all together, the expected loss for a given threat scenario, defended by a portfolio of nn controls (some shields, some shock absorbers, some hybrid), is:

Combined Risk Reduction Formula
Expected Loss=LEF0×i=1n(1TMPi)×LM0×j=1n(1LMAPj)\begin{aligned} \text{Expected Loss} = \text{LEF}_0 \times \prod_{i=1}^{n} (1 - \text{TMP}_i) \times \text{LM}_0 \times \prod_{j=1}^{n} (1 - \text{LMAP}_j) \end{aligned}

Where:

  • LEF0\text{LEF}_0 is the baseline Loss Event Frequency (before any controls)
  • LM0\text{LM}_0 is the baseline Loss Magnitude (before any controls)
  • TMPi\text{TMP}_i is the Threat Mitigation Potential of control ii (zero for pure shock absorbers)
  • LMAPj\text{LMAP}_j is the Loss Magnitude Attenuation Potential of control jj (zero for pure shields)

Pure shields contribute only to the frequency product (their LMAP term is zero, so (10)=1(1 - 0) = 1, a no-op in the magnitude product). Pure shock absorbers contribute only to the magnitude product (their TMP term is zero). Hybrid controls contribute to both. No term is counted twice.

The total Risk Reduction Potential (RRP) of the entire control portfolio is then:

Total Risk Reduction Potential (RRP)
RRP=1[i=1n(1TMPi)×j=1n(1LMAPj)]\begin{aligned} \text{RRP} = 1 - \left[\prod_{i=1}^{n} (1 - \text{TMP}_i) \times \prod_{j=1}^{n} (1 - \text{LMAP}_j)\right] \end{aligned}

Where:

  • TMPi\text{TMP}_i: is the Threat Mitigation Potential of control ii (zero for pure shock absorbers)
  • LMAPj\text{LMAP}_j: is the Loss Magnitude Attenuation Potential of control jj (zero for pure shields)

Worked Example: Ransomware Defense Portfolio

Let’s make this concrete with the ransomware scenario from earlier, assigning illustrative TMP and LMAP scores to each control:

ControlTypeTMPLMAP
Email FilteringShield0.850
EDRHybrid0.700.30
MFAShield0.600
Network SegmentationHybrid0.400.60
Immutable BackupsShock Absorber00.85
Incident Response PlanShock Absorber00.50

Step 1: Compute the Residual Frequency Factor (shields side)

(1TMPi)=(10.85)×(10.70)×(10.60)×(10.40)×(10)×(10)\prod (1 - \text{TMP}_i) = (1 - 0.85) \times (1 - 0.70) \times (1 - 0.60) \times (1 - 0.40) \times (1 - 0) \times (1 - 0)

=0.15×0.30×0.40×0.60×1.0×1.0=0.0108= 0.15 \times 0.30 \times 0.40 \times 0.60 \times 1.0 \times 1.0 = 0.0108

Only 1.08% of baseline threat events survive all shields.

Step 2: Compute the Residual Magnitude Factor (shock absorbers side)

(1LMAPj)=(10)×(10.30)×(10)×(10.60)×(10.85)×(10.50)\prod (1 - \text{LMAP}_j) = (1 - 0) \times (1 - 0.30) \times (1 - 0) \times (1 - 0.60) \times (1 - 0.85) \times (1 - 0.50)

=1.0×0.70×1.0×0.40×0.15×0.50=0.021= 1.0 \times 0.70 \times 1.0 \times 0.40 \times 0.15 \times 0.50 = 0.021

Only 2.1% of baseline loss magnitude survives all shock absorbers.

Step 3: Compute the Combined Risk Reduction

RRP=1(0.0108×0.021)=10.000227=99.98%\text{RRP} = 1 - (0.0108 \times 0.021) = 1 - 0.000227 = 99.98\%

The portfolio achieves a 99.98% reduction in expected loss.

Now, contrast this with a shields-only portfolio (same left-of-boom controls, but no backups, no IR plan, and ignoring the LMAP contributions of the hybrids):

Expected Lossshields-only=LEF0×0.0108×LM0×1.0\text{Expected Loss}_{\text{shields-only}} = \text{LEF}_0 \times 0.0108 \times \text{LM}_0 \times 1.0

RRPshields-only=10.0108=98.92%\text{RRP}_{\text{shields-only}} = 1 - 0.0108 = 98.92\%

That looks impressive, until you realize the residual expected loss is 47× higher than the balanced portfolio (0.01080.0108 vs 0.0002270.000227). The shields-only portfolio prevents 98.92% of expected loss, but the balanced portfolio prevents 99.98%. That difference: the gap between 0.01080.0108 and 0.0002270.000227, is entirely the contribution of the shock absorbers.

In absolute terms: if baseline expected annual loss is $10M, the shields-only portfolio leaves $108,000 of residual expected loss, while the balanced portfolio leaves just $2,270. The shock absorbers are worth approximately $106,000 per year in this scenario.

A Note on the Independence Assumption

The model above assumes that controls act independently: the success or failure of one control does not affect the probability of another succeeding or failing. This is a simplifying assumption that keeps the model tractable and is reasonable as a first approximation.

In practice, controls may have dependencies. For example:

  • A network outage might simultaneously disable both EDR telemetry and DLP monitoring
  • A supply chain compromise might bypass multiple controls that all rely on the same vendor’s trust chain
  • An attacker who bypasses MFA through social engineering may also bypass security awareness training: the failure modes are correlated

Removing the Independence Assumption

For scenarios where you suspect strong correlations between control failures, more sophisticated modeling (e.g., correlated failure models or scenario-specific dependency graphs) may be warranted. However, the independent model provides a clean, defensible baseline: and crucially, it already surfaces the most important insight: you need strength on both sides of the boom.


Why Magnitude-Reducing Controls Are Chronically Undervalued

If LMAP is structurally symmetric to TMP, why do organizations consistently underinvest in magnitude-reducing controls? Several forces conspire:

1. Prevention Bias

Security culture: reinforced by frameworks, audits, and vendor marketing; overwhelmingly emphasizes stopping the bad thing from happening. “Prevent the breach” is a more compelling narrative than “survive the breach gracefully.” This creates a cognitive bias: shields feel like real security and shock absorbers feel like admitting defeat.

2. Audit and Compliance Framing

Most compliance frameworks ask: “Do you have controls to prevent X?” Far fewer ask: “If X happens despite your controls, how much damage will you sustain?” This framing steers investment toward prevention and away from resilience.

3. Measurement Difficulty

It’s relatively straightforward to measure TMP: run a penetration test or red team exercise and observe whether the control blocks the attack. Measuring LMAP is harder: it often requires simulating the consequences of a successful attack (e.g., restoring from backup, executing a DR failover, running through an IR tabletop). These exercises are more complex, more expensive, and less frequently performed.

4. The Zero-TMP Stigma

Controls with zero TMP feel like they aren’t pulling their weight. “This control doesn’t prevent anything” is a damning sentence in a budget meeting, even when the control’s LMAP is extraordinarily high. Backups, insurance, and incident response plans all suffer from this perception gap.

5. Optimism Bias

Organizations tend to overestimate the reliability of their preventive controls. If you believe your email filtering, EDR, and MFA will catch 99% of threats, the right-of-boom scenario feels remote. This optimism reduces the perceived urgency of investing in shock absorbers until the boom arrives.


The Balanced Security Portfolio

The left-of-boom / right-of-boom framework suggests a different way to think about security investment. Rather than asking “How much should I spend on prevention?” the question becomes:

The Balanced Portfolio Question

“For each threat scenario I care about, do I have adequate strength on both sides of the boom?”

A balanced portfolio might look like this:

Threat ScenarioLeft of Boom Controls (Shields)Right of Boom Controls (Shock Absorbers)Balance
RansomwareEmail filtering, EDR, MFA, patchingImmutable backups, segmentation, IR plan, insurance✅ Balanced
Data breach (external)WAF, input validation, DLP (block mode)Encryption at rest, breach counsel, notification plan✅ Balanced
Insider threatRBAC, PAM, access reviewsDLP (alert mode), database monitoring, legal response✅ Balanced
Cloud misconfigurationCSPM, IaC, policy-as-codeEncryption at rest, data classification, IR plan✅ Balanced
Supply chain compromiseVendor assessment, software integrity checksSegmentation, EDR isolation, offline backups, IR plan✅ Balanced
DDoSDDoS mitigation, rate limitingAuto-scaling, CDN/edge caching, failover runbooks✅ Balanced

For each row, ask: “If every shield in the left column fails simultaneously, how much damage do my shock absorbers in the right column prevent?” If the answer is “not much,” you have a magnitude gap that no amount of additional prevention spending will close.


Talking to the Board: CISO Narratives for the Balanced Approach

Frameworks and formulas are tools for the security team. But the left-of-boom / right-of-boom lens is perhaps most powerful as a communication device: a way for CISOs to translate complex risk dynamics into language that boards, CFOs, and executive committees can act on. Here are six narratives that flow naturally from this framework:

1. “We invest in both brakes and airbags.”

This is the simplest reframe. Every board member understands that a car needs both strong brakes and airbags. The brakes stop the crash (left-of-boom). The airbags save lives when the brakes aren’t enough (right-of-boom). No one would argue for removing airbags because the brakes are good. Yet in cybersecurity, that’s effectively what happens when budgets flow overwhelmingly to prevention and starve resilience.

2. “Our expected annual loss is $X. Here’s how each control contributes to reducing it: and which dimension it acts on.”

The dual-scoring framework gives the CISO a quantitative story. Instead of presenting a flat list of controls and their “maturity levels,” you can present a portfolio view: “These controls reduce how often we get hit. These controls reduce how badly it hurts when we do. Together, they reduce our expected annual loss by 99.98%. If we cut the shock absorbers, that number drops to 98.9%, and our residual exposure increases 47-fold.” That’s a number a CFO can act on.

3. “We can’t prevent everything. The question is: when prevention fails, how much do we lose?”

This reframes the security conversation from the unrealistic promise of total prevention to the more mature posture of managed resilience. It shifts board expectations from “Will we be breached?” (answer: eventually, yes) to “When we are breached, what’s our exposure?”: a question the organization can actually control through right-of-boom investments.

4. “Here’s our boom resilience score for each threat scenario.”

Present the balanced portfolio table from earlier: one row per threat scenario, with shields on one side and shock absorbers on the other. For each row, show the combined Risk Reduction Potential (RRP). This gives the board a heat map of resilience: they can immediately see which threat scenarios have strong coverage on both sides, and which have a dangerous magnitude gap. A board doesn’t need to understand the mathematics: they need to see that ransomware has both shields and shock absorbers, but supply chain risk is defended almost entirely by shields with minimal right-of-boom coverage.

5. “Our backup restore was last tested 14 months ago. Here’s what that means for our confidence.”

The decay model is a powerful tool for justifying operational budgets for testing and validation. When the board asks “Why are we spending $200K on DR testing this year?”, the CISO can point to the efficacy decay curve: “Because our confidence in the DR plan decays to 40% after 6 months without testing. At 14 months, it’s below 10%. That means our $2M DR investment is currently operating at roughly 10% of its intended value. The $200K test restores it to full confidence.” That’s a return-on-investment argument, not a fear argument.

6. “Every dollar we spend on security either reduces frequency, reduces magnitude, or both. Here’s the split.”

This gives the board a new way to evaluate the security budget. Map each line item to its TMP and LMAP contributions. If 90% of spend maps to TMP and only 10% to LMAP, the portfolio is structurally imbalanced: regardless of how large the total budget is. This shifts the conversation from “Are we spending enough on security?” to the more productive “Are we spending our security budget in the right places?”


Conclusion: Two Sides of the Same Coin

Security controls are not monolithic. They operate across two fundamentally different dimensions of risk reduction, separated by the boom: the moment a loss event materializes.

Threat Mitigation Potential (TMP) captures the left-of-boom dimension: How effectively does this control prevent the event?

Loss Magnitude Attenuation Potential (LMAP) captures the right-of-boom dimension: How effectively does this control reduce the damage when prevention fails?

These are complementary dimensions of a complete defense, and not competing priorities. The same structural model: efficacy, decay, coverage applies to both, because both are subject to the same forces. Controls degrade without testing, gaps in coverage create blind spots, and confidence without validation is just hope.

The most dangerous position an organization can occupy is one where all investment flows to shields and none to shock absorbers. It’s a bet that prevention will never fail. History suggests otherwise.

The most resilient organizations are those that ask two questions about every control:

  1. How well does it keep the boom from happening? (TMP)
  2. How well does it limit the damage when the boom arrives? (LMAP)

If you can answer both, you’ve moved from security theater to security engineering.


Back to Blog

Related Posts

View All Posts »
The Great Security Bluff:

The Great Security Bluff: Why Your Controls Might Fail When You Need Them Most

Can you be confident whether your security controls are battle-ready for a real-world test against threat actors? Are you betting the house on a control that you last tested during last year's audit? This blog post provides some critical analyses and strategies for gaining assurance that your controls will withstand contact against adversaries.

Cyber Risk in Financial Terms:

Cyber Risk in Financial Terms: Empowering Your CFO with Strategic Cyber Risk Insight.

CISOs today must communicate cyber risk in terms CFOs and boards understand: cash flow, revenue disruption, and enterprise value. This article outlines a two-phase model for communicating cyber loss: Immediate Treasury Impact and Future Value Exposure, which aligns with how CFOs think about liquidity, treasury, cash reserves and growth risk. The approach allows CISOS to translate technical incidents into a financial narrative that supports strategic planning and investment.