mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
27 lines
694 B
JSON
27 lines
694 B
JSON
{
|
|
"description": "MITRE ATLAS Attack Pattern - Adversarial Threat Landscape for Artificial-Intelligence Systems",
|
|
"icon": "map",
|
|
"kill_chain_order": {
|
|
"mitre-atlas": [
|
|
"reconnaissance",
|
|
"resource-development",
|
|
"initial-access",
|
|
"ml-model-access",
|
|
"execution",
|
|
"persistence",
|
|
"privilege-escalation",
|
|
"defense-evasion",
|
|
"credential-access",
|
|
"discovery",
|
|
"collection",
|
|
"ml-attack-staging",
|
|
"exfiltration",
|
|
"impact"
|
|
]
|
|
},
|
|
"name": "MITRE ATLAS Attack Pattern",
|
|
"namespace": "mitre-atlas",
|
|
"type": "mitre-atlas-attack-pattern",
|
|
"uuid": "3f3d21aa-d8a1-4f8f-b31e-fc5425eec821",
|
|
"version": 1
|
|
}
|