mirror of https://github.com/MISP/misp-book
final
parent
8fe4eb8974
commit
225b0ddc61
168
galaxy/README.md
168
galaxy/README.md
|
@ -222,6 +222,8 @@ It can work on several continent:
|
||||||
- America.
|
- America.
|
||||||
All these context elements are enough to build a galaxy.
|
All these context elements are enough to build a galaxy.
|
||||||
|
|
||||||
|
##### Simple galaxy
|
||||||
|
|
||||||
* the galaxy file: galaxies/shadowrun.json
|
* the galaxy file: galaxies/shadowrun.json
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -297,11 +299,143 @@ Keep the uuid and type, it will be necessary later.
|
||||||
"Tan Tien"
|
"Tan Tien"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uuid": "7aad2dd4-5a03-11ea-ad69-080027cbfd66",
|
"uuid": "50c0d622-5c67-11ea-bd4b-0800275bbff6",
|
||||||
"value": "A"
|
"value": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "energy sector: exploitation, , refining, selling",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"Saeder Krupps"
|
||||||
|
],
|
||||||
|
"subsectors": [
|
||||||
|
"petroleum",
|
||||||
|
"electricity",
|
||||||
|
"gas",
|
||||||
|
"bio"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "293e7e5c-51a8-411f-9b47-d52ed62d4b78",
|
||||||
|
"value": "energy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "cybertechnology sector: manufacturing, selling and implanting modifications.",
|
||||||
|
"meta": {
|
||||||
|
"Delta clinic (for implanting)": [
|
||||||
|
"Yes",
|
||||||
|
"No"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"headware",
|
||||||
|
"bodyware",
|
||||||
|
"eyeware",
|
||||||
|
"earware",
|
||||||
|
"cyberlimbs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "7e962290-cba7-49ad-95c2-115575c8a9d2",
|
||||||
|
"value": "cybertechnology"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Biotechnology: bioware, genetics, etc",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"bioware",
|
||||||
|
"genetics",
|
||||||
|
"biodrones",
|
||||||
|
"biocosmetics"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "c899564c-bfe4-460f-a2ed-aae98e1355a3",
|
||||||
|
"value": "biotechnology"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "IT: softwares, hardware, cybersec",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"software dev",
|
||||||
|
"hardware manufacturing",
|
||||||
|
"intrusion countermeasrures"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "16c49ba4-8a79-4f67-a98a-07cdc08f8a2d",
|
||||||
|
"value": "IT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Europe",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"France",
|
||||||
|
"Belgium",
|
||||||
|
"Luxembourg",
|
||||||
|
"Germany",
|
||||||
|
"Italy"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "8e745c22-9b14-4334-887a-0000eda58f75",
|
||||||
|
"value": "Europe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Asia",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"China",
|
||||||
|
"Japan",
|
||||||
|
"Thailand"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "95d4ff78-42f8-4fe8-bb63-af2c7e500ec8",
|
||||||
|
"value": "Asia"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Russia and former USSR",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"Russia",
|
||||||
|
"kazakhstan"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "87a3ac08-6ffc-45eb-826e-e8e0af392563",
|
||||||
|
"value": "Russia"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Africa",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"Nigeria",
|
||||||
|
"Malia",
|
||||||
|
"Algeria"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "aba705b7-fcb4-4bf4-81d4-b896314f53ed",
|
||||||
|
"value": "Africa"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Oceania",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"Asutralia",
|
||||||
|
"Polynesia"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "ae28830b-b90f-48d9-8b89-acda0864ff4e",
|
||||||
|
"value": "Oceania"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "America",
|
||||||
|
"meta": {
|
||||||
|
"examples": [
|
||||||
|
"UCAS",
|
||||||
|
"CAS",
|
||||||
|
"Pueblo Corporate COuncil",
|
||||||
|
"AZtlan"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "d41c6222-4d10-43e9-9a8e-47d586eaf0e7",
|
||||||
|
"value": "America"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 1
|
"version": 3
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
IMPORTANT:
|
IMPORTANT:
|
||||||
|
@ -316,11 +450,39 @@ We check the thing by clicking on the update button in the galaxy GUI:
|
||||||
We can test our work on the MISP GUI:
|
We can test our work on the MISP GUI:
|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
Remark: we created a simple galaxy. We will later see how to create a Matrix-shaped one.
|
Remark: we created a simple galaxy. We will later see how to create a Matrix-shaped one.
|
||||||
|
|
||||||
|
##### Matrix-shaped galaxy
|
||||||
|
|
||||||
|
To create a matrix-shaped galaxy, a new field is added:
|
||||||
|
* __kill_chain__ for the /galaxy json
|
||||||
|
* __kill_chain_order__ for the /cluster json
|
||||||
|
|
||||||
|
In the galaxy json, categories are listed:
|
||||||
|
```
|
||||||
|
"kill_chain":[
|
||||||
|
"killchain_name":[
|
||||||
|
"category_1",
|
||||||
|
"category_2",
|
||||||
|
"category_3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
In the cluster json, reference to the categories are done:
|
||||||
|
```
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"killchain_name:category_1"
|
||||||
|
],
|
||||||
|
```
|
||||||
|
|
||||||
|
The final result:
|
||||||
|

|
||||||
|
|
||||||
#### Dependencies
|
#### Dependencies
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,230 @@
|
||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"myself"
|
||||||
|
],
|
||||||
|
"category": "RPG",
|
||||||
|
"description": "Shadowrun matrix galaxy",
|
||||||
|
"name": "shadowrun corporations",
|
||||||
|
"source": "Internal",
|
||||||
|
"type": "shadowrun",
|
||||||
|
"uuid": "1b013b10-5c6e-11ea-8881-0800275bbff6",
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"description": "extraterritorial corporation and seating at the top-10 council.",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:ranking"
|
||||||
|
],
|
||||||
|
"Corporate council seat": "Yes",
|
||||||
|
"examples": [
|
||||||
|
"Renraku",
|
||||||
|
"Shiawase",
|
||||||
|
"Aztechnology",
|
||||||
|
"Ares Macrotechnologies",
|
||||||
|
"Saeder Krupps"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "43e1b900-5a03-11ea-9ad1-080027cbfd66",
|
||||||
|
"value": "AAA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "only extraterritorial compagnies.",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:ranking"
|
||||||
|
],
|
||||||
|
"Corporate council seat": "No",
|
||||||
|
"examples": [
|
||||||
|
"Shibata",
|
||||||
|
"Monobe",
|
||||||
|
"Zeta Impchem",
|
||||||
|
"ESUS"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "7aad2dd4-5a03-11ea-ad69-080027cbfd66",
|
||||||
|
"value": "AA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "nation-scale corporation.",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:ranking"
|
||||||
|
],
|
||||||
|
"Corporate council seat": "No",
|
||||||
|
"examples": [
|
||||||
|
"Genom",
|
||||||
|
"KSAF",
|
||||||
|
"Seretech",
|
||||||
|
"Infocore",
|
||||||
|
"MicroDek (ex-Microsoft)",
|
||||||
|
"Tan Tien"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "50c0d622-5c67-11ea-bd4b-0800275bbff6",
|
||||||
|
"value": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "energy sector: exploitation, , refining, selling",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:sector"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"Saeder Krupps"
|
||||||
|
],
|
||||||
|
"subsectors": [
|
||||||
|
"petroleum",
|
||||||
|
"electricity",
|
||||||
|
"gas",
|
||||||
|
"bio"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "293e7e5c-51a8-411f-9b47-d52ed62d4b78",
|
||||||
|
"value": "energy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "cybertechnology sector: manufacturing, selling and implanting modifications.",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:sector"
|
||||||
|
],
|
||||||
|
"Delta clinic (for implanting)": [
|
||||||
|
"Yes",
|
||||||
|
"No"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"headware",
|
||||||
|
"bodyware",
|
||||||
|
"eyeware",
|
||||||
|
"earware",
|
||||||
|
"cyberlimbs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "7e962290-cba7-49ad-95c2-115575c8a9d2",
|
||||||
|
"value": "cybertechnology"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Biotechnology: bioware, genetics, etc",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:sector"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"bioware",
|
||||||
|
"genetics",
|
||||||
|
"biodrones",
|
||||||
|
"biocosmetics"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "c899564c-bfe4-460f-a2ed-aae98e1355a3",
|
||||||
|
"value": "biotechnology"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "IT: softwares, hardware, cybersec",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:sector"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"software dev",
|
||||||
|
"hardware manufacturing",
|
||||||
|
"intrusion countermeasrures"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "16c49ba4-8a79-4f67-a98a-07cdc08f8a2d",
|
||||||
|
"value": "IT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Europe",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:area"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"France",
|
||||||
|
"Belgium",
|
||||||
|
"Luxembourg",
|
||||||
|
"Germany",
|
||||||
|
"Italy"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "8e745c22-9b14-4334-887a-0000eda58f75",
|
||||||
|
"value": "Europe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Asia",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:area"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"China",
|
||||||
|
"Japan",
|
||||||
|
"Thailand"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "95d4ff78-42f8-4fe8-bb63-af2c7e500ec8",
|
||||||
|
"value": "Asia"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Russia and former USSR",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:area"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"Russia",
|
||||||
|
"kazakhstan"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "87a3ac08-6ffc-45eb-826e-e8e0af392563",
|
||||||
|
"value": "Russia"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Africa",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:area"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"Nigeria",
|
||||||
|
"Malia",
|
||||||
|
"Algeria"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "aba705b7-fcb4-4bf4-81d4-b896314f53ed",
|
||||||
|
"value": "Africa"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Oceania",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:area"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"Asutralia",
|
||||||
|
"Polynesia"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "ae28830b-b90f-48d9-8b89-acda0864ff4e",
|
||||||
|
"value": "Oceania"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "America",
|
||||||
|
"meta": {
|
||||||
|
"kill_chain": [
|
||||||
|
"shadowrun:area"
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
"UCAS",
|
||||||
|
"CAS",
|
||||||
|
"Pueblo Corporate COuncil",
|
||||||
|
"AZtlan"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "d41c6222-4d10-43e9-9a8e-47d586eaf0e7",
|
||||||
|
"value": "America"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 3
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"description": "My Shadowrun test matrix galaxy",
|
||||||
|
"kill_chain_order": {
|
||||||
|
"shadowrun": [
|
||||||
|
"ranking",
|
||||||
|
"sector",
|
||||||
|
"area"
|
||||||
|
],
|
||||||
|
"icon": "user-secret",
|
||||||
|
"name": "shadowrun_matrix",
|
||||||
|
"namespace": "RPG",
|
||||||
|
"type": "shadowrun",
|
||||||
|
"uuid": "1b013b10-5c6e-11ea-8881-0800275bbff6",
|
||||||
|
"version": 2
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue