From bc0d0bd7e7d9d5ac9fcb5601acb6697f82aeeaba Mon Sep 17 00:00:00 2001 From: Alexander J Date: Fri, 5 Feb 2016 17:55:10 +0100 Subject: [PATCH] How to write your private taxonomy --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c84ded3..0e3f1d2 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ Vocabulary for Event Recording and Incident Sharing is a format created by the [ It is quite easy. Create a JSON file describing your taxonomy as triple tags (e.g. check an existing one like [Admiralty Scale](./admiralty-scale)), create a directory matching your name space, put your machinetag file in the directory and pull your request. That's it. Everyone can benefit from your taxonomy and can be automatically enabled in information sharing tools like MISP. +# How to add your private taxonomy to MISP + +~~~~shell +$cd /var/www/MISP/app/files/taxonomies/ +$mkdir sampletax +$vi machinetag.json +~~~~ + +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. + # MISP Taxonomies - tools [machinetag.py](./tools/machinetag.py) is a parsing tool to dump taxonomies expressed in Machine Tags (Triple Tags) and list all valid tags from a specific taxonomy.