TheHive-Project / TheHive

TheHive: a Scalable, Open Source and Free Security Incident Response Platform
https://thehive-project.org
GNU Affero General Public License v3.0
3.45k stars 625 forks source link

Extending the static type in TheHive to allow user to use MISP type #817

Open adulau opened 5 years ago

adulau commented 5 years ago

Summary

Extending the static type in TheHive to allow user to use MISP types. Currently, users won't be able to exchange information with MISP if they enter types which are not the harcoded list of TheHive. It would be nice to allow use to get the list of types supported by the MISP and allow them to use of those.

MISP provides a simple API interface to get all the supported types:

This would allow users to use existing types and being able to share it.

saadkadhi commented 5 years ago

@To-om that would be a great enhancement. Indeed, some people add custom datatypes and it would be nice if they could be mapped/created from those supported by MISP to keep a certain homogeneity and offer the possibility to export them to MISP instead of relying on the hard-coded values we have currently.

torsolaso commented 3 years ago

Has this feature request been discarted?