Adversarial AI Risk Mitigation
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing CompTIA SecAI+ premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Where the attack lands decides the defence
- Training time: poisoning by objective
- A model you did not train can arrive backdoored
- Evasion: adversarial examples at inference
- Direct prompting attacks and jailbreaks
- Indirect prompt injection: no account required
- Privacy attacks: what queries pull out of a model
- Model extraction: rebuilding a model from answers
- From answer to action: where an injection pays off
- Testing the defence: red teaming and evaluation
- Exam patterns: reading an adversarial-AI question
The four stages an attack can reach, and what changes at each
| Question about the attack | Training time | Inference input | Inference output | Downstream action |
|---|---|---|---|---|
| What the attacker changes | What the model learns | What the model reads | Nothing; the attacker reads | What the answer sets off |
| Access needed | Training-data, model or source-code control | Query access, or control of a resource the model ingests | Query access | Query access plus a wired-up tool or renderer |
| Named attacks | Availability, targeted, backdoor and model poisoning; supply-chain model poisoning | Evasion and adversarial examples; direct and indirect prompt injection; jailbreak | Membership inference, data reconstruction, property inference, training-data extraction, model extraction | Improper output handling, excessive agency, exfiltration through a tool call |
| What it violates | Availability or integrity | Integrity, or misuse for a jailbreak | Privacy | Integrity, and privacy when data leaves |
| Defence that blunts it | Data sanitization, robust training, provenance and hash verification, model inspection | Adversarial training and certified robustness for evasion; prompt formatting, instruction hierarchy and untrusted-data filtering for injection | Differential privacy for training-data attacks; query limits and monitoring for extraction | Least-privilege tools, complete mediation downstream, human approval, output encoding |
| How you would notice | Metric collapse for availability poisoning; almost nothing for a backdoor until the trigger appears | Anomalous input distributions and repeated near-miss queries | Sustained systematically varied queries from one identity | Unexpected outbound calls and tool invocations the user never asked for |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Adversarial Machine Learning: A Taxonomy and Terminology of Attacks and Mitigations (NIST AI 100-2e2025) Whitepaper
- LLM04:2025 Data and Model Poisoning Whitepaper
- LLM03:2025 Supply Chain Whitepaper
- LLM01:2025 Prompt Injection Whitepaper
- LLM02:2025 Sensitive Information Disclosure Whitepaper
- LLM10:2025 Unbounded Consumption Whitepaper
- LLM05:2025 Improper Output Handling Whitepaper
- LLM06:2025 Excessive Agency Whitepaper