Too Many Standards, Not Enough Clarity
NIST, ISO 27001, CIS Controls, MITRE ATT&CK: every security team knows these names, but few know precisely which one to mobilize in the face of a given need. The result is often a stack of standards without coherence, or conversely an exclusive dependence on a single framework that does not cover all angles. This mapping across ten domains aims to correct this bias by associating each operational challenge with its reference standards.
Governance and Cyber Risk Management
The organizational foundation rests on four pillars recognized for risk management at the leadership level:
- NIST CSF 2.0 β generalist cybersecurity framework, revised in 2024 with the addition of the "Govern" function
- ISO/IEC 27001:2022 β certifiable standard for the information security management system (ISMS)
- CIS Controls 8.1 β set of prioritized controls, directly applicable without formal certification
- COBIT 2019 β IT governance focused on audit and business alignment
These four frameworks are not mutually exclusive: NIST CSF often serves as the backbone, while ISO 27001 brings the certifiable dimension expected by customers and partners.
Detailed Controls and Assurance Requirements
When it comes to descending into operational detail β hardening policy, access control, patch management β the following standards offer the necessary granularity:
- NIST 800-53 5.2.0 β exhaustive catalog of security controls, reference for U.S. federal agencies and many European enterprises
- ISO/IEC 27002:2022 β implementation guide for ISO 27001 controls
- CIS Benchmarks β hardening configurations by operating system, application, and cloud service
- CISA CPGs 2.0 β cybersecurity performance objectives published by the U.S. CISA agency
- PCI DSS 4.0.1 β mandatory standard for any payment card data processing environment
CIS Benchmarks and Microsoft 365
The CIS Benchmarks explicitly cover Microsoft 365 and Azure. They constitute an immediately usable starting point for hardening an M365 tenant without waiting for ISO certification.
Cloud Security and Platforms
In a shared responsibility model β whether it's Azure, Microsoft 365, or any other hyperscaler β cloud governance requires adapted frameworks:
- CSA CCM 4.1 (Cloud Controls Matrix) β grid of cloud-specific controls published by the Cloud Security Alliance
- ISO 27017:2026 β extension of ISO 27002 for cloud services
- CSA STAR β assurance program based on CCM, with self-assessment and third-party certification levels
- CIS Benchmarks β again relevant here for Azure and M365 configurations
Application Security and DevSecOps
The OWASP ecosystem dominates this domain, with three complementary publications:
- OWASP ASVS 5.0 (Application Security Verification Standard) β testable security requirements for web applications
- OWASP Top 10:2025 β list of the ten most critical application risks, updated
- OWASP SAMM 2.0 (Software Assurance Maturity Model) β maturity model for integrating security into the development lifecycle
- NIST SSDF 1.1 Final (Secure Software Development Framework) β secure development practices recommended by NIST
Threat Detection and Adversary Mapping
For SOC (Security Operations Center) teams and detection architects, two frameworks structure the approach:
- MITRE ATT&CK v19.1 β knowledge base of adversary tactics, techniques, and procedures (TTPs), absolute reference for threat intelligence
- MITRE D3FEND β defensive counterpoint to ATT&CK, mapping countermeasures
- Sigma β generic detection rule language, compatible with most SIEMs
- CISA KEV (Known Exploited Vulnerabilities) β catalog of actively exploited vulnerabilities, regularly updated
CISA KEV as a Prioritization Signal
The CISA KEV catalog does not replace a comprehensive vulnerability management program, but it constitutes a reliable prioritization signal: any CVE listed must be addressed urgently, regardless of its CVSS score.
Incident Response and Cyber Resilience
Crisis management and business continuity mobilize a set of complementary standards:
- NIST 800-61r3 β reference guide for managing information security incidents
- ISO/IEC 27035 (series) β incident management process according to ISO
- CISA Playbooks β operational guides published by CISA for common incidents (ransomware, phishing, etc.)
- ISO 22301:2019 β business continuity management system (BCMS) standard
- NIST CSF 2.0 β also relevant here through its "Recover" function
Identity, Access, and Zero Trust
Modern identity architectures β of which Microsoft Entra ID is today the pivot for most Microsoft 365 organizations β can rely on a well-established body of standards:
- NIST 800-207 β reference definition of Zero Trust architecture
- CISA ZTMM 2.0 (Zero Trust Maturity Model) β Zero Trust maturity model in five pillars
- NIST 800-63-4 β guidelines on digital identity and authentication
- FIDO2 β passwordless authentication standard, natively supported by Entra ID
- CIS Controls β controls relating to access management and privilege management
Software Supply Chain, OT, and Artificial Intelligence
Three specialized domains complete this mapping.
Software Supply Chain Security and SBOM
Software component traceability (SBOM β Software Bill of Materials) has become a regulatory requirement in several sectors:
- NIST 800-161r1 Upd.1 β ICT supply chain risk management
- NIST SSDF β secure development practices
- SLSA 1.2 (Supply-chain Levels for Software Artifacts) β integrity levels for software artifacts
- SPDX 3.0.1 and CycloneDX 1.7 β two standard formats for SBOM generation and exchange
OT and Industrial Environments
Industrial systems (OT β Operational Technology) have their own frameworks, distinct from classical IT standards:
- NIST 800-82r3 β security guide for industrial control systems
- ISA/IEC 62443 β series of reference standards for industrial cybersecurity
- CIS Controls v8.1 ICS Workbook β adaptation of CIS Controls to ICS environments
- MITRE ATT&CK for ICS β extension of ATT&CK specific to industrial systems
AI Security and Agentic Systems
This is the fastest-evolving domain. Several publications already structure this field:
- CSA AICM 1.1 (AI Controls Matrix) β grid of security controls for AI systems
- CSA AISMM (AI Safety Management Model) β AI safety management model
- OWASP LLMSVS 2.0 (LLM Security Verification Standard) β security requirements for applications based on large language models (LLM)
- NIST AI RMF 1.0 (AI Risk Management Framework) β framework for managing AI-related risks
AI and Agentic Risks
The OWASP LLMSVS 2.0 is particularly relevant for organizations deploying Copilot agents or solutions based on Azure OpenAI Service. It covers LLM-specific risks such as prompt injection, data leakage through model outputs, or uncontrolled third-party dependencies.
Overview: Ten Domains, Their Key Standards
| Domain | Primary Standards |
|---|---|
| 01 β Governance and Cyber Risk | NIST CSF 2.0, ISO/IEC 27001:2022, CIS Controls 8.1, COBIT 2019 |
| 02 β Detailed Controls and Assurance | NIST 800-53 5.2.0, ISO/IEC 27002:2022, CIS Benchmarks, PCI DSS 4.0.1 |
| 03 β Cloud Security and Platforms | CSA CCM 4.1, ISO 27017:2026, CIS Benchmarks, CSA STAR |
| 04 β Application Security and DevSecOps | OWASP ASVS 5.0, OWASP Top 10:2025, OWASP SAMM 2.0, NIST SSDF 1.1 |
| 05 β Threat Detection | MITRE ATT&CK v19.1, MITRE D3FEND, Sigma, CISA KEV |
| 06 β Incident Response and Resilience | NIST 800-61r3, ISO/IEC 27035, CISA Playbooks, ISO 22301:2019 |
| 07 β Identity, Access, and Zero Trust | NIST 800-207, CISA ZTMM 2.0, NIST 800-63-4, FIDO2 |
| 08 β Software Supply Chain and SBOM | NIST 800-161r1 Upd.1, SLSA 1.2, SPDX 3.0.1, CycloneDX 1.7 |
| 09 β OT and Industrial Environments | NIST 800-82r3, ISA/IEC 62443, MITRE ATT&CK for ICS |
| 10 β AI Security and Agentic Systems | CSA AICM 1.1, OWASP LLMSVS 2.0, NIST AI RMF 1.0 |
Key Takeaways
This mapping highlights several structuring trends:
- The specialization of frameworks is accelerating: there is no longer a universal standard, but an ecosystem of complementary standards.
- Cloud, software supply chain, and AI now have their own body of standards β a sign that these domains are mature enough to justify dedicated governance.
- For an organization operating on Microsoft 365 and Azure, the most natural entry points remain NIST CSF 2.0 for governance, CIS Benchmarks for operational hardening, and NIST 800-207 for the Zero Trust trajectory.
- OWASP LLMSVS 2.0 and NIST AI RMF 1.0 deserve particular attention as soon as the organization experiments with or deploys LLM-based solutions β including Copilot for Microsoft 365.
The next concrete step: map your current security initiatives against these ten domains, identify gaps, and prioritize based on your actual exposure.



