Skip to content

Frameworks & standards

Not interchangeable - some are threat taxonomies, some control frameworks, some governance systems, some certifiable standards. Use the right type for the conversation.

FrameworkTypeUse for
NIST AI RMF (+ GenAI Profile)GovernanceGovern-Map-Measure-Manage; board language
NIST AI 100-2Threat taxonomyStandard attack names
MITRE ATLASKnowledge baseTactics/techniques; red-team & threat-intel mapping
OWASP LLM / Agentic / ML Top 10Risk listsApp-level prioritization; dev checklists
Google SAIF → CoSAI (OASIS)Controls + risk mapLifecycle controls over Data/Infra/Model/App; CoSAI Risk Map
IBM (securing GenAI)ControlsSecure data/model/usage/infra; CoSAI co-chair
ISO/IEC 42001 (+27001)Certifiable standardAuditable AI management system; procurement

SAIF’s six elements and four-area risk map (Data, Infrastructure, Model, Application) were donated to the Coalition for Secure AI under OASIS in Sep 2025 (40+ members incl. Anthropic, IBM, Google, Microsoft, OpenAI, NVIDIA). Shortcut: threat-model with ATLAS+OWASP, control with SAIF/CoSAI or IBM, govern with NIST AI RMF or ISO 42001 - crosswalk once.

Using MITRE ATLAS as a kill-chain

MITRE ATLAS (Adversarial Threat Landscape for AI Systems) is the ATT&CK-style knowledge base for attacks on ML/AI - now on a monthly release cadence (v5.4.0, Feb 2026) it spans 16 tactics and 84+ techniques with 42+ real-world case studies, and agent-focused techniques have been added through 2026. Where OWASP’s LLM Top 10 (§7) is a priority checklist and NIST AI RMF (above) is governance, ATLAS is the operational layer: it lets a red team structure an engagement and map every finding to a technique ID. It mirrors ATT&CK but drops Lateral Movement and Command-and-Control (less relevant to model attacks) and adds two AI-native tactics - ML Model Access and ML Attack Staging. The canonical chain:

TacticAI-specific example
ReconnaissanceIdentify the target’s model, framework, and public datasets
Resource DevelopmentAcquire a shadow/surrogate model; gather data to craft attacks
Initial AccessReach the model via API, app, or a poisoned supply-chain component
ML Model AccessObtain query, white-box, or physical-environment access to the model
ExecutionTrigger attacker code - e.g. a malicious model file on load (§5)
PersistenceBackdoor via poisoned fine-tuning or RAG data (§6)
Privilege EscalationAbuse excessive agency / tool permissions to widen access (§13)
Defense EvasionCraft inputs or “broken” artifacts that evade scanners and filters
Credential AccessExtract secrets or keys from prompts, context, or memory
DiscoveryProbe model behaviour, system prompt, and connected tools
CollectionAggregate sensitive outputs, training data, or context
ML Attack StagingBuild adversarial examples / proxy models offline before firing
ExfiltrationExtract model IP (extraction, §5) or stolen data via outputs
ImpactEvade, degrade, deny, or erode trust in the model’s decisions

Cross-walking the standards (so one control speaks all of them)

Control cross-walk (one finding -> many frameworks)
finding: "Agent acts on unverified tool output (no spotlighting)"
-> OWASP LLM01 (prompt injection) / ASI01 (agent action)
-> NIST AI RMF: MEASURE 2.7, MANAGE 2.2
-> Google SAIF: validate inputs, constrain agent actions
-> MITRE ATLAS: AML.T0051
# one gap mapped across the stack, so a single remediation closes many checklist items

An assessor is rarely asked about one framework. The practical skill is mapping a single control across the standards a client cares about, so a finding lands in whichever language the room speaks. The four that matter most fit together cleanly: NIST AI RMF (Govern / Map / Measure / Manage) is the operating cadence, ISO/IEC 42001 is the certifiable management system (its Annex A is the control catalogue), ISO/IEC 23894 is the risk process that runs inside it, and MITRE ATLAS / OWASP supply the adversary techniques and risk classes. Industry framings like EC-Council’s ADG (Adopt · Defend · Govern) sit on top, organizing the same primitives into pillars with their own crosswalk.

Example controlNIST AI RMFISO/IEC 42001ATLAS / OWASP
AI asset inventory / AIBOM (§16, §28)MapAnnex A - lifecycle & resources-
Adversarial-input / injection testing (§22)MeasureAnnex A - verification & validationATLAS Evasion; OWASP LLM01
Tool/agent least privilege & egress (§10, §13)ManageAnnex A - operational controlsOWASP LLM06 / Agentic; ATLAS Exfiltration
Model provenance & signing (§5, §16)Map / ManageAnnex A - third-party & dataATLAS supply-chain techniques
Governance body & accountability (§32)GovernClauses 5-9 (the management system)-