mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
Merge branch 'master' of github.com:MISP/misp-galaxy
This commit is contained in:
commit
6d5b8de216
3 changed files with 691 additions and 677 deletions
1362
clusters/tool.json
1362
clusters/tool.json
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"uuid": "1f8e3bae-1708-11e8-8e97-4bd2150e5aae",
|
||||
"description": "Mitre Relationship",
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"icon": "link",
|
||||
"type": "mitre-pre-attack-relashipship",
|
||||
"type": "mitre-pre-attack-relationship",
|
||||
"name": "Pre Attack - Relationship",
|
||||
"namespace": "mitre-attack"
|
||||
}
|
||||
|
|
|
@ -78,7 +78,7 @@ for element in os.listdir(path):
|
|||
|
||||
galaxy = {}
|
||||
galaxy['name'] = "Pre Attack - Relationship"
|
||||
galaxy['type'] = "mitre-pre-attack-relashipship"
|
||||
galaxy['type'] = "mitre-pre-attack-relationship"
|
||||
galaxy['description'] = "Mitre Relationship"
|
||||
galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae"
|
||||
galaxy['version'] = args.version
|
||||
|
|
Loading…
Reference in a new issue