mirror of https://github.com/MISP/misp-book
chg: [doc] Be more explicit about path when creating private taxonomy, removed alpha from png.
parent
4ca6557694
commit
da87b3a876
|
@ -134,6 +134,7 @@ For more information, "[Information Sharing and Taxonomies Practical Classificat
|
||||||
~~~~ shell
|
~~~~ shell
|
||||||
$ cd /var/www/MISP/app/files/taxonomies/
|
$ cd /var/www/MISP/app/files/taxonomies/
|
||||||
$ mkdir privatetaxonomy
|
$ mkdir privatetaxonomy
|
||||||
|
$ cd privatetaxonomy
|
||||||
$ vi machinetag.json
|
$ vi machinetag.json
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
@ -142,6 +143,7 @@ Create a JSON file describing your taxonomy as triple tags.
|
||||||
~~~~ shell
|
~~~~ shell
|
||||||
For example :
|
For example :
|
||||||
mkdir sample
|
mkdir sample
|
||||||
|
cd sample
|
||||||
vim machinetag.json
|
vim machinetag.json
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue