mirror of https://github.com/MISP/misp-galaxy
Fixed some issues with a misnamed galaxy
parent
1e1bbfdd96
commit
cf780290be
|
@ -901,7 +901,7 @@
|
||||||
"MITRE"
|
"MITRE"
|
||||||
],
|
],
|
||||||
"type": "course-of-action",
|
"type": "course-of-action",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "ATT&CK Mitigation",
|
"description": "ATT&CK Mitigation",
|
||||||
"name": "Course of Action",
|
"name": "Course of Action",
|
||||||
"source": "https://github.com/mitre/cti",
|
"source": "https://github.com/mitre/cti",
|
||||||
|
|
|
@ -763,5 +763,5 @@
|
||||||
"source": "https://github.com/mitre/cti",
|
"source": "https://github.com/mitre/cti",
|
||||||
"type": "intrusion-set",
|
"type": "intrusion-set",
|
||||||
"description": "Name of ATT&CK Group",
|
"description": "Name of ATT&CK Group",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e",
|
"uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e",
|
||||||
"type": "course-of-action",
|
"type": "course-of-action",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "ATT&CK Mitigation",
|
"description": "ATT&CK Mitigation",
|
||||||
"name": "Course of Action"
|
"name": "Course of Action"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"description": "Name of ATT&CK Group",
|
"description": "Name of ATT&CK Group",
|
||||||
"uuid": "1023f364-7831-11e7-8318-43b5531983ab",
|
"uuid": "1023f364-7831-11e7-8318-43b5531983ab",
|
||||||
"type": "course-of-action",
|
"type": "intrusion-set",
|
||||||
"name": "Intrusion Set",
|
"name": "Intrusion Set",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue