Merge branch 'master' of github.com:MISP/misp-taxonomies
commit
41af89ae44
|
@ -72,14 +72,14 @@ It is quite easy. Create a JSON file describing your taxonomy as triple tags (e.
|
||||||
# How to add your private taxonomy to MISP
|
# How to add your private taxonomy to MISP
|
||||||
|
|
||||||
~~~~shell
|
~~~~shell
|
||||||
$cd /var/www/MISP/app/files/taxonomies/
|
$ cd /var/www/MISP/app/files/taxonomies/
|
||||||
$mkdir sampletax
|
$ mkdir privatetaxonomy
|
||||||
$vi machinetag.json
|
$ vi machinetag.json
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
Create a JSON file Create a JSON file describing your taxonomy as triple tags.
|
Create a JSON file Create a JSON file describing your taxonomy as triple tags.
|
||||||
|
|
||||||
Once you are happy with your file go to MISP Web GUI taxonomies/index and update the taxonomies, the newly created taxonomy should be visible, now you need to activate the tags tiwhin your taxonomy.
|
Once you are happy with your file go to MISP Web GUI taxonomies/index and update the taxonomies, the newly created taxonomy should be visible, now you need to activate the tags within your taxonomy.
|
||||||
|
|
||||||
# MISP Taxonomies - tools
|
# MISP Taxonomies - tools
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue