Standards & scoring
How scoring works — and where it comes from
Every risk is scored Likelihood × Impact, each rated 1–5, giving a number from 1 to 25 that maps to a severity band. This likelihood × impact method is the standard risk-assessment approach in NIST SP 800-30 and ISO/IEC 27005:2022; ISO 31000:2018 frames the wider process. CIS RAM uses the same impact×likelihood idea alongside the CIS Controls.
Important, so you can defend it to an auditor: the method is standard, but the exact band cut-offs and SLA days below are this tool's convention, not a regulation. NIST and ISO deliberately leave the scale to each organization to set in its own risk methodology — which is what the seeded Risk Management Policy is for. Change them here to match yours.
How many levels — is it by law? No. This tool uses four levels (Low / Medium / High / Critical, the common CVSS-style convention). No statute fixes the number: laws (HIPAA, FISMA, GLBA…) require a documented risk assessment but leave the scale to you. The one mandatory scale — NIST FIPS 199, which US federal systems must use under FISMA — defines three impact levels (Low / Moderate / High), while NIST SP 800-30 gives example three- and five-level scales. The count is a local calibration.
Inherent vs residual. The inherent score is the risk before your controls. The residual score is what's left after a control is applied — you re-score Likelihood × Impact with the control in place (usually a lower likelihood, sometimes lower impact). Recording a residual is how you show a control actually reduced the risk.
| Severity | Score range (L×I) | SLA — act within |
|---|---|---|
| low | 1–4 | 30 day(s) |
| medium | 5–9 | 7 day(s) |
| high | 10–15 | 3 day(s) |
| critical | 16–25 | 1 day(s) |
The risk matrix. Every Likelihood (1–5) × Impact (1–5) combination, coloured by the band it falls in — the visual behind every score:
| L↓ \ I→ | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| 5 | 5 | 10 | 15 | 20 | 25 |
| 4 | 4 | 8 | 12 | 16 | 20 |
| 3 | 3 | 6 | 9 | 12 | 15 |
| 2 | 2 | 4 | 6 | 8 | 10 |
| 1 | 1 | 2 | 3 | 4 | 5 |
Rows = Likelihood (5 at top), columns = Impact (1–5). The number in each cell is the score; recalculated live from your band cut-offs above.
Writing a risk — title & description
A good risk statement makes four things clear: the threat / event, the weakness it exploits, the asset at stake, and the consequence. Framing risk this way is the approach in NIST SP 800-30.
| Field | Aim for | Example |
|---|---|---|
| Title | Short and specific — name the asset + the weakness. | “Exposed database — MariaDB reachable off-box” (weak: “Database problem”) |
| Description | One or two sentences: the scenario — what could happen and why (cause → effect). | “MariaDB answers on the network; an attacker on the LAN could connect and dump the data.” |
Rule of thumb: if you can't name a clear consequence, it may not be a real risk yet — or it belongs in governance instead.
Who should own a risk?
The risk owner is the person with the accountability and authority to manage the risk — to decide whether to treat it, how far, or to formally accept it. That is the definition in ISO 31000:2018.
The owner is not necessarily the person who fixes it. In RACI terms (Responsible, Accountable, Consulted, Informed): the owner is Accountable; whoever applies the control is Responsible.
To pick one, ask three questions:
- Who owns the affected asset or process? The risk owner is usually whoever is accountable for the thing at risk.
- Do they have the authority to act — approve the fix, spend the time/budget, or accept the leftover risk?
- Is the seniority right for the severity? A Critical risk should sit with someone senior enough to accept it if needed — the Authorizing Official role in NIST SP 800-37.
PlumbTrack suggests an owner by severity (Critical/High → the accountable lead; Medium/Low → the backlog). That is only a starting point — override it with the real accountable person.
What is an asset — and why inventory comes first
An asset is anything worth protecting: a system, server, application, database, or the data itself. Every risk is about a specific asset — so you name the asset a risk affects.
Inventory comes first. You can't assess or protect what you haven't identified. In NIST CSF 2.0 this is the Identify function — Asset Management (ID.AM); in CIS Controls v8 it is Controls 1 & 2 (Inventory of Enterprise Assets, and of Software Assets), literally the first two of the eighteen.
So the order is: inventory your assets → then log risks against them. When you create a risk, put the affected asset in the Asset affected field (e.g. MariaDB database on VM 111 (10.10.10.111)). It is not preset — you assign it once you know what is at stake.
Asset types — the recognized classes
The Type field's suggestions map to the asset classes the inventory standards call out. It's a combobox — you can type your own if something doesn't fit.
| Class | Types | Standard |
|---|---|---|
| Devices / hardware | Server · Endpoint · Mobile device · Network device · IoT / OT device · Removable media | CIS Controls v8 Control 1 · NIST CSF 2.0 ID.AM-01 |
| Software & services | Application · Operating system · Service · Container · Cloud resource · SaaS / third-party | CIS Controls v8 Control 2 · NIST CSF 2.0 ID.AM-02 / 04 |
| Data | Database · Data store · Information / data | CIS Controls v8 Control 3 · NIST CSF 2.0 ID.AM-07 |
| Identity | Identity / account | CIS Controls v8 Controls 5–6 · NIST CSF 2.0 PR.AA |
| Facilities | Facility / site | physical & environmental assets (ISO/IEC 27001 Annex A 7) |
Criticality — rating an asset, with examples NIST CSF 2.0
Rate an asset by the impact if it were lost, exposed, or made unavailable — its confidentiality, integrity and availability. Prioritizing assets by criticality is NIST CSF 2.0 (ID.AM-05); the one mandatory federal impact scale is NIST FIPS 199 (three levels). A High or Critical rating requires a written justification in this tool. Use these 15 examples per level to calibrate — if your asset is more consequential than the examples one band down and less than the band up, you've probably found its level.
critical Critical · score band 16-25
- Primary customer database holding all personal + payment data
- Identity provider / single sign-on (its loss locks out everyone)
- Domain controller / Active Directory (controls all access)
- Core banking or payment-processing system
- Secrets vault / key-management service (Vault, KMS)
- Certificate authority (issues trust for everything)
- Electronic health-record system (patient safety, HIPAA)
- Industrial control system / SCADA affecting physical safety
- Financial ledger / ERP of record (SOX)
- Public checkout / revenue system (direct sales impact)
- Master 'source of truth' data store
- The backup system all recovery depends on
- Network core / primary firewall
- Regulatory-reporting system with legal deadlines
- Production encryption-key store
high High · score band 10-15
- Customer-facing web portal (no payments)
- Internal app handling employee personal data
- Bastion / jump host for admin access
- CI/CD pipeline or build server (supply-chain risk)
- Source-code repository (intellectual property)
- VPN concentrator / remote-access gateway
- Shared file server with confidential documents
- CRM / ticketing with customer contact data
- SIEM / central logging platform
- Staging environment that mirrors production data
- Internal DNS server
- Container registry
- Privileged admin workstation / laptop
- Reporting database (copy of production data)
- Secondary authentication service (MFA)
medium Medium · score band 5-9
- Departmental app used by a single team
- Internal dashboard with non-sensitive metrics
- QA / test database with synthetic data
- Read-only replica of a database
- Internal wiki / knowledge base (routine content)
- Print server
- Meeting-room booking system
- Marketing website (brochureware, no data)
- Batch-job / scheduler host (non-critical)
- Internal status page
- Helpdesk chatbot
- Training / sandbox environment
- Log archive (cold storage)
- Developer workstation
- Internal file share (internal-only docs)
low Low · score band 1-4
- Static informational intranet page
- Public FAQ / documentation site
- Guest Wi-Fi network
- Digital signage / lobby display
- Disposable demo VM
- Personal scratch / sandbox database
- Decommissioned server holding no data
- Public marketing asset on a CDN
- Internal poll / survey tool
- Temporary file cache
- Cafeteria-menu screen
- Non-production monitoring test node
- Lab environment with disposable data
- Read-only mirror of a public dataset
- Individual contributor's non-privileged laptop
FIPS 199 — security categorization (C / I / A) NIST FIPS 199
Where criticality is this tool's single business-priority band, FIPS 199 is the federal standard that rates an asset separately on three security objectives — the impact if its information lost Confidentiality (unauthorized disclosure), Integrity (unauthorized modification or destruction) or Availability (disruption of access). Each is rated on FIPS 199's three levels:
- Low — a limited adverse effect on operations, assets, or individuals.
- Moderate — a serious adverse effect.
- High — a severe or catastrophic adverse effect.
The overall categorization is the high-water mark — the highest of the three. An asset rated {C: moderate, I: high, A: low} is High overall. That overall level is what drives the baseline set of controls a system must implement (the tailoring step in NIST SP 800-37 / NIST SP 800-53). NIST SP 800-60 maps common information types to suggested C/I/A levels if you want a starting point. Set each asset's C/I/A on its detail page; the overall level shows on the inventory.
Hardening — proving an asset is protected CIS Control 4
Inventorying an asset (Identify) is step one; the next is Protect — harden it — and then prove it. Hardening means applying the asset's control baseline (the SP 800-53B set its FIPS 199 level selects) and configuring it securely to a recognized benchmark (a CIS Benchmark or DISA STIG). In CIS Controls v8 this is Control 4, Secure Configuration of Enterprise Assets & Software; in NIST CSF 2.0 the Protect function (PR.PS); in SP 800-53 the CM family (CM-2 baseline config, CM-6 config settings, CM-7 least functionality) plus RA-5 and SI-2.
The evidence that it worked is a secure-configuration baseline attestation, a clean vulnerability scan, or a control test — a NIST SP 800-53A assessment finding NIST SP 800-53A. Record it on the asset's Hardening panel: set each baseline control's status for that asset and attach the proof. A High/Critical asset with no hardening evidence is flagged on the POA&M.
Continuous monitoring — keeping assurance current NIST SP 800-137
Hardening proves a control worked once. Continuous monitoring keeps that assurance current: point-in-time evidence — a control test, vulnerability scan or attestation — decays, so it must be re-collected on a defined cadence (a freshness horizon). This is the RMF Monitor step NIST SP 800-37 and the ISCM discipline (Information Security Continuous Monitoring) in NIST SP 800-137. PlumbTrack ages evidence against the virtual clock — items go fresh → aging → stale; stale assurance is flagged on the evidence register and raises a POA&M item, and an authorized system whose hardening evidence has gone stale is failing continuous monitoring even while its ATO is still valid.
Supply chain — third-party / vendor risk NIST SP 800-161
You are only as secure as the third parties you depend on — the cloud that hosts you, the SaaS that sees your data, the processor that touches cardholder data. Supply-chain risk management (C-SCRM) means keeping a register of those vendors, rating each for the impact if it is breached or unavailable and the data / access it holds, and reassessing it on a cadence — the same govern-and-review discipline you apply to your own controls. This is NIST SP 800-161 (Cybersecurity Supply Chain Risk Management) and, in CSF 2.0, the GV.SC category (Cybersecurity Supply Chain Risk Management) of the Govern function. Record third parties on the Vendor register; a High/Critical vendor that is never assessed, or any active vendor overdue for reassessment, is flagged on the POA&M — and, like every date in PlumbTrack, the review cadence advances against the virtual clock.
Statement of Applicability — the control index ISO/IEC 27001:2022
Once you have a control set, an auditor asks a simple question of every control: does it apply here, and if so, is it in place — and if not, why not? The Statement of Applicability (SoA) answers that in one table. It is a required artifact of an ISO/IEC 27001:2022 ISMS (clause 6.1.3): for each control, declare it Applicable or excluded (Not applicable), record its implementation status, and give a justification. PlumbTrack derives the SoA straight from the control library — a control's status sets its applicability and implementation, and its notes are the justification — so it never drifts from the controls themselves. An applicable control left without a justification is flagged on the POA&M.
Compliance obligations — what you are bound by CSF GV.OC
Controls are what you choose to do; obligations are what you are required to do — by a regulation (GDPR, HIPAA), a law (SOX), a standard you must meet (PCI DSS), or a contract (a customer's security addendum). Knowing them, who owns each, and whether you actually comply is the first job of governance — in CSF 2.0 the Govern function's GV.OC (Organizational Context: legal, regulatory and contractual requirements are understood). Track them on the obligations register: each carries an authority, a compliance status (compliant / partial / non-compliant / not assessed) and a review cadence. A non-compliant or never-assessed obligation, or one overdue for review, is flagged on the POA&M — the same closed-loop discipline as every other finding.
Controls & treating a risk
A control (or treatment) is what you do about a risk. Once you have assessed it you choose one of four risk-treatment responses ISO 31000:2018 IR 8286. Record the choice in the Treatment strategy field on the risk — it is the strategy, separate from the workflow state:
- Mitigate / reduce — apply a control to lower the likelihood or impact (the usual choice), e.g. bind the database to localhost and add a firewall rule. Record the control, residual, and dated actions on the treatment plan.
- Transfer / share — shift some of the risk to a third party (insurance, a provider). You still own the residual.
- Avoid — stop doing the risky thing (decommission the exposed service).
- Accept — consciously carry the residual (record a formal Risk Acceptance on the risk).
A serious (High/Critical) risk under active management with no chosen response is flagged on the POA&M as an undecided-treatment gap. In the Control / treatment field, describe the specific control you applied. NIST catalogs these as named controls 800-53; naming what you did is the evidence an auditor looks for.
Adjust the scale
Authority & approvals
The chain of command, the authorized senior approvers, and the break-glass override key (encryption of authority) live on the dedicated Authority tab.
Framework code reference
To map a risk, pick the Cybersecurity Framework outcome that best matches it and paste its code into the Framework field — optionally add a CIS control, e.g. NIST CSF PR.DS-01 / CIS 3. These are the codes this tool recognises; the complete catalogs are in NIST CSF 2.0 and CIS Controls v8.
| CSF Function | Subcategories it recognises — and what each means |
|---|---|
| Govern (GV) | GV.OC-01 — The organizational mission is understood and informs risk management. GV.OC-03 — Legal, regulatory and contractual cybersecurity requirements are understood and managed. GV.OV-03 — Cybersecurity risk management performance is evaluated and reviewed for adjustments. GV.PO-01 — Policy for managing cybersecurity risk is established and communicated. GV.RM-01 — Risk management objectives are established and agreed. GV.RR-02 — Roles, responsibilities and authorities are established and communicated. GV.SC-01 — A cybersecurity supply chain risk management program is established and agreed. GV.SC-07 — Supplier and third-party risks are assessed and monitored throughout the relationship. |
| Identify (ID) | ID.AM-01 — Hardware inventories are maintained. ID.AM-02 — Software, services and systems inventories are maintained. ID.AM-05 — Assets are prioritized by classification, criticality, resources and mission impact. ID.AM-07 — Data and metadata inventories for designated data types are maintained. ID.RA-01 — Vulnerabilities in assets are identified and recorded. ID.RA-05 — Threats, vulnerabilities, likelihood and impact are used to understand risk. |
| Protect (PR) | PR.AA-01 — Identities and credentials are managed. PR.AA-02 — Identities are proofed and bound to credentials based on context. PR.AA-03 — Users, services and hardware are authenticated. PR.AA-05 — Access permissions and authorizations are defined, managed, enforced and reviewed. PR.AA-06 — Physical access to assets is managed, monitored and enforced. PR.AT-01 — Personnel receive cybersecurity awareness and training. PR.DS-01 — The confidentiality/integrity of data-at-rest is protected. PR.DS-02 — The confidentiality, integrity and availability of data-in-transit are protected. PR.DS-11 — Data backups are created, protected, maintained and tested. PR.IR-01 — Networks and environments are protected from unauthorized access. PR.PS-01 — Configuration management practices are established. PR.PS-02 — Software is maintained, replaced and removed commensurate with risk. PR.PS-04 — Log records are generated and made available for continuous monitoring. PR.PS-06 — Secure software development practices are integrated. |
| Detect (DE) | DE.AE-02 — Potentially adverse events are analyzed to understand activity. DE.CM-01 — Networks and network services are monitored. DE.CM-09 — Computing hardware/software and their configs are monitored. |
| Respond (RS) | RS.MA-01 — The incident response plan is executed once an incident is declared. |
| Recover (RC) | RC.RP-01 — The recovery portion of the incident response plan is executed. |
CIS Controls v8 referenced here: CIS 1 Inventory and Control of Enterprise Assets · CIS 2 Inventory and Control of Software Assets · CIS 3 Data Protection · CIS 4 Secure Configuration of Enterprise Assets and Software · CIS 5 Account Management · CIS 6 Access Control Management · CIS 7 Continuous Vulnerability Management · CIS 8 Audit Log Management · CIS 12 Network Infrastructure Management · CIS 13 Network Monitoring and Defense · CIS 16 Application Software Security.
Sources & citations
Every standards-based statement in this app links to one of these. Click a tag anywhere to open its source.
| Standard / source | What it backs in this tool |
|---|---|
| NIST SP 800-94 - Guide to Intrusion Detection and Prevention Systems (IDPS) | Signature/anomaly detection and the structured alert enrichment a detector attaches to a finding. |
| NIST SP 800-61 - Computer Security Incident Handling Guide | The incident-handling lifecycle (detection -> analysis -> containment -> eradication -> recovery) and timing metrics (time-to-detect, dwell time). |
| NIST SP 800-30 Rev.1 - Guide for Conducting Risk Assessments | The likelihood x impact method, qualitative rating scales, and the risk matrix. |
| ISO/IEC 27005:2022 - Guidance on managing information security risks | Risk = likelihood x consequence; the ISO 27001 risk-assessment approach. |
| ISO/IEC 27001:2022 - Information security management systems - Requirements (clause 6.1.3 requires a Statement of Applicability) | The Statement of Applicability (SoA): for every control, declare whether it is applicable, justify inclusion or exclusion, and record its implementation status. |
| ISO 31000:2018 - Risk management - Guidelines | The general risk-management process; deliberately leaves scales to each org. |
| NIST Cybersecurity Framework (CSF) 2.0 - CSWP 29 | The six Functions (Govern/Identify/Protect/Detect/Respond/Recover) on the Compliance view. |
| CIS Critical Security Controls v8 | The numbered CIS Controls each risk/policy maps to. |
| CIS Risk Assessment Method (RAM) | An impact x likelihood method paired with the CIS Controls. |
| NIST SP 800-53 Rev.5 - Security & Privacy Controls (CA-5: Plan of Action & Milestones) | The POA&M as a formal control (CA-5). |
| NIST CSRC glossary - Plan of Action and Milestones | The definition of a Plan of Action & Milestones. |
| NIST SP 800-37 Rev.2 - Risk Management Framework (risk acceptance / authorization) | Risk acceptance as a formal, authorized decision (RMF Authorize step). |
| NIST SP 800-53 Rev.5 - Security & Privacy Controls (AC-5: Separation of Duties) | Separation of duties: whoever tests a control must not be the person who implemented it. |
| NIST FIPS 198-1 - The Keyed-Hash Message Authentication Code (HMAC) | HMAC keyed-hash used to sign a gate override with the break-glass key. |
| NIST FIPS 199 - Standards for Security Categorization of Federal Information & Information Systems | The one legally-mandatory severity scale (US federal, via FISMA): three impact levels - Low / Moderate / High. The count of levels is otherwise a local choice. |
| NIST SP 800-53 Rev.5 - Audit & Accountability family (AU-3 record content, AU-9 protect audit info, AU-10 non-repudiation, AU-12 record generation) | The audit trail: generating, attributing, and tamper-protecting audit records. |
| NIST SP 800-53A Rev.5 - Assessing Security & Privacy Controls | Evidence as an assessment finding: the methods (Examine/Interview/Test) and the determination (Satisfied / Other-than-satisfied). |
| NIST SP 800-37 Rev.2 - Risk Management Framework for Information Systems (Categorize, Select, Implement, Assess, Authorize, Monitor) | The Risk Management Framework: the security categorization (FIPS 199) drives the baseline set of controls a system must select and tailor. |
| NIST SP 800-53B - Control Baselines for Information Systems & Organizations (Low / Moderate / High baselines) | The Low / Moderate / High control baselines selected according to a system's FIPS 199 categorization. |
| NIST SP 800-53 Rev.5 - Security & Privacy Controls for Information Systems & Organizations (the control catalog) | The catalog of security and privacy controls (families AC, AU, CM, IA, ... ) this library curates a teaching subset of. |
| NIST SP 800-137 - Information Security Continuous Monitoring (ISCM) for Federal Information Systems & Organizations | Continuous monitoring: assurance evidence is point-in-time and decays, so a control test / scan / attestation must be refreshed on a defined cadence to keep an authorization valid. |
| NIST SP 800-161 Rev.1 - Cybersecurity Supply Chain Risk Management (C-SCRM) Practices for Systems & Organizations | Third-party / supply-chain risk: identifying suppliers, rating their criticality and the data they hold, and reassessing them on a cadence (aligns with NIST CSF 2.0 GV.SC). |
Note on the law: regulations such as HIPAA, PCI-DSS and FISMA require a documented risk assessment but point to a methodology (usually NIST SP 800-30) rather than dictating exact scores or deadlines — those are always a local calibration.