I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Subjective, experience-based\nrisk judgment (Qualitative)"] -- "Statistical reliability and\nobjective security visibility" --> B["Quantitative security\nmeasurement metric (RAV)"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A quantitative security measurement metric used in the OSSTMM methodology, which mathematically calculates the real effectiveness of the security controls within a given operational channel and expresses it as a value between 0 and 100.

Features:
( Objectivity ) Excludes the assessor’s subjective judgment and measures security maturity based on a mathematical formula, maximizing the reliability of the result.
( Optimized Decision-Making ) Can numerically demonstrate the ROI of security investment and clearly identifies which areas need improvement first.
( Comparability ) Applies the same formula so security levels can be compared across sites and over time, enabling long-term security trend management.
( Integrated View ) Reflects not only technical vulnerabilities but also core elements of security operations such as visibility, access, and trust in an integrated way.

II. Mechanism & Components

A. RAV Calculation Formula and Principle

graph TD
    A["Security Potential\n(Maximum possible security)"] --- C["RAV Calculation"]
    B["Security Actual\n(Actual operating security)"] --- C
    C --> D["RAV = (Actual / Potential) * 100"]

    subgraph "Components"
    E["Visibility"]
    F["Access"]
    G["Trust"]
    H["Contamination"]
    end

B. The Five Key Metrics That Determine RAV

MetricDetailed DescriptionEffect on the Score
VisibilityHow much information about the target system can be identified from the outside (degree of information exposure)Lower is better for security
AccessHow many paths and points of entry exist for reaching the target systemLower is better for security
TrustThe complexity and scope of the trust relationships established between systems and usersLower (least privilege) is better for security
ContaminationWhether paths exist through which abnormal data or code can be injectedLower is better for security
PorosityThe degree of small gaps through which security controls can be bypassed or passed throughLower is better for security

III. Advanced Topics & Comparison

A. RAV vs. CVSS (Common Vulnerability Scoring System)

ComparisonCVSS (Risk Score)RAV (Security Metric)
Unit of AnalysisAn individual vulnerabilityA security control/channel
Measurement PerspectiveSeverity and ease of exploitation of the vulnerabilityThe actual operational effectiveness of the security system
Primary UseDetermining patch priorityMeasuring overall security maturity and ROI
Score InterpretationHigher score means higher risk (0–10)Higher score means safer (0–100)

B. Strengthening Security Governance with the RAV Metric

  • Build a security visibility dashboard: Visualize the RAV metric for each channel (network, human, physical, etc.) and feed it into integrated security monitoring.
  • Vulnerability remediation guidance: Go beyond simple patch recommendations and propose architectural improvements that address the root cause of a lower RAV score (e.g., excessive visibility exposure).
  • Standardize periodic security audits: Report quantitative changes in the organization’s security maturity based on annual/quarterly RAV measurement data.

Key Point: RAV is an innovative metric that turned security from an abstract concept into “measurable data,” enabling organizations to build a more scientific, evidence-driven security program.

Last updated 18 Aug 2026, 00:00 UTC. history