mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 06:47:18 +00:00
chg: [tea] first version
This commit is contained in:
parent
2334676e64
commit
0ccbdb862b
3 changed files with 58 additions and 2 deletions
36
clusters/tea.json
Normal file
36
clusters/tea.json
Normal file
|
@ -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
20
galaxies/tea-matrix.json
Normal file
|
@ -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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue