chg: link to PyTaxonomies library added
parent
91d08ccf06
commit
9521831135
|
@ -205,7 +205,9 @@ 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 within 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
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
||||||
|
@ -227,6 +229,10 @@ Once you are happy with your file go to MISP Web GUI taxonomies/index and update
|
||||||
...
|
...
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
## Library
|
||||||
|
|
||||||
|
- [PyTaxonomies](https://github.com/MISP/PyTaxonomies) is a Python module to use easily the MISP Taxonomies.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
The MISP taxonomies are licensed under [CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) - Public Domain Dedication. If a specific author of a taxonomy wants to license it under a different license, a pull request can be requested.
|
The MISP taxonomies are licensed under [CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) - Public Domain Dedication. If a specific author of a taxonomy wants to license it under a different license, a pull request can be requested.
|
||||||
|
|
Loading…
Reference in New Issue