Week 6
Summarises risk management concepts from an information security textbook, including identification, assessment, control strategies, and cost-benefit analysis.
What this file does
Summarises risk management concepts from an information security textbook, including identification, assessment, control strategies, and cost-benefit analysis.
When to use it
- Studying for an information security exam covering risk management
- Reviewing key definitions and formulas like SLE, ALE, and CBA
- Preparing scenario-based answers for risk control strategy questions
Week 6
๐ก๏ธ Risk Management (Chapter 4: Principles of Information Security)
๐ Learning Objectives
- Understand the fundamentals of Risk Management: Risk Identification, Risk Assessment, and Risk Control.
- Explore Asset Identification, Information Asset Valuation, and Vulnerability Identification.
- Study Risk Control Strategies and Cost Benefit Analysis (CBA).
๐งฉ Introduction to Risk Management
Risk Management is identifying and mitigating risks to protect an organization's assets and maintain its information security. It involves three primary tasks:
- Risk Identification ๐
- Risk Assessment ๐
- Risk Control ๐ ๏ธ
Analogy: Think of risk management as preparing for a storm ๐ฉ๏ธ. First, you identify whatโs at risk (windows, doors), assess their vulnerability, and then decide how to secure them.
๐ต๏ธโโ๏ธ Risk Identification
Purpose: To document and understand the security status of an organizationโs IT and identify possible risks.
Steps:
- Identify Assets: Know all information assets and their roles.
- Threat Assessment: Identify threats to each asset.
- Classify Assets: Organize assets by importance and vulnerability.
Example: Think of assets as the valuables in your house ๐ โyouโd classify them based on importance, like jewelry, electronics, or important documents.
โ๏ธ Risk Assessment
Definition: Determines the likelihood and impact of risks on each asset.
- Likelihood: Probability that a vulnerability will be exploited (0.1 - low to 1.0 - high, per NIST guidelines).
- Example: A network with many open connections may have a high likelihood of attacks.
- Risk Rating: Calculate using values assigned to assets and vulnerabilities to determine risk scores.
๐ข Risk Determination Formula
For assessing risks, you may calculate Relative Risk Factor (RRF):
- Asset Value: Value assigned to an asset.
- Likelihood: Probability of attack.
- Risk Determination: Asset value x Likelihood.
Example: If an asset is valued at 50 with a likelihood of 1.0, the risk score is 50.
<figure><img src=".gitbook/assets/image (1).png" alt=""><figcaption></figcaption></figure>
๐ก๏ธ Risk Control Strategies
When risks are identified and assessed, the organization can choose one of the following strategies:
- Defend ๐ก๏ธ: Prevent exploitation by countering threats or adding safeguards.
- Methods: Policy enforcement, employee training, and technology application.
- Transfer ๐: Shift risk to another entity (e.g., outsourcing, insurance).
- Example: Organizations may outsource web hosting to a provider, transferring the risk of web security.
- Mitigate ๐: Reduce the impact of risks via incident response, disaster recovery, and business continuity plans.
- Example: Having a backup power system for servers to minimize downtime.
- Accept ๐คท: Acknowledge the risk without specific controls.
- Conditions: Only acceptable if the risk level is low and mitigation is not cost-effective.
- Terminate โ: Avoid activities that introduce uncontrollable risks.
Analogy: These strategies are like different reactions to a stormโdefend (fortify), transfer (move valuables), mitigate (board up windows), accept (do nothing), or terminate (leave the area).
๐ฐ Cost Benefit Analysis (CBA)
Purpose: To ensure that the cost of security measures does not exceed the value of the assets being protected.
- Single Loss Expectancy (SLE): Expected loss per attack.
- Formula: SLE = Asset Value x Exposure Factor (EF)
- Annualized Loss Expectancy (ALE): Expected loss over a year.
- Formula: ALE = SLE x Annual Rate of Occurrence (ARO)
- CBA Formula:
- CBA = ALE (prior) - ALE (post) - Annualized Cost of Safeguard (ACS)
Analogy: Cost-benefit analysis is like budgeting for home insurance ๐กโyou calculate if the coverage cost is justified by the value of your home and the risk of incidents.
๐ Ongoing Evaluation of Risk Controls
Risk controls are continuously assessed for effectiveness, and adjustments are made to manage residual risk (remaining risk after controls are applied).
๐ Exam Questions
Definitions and Descriptions
- Define risk management and describe its components.
- Explain the difference between risk assessment and risk control.
Calculations and Formulas
- Calculate the SLE, ALE, and CBA using provided asset values and occurrence rates.
- Explain the steps to calculate risk determination and relative risk factor.
Comparison and Analysis
- Compare each risk control strategy and give examples of when each is appropriate.
- Discuss when it is appropriate to use the โAcceptโ strategy in risk management.
Scenario-Based Applications
- If a company faces a high risk of server attacks, which control strategy should they choose and why?
- Describe a scenario where the Transfer strategy is the best approach.
What's inside
5 main sections plus exam questions: risk identification, assessment, control strategies, CBA, and ongoing evaluation.
Change this for your project
- Replace image references like
.gitbook/assets/image.pngwith your own screenshots or diagrams - Remove or update the
Week 6heading to match your own schedule
Where it goes
Keep it in your repository where the agent or team that needs it will read it.
Worth borrowing
- Using an analogy (storm preparation) to explain risk management steps
- Structuring exam questions by type: definitions, calculations, comparisons, scenarios
Related Documents
Overview
Summarises a completed C4 audit of Coinbase's Smart Wallet, listing 1 high and 2 medium severity vulnerabilities with findings, mitigations, and warden credits.
Table of Contents
Outlines governance, risk management, and legal considerations for building an information security strategy.
ch-17
Covers risk management, assessment, disaster recovery, and privacy concepts for the CompTIA Security+ exam.
Annex-K: AI Threat Modeling Template
Provides a structured template for documenting AI system threats, risks, and mitigations across model, infrastructure, data, and operational layers.