mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Fixed some issues with a misnamed galaxy - script
This commit is contained in:
parent
cf780290be
commit
ee794b8ab1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ for element in os.listdir('.'):
|
|||
|
||||
galaxy = {}
|
||||
galaxy['name'] = "Intrusion Set"
|
||||
galaxy['type'] = "course-of-action"
|
||||
galaxy['type'] = "intrusion-set"
|
||||
galaxy['description'] = "Name of ATT&CK Group"
|
||||
galaxy['uuid' ] = "1023f364-7831-11e7-8318-43b5531983ab"
|
||||
galaxy['version'] = 1
|
||||
|
|
Loading…
Reference in a new issue