Every enterprise AI program eventually collides with a compliance questionnaire asking it to demonstrate adherence to one or more AI security frameworks. The challenge is that the landscape has fragmented: there are now nine major frameworks that a well-governed AI program may need to address, and they overlap significantly without being identical. Building a separate compliance programme for each would be prohibitively expensive. The good news is that the underlying security controls are largely shared — what differs is how each framework names, scopes, and evidences them.

This article maps all nine frameworks against the control domains that matter, highlights the unique requirements each adds, and identifies the common control set that satisfies the majority of requirements across all of them simultaneously.

"Compliance across nine frameworks sounds like nine problems. In practice it is one well-designed AI security programme with nine different evidence packages."

The Nine Frameworks at a Glance

NIST AI RMF

NIST AI Risk Management Framework (2023)

Voluntary · US · Governance and risk management lifecycle
Core Structure

Four functions: Govern, Map, Measure, Manage. Each function has categories and subcategories analogous to the NIST CSF structure. Focuses on trustworthiness properties: valid, reliable, safe, secure, explainable, accountable, fair, privacy-preserving.

Key AI-Specific Requirements
  • AI system lifecycle documentation from design through decommission
  • Regular impact assessments covering security and bias
  • Human oversight mechanisms proportional to risk
  • Incident response procedures specific to AI failures
EU AI Act

EU Artificial Intelligence Act (2024)

Mandatory · EU · Risk-tiered regulation with technical requirements for high-risk AI
Risk Tiers

Unacceptable risk (prohibited), High risk (Annex III — requires conformity assessment), Limited risk (transparency obligations), Minimal risk (voluntary codes). Most enterprise AI in security, HR, credit, and critical infrastructure falls in the high-risk tier.

Technical Obligations for High-Risk AI
  • Risk management system documented and tested before deployment
  • Training data governance: relevance, representativeness, error-free
  • Technical documentation (Annex IV) kept current
  • Automatic logging of all operations (tamper-proof audit trail)
  • Human oversight measures built into the system design
  • Accuracy, robustness, and cybersecurity measures proportional to risk
ISO 42001

ISO/IEC 42001:2023 — AI Management System

Certifiable · International · Management system standard analogous to ISO 27001
Structure

Follows the ISO High-Level Structure (Annex SL) for management system standards — the same structure as ISO 27001 and ISO 9001. This means organisations already certified to ISO 27001 can extend to ISO 42001 with relatively modest incremental effort, leveraging the same ISMS governance structure.

Unique Requirements
  • AI policy and objectives defined at board level
  • AI impact assessments documented for each system in scope
  • Competence requirements for AI roles
  • Supplier controls for AI components (models, datasets, APIs)
SOC 2

SOC 2 Type II — AI System Considerations

Certifiable · US · Trust Services Criteria applied to AI systems
AI Relevance

SOC 2 is not AI-specific but auditors increasingly examine AI system controls under the Security, Availability, and Confidentiality criteria. The AICPA has issued supplemental guidance covering AI system risks. Model endpoints, training pipelines, and AI vendor relationships fall under vendor management and logical access controls.

Controls Auditors Examine
  • Access controls to model serving infrastructure and training environments
  • Change management for model versions (who approved the production rollout)
  • Vendor assessments for LLM API providers
  • Logging and monitoring of AI system operations
CSA CAIQ

CSA Cloud Controls Matrix / CAIQ for AI

Voluntary · International · Cloud security controls with AI extension
AI Extension (CCMv4 AI Domain)

The CSA CCMv4 AI Security domain adds 16 control specifications covering AI system lifecycle, model security, data governance, and AI incident management. Particularly relevant for organisations using cloud-hosted AI services (AWS Bedrock, Azure OpenAI, Google Vertex AI) where shared responsibility for AI security must be explicitly allocated.

Key Controls
  • AI-AIS-01: AI system inventory and classification
  • AI-AIS-05: Model versioning and integrity verification
  • AI-AIS-09: Training data lineage and provenance
  • AI-AIS-14: AI incident detection and response
MITRE ATLAS

MITRE ATLAS — Adversarial Threat Landscape for AI Systems
Voluntary · US · Adversarial attack taxonomy for AI (analogous to ATT&CK for AI)

Structure

ATT&CK-style matrix of adversarial techniques targeting AI systems across the reconnaissance-weaponisation-execution kill chain. Covers 14 tactic categories including ML Attack Staging, Model Evasion, Exfiltration via ML Inference API, and Backdoor ML Model. Indispensable for threat modelling and red team exercise design.

Practical Use
  • Threat modelling input: map ATLAS techniques to your AI components
  • Red team test plan: select ATLAS techniques to simulate
  • Detection coverage: map techniques to detection controls and identify gaps
  • Incident classification: use ATLAS technique IDs in IR reports
OWASP LLM

OWASP LLM Top 10 (2025)

Voluntary · International · Risk taxonomy for LLM applications
Scope

Focuses specifically on language model applications, not the broader AI/ML landscape. Strongest on application-layer risks — prompt injection, insecure output handling, plugin vulnerabilities — and weakest on infrastructure and governance risks addressed by other frameworks. Best used in conjunction with MITRE ATLAS (attack techniques) and NIST AI RMF (governance).

Mapping to Controls
  • LLM01 Prompt Injection → Input validation, output schema enforcement
  • LLM02 Insecure Output Handling → Output sanitisation controls
  • LLM06 Sensitive Information Disclosure → PII controls, data minimisation
  • LLM08 Excessive Agency → Least-privilege agent service accounts
NIST CSF

NIST Cybersecurity Framework 2.0

Voluntary · US · Broad cybersecurity framework extended to cover AI systems
AI Applicability

CSF 2.0 explicitly introduces the Govern function and expands the framework's scope to cover AI systems. Model endpoints, training infrastructure, and AI supply chain are all within scope. Organisations already using CSF for general IT/OT security can extend their existing profiles to include AI system controls without adopting a separate framework.

Key AI Mappings
  • GV.OC: Organisational context includes AI risk appetite
  • ID.AM: Asset management includes AI model inventory
  • PR.AA: Access control applied to model serving and training environments
  • DE.CM: Continuous monitoring extended to AI behavioural signals
RBI CSF

RBI Cyber Security Framework for Banks (Master Direction 2024)

Mandatory · India · Banks and regulated financial entities using AI
AI Relevance

The RBI Master Direction on IT Governance (2024) and its companion Cyber Security circular explicitly require banks to assess and manage risks introduced by AI and ML systems. Boards must approve AI risk policies. AI systems used in credit decisioning, fraud detection, and customer communication require documented risk assessments and explainability mechanisms.

Key Requirements
  • Board-approved AI and ML risk policy
  • Risk assessment before production deployment of AI systems
  • Audit trail for AI-driven decisions affecting customers
  • Model risk management framework (validation, monitoring, version control)
  • Third-party AI vendor due diligence

The Common Control Set: What Satisfies All Nine

Despite the apparent complexity of nine frameworks, the following core control domains appear — under different names — in every framework. Implementing them well provides the foundation for compliance across all nine:

Control Domain What It Covers Framework References
AI Asset InventoryAll AI systems, models, datasets, and third-party AI services catalogued with risk classification Enables risk prioritisation, change tracking, and scope definition for all other controls NIST AI RMF MAPISO 42001 §8CSA AI-AIS-01NIST CSF ID.AM
Lifecycle DocumentationDesign decisions, training data sources, evaluation results, deployment approvals, version history Required for conformity assessment, audit trails, and incident investigation EU AI Act Annex IVISO 42001 §8.4RBI AI PolicySOC 2 Change Mgmt
Access ControlsLeast-privilege service accounts for model serving, training, and data pipelines; MFA for privileged access Limits blast radius of compromised credentials; prerequisite for audit trail integrity NIST CSF PR.AASOC 2 CC6CSA AI-AIS-05RBI CSF
Tamper-Evident LoggingAll AI system operations logged with cryptographic integrity, forwarded to SIEM, retention per policy EU AI Act mandates this explicitly; all other frameworks require audit trail capability EU AI Act Art.12NIST AI RMF MANAGESOC 2 CC7RBI Audit Trail
Human OversightHuman review gates for high-risk AI decisions; escalation paths; override mechanisms Core trustworthiness requirement across governance-focused frameworks EU AI Act Art.14NIST AI RMF GOVERNISO 42001 §8.5RBI Board Policy
Security TestingAdversarial testing, red teaming, prompt injection testing, MITRE ATLAS technique coverage Required to demonstrate cybersecurity "proportional to risk" (EU AI Act); maps to MITRE ATLAS and OWASP LLM EU AI Act Art.15MITRE ATLASOWASP LLMNIST AI RMF MEASURE
Incident ResponseAI-specific IR procedures covering model failures, data poisoning, prompt injection, and behavioural drift NIST AI RMF and CSA explicitly require AI-specific IR; NIST CSF DE/RS functions apply NIST AI RMF MANAGECSA AI-AIS-14NIST CSF RSISO 42001 §10
NIST AI RMF EU AI Act ISO 42001 MITRE ATLAS RBI CSF SOC 2

Building a Unified AI Compliance Programme

The practical approach is to implement the seven control domains above as a single programme and then generate framework-specific evidence artefacts from that shared implementation. An AI asset inventory satisfies the inventory requirements in NIST AI RMF, ISO 42001, and CSA simultaneously. A tamper-evident audit log satisfies EU AI Act Article 12 and SOC 2 CC7 with the same technical implementation.

Start with the frameworks that are mandatory for your jurisdiction and sector — the EU AI Act if you operate in the EU, the RBI Master Direction if you are an Indian bank — and ensure your common controls meet their most specific technical requirements. Voluntary frameworks like NIST AI RMF and MITRE ATLAS then serve as implementation guidance rather than additional compliance burdens.

The most common failure mode is treating compliance frameworks as parallel workstreams. Teams build separate evidence packages for each questionnaire, leading to inconsistent documentation, duplicated effort, and gaps that appear when a new framework emerges. A unified AI security programme with centralised evidence management eliminates that fragmentation and makes new framework adoption incremental rather than foundational.

Map your AI posture across all 9 frameworks

AI-Interceptor's compliance module maps every finding to its framework references across NIST AI RMF, EU AI Act, ISO 42001, and more — giving you a unified evidence trail, not nine separate spreadsheets.

Request a Demo