mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 06:47:18 +00:00
new: [online-service] online service added
This commit is contained in:
parent
5f9760923f
commit
91af071bae
2 changed files with 33 additions and 0 deletions
24
clusters/online-service.json
Normal file
24
clusters/online-service.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"authors": [
|
||||
"MISP Project"
|
||||
],
|
||||
"category": "tool",
|
||||
"description": "Known public online services.",
|
||||
"name": "online-service",
|
||||
"source": "Open Sources",
|
||||
"type": "online-service",
|
||||
"uuid": "c0a960b6-bba4-4914-8d54-87011aaf447e",
|
||||
"values": [
|
||||
{
|
||||
"description": "Your wiki, docs, & projects. Together. Notion is the connected workspace where better, faster work happens.",
|
||||
"meta": {
|
||||
"refs": [
|
||||
"https://www.notion.so/product"
|
||||
]
|
||||
},
|
||||
"uuid": "5c807e49-dc90-4f80-b044-49bb990acb61",
|
||||
"value": "Notion"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
9
galaxies/online-service.json
Normal file
9
galaxies/online-service.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"description": "Known public online services.",
|
||||
"icon": "cloud",
|
||||
"name": "online-service",
|
||||
"namespace": "misp",
|
||||
"type": "online-service",
|
||||
"uuid": "c0a960b6-bba4-4914-8d54-87011aaf447e",
|
||||
"version": 1
|
||||
}
|
Loading…
Reference in a new issue