mirror of https://github.com/MISP/misp-galaxy
chg: [tea] first version
parent
2334676e64
commit
0ccbdb862b
|
@ -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
|
||||||
|
}
|
|
@ -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
|
||||||
|
}
|
|
@ -3,5 +3,5 @@ asciidoctor -a allow-uri-read a.txt
|
||||||
asciidoctor-pdf -a allow-uri-read a.txt
|
asciidoctor-pdf -a allow-uri-read a.txt
|
||||||
cp a.html ../../misp-website/galaxy.html
|
cp a.html ../../misp-website/galaxy.html
|
||||||
cp a.pdf ../../misp-website/galaxy.pdf
|
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 -l 81920 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.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf
|
||||||
|
|
Loading…
Reference in New Issue