From 0ccbdb862b43de14b62901d051738797485adce2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 23 Oct 2020 11:16:50 +0200 Subject: [PATCH] chg: [tea] first version --- clusters/tea.json | 36 ++++++++++++++++++++++++++++++++++++ galaxies/tea-matrix.json | 20 ++++++++++++++++++++ tools/gen_adoc_galaxy.sh | 4 ++-- 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 clusters/tea.json create mode 100644 galaxies/tea-matrix.json diff --git a/clusters/tea.json b/clusters/tea.json new file mode 100644 index 0000000..a858303 --- /dev/null +++ b/clusters/tea.json @@ -0,0 +1,36 @@ +{ + "authors": [ + "Alexandre Dulaunoy" + ], + "category": "tea-matrix", + "description": "Tea Matrix", + "name": "Tea Matrix", + "source": "", + "type": "tea-matrix", + "uuid": "7eacd736-b093-4cc0-a56c-5f84de725dfb", + "values": [ + { + "description": "Multi infusion is allow and recommended", + "meta": { + "kill_chain": [ + "tea:post-fermented", + "tea:green" + ] + }, + "uuid": "fc255880-0ea7-44b3-81e9-ef6c183bef4b", + "value": "Multi infusion" + }, + { + "description": "Single infusion is recommended", + "meta": { + "kill_chain": [ + "tea:black", + "tea:blend" + ] + }, + "uuid": "21a43f8f-6ea3-4337-8fe4-0ce5b7cf386d", + "value": "Single infusion" + } + ], + "version": 1 +} diff --git a/galaxies/tea-matrix.json b/galaxies/tea-matrix.json new file mode 100644 index 0000000..0acfc44 --- /dev/null +++ b/galaxies/tea-matrix.json @@ -0,0 +1,20 @@ +{ + "description": "Tea Matrix", + "icon": "map", + "kill_chain_order": { + "tea": [ + "black", + "blend", + "green", + "white", + "yellow", + "oolong", + "post-fermented" + ] + }, + "name": "Tea Matrix", + "namespace": "tea-matrix", + "type": "tea-matrix", + "uuid": "c5f2dfb4-21a1-42d8-a452-1d3c36a204ff", + "version": 1 +} diff --git a/tools/gen_adoc_galaxy.sh b/tools/gen_adoc_galaxy.sh index b3f75be..629e590 100755 --- a/tools/gen_adoc_galaxy.sh +++ b/tools/gen_adoc_galaxy.sh @@ -3,5 +3,5 @@ asciidoctor -a allow-uri-read a.txt asciidoctor-pdf -a allow-uri-read a.txt cp a.html ../../misp-website/galaxy.html cp a.pdf ../../misp-website/galaxy.pdf -scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html -scp a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf +scp -l 81920 a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html +scp -l 81920 a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf