mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
commit
917a01920a
7 changed files with 13 additions and 6 deletions
|
@ -4,7 +4,8 @@
|
|||
"namespace": "tidal",
|
||||
"description": "Tidal Campaigns Galaxy",
|
||||
"type": "campaigns",
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48"
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48",
|
||||
"icon": "bullhorn"
|
||||
},
|
||||
"cluster": {
|
||||
"authors": "Tidal",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"namespace": "tidal",
|
||||
"description": "Tidal Groups Galaxy",
|
||||
"type": "groups",
|
||||
"uuid": "41c3e5c0-de5c-4edb-b48b-48cd8e7519e6"
|
||||
"uuid": "41c3e5c0-de5c-4edb-b48b-48cd8e7519e6",
|
||||
"icon": "user-secret"
|
||||
},
|
||||
"cluster": {
|
||||
"authors": "Tidal",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"namespace": "tidal",
|
||||
"description": "Tidal References Galaxy",
|
||||
"type": "references",
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48"
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48",
|
||||
"icon": "list"
|
||||
},
|
||||
"cluster": {
|
||||
"authors": "Tidal",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"namespace": "tidal",
|
||||
"description": "Tidal Software Galaxy",
|
||||
"type": "software",
|
||||
"uuid": "38d62d8b-4c49-489a-9bc4-8e294c4f04f7"
|
||||
"uuid": "38d62d8b-4c49-489a-9bc4-8e294c4f04f7",
|
||||
"icon": "file-code"
|
||||
},
|
||||
"cluster": {
|
||||
"authors": "Tidal",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"namespace": "tidal",
|
||||
"description": "Tidal Tactic Galaxy",
|
||||
"type": "tactic",
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48"
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48",
|
||||
"icon": "map"
|
||||
},
|
||||
"cluster": {
|
||||
"authors": "Tidal",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"namespace": "tidal",
|
||||
"description": "Tidal Technique Galaxy",
|
||||
"type": "technique",
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48"
|
||||
"uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48",
|
||||
"icon": "user-ninja"
|
||||
},
|
||||
"cluster": {
|
||||
"authors": "Tidal",
|
||||
|
|
|
@ -4,6 +4,7 @@ from dataclasses import dataclass, asdict
|
|||
@dataclass
|
||||
class Galaxy():
|
||||
description: str
|
||||
icon: str
|
||||
name: str
|
||||
namespace: str
|
||||
type: str
|
||||
|
|
Loading…
Reference in a new issue