csp icon indicating copy to clipboard operation
csp copied to clipboard

MISP - Tags have to be generated manually

Open iglocska opened this issue 5 years ago • 3 comments

Required tags have to be generated manually - why?

iglocska avatar Aug 28 '19 06:08 iglocska

But it should be also coming from a taxonomy. Maybe a CSP one?

adulau avatar Aug 28 '19 06:08 adulau

Understood - referring to the configuration actions in the Admin manual. Is there a way to make this automated (e.g. via cmdline scripting?)

thanosa75 avatar Sep 11 '19 14:09 thanosa75

Create a JSON as described here:

https://github.com/MISP/MISP-taxonomies

You can then either make a pull request with your new taxonomy (such as MELiCERTES taxonomy) and we can then incorporate it in the default taxonomy library, or you can manually move it to the correct directory (/var/www/MISP/app/files/taxonomies IIRC) and tell MISP to load it using the taxonomy update (can be done via the CLI or API)

iglocska avatar Sep 12 '19 09:09 iglocska