From f756c18d1d4e0c3645ec68c75c079ed32a40895f Mon Sep 17 00:00:00 2001 From: niclas Date: Tue, 5 Mar 2024 15:11:57 +0100 Subject: [PATCH] Fix [clusters] authors --- clusters/tidal-campaigns.json | 6 ++++-- clusters/tidal-groups.json | 6 ++++-- clusters/tidal-references.json | 6 ++++-- clusters/tidal-software.json | 6 ++++-- clusters/tidal-tactic.json | 6 ++++-- clusters/tidal-technique.json | 6 ++++-- tools/tidal-api/config/campaigns.json | 6 ++++-- tools/tidal-api/config/groups.json | 6 ++++-- tools/tidal-api/config/references.json | 6 ++++-- tools/tidal-api/config/software.json | 6 ++++-- tools/tidal-api/config/tactic.json | 6 ++++-- tools/tidal-api/config/technique.json | 6 ++++-- 12 files changed, 48 insertions(+), 24 deletions(-) diff --git a/clusters/tidal-campaigns.json b/clusters/tidal-campaigns.json index 9bf6ae3..ba36260 100644 --- a/clusters/tidal-campaigns.json +++ b/clusters/tidal-campaigns.json @@ -1,9 +1,11 @@ { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Campaigns", "description": "Tidal Campaigns Cluster", "name": "Tidal Campaigns", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/campaigns/", "type": "campaigns", "uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48", "values": [ diff --git a/clusters/tidal-groups.json b/clusters/tidal-groups.json index a288078..53185a4 100644 --- a/clusters/tidal-groups.json +++ b/clusters/tidal-groups.json @@ -1,9 +1,11 @@ { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Threat Groups", "description": "Tidal Threat Groups Cluster", "name": "Tidal Threat Groups", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/groups/", "type": "groups", "uuid": "41c3e5c0-de5c-4edb-b48b-48cd8e7519e6", "values": [ diff --git a/clusters/tidal-references.json b/clusters/tidal-references.json index eaa2bc8..e084937 100644 --- a/clusters/tidal-references.json +++ b/clusters/tidal-references.json @@ -1,9 +1,11 @@ { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "References", "description": "Tidal References Cluster", "name": "Tidal References", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/references/", "type": "references", "uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48", "values": [ diff --git a/clusters/tidal-software.json b/clusters/tidal-software.json index d0fac83..6cf642b 100644 --- a/clusters/tidal-software.json +++ b/clusters/tidal-software.json @@ -1,9 +1,11 @@ { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Software", "description": "Tidal Software Cluster", "name": "Tidal Software", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/software/", "type": "software", "uuid": "38d62d8b-4c49-489a-9bc4-8e294c4f04f7", "values": [ diff --git a/clusters/tidal-tactic.json b/clusters/tidal-tactic.json index 4db9606..aaf9e9b 100644 --- a/clusters/tidal-tactic.json +++ b/clusters/tidal-tactic.json @@ -1,9 +1,11 @@ { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Tactic", "description": "Tidal Tactic Cluster", "name": "Tidal Tactic", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/tactic/", "type": "tactic", "uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48", "values": [ diff --git a/clusters/tidal-technique.json b/clusters/tidal-technique.json index 0fde8d2..f7e47b4 100644 --- a/clusters/tidal-technique.json +++ b/clusters/tidal-technique.json @@ -1,9 +1,11 @@ { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Technique", "description": "Tidal Technique Cluster", "name": "Tidal Technique", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/technique/", "type": "technique", "uuid": "43a8fce6-08d3-46c2-957d-53606efe2c48", "values": [ diff --git a/tools/tidal-api/config/campaigns.json b/tools/tidal-api/config/campaigns.json index 8d28b19..408476e 100644 --- a/tools/tidal-api/config/campaigns.json +++ b/tools/tidal-api/config/campaigns.json @@ -8,11 +8,13 @@ "icon": "bullhorn" }, "cluster": { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Campaigns", "description": "Tidal Campaigns Cluster", "name": "Tidal Campaigns", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/campaigns/", "type": "campaigns" } } \ No newline at end of file diff --git a/tools/tidal-api/config/groups.json b/tools/tidal-api/config/groups.json index 8d89867..14419ee 100644 --- a/tools/tidal-api/config/groups.json +++ b/tools/tidal-api/config/groups.json @@ -8,11 +8,13 @@ "icon": "user-secret" }, "cluster": { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Threat Groups", "description": "Tidal Threat Groups Cluster", "name": "Tidal Threat Groups", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/groups/", "type": "groups" } } \ No newline at end of file diff --git a/tools/tidal-api/config/references.json b/tools/tidal-api/config/references.json index ad42ae4..037b034 100644 --- a/tools/tidal-api/config/references.json +++ b/tools/tidal-api/config/references.json @@ -8,11 +8,13 @@ "icon": "list" }, "cluster": { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "References", "description": "Tidal References Cluster", "name": "Tidal References", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/references/", "type": "references" } } \ No newline at end of file diff --git a/tools/tidal-api/config/software.json b/tools/tidal-api/config/software.json index 328bc32..f2070dd 100644 --- a/tools/tidal-api/config/software.json +++ b/tools/tidal-api/config/software.json @@ -8,11 +8,13 @@ "icon": "file-code" }, "cluster": { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Software", "description": "Tidal Software Cluster", "name": "Tidal Software", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/software/", "type": "software" } } \ No newline at end of file diff --git a/tools/tidal-api/config/tactic.json b/tools/tidal-api/config/tactic.json index 0027c39..d2a845d 100644 --- a/tools/tidal-api/config/tactic.json +++ b/tools/tidal-api/config/tactic.json @@ -8,11 +8,13 @@ "icon": "map" }, "cluster": { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Tactic", "description": "Tidal Tactic Cluster", "name": "Tidal Tactic", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/tactic/", "type": "tactic" } } \ No newline at end of file diff --git a/tools/tidal-api/config/technique.json b/tools/tidal-api/config/technique.json index 674c656..debdda0 100644 --- a/tools/tidal-api/config/technique.json +++ b/tools/tidal-api/config/technique.json @@ -8,11 +8,13 @@ "icon": "user-ninja" }, "cluster": { - "authors": "Tidal", + "authors": [ + "Tidal Cyber" + ], "category": "Technique", "description": "Tidal Technique Cluster", "name": "Tidal Technique", - "source": "Tidal", + "source": "https://app-api.tidalcyber.com/api/v1/technique/", "type": "technique" } } \ No newline at end of file