mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
Fixed some issues with a misnamed galaxy
This commit is contained in:
parent
1e1bbfdd96
commit
cf780290be
4 changed files with 5 additions and 5 deletions
|
@ -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 a new issue