0Pricing
Cloud & IT Cert Prep · Lesson

Risk Identification and Risk Register

Identify organizational assets, threats, and vulnerabilities, then document risks in a structured register with likelihood and impact ratings.

Risk Identification and Risk Register is a free Cloud & IT Cert Prep lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cloud & IT Cert Prep learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

What Is Risk in Security?

Risk is the potential for loss or harm resulting from a threat exploiting a vulnerability. In information security, risk is expressed as the combination of likelihood (how probable the event is) and impact (how severe the damage would be). Understanding risk allows organizations to make informed, cost-effective security decisions rather than trying to eliminate every possible threat.

Assets, Threats, and Vulnerabilities

Risk identification begins with three core elements. An asset is anything of value — servers, databases, intellectual property, or reputation. A threat is any potential event that could harm an asset, such as a ransomware attack or a disgruntled employee. A vulnerability is a weakness that a threat can exploit, such as an unpatched system or weak password policy. Risk exists where threats meet unprotected assets.

The Risk Identification Process

Systematic risk identification follows a structured process: first, asset inventory catalogs everything of value; next, threat modeling identifies who might attack and how; then vulnerability assessment finds weaknesses in systems and processes. Finally, analysts map threats to vulnerabilities to determine which assets face real exposure. This process is typically repeated annually or after major changes.

Asset Valuation Methods

Assigning value to assets drives prioritization. Tangible assets (hardware, software licenses) have clear market values. Intangible assets (brand reputation, customer data) require judgment — regulators may assign a per-record value to PII. The replacement cost method asks what it would cost to recreate the asset; business impact asks what revenue loss results if the asset is unavailable for 1 hour, 1 day, or 1 week.

What Is a Risk Register?

A risk register is a living document that captures all identified risks in a structured, searchable format. Each entry typically includes: risk description, affected assets, threat source, vulnerability exploited, likelihood rating, impact rating, risk score, current controls, and the assigned risk owner. Risk registers serve as the central reference for governance, audit, and remediation tracking activities.

# Example risk register fields
Risk ID       : RISK-001
Description   : Unpatched web server exploited via known CVE
Asset         : customer-portal-prod
Threat Source : External attacker
Vulnerability : Missing OS patches (60+ days)
Likelihood    : High (3)
Impact        : Critical (4)
Risk Score    : 12
Current Control: Monthly patching schedule
Owner         : IT Operations Manager
Status        : Open

Risk Register Columns Explained

The likelihood column rates how probable exploitation is (1=Rare to 5=Almost Certain). The impact column rates consequences in terms of financial loss, regulatory penalty, or operational downtime (1=Negligible to 5=Catastrophic). Multiplying these produces a risk score used for prioritization. The residual risk field records remaining risk after controls are applied, ensuring nothing is assumed to reach zero.

# Risk scoring matrix (Likelihood x Impact)
#       Impact
#       1   2   3   4   5
L=1  [  1   2   3   4   5 ]
L=2  [  2   4   6   8  10 ]
L=3  [  3   6   9  12  15 ]
L=4  [  4   8  12  16  20 ]
L=5  [  5  10  15  20  25 ]
# Scores 1-5=Low, 6-10=Medium, 11-20=High, 21-25=Critical

Risk Ownership and Accountability

Every risk in the register must have a named risk owner — typically a business manager or system owner, not the security team. The risk owner is accountable for ensuring controls are implemented and residual risk stays within acceptable thresholds. The security team advises and monitors but cannot own all risks, as that creates single-point accountability that does not scale across an enterprise.

Threat Modeling Techniques

Several frameworks help structure threat identification. STRIDE (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege) categorizes threats against each system component. PASTA (Process for Attack Simulation and Threat Analysis) is a risk-centric methodology that maps attacker goals. DREAD scores threats by Damage, Reproducibility, Exploitability, Affected users, and Discoverability — though DREAD is less common in modern practice.

# STRIDE applied to a web login endpoint
S Spoofing         : Attacker forges session cookie
T Tampering        : Parameter manipulation in requests
R Repudiation      : No audit log of failed logins
I Info Disclosure  : Error message reveals valid usernames
D Denial of Service: Brute-force lockout affects real users
E Elevation of Priv: SQL injection grants admin access

Vulnerability Identification Sources

Risks cannot be identified without finding vulnerabilities first. Key sources include: vulnerability scanners (Nessus, OpenVAS) that test systems against known CVEs; penetration test reports that validate exploitability; configuration audits that compare settings to CIS benchmarks; and threat intelligence feeds that highlight actively exploited weaknesses. Internal audit reports and self-assessments also surface process-level vulnerabilities missed by technical scans.

Internal vs External Threats

Risk registers must account for both internal threats (employees, contractors, misconfigured systems) and external threats (hackers, nation-state actors, supply chain compromises). Internal threats often have higher impact because insiders already have access — a disgruntled employee can exfiltrate data without triggering perimeter controls. Insider threat programs that monitor behavioral anomalies address a risk category that technical controls alone cannot mitigate.

Maintaining and Updating the Risk Register

A risk register is not a one-time deliverable — it must be reviewed and updated whenever significant changes occur: new system deployments, organizational restructuring, newly disclosed CVEs, or post-incident findings. Most organizations tie formal risk register reviews to annual security reviews, change management processes, and compliance audits. Stale risk registers create false confidence and may lead to unresourced exposure during rapid infrastructure changes.

Quick Check

Test your understanding of CompTIA Security+ (SY0-701) concepts from this lesson.

Lesson Recap

In this lesson you learned: risk combines likelihood and impact to prioritize security decisions, risk registers document assets, threats, vulnerabilities, scores, owners, and residual risk, and threat modeling techniques like STRIDE help systematically identify what could go wrong. Next up we explore qualitative versus quantitative risk analysis methods.

Frequently asked questions

Is the “Risk Identification and Risk Register” lesson free?

Yes — the full text of “Risk Identification and Risk Register” is free to read here on the web, and the Cloud & IT Cert Prep course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cloud & IT Cert Prep course, upgrade to CoddyKit PRO.

What will I learn in “Risk Identification and Risk Register”?

Identify organizational assets, threats, and vulnerabilities, then document risks in a structured register with likelihood and impact ratings. You practise Cloud & IT Cert Prep with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Cloud & IT Cert Prep?

No prior experience is required. Cloud & IT Cert Prep on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Risk Identification and Risk Register” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Cloud & IT Cert Prep lesson?

Yes. Every Cloud & IT Cert Prep lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Risk Identification and Risk Register
  2. Qualitative vs Quantitative Risk Analysis
  3. Risk Treatment: Accept, Transfer, Mitigate, Avoid
  4. NIST RMF, ISO 27001, and CIS Controls
← Back to Cloud & IT Cert Prep