A step-by-step demonstration of how ThreatVault moves from raw threat intelligence to confirmed remediation.
| Source | Type | Records | Actor Mentions |
|---|---|---|---|
| MITRE ATLAS v2.0 | Framework | 9,847 | 14 |
| AI Incident Database 2024 | Incident | 312 | 7 |
| Adversarial ML Research (arXiv) | Research | 2,104 | 3 |
| MLSecOps Community Feed | OSINT | 891 | 5 |
| NIST AI RMF Advisory | Advisory | 28 | 2 |
| Signature | Type | Severity | Framework |
|---|---|---|---|
| pgd-l2-eps0.3-iter40 | Perturbation | CRITICAL | PyTorch |
| knockoff-nets-resnet50 | Extraction | HIGH | Any |
| shadow-model-query-flood | Extraction | HIGH | TensorFlow |
| prompt-injection-v4-llm | Injection | MEDIUM | LLM APIs |
| data-poison-label-flip | Poisoning | HIGH | Any |
| Asset | Type | Exposure | Risk |
|---|---|---|---|
| Fraud Detection Model API | Inference API | Public endpoint | HIGH |
| Document OCR Pipeline | ML Pipeline | Internal | MEDIUM |
| Recommendation Engine | Inference API | Public endpoint | HIGH |
| MLflow Model Registry | Model Store | Internal (open S3) | CRITICAL |
| LLM Chat Assistant | LLM API | Public endpoint | CRITICAL |
| Weakness | Asset Affected | Severity |
|---|---|---|
| No query rate limiting on inference API | Fraud Detection API | CRITICAL |
| LLM exposes system prompt via injection | LLM Chat Assistant | CRITICAL |
| Model file in unauthenticated S3 bucket | MLflow Registry | HIGH |
| Recommendation API returns raw logits (extraction-ready) | Recommendation API | HIGH |
| Actor Capability | Matching Asset | Match | Risk |
|---|---|---|---|
| Model Extraction (AML.T0006) | Fraud Detection API — no rate limit | DIRECT | CRITICAL |
| Prompt Injection (AML.T0051) | LLM Chat Assistant | DIRECT | CRITICAL |
| Model File Theft | Unauthenticated S3 model bucket | DIRECT | HIGH |
| Logit-Based Clone (AML.T0043) | Recommendation API returns raw logits | PARTIAL | HIGH |
| Test | Target | Technique | Result |
|---|---|---|---|
| Knockoff Nets Model Clone | Fraud Detection API | AML.T0006 | VULNERABLE |
| Prompt Injection — System Prompt Leak | LLM Chat Assistant | AML.T0051 | VULNERABLE |
| S3 Unauthenticated Model Download | MLflow Registry | File Access | VULNERABLE |
| PGD Adversarial Evasion — Fraud Bypass | Fraud Detection API | AML.T0043 | PROTECTED |