mirror of https://github.com/MISP/misp-galaxy
Merge pull request #81 from Delta-Sierra/master
Fixed some issues with a misnamed galaxy - scriptpull/83/head
commit
44fb368fc8
|
@ -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 New Issue