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
| Attack | What Happens | Real-World Worry |
|---|---|---|
| Data poisoning | Attacker corrupts the training data so the model learns wrong things | A spam filter taught to let the attacker's spam through |
| Evasion (adversarial examples) | Tiny, invisible tweaks to an input fool the model at inference time | A stop sign with subtle stickers read as 'speed limit 45' by a car |
| Model inversion | Attacker reconstructs private training data from model outputs | Extracting faces or records the model was trained on |
| Model stealing | Attacker copies a proprietary model by querying it a lot | Cloning a company's expensive model for free |
| Membership inference | Attacker figures out if specific data was in the training set | Proving 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)โฆ
๐ฎ Practice what you learned
โญ 0 XP๐ฅ 0 days