>

Who this is for: Security architects implementing AI-aware cybersecurity controls, CISOs evaluating AI risk within existing CSF 2.0 programs, FedRAMP and FISMA compliance teams extending controls to AI workloads, and third-party assessors evaluating AI system security posture.

Status: Preliminary Draft. NIST published IR 8596 on December 16, 2025. Public comment period closed January 30, 2026. Final publication expected 2026. Built with input from 6,500+ contributors across government, academia, and industry. Organizations should begin alignment now --- the final version will set the standard for AI cybersecurity governance.

Contents

1. What the Cyber AI Profile Covers 2. Three Focus Areas 3. CSF 2.0 Function Mapping 4. Detailed Procedure Cards 5. Quick Reference 6. Quick Start 7. References

1. What the Cyber AI Profile Covers

NIST IR 8596 overlays AI-specific considerations on the Cybersecurity Framework (CSF) 2.0. Rather than creating a separate AI security framework, it extends existing CSF 2.0 outcomes with AI Focus Areas that address the unique risks AI systems introduce to organizational cybersecurity posture.

The profile addresses three fundamental challenges:

Organizations already using CSF 2.0 can adopt the Cyber AI Profile incrementally. It does not replace existing cybersecurity programs. Instead, it identifies where AI considerations must be layered onto current controls and processes.

SWT3 witness procedures provide the cryptographic evidence layer that proves these AI-specific controls are operating continuously, not just documented in policy.

2. Three Focus Areas

Secure

Securing AI systems against adversarial manipulation, data poisoning, model theft, and supply chain compromise.

Maps primarily to Protect and Identify CSF 2.0 functions.

SWT3 procedures: AI-SEC.1, AI-SEC.2, AI-GRD.1, AI-DATA.1, AI-SBOM.1, AI-HW.1

Defend

Using AI to enhance cybersecurity operations, including threat detection, anomaly identification, and automated incident response.

Maps primarily to Detect and Respond CSF 2.0 functions.

SWT3 procedures: AI-MDL.3, AI-INF.1, AI-INCIDENT.1, AI-MDL.1

Thwart

Countering adversarial use of AI for cyberattacks, including deepfakes, automated vulnerability exploitation, and AI-generated phishing.

Maps primarily to Detect and Respond CSF 2.0 functions.

SWT3 procedures: AI-CYBER.1, AI-REV.1

3. CSF 2.0 Function Mapping

Each CSF 2.0 function maps to specific AI Focus Areas and SWT3 witness procedures that generate cryptographic evidence of control operation.

CSF 2.0 FunctionAI Focus AreaSWT3 ProcedureWhat It Witnesses
Govern (GV)SecureAI-AUDIT.1AI governance audit trail with tamper-evident anchors
Govern (GV)SecureAI-GOV.6Governance policy attestation and version tracking
Identify (ID)SecureAI-HW.1Hardware attestation: accelerator inventory and health
Identify (ID)SecureAI-SBOM.1AI system bill of materials with component hashing
Protect (PR)SecureAI-SEC.1, AI-SEC.2Security control enforcement and access boundary verification
Protect (PR)SecureAI-GRD.1, AI-GRD.2, AI-GRD.3Guardrail enforcement, content safety, PII redaction
Protect (PR)SecureAI-DATA.1Training data provenance and integrity verification
Detect (DE)DefendAI-MDL.3Model drift detection with threshold-based alerting
Detect (DE)DefendAI-INF.1Inference provenance capture for anomaly correlation
Detect (DE)ThwartAI-CYBER.1Adversarial input detection and classification
Respond (RS)DefendAI-INCIDENT.1Incident response evidence chain with anchor verification
Respond (RS)ThwartAI-REV.1Anchor revocation for compromised model responses
Recover (RC)DefendAI-MDL.1Model integrity verification for rollback validation

4. Detailed Procedure Cards

AI-SEC.1 + AI-SEC.2

Security Controls

Profile requires: AI systems must implement security controls proportionate to risk, including access controls, encryption, and monitoring.

SWT3 witness: Every security boundary crossing is witnessed with cryptographic anchors. Factor A = control count, Factor B = controls active, Factor C = enforcement mode. Each anchor proves the security posture at the exact moment of evaluation, not at the time of last audit.

Assessor Tip

Query the auditor portal for AI-SEC procedure anchors. Continuous pass rate above 95% demonstrates operational security, not just documented policy.

AI-HW.1

Hardware Attestation

Profile requires: Organizations should identify and inventory AI-specific computing resources including accelerators, GPUs, and specialized hardware.

SWT3 witness: The K8s DaemonSet continuously attests accelerator inventory, silicon vendor, topology, and health status. Every node reports hourly. Cross-silicon support covers NVIDIA, AMD, Intel, Apple, and Qualcomm hardware.

Assessor Tip

Check the Infrastructure tab on the AI Witness dashboard. Node staleness indicators (fresh/stale/critical) show whether hardware attestation is continuous or point-in-time.

AI-MDL.3

Drift Detection

Profile requires: AI system behavior should be monitored for unexpected changes, performance degradation, or adversarial influence.

SWT3 witness: Factor A = drift threshold, Factor B = measured drift. FAIL verdict triggers automatically when drift exceeds threshold. Webhook events fire for SIEM integration, enabling real-time correlation with broader cybersecurity monitoring.

Assessor Tip

Look for AI-MDL.3 FAIL anchors in the ledger. Zero FAIL anchors means either no drift occurred or drift detection is not configured. Ask which.

AI-INCIDENT.1

Incident Response

Profile requires: Organizations must maintain incident response procedures that address AI-specific scenarios including model compromise, data poisoning, and adversarial attacks.

SWT3 witness: Incident response actions are witnessed as they happen. Each anchor captures the action taken, the responder identity (agent_id), and the affected model. The evidence chain connects detection through containment to recovery.

Assessor Tip

During incident response exercises, verify that AI-INCIDENT.1 anchors appear in the ledger within the expected response window. The timestamp proves response time.

5. Quick Reference

Examiner QuestionWhere to Look
Are AI systems inventoried?AI-HW.1 anchors in Infrastructure tab: node count, silicon vendor, topology
Is AI model integrity verified?AI-MDL.1 anchors: model hash verification at deployment
Are guardrails enforced?AI-GRD.1/GRD.2/GRD.3: pass rate in procedure stats
Is drift monitored?AI-MDL.3: threshold and measured values in Factor A/B
Are incidents documented?AI-INCIDENT.1 anchors with response timeline
Is training data provenance tracked?AI-DATA.1: provenance documentation status
Are AI governance policies attested?AI-AUDIT.1 + AI-GOV.6: governance trail
Is adversarial AI addressed?AI-CYBER.1: adversarial detection classification

6. Quick Start

# Install the SDK
pip install swt3-ai

# Initialize with NIST Cyber AI profile
swt3 init --profile nist-cyber-ai --tenant YOUR_TENANT

# Run first security attestation
axiom scan --profile nist-cyber-ai

# Deploy hardware attestation (Kubernetes)
helm install swt3-witness oci://ghcr.io/tenova-labs/charts/swt3-witness

For full SDK documentation, see the SDK Docs. To create a free account and start generating witness anchors, sign up here.

7. References