By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
For CISSP, Security+, CEH, and Real-World Security Roles
Risk management is the structured process of identifying, analyzing, and responding to threats that could harm an organization’s information assets (data, systems, reputation). It’s the backbone of cybersecurity—without it, defenses are reactive, not proactive.
Real-world example:In 2021, Colonial Pipeline paid a $4.4M ransom after a phishing attack led to a ransomware infection. A risk assessment could have identified the single point of failure (a legacy VPN without MFA) and mitigated it before the attack. Instead, the lack of risk prioritization led to a critical infrastructure shutdown, fuel shortages, and a national security alert.
Risk (NIST SP 800-30): The potential for loss or damage when a threat exploits a vulnerability. Formula: Risk = Threat × Vulnerability × Impact.
Threat: Any potential danger (e.g., hackers, natural disasters, insider threats). Example: A zero-day exploit (unknown vulnerability) in a web app.
Vulnerability: A weakness that can be exploited (e.g., unpatched software, misconfigured cloud storage). Example: An open S3 bucket exposing customer PII (like the 2017 Verizon leak of 14M records).
Impact: The harm caused if a risk materializes (e.g., financial loss, reputational damage, regulatory fines). Example: GDPR fines (up to 4% of global revenue) for data breaches.
Likelihood (Probability): How often a threat might occur (e.g., "High" for phishing attacks, "Low" for meteor strikes). Measured in ARO (Annualized Rate of Occurrence).
Risk Assessment (ISO 27005, NIST SP 800-30): The process of identifying risks, estimating their likelihood/impact, and prioritizing them. Two types:
Quantitative: Numerical (e.g., "$1M potential loss").
Risk Mitigation: Reducing risk to an acceptable level via controls (e.g., encryption, MFA, backups). Strategies:
Accept (acknowledge the risk if mitigation costs > impact).
Residual Risk: The remaining risk after controls are applied. Example: Even with MFA, phishing attacks can still succeed (residual risk exists).
Risk Appetite vs. Risk Tolerance:
Tolerance: The maximum risk an organization can endure before taking action (e.g., "We tolerate no critical vulnerabilities in payment systems").
Single Loss Expectancy (SLE): The monetary loss from a single incident. Formula: SLE = Asset Value × Exposure Factor (EF). Example: If a server worth $100K is destroyed in a fire (EF = 100%), SLE = $100K.
Annualized Loss Expectancy (ALE): The expected yearly loss from a risk. Formula: ALE = SLE × ARO. Example: If a phishing attack costs $50K (SLE) and happens twice a year (ARO = 2), ALE = $100K.
Business Impact Analysis (BIA) (NIST SP 800-34): Identifies critical business functions and their downtime tolerance (RTO/RPO). Example: A hospital’s EHR system must recover in <1 hour (RTO) with <5 minutes of data loss (RPO).
Risk Register: A living document tracking identified risks, their severity, and mitigation plans. Tools: Excel, RSA Archer, ServiceNow GRC.
Tool: Nmap (asset discovery), CMDB (Configuration Management Database).
Identify Threats & Vulnerabilities
Example: A threat actor could exploit an unpatched Log4j vulnerability (CVE-2021-44228) to gain RCE.
Estimate Likelihood & Impact
Quantitative: Use SLE × ARO = ALE.
Prioritize Risks
Tool: RiskLens, FAIR (Factor Analysis of Information Risk).
Select Mitigation Strategies
Example:
Document & Monitor
Exam trick: If a question says "stop using a service," it’s avoidance, not acceptance.
Security+ Gotcha: "Qualitative vs. Quantitative"
Exam tip: If the question mentions dollars or ALE, it’s quantitative.
CEH Focus: "Risk Mitigation Controls"
Exam trick: "Which control best mitigates XSS?" → Output encoding.
Management vs. Technical Perspective
A company stores customer credit card data. A vulnerability scan reveals an unpatched Apache Struts server (CVE-2017-5638). The asset value is $2M, and the exposure factor is 30%. The ARO is 0.5. What is the ALE? A) $100,000 B) $300,000 C) $600,000 D) $1,000,000
✅ Correct Answer: B) $300,000Explanation: SLE = $2M × 30% = $600K. ALE = $600K × 0.5 = $300K.
A hospital’s EHR system has a critical vulnerability with a High likelihood of exploitation and High impact (patient safety). The cost to patch is $50K, but the ALE is $200K. Which risk response is most appropriate? A) Accept the risk B) Transfer the risk via insurance C) Reduce the risk by patching D) Avoid the risk by shutting down the system
✅ Correct Answer: C) Reduce the risk by patchingExplanation: The ALE ($200K) > mitigation cost ($50K), so patching is cost-effective. Shutting down (avoidance) is not feasible for a critical system.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.