mirror of https://github.com/MISP/misp-galaxy
Add [tidal] icons
parent
ec0c15b444
commit
2301c156d9
|
@ -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 New Issue