diff --git a/clusters/online-service.json b/clusters/online-service.json new file mode 100644 index 0000000..92fdb22 --- /dev/null +++ b/clusters/online-service.json @@ -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 +} diff --git a/galaxies/online-service.json b/galaxies/online-service.json new file mode 100644 index 0000000..eec9c32 --- /dev/null +++ b/galaxies/online-service.json @@ -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 +}