I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Qualitative security assessment\nreliant on assessor judgment"] -- "Demand for a scientific method and\na quantitative security metric (RAV)" --> B["A measurable security\nstandard (OSSTMM)"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A security testing standard developed by ISECOM (Institute for Security and Open Methodologies) that scientifically and quantitatively measures the effectiveness of security controls in order to assess an organization’s security maturity.

Features:
( Quantitative Metric ) Objectively quantifies security posture through a numeric value called the RAV (Risk Assessment Value), supporting executive decision-making.
( Scientific Methodology ) Divides the target of testing into five operational channels and applies a consistent verification process to each.
( Comprehensive Scope ) Goes beyond simple technical checks, performing an integrated assessment that covers human, physical, and wireless security as well.
( Open Source Standard ) A transparent standard continuously updated by security experts worldwide, providing globally trusted security assurance.

II. Mechanism & Components

A. The Five Operational Channels of Security Testing

graph TD
    A["OSSTMM Operational Channels"] --> B["Data\n(Data Networks)"]
    A --> C["Human\nSecurity"]
    A --> D["Physical\nSecurity"]
    A --> E["Telecommunications\nSecurity"]
    A --> F["Wireless\nSecurity"]

    style B fill:#e3f2fd,stroke:#1e88e5
    style C fill:#fff3e0,stroke:#fb8c00
    style D fill:#f1f8e9,stroke:#7cb342
    style E fill:#fce4ec,stroke:#d81b60
    style F fill:#f3e5f5,stroke:#8e24aa

B. Key Analytical Concepts and Process Characteristics

Key ConceptDetailed DescriptionSecurity Value
RAVRisk Assessment ValueCalculates the actual effectiveness of security controls ( Security Actual ) as a value between 0 and 100
PorosityThe weaknesses (openings) through which the interior of a system can be penetratedMeasures the degree of external exposure and attack likelihood
SeparationThe level of separation and independence between security controlsVerifies the effectiveness of Defense in Depth
LimitationsThe inherent limits present within a security systemIdentifies residual risk and informs response strategy

III. Advanced Topics & Comparison

A. Comparison of Major Security Methodologies

ComparisonPTES (Execution Standard)OSSTMM (Methodology Manual)
Primary GoalStandardizing the execution stages of penetration testingScientific/quantitative measurement of security controls
Output FormatFocused on a technical vulnerability reportA statistical report based on the RAV metric
Assessment PerspectiveWhether penetration succeeded (attacker’s view)Operational effectiveness of security controls (defender’s view)
StrengthConcrete hacking technique guidelinesQuantitative figures suitable for executive reporting

B. Recommendations for Effective Use of OSSTMM

  • Link the RAV metric to the business: Actively use RAV as a metric for demonstrating the ROI of security budget investment.
  • Integrated channel testing: Combine human security (social engineering) checks with physical security checks alongside IT infrastructure testing for full-spectrum security visibility.
  • Support regulatory compliance: Use it as objective evidence for domestic and international certifications ( ISMS-P, ISO 27001, etc. ) that require measuring security maturity.

Key Point: OSSTMM is the standard that turned security from something “felt” into something “measured,” and it is a powerful tool for driving an organization’s real security maturity through quantified data.

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