MITRE ATLAS Compliance Matrix
MITRE ATLAS (Adversarial Threat Landscape for Artificial-Intelligence Systems) is the industry-standard knowledge base of adversary tactics, techniques, and case studies targeting AI/ML systems. Maintained by MITRE with 16 member organizations including Microsoft, CrowdStrike, and JPMorgan Chase, ATLAS catalogs 15 tactics, 66 techniques, and 46 sub-techniques — including 14 techniques added in October 2025 specifically for agentic AI threats.
Below is how Clevername maps to the ATLAS techniques most relevant to agentic AI systems — with specific controls, enforcement mechanisms, and the features that address them.
Compliance Matrix
Techniques are grouped by ATLAS tactic. Each card shows the technique description, how Clevername addresses it, and which features provide the controls.
Adversaries gather intelligence about target AI systems — models, architectures, training data, and deployment configurations.
Search for Victim's Publicly Available Research Materials
Adversaries crawl journals, preprints, technical blogs, and conference proceedings to extract architectural details, toolchain information, and model descriptions. This intelligence is used to identify attack surfaces and tailor adversarial strategies against specific ML systems.
Search for Publicly Available Adversarial Vulnerability Analysis
Adversaries search public vulnerability databases, research papers, and disclosure reports for known weaknesses in AI/ML frameworks, models, and libraries used by the target. This enables them to exploit documented attack vectors without original research.
Discover ML Model Family
Adversaries probe APIs or analyze outputs to identify the specific model architecture, family, or provider an organization uses. Knowing the model family (e.g., GPT-4, Claude, Gemini) enables targeted attacks using known weaknesses of that architecture.
Discover ML Artifacts
Adversaries search public repositories, container registries, documentation, and APIs to discover model artifacts such as weights, configurations, training pipelines, and deployment manifests. These artifacts provide deep insight into the target system's ML implementation.
Adversaries acquire or develop tools, adversarial examples, and infrastructure to attack target AI systems.
Develop Adversarial ML Attack Capabilities
Adversaries develop custom tools, scripts, and adversarial examples specifically designed to attack target ML systems. This includes creating adversarial perturbations, poisoned datasets, and automated exploitation frameworks tailored to the identified model architecture.
Acquire Public ML Artifacts
Adversaries acquire publicly available ML models, training datasets, or pre-trained weights to use as proxies for developing attacks against target systems. Transfer attacks developed on public models can be effective against similar private models.
Adversaries gain initial access to AI systems through supply chain compromise, stolen API credentials, or prompt injection.
ML Supply Chain Compromise
Adversaries compromise the ML supply chain by inserting malicious code, poisoned model weights, or backdoored components into ML pipelines, package repositories, or model hubs. Compromised dependencies propagate through the supply chain to target systems.
Compromise ML Development Environment
Adversaries gain access to ML development environments, notebooks, training infrastructure, or CI/CD pipelines to tamper with models during development. Compromised development environments can inject persistent backdoors before models reach production.
Valid Accounts — ML API Access
Adversaries use legitimate credentials — stolen API keys, leaked tokens, or hijacked service accounts — to access ML inference APIs or model management endpoints. Valid credentials bypass authentication controls and appear as authorized usage.
LLM Prompt Injection
Adversaries inject malicious instructions into LLM prompts to hijack model behavior. Direct injection embeds commands in user input; indirect injection plants malicious content in external data sources (tool outputs, documents, retrieved context) that the LLM processes. Prompt injection is the primary attack vector for compromising agentic AI systems.
Adversaries prepare attacks against ML models — crafting adversarial inputs, poisoning training data, or inserting backdoors.
Poison Training Data
Adversaries corrupt training datasets by injecting malicious samples designed to alter model behavior. Poisoned data can create backdoors that activate on specific trigger inputs, cause targeted misclassifications, or degrade overall model performance.
Craft Adversarial Data
Adversaries craft inputs specifically designed to cause ML models to produce incorrect outputs — adversarial perturbations, evasion attacks, or inputs that exploit decision boundary weaknesses. These appear normal to humans but trigger model failures.
Backdoor ML Model
Adversaries insert hidden backdoors into ML models that activate only when specific trigger patterns are present in the input. The model behaves normally on clean inputs but produces attacker-controlled outputs when the backdoor trigger is detected.
Adversaries gain access to ML models through inference APIs or direct artifact access to enable further attacks.
ML Model Inference API Access
Adversaries gain access to ML model inference APIs to query the model and observe its outputs. Inference access enables model extraction, adversarial example generation, membership inference, and other attacks that require repeated model queries.
Full ML Model Access
Adversaries obtain full access to ML model internals — weights, architecture, hyperparameters, and training configuration. Full access enables white-box attacks including gradient-based adversarial example generation and comprehensive model analysis.
Adversaries bypass AI safety guardrails, content policies, and security controls through jailbreaks and evasion techniques.
LLM Jailbreak
Adversaries craft specialized prompts designed to override the model's safety guardrails, content policies, and behavioral constraints. Jailbreaks put the LLM into an unaligned state where it ignores restrictions, produces harmful content, or executes actions it was designed to refuse.
Adversaries maintain persistent influence over AI systems through memory manipulation, context poisoning, or configuration changes.
LLM Agent Context Poisoning
Adversaries manipulate the context window, system prompts, or retrieved data used by an AI agent's LLM to persistently influence its decisions. Poisoned context can redirect agent behavior, alter tool selection, or inject hidden objectives that persist across conversation turns.
LLM Agent Memory Manipulation
Adversaries alter the long-term memory of an AI agent to ensure malicious changes persist across sessions. Poisoned memories influence future behavior, tool usage, and decision-making without requiring repeated injection — the agent 'remembers' the attacker's instructions.
Modify AI Agent Configuration
Adversaries modify an agent's configuration files, system prompts, tool definitions, or permission settings to create persistent malicious behavior. Configuration changes affect all instances sharing that config, enabling broad compromise from a single modification.
Adversaries steal models, training data, or sensitive information through inference APIs or agent tool invocation.
Exfiltration via AI Agent Tool Invocation
Adversaries exploit an agent's legitimate tool access to exfiltrate sensitive data. By manipulating the agent (via prompt injection or context poisoning), attackers cause it to encode stolen data into tool parameters — sending emails with embedded secrets, updating CRM records with exfiltrated content, or making API calls that leak data to attacker-controlled endpoints.
Exfiltration via ML Inference API
Adversaries use legitimate inference API access to extract sensitive information from ML models. Model inversion attacks reconstruct training data, membership inference determines if specific data was used in training, and model extraction creates functional copies of proprietary models through systematic querying.
Adversaries disrupt AI service availability, degrade model integrity, or inflict financial damage through cost harvesting.
Denial of ML Service
Adversaries disrupt ML service availability by overloading inference APIs, submitting resource-intensive queries designed to exhaust compute budgets, or corrupting model state. Denial of ML service can halt automated workflows, disable AI-powered security controls, and cause cascading failures in dependent systems.
Erode ML Model Integrity
Adversaries subtly degrade model performance over time through adversarial inputs, data poisoning, or feedback manipulation. Unlike denial of service, integrity erosion is gradual and difficult to detect — the model continues to function but produces increasingly unreliable or biased outputs.
Cost Harvesting
Adversaries exploit AI system access to generate excessive API costs for the victim. By submitting large volumes of expensive queries, using maximum context windows, or triggering compute-intensive operations, attackers inflict financial damage without stealing data or degrading model performance.
Why Clevername covers the ATLAS adversarial surface
ATLAS documents attacks that span the full AI lifecycle — from reconnaissance through staging to impact. Most AI security tools cover only one phase. Clevername provides pre-deployment governance, inline runtime enforcement, continuous behavioral monitoring, and tamper-proof audit across the entire attack chain.
Multi-layer detection
ATLAS attacks span from reconnaissance to impact. Clevername's 4-tier CleverGuard scanner (data labels, regex, ML classifier, LLM) provides defense-in-depth that catches attacks at every stage — from crafted adversarial inputs to prompt injection to data exfiltration attempts.
Supply chain integrity
ATLAS highlights supply chain compromise as a critical AI attack vector. Clevername's Agent Review version-hash revalidation, integration binding fingerprints, and MCP Marketplace admin review ensure every component is verified from governance through runtime.
Credential and model isolation
ATLAS documents credential theft and model extraction as primary threats. Clevername's BYOK architecture, Key Interception, agent-key bindings, and scoped tokens ensure credentials never leak and model access is strictly bounded per agent.
Behavioral drift as attack signal
Many ATLAS tactics — backdoors, context poisoning, integrity erosion — manifest as behavioral changes. Clevername's continuous drift detection compares every agent action against the frozen review baseline, catching attacks that other tools miss because they focus only on input scanning.
Ready to defend against adversarial AI threats?
Start with a free account, or explore the Gateway to add ATLAS-aligned governance to your existing agent stack in minutes.