AI as a Weapon ยท 4.3

๐Ÿงฌ Attacks on the Models Themselves

Data poisoning, evasion, and stealing a model's secretsโฑ ~2 min

Beyond tricking an AI with words, attackers can target the machine learning system itself โ€” corrupting how it learned, fooling what it sees, or stealing what it knows. These are studied formally in MITRE ATLAS, the AI equivalent of the famous ATT&CK framework.

The Main Categories of Attacks on ML

AttackWhat HappensReal-World Worry
Data poisoningAttacker corrupts the training data so the model learns wrong thingsA spam filter taught to let the attacker's spam through
Evasion (adversarial examples)Tiny, invisible tweaks to an input fool the model at inference timeA stop sign with subtle stickers read as 'speed limit 45' by a car
Model inversionAttacker reconstructs private training data from model outputsExtracting faces or records the model was trained on
Model stealingAttacker copies a proprietary model by querying it a lotCloning a company's expensive model for free
Membership inferenceAttacker figures out if specific data was in the training setProving someone's private record was used to train a model

Adversarial Examples โ€” The Spooky One

โ˜… FactResearchers showed that changing a handful of pixels โ€” imperceptible to humans โ€” can make an image classifier confidently mislabel a panda as a gibbon. The same idea can fool facial recognition, medical imaging AI, and self-driving car vision. The model saw a pattern humans can't even perceive, and it was the wrong one.

Why This Matters More Every Year

๐Ÿ”’ SecurityAs AI makes more real decisions โ€” approving loans, screening resumes, driving cars, flagging tumors โ€” attacks on those models become attacks on real life. Securing the model is now as important as securing the server it runs on. This is a fast-growing career field with far more open jobs than qualified people.
๐Ÿ”—
MITRE ATLAS
MITRE's knowledge base of real-world adversarial attacks against AI systems โ€” the ATT&CK framework for machine learning.
https://atlas.mitre.org
โ†—
๐Ÿง Quick Checkfirst try = +5 XP

Changing a few pixels invisibly to fool an image classifier is a(n)โ€ฆ

โญ 0 XP๐Ÿ”ฅ 0 days