2
0
Fork 0

chg: [tea] first version

pull/590/head
Alexandre Dulaunoy 2020-10-23 11:16:50 +02:00
Ursprung 2334676e64
Commit 0ccbdb862b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 09E2CD4944E6CBCD
3 geänderte Dateien mit 58 neuen und 2 gelöschten Zeilen

36
clusters/tea.json Normal file
Datei anzeigen

@ -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
}

20
galaxies/tea-matrix.json Normal file
Datei anzeigen

@ -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
}

Datei anzeigen

@ -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