After completing this tutorial, you should be able to:
In Tutorial 6.3, we introduced the fundamentals of risk management: assets, threats, vulnerabilities, risk calculation, and treatment. In this tutorial, we move from concepts to methodologies. A risk assessment methodology provides a structured, repeatable process for identifying, analyzing, and evaluating risks. Different methodologies emphasize different aspects—some are asset-centric, others threat-centric; some are qualitative, others quantitative; some are tailored to specific industries, others are generic.
We will examine four of the most widely used risk assessment frameworks: NIST SP 800-30 (the US government standard), ISO/IEC 27005 (the international standard aligned with ISO 27001), OCTAVE (an asset-based methodology developed by Carnegie Mellon), and FAIR (a quantitative framework focused on financial risk). We will also touch on other approaches such as COBIT's risk management and the CIS RAM.
By the end of this tutorial, you will be able to select and apply the most appropriate methodology for a given scenario, recognizing that no single framework fits all contexts. You will also understand how to combine elements from multiple frameworks to create a tailored approach. This knowledge is essential for security practitioners who need to conduct robust risk assessments that inform governance and business decisions.
NIST Special Publication 800-30 (Revision 1, 2012) is a foundational document for risk assessment in US federal agencies and is widely adopted in the private sector. It provides a comprehensive, step-by-step methodology for conducting risk assessments of information systems and organizations. The framework emphasizes a threat-oriented approach, focusing on identifying threat sources and the vulnerabilities they exploit.
NIST SP 800-30 divides the risk assessment process into four primary steps:
The "Conduct" phase is the most intricate and is further broken down into a series of activities that can be represented as a workflow:
┌─────────────────────────────────────────────────────────────────────┐
│ NIST SP 800-30 Risk Assessment Process │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ 1. Identify threat sources (adversaries, natural, human, etc.) │
│ │ │
│ ▼ │
│ 2. Identify vulnerabilities (weaknesses in systems/processes) │
│ │ │
│ ▼ │
│ 3. Determine likelihood (probability of threat exploiting vuln) │
│ │ │
│ ▼ │
│ 4. Determine impact (consequences of successful exploitation) │
│ │ │
│ ▼ │
│ 5. Determine risk (combine likelihood and impact) │
│ │ │
│ ▼ │
│ 6. Prioritize risks (high, medium, low) │
│ │
└─────────────────────────────────────────────────────────────────────┘
Likelihood and Impact Scales: NIST recommends using qualitative scales (e.g., Very High, High, Moderate, Low, Very Low) for both likelihood and impact, which are then combined in a risk matrix to produce an overall risk level. The framework also allows for quantitative approaches when data is available.
Scenario: A small financial services firm is assessing the risk of a data breach due to a phishing attack.
The firm then proceeds to treatment (e.g., implementing MFA, enhancing email filtering, and conducting phishing training).
ISO/IEC 27005:2018 is the international standard that provides guidelines for information security risk management. It is closely aligned with ISO/IEC 27001, the standard for Information Security Management Systems (ISMS). While ISO 27001 specifies requirements for an ISMS, ISO 27005 offers a structured approach to risk assessment and treatment that supports compliance with the ISMS requirements.
The standard is generic and can be applied to any organization, regardless of size or sector. It emphasizes a risk-based approach and provides a detailed process for establishing the context, assessing risks, and treating them.
The process consists of several key activities, often represented in a cycle:
ISO 27005 is asset-centric in that it starts with assets and their values, but it also incorporates threat and vulnerability identification. It is methodologically flexible, allowing for both qualitative and quantitative approaches.
| Aspect | NIST SP 800-30 | ISO 27005 |
|---|---|---|
| Primary Audience | US federal agencies, critical infrastructure | Any organization, especially those seeking ISO 27001 certification |
| Approach | Threat-centric | Asset-centric, but integrated |
| Steps | Prepare, Conduct, Communicate, Maintain | Context establishment, Risk assessment (identification, analysis, evaluation), Treatment, Acceptance, Communication, Monitoring |
| Flexibility | Moderate, with detailed guidance | High, with options for qualitative/quantitative |
| Integration | Part of NIST Risk Management Framework (RMF) | Part of ISO 27001 ISMS |
Both frameworks are compatible and can be used together; many organizations use NIST SP 800-30 for detailed technical assessments and ISO 27005 for the overarching ISMS risk management.
OCTAVE (Operationally Critical Threat, Asset, and Vulnerability Evaluation) is a methodology developed by Carnegie Mellon University's Software Engineering Institute (SEI). It is designed to be asset-centric and self-directed, meaning that organizations can conduct the assessment themselves without needing external experts.
OCTAVE emphasizes organizational risk rather than purely technical risk. It focuses on the assets that are most critical to the organization's mission and then identifies threats and vulnerabilities that could affect those assets. There are two main variants: OCTAVE Allegro (for smaller organizations) and OCTAVE Forte (for larger, more complex environments).
OCTAVE Allegro consists of four phases:
A distinctive feature of OCTAVE is the use of threat scenarios that combine threat, asset, and vulnerability to describe a specific risk event. For example: "An external attacker (threat) exploits a SQL injection vulnerability (vulnerability) in the customer database (asset) to steal credit card numbers (impact)."
FAIR (Factor Analysis of Information Risk) is a quantitative risk analysis model developed by Jack Jones. Unlike other frameworks that rely on qualitative scales, FAIR provides a rigorous, mathematical model for estimating risk in financial terms. It is based on the idea that risk is a function of loss event frequency and probable loss magnitude.
FAIR is particularly useful for making business cases for security investments, as it expresses risk in dollar amounts that can be compared with control costs.
The FAIR model decomposes risk into two primary factors:
The overall risk (often called "Annualized Loss Expectancy" in FAIR terms) is:
However, FAIR goes deeper, incorporating uncertainty through the use of ranges and Monte Carlo simulation to produce a distribution of possible outcomes rather than a single point estimate.
Scenario: A company is assessing the risk of a data breach from a phishing attack.
This quantitative estimate can be used to justify investments in controls that reduce TEF or V, e.g., MFA reduces V to 2%, new LEF = 12 × 0.02 = 0.24, new risk = 0.24 × $310,000 = $74,400, a reduction of $297,600. If the control costs less than that, it is justified.
COBIT (Control Objectives for Information and Related Technologies) is a framework for IT governance and management. It includes a risk management component that is integrated with its governance objectives. COBIT's risk management process aligns with ISO 31000 and emphasizes the integration of risk management into overall business governance. It provides detailed guidance on risk assessment, risk response, and risk reporting, and is often used in conjunction with other frameworks.
The CIS Risk Assessment Method (RAM) is a methodology developed by the Center for Internet Security. It is designed to help organizations assess their cybersecurity risk using the CIS Controls as a baseline. CIS RAM provides a structured approach to identify, analyze, and prioritize risks, and it maps directly to the CIS Controls, making it particularly useful for organizations that have adopted the CIS Controls.
Each methodology has its strengths and is suited to different organizational contexts, risk appetites, and regulatory environments.
| Criteria | NIST SP 800-30 | ISO 27005 | OCTAVE | FAIR |
|---|---|---|---|---|
| Primary Approach | Threat-centric | Asset-centric, integrated | Asset-centric, self-directed | Quantitative, financial |
| Output | Risk levels (qualitative) | Risk levels (qualitative or quantitative) | Risk levels (qualitative) and scenarios | Monetary estimates, distributions |
| Complexity | Moderate | Moderate | Moderate (self-directed) | High (requires data and tools) |
| Best For | US federal, critical infrastructure | ISO 27001 compliance, general use | Small/medium enterprises, business-focused | Cost-benefit analysis, ROI justification |
| Integration | NIST RMF | ISO 27001 ISMS | Standalone | Often integrated with other frameworks |
When selecting a risk assessment methodology, consider the following factors:
Often, organizations use a hybrid approach, combining qualitative assessment for broad risk identification with quantitative analysis for high-priority risks.
A US federal agency needs to assess the risk to its new cloud-based system. They follow NIST SP 800-30: they prepare by defining the system boundaries, identify threat sources (e.g., nation-state actors, hacktivists), identify vulnerabilities (e.g., misconfigured cloud storage, weak authentication), determine likelihood (using historical intelligence), and impact (considering data sensitivity). They produce a risk register with risk levels and prioritize high risks for mitigation. The assessment is integrated into the NIST Risk Management Framework (RMF) process, supporting the system's authorization to operate (ATO).
Lesson: NIST SP 800-30 is well-suited for government and critical infrastructure environments where rigorous, documented assessments are required.
A multinational bank is implementing an ISMS to achieve ISO 27001 certification. They adopt ISO 27005 for risk management. They establish the context by defining their risk appetite (low tolerance for data breaches), identify assets (customer data, trading platforms), threats (cyber attacks, insider threats), and vulnerabilities. They perform a risk analysis using a combination of qualitative and quantitative methods, evaluate risks against criteria, and develop a risk treatment plan using Annex A controls. The process is documented and forms the core of their ISMS, which is audited for certification.
Lesson: ISO 27005 provides the structured risk management needed for ISO 27001 compliance and is flexible enough for large, complex organizations.
A regional healthcare network with limited security staff wants to understand its top risks. They use OCTAVE Allegro. They identify critical assets (patient records, billing systems, medical devices). They develop threat scenarios, e.g., a ransomware attack on the patient records system. They assess the likelihood (based on industry trends) and impact (patient safety, regulatory fines) using qualitative scales. They prioritize risks and create a mitigation plan focusing on backups and employee training. The assessment is conducted by internal staff with guidance from the OCTAVE materials.
Lesson: OCTAVE is effective for organizations that want to involve business stakeholders and do not have external resources, but it may not provide the financial detail needed for large investments.
A global technology firm is considering a major investment in a new security information and event management (SIEM) system. They use FAIR to quantify the risk of a data breach. They estimate TEF (based on attack frequency data), vulnerability (using historical compromise rates), and PLM (including legal costs, customer churn, and remediation). The analysis shows an expected annual loss of $5 million. The SIEM system is expected to reduce vulnerability by 40%, resulting in a new expected loss of $3 million, a reduction of $2 million. The SIEM costs $1.5 million over 5 years, so it is justified. The quantitative analysis helps the board approve the investment.
Lesson: FAIR is ideal for making business cases and justifying security spending, but it requires data and expertise.
Test your understanding of the material covered in this tutorial. Answers are hidden below each question.
Apply the concepts from this tutorial through these practical exercises. Complete each exercise before reviewing the sample solution.
For a university's student records system, conduct a risk assessment using the NIST SP 800-30 process. Identify at least three threat sources, three vulnerabilities, and determine likelihood and impact qualitatively. Present your findings in a risk register format with risk levels.
Asset: Student records database (contains personal data, grades, financial info).
Threat sources: External hackers, disgruntled employees, ransomware.
Vulnerabilities: Unpatched web application, weak passwords, lack of encryption.
| Threat | Vulnerability | Likelihood | Impact | Risk Level |
|---|---|---|---|---|
| External hacker | Unpatched web app | High | Very High | Critical |
| Disgruntled employee | Weak passwords | Medium | High | High |
| Ransomware | Lack of encryption | High | High | High |
Recommendation: Patch web application, enforce MFA, encrypt data.
For a small e-commerce company, use the ISO 27005 approach to identify critical assets, threats, and vulnerabilities. Then, perform a risk analysis (qualitative) and propose treatment options based on the risk levels.
Critical Assets: Customer database, payment gateway, website source code.
Threats: SQL injection (threat to database), DDoS (threat to website), insider theft (threat to source code).
Vulnerabilities: Poor input validation, lack of DDoS protection, inadequate access controls.
Risk Analysis:
For a healthcare organization, create three OCTAVE-style threat scenarios for the patient records system. Each scenario should include: asset, threat, vulnerability, and impact. Then, assess the risk qualitatively.
A company estimates the following for a potential data breach: Threat Event Frequency = 8 attacks per year; Vulnerability = 25%; Average loss = $500,000. Calculate the annual risk. If a new SIEM system reduces vulnerability to 10% and costs $30,000 per year, what is the new risk and the ROI?
A large multinational corporation with operations in 50 countries, a mature security program, and a board that demands financial quantification of risks. Which risk assessment methodology (or combination) would you recommend, and why?
I would recommend a hybrid approach using FAIR for quantitative, financial risk analysis on high-priority risks, and NIST SP 800-30 or ISO 27005 for broad, qualitative risk identification and alignment with governance frameworks. FAIR will satisfy the board's need for financial metrics and ROI justification, while the other frameworks will ensure comprehensive coverage and integration with existing risk management processes.
Additionally, the organization could use COBIT for governance integration, given its mature IT governance structure.
These homework questions require deeper analysis and research. Complete them independently and review the sample answers below.
Write a 1,200-word essay comparing and contrasting NIST SP 800-30, ISO 27005, OCTAVE, and FAIR. Your essay should address:
This is a sample outline; students should produce a full essay.
Introduction: Risk assessment methodologies provide structured approaches to identifying and evaluating risks. The four major frameworks—NIST SP 800-30, ISO 27005, OCTAVE, and FAIR—each have distinct philosophies and applications.
NIST SP 800-30: Threat-centric, detailed, used in US government. Strengths: thorough, aligned with RMF. Limitations: may be too prescriptive for some.
ISO 27005: Asset-centric, flexible, aligned with ISO 27001. Strengths: widely accepted, customizable. Limitations: can be generic.
OCTAVE: Asset-centric, self-directed, focuses on business impact. Strengths: involves business stakeholders, no external experts needed. Limitations: primarily qualitative, time-consuming.
FAIR: Quantitative, financial risk model. Strengths: supports ROI, objective. Limitations: requires data and expertise.
Hybrid approaches: Many organizations combine frameworks, e.g., using FAIR for top risks and NIST for overall governance.
Conclusion: No single framework fits all; selection depends on context, resources, and risk appetite.
A company is migrating its on-premises data centre to AWS. Perform a risk assessment using the NIST SP 800-30 methodology for the migration project. Identify at least five risks (e.g., misconfiguration, data leakage, compliance violations), assess likelihood and impact, and propose treatment plans.
Risks identified:
Each risk is assessed with the NIST process, documented, and assigned a treatment owner.
Choose a real or hypothetical organization. Using the FAIR model, quantify the risk of a data breach. Gather reasonable estimates for TEF, V, and PLM (cite sources or justify assumptions). Calculate the annual risk and then evaluate the impact of three different controls (e.g., MFA, encryption, insurance) on the risk. Present your findings in a business case format suitable for a board presentation.
Hypothetical Company: Mid-sized retailer, $100M revenue, 500 employees.
Assumptions: TEF = 10 phishing attacks/year (based on industry data). V = 20% (historical compromise rate). PLM = $1M (response costs, fines, lost business).
Current annual risk: LEF = 10 × 0.2 = 2; Risk = 2 × $1M = $2M.
Control 1: MFA – Reduces V to 5%. New LEF = 10 × 0.05 = 0.5; Risk = $0.5M; Reduction = $1.5M; Cost = $50K/year; ROI = 30x.
Control 2: Encryption – Reduces PLM to $0.5M. New risk = 2 × $0.5M = $1M; Reduction = $1M; Cost = $100K/year; ROI = 10x.
Control 3: Cyber Insurance – Transfers risk, premium = $200K/year with deductible $100K. Residual risk (deductible) = 2 × $100K = $200K; total cost = $200K (premium) + $200K (residual) = $400K; Reduction = $2M - $400K = $1.6M; ROI = $1.6M/$200K = 8x (but with residual risk).
Recommendation: Implement MFA as the most cost-effective control.
A medium-sized manufacturing company wants to conduct a risk assessment using OCTAVE Allegro. Develop a detailed implementation plan including:
Timeline: 8 weeks total. Week 1: Planning and training; Weeks 2-3: Asset identification and profiling; Weeks 4-5: Threat and vulnerability identification; Week 6: Risk analysis; Week 7: Mitigation planning; Week 8: Reporting and review.
Roles: Project lead (security manager), asset owners (business unit leads), facilitators (trained staff).
Data collection: Workshops with asset owners, interviews with IT staff, surveys to gather asset values.
Asset profiling: Use OCTAVE worksheets to document asset attributes, security requirements, and dependencies.
Threat scenarios: For each critical asset, brainstorm threats using the OCTAVE threat catalog and create scenarios.
Reporting: Produce a risk register and a mitigation plan with owners and timelines.
A startup with 30 employees, a cloud-based SaaS product, and limited budget needs to choose a risk assessment methodology. Write a memo to the CEO recommending a methodology (or combination) and justifying your choice. Address the trade-offs between rigor, cost, and expertise required.
Memo to CEO:
Recommended approach: OCTAVE Allegro as the primary methodology, supplemented by FAIR for top risks.
Justification:
Implementation: We will run a one-week OCTAVE workshop, identify top risks, and then apply FAIR to the top two risks. This will produce a risk register and a prioritized mitigation plan.
In this tutorial, we have explored the major risk assessment methodologies and frameworks used in cybersecurity. We began with NIST SP 800-30, a threat-centric, step-by-step approach widely adopted in US government and critical infrastructure. We then examined ISO/IEC 27005, an asset-centric methodology aligned with ISO 27001 that offers flexibility and is suitable for organizations seeking ISMS certification.
We delved into OCTAVE, a self-directed, asset-focused methodology that emphasizes business impact and is ideal for organizations with limited resources. Finally, we explored FAIR, a quantitative framework that provides financial risk estimates and supports cost-benefit analysis and investment justification.
We compared these methodologies across multiple dimensions—approach, complexity, output, and best-fit scenarios—and discussed how to select the most appropriate framework for a given organizational context. We also highlighted the value of hybrid approaches that combine elements from multiple frameworks to meet specific needs.
Through case studies, we saw these methodologies in action across various industries and organizational sizes. The quiz, exercises, and homework provided opportunities to apply the frameworks to realistic scenarios, solidifying your understanding.
Risk assessment is a cornerstone of security governance. The methodology you choose shapes the entire risk management process. By mastering these frameworks, you are equipped to conduct effective risk assessments that inform strategic decisions, allocate resources efficiently, and ultimately protect your organization's most valuable assets.
COMP400 — Computer and Network Security (Revision 3) • Unit 6.4 • © TrustOpen University