chg: [blog] 2.4.136 added installer improvements, some fixes and

reference to the MeliCERTes project
pull/40/head
Alexandre Dulaunoy 2021-01-18 11:21:12 +01:00
parent b5738345d6
commit 249d070f9d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,5 @@
---
title: MISP 2.4.136 released (pre-winter-holiday-release)
title: MISP 2.4.136 released (Cerebrate project integration)
layout: post
featured: /assets/images/galaxy2.0/4.jpeg
---
@ -10,24 +10,27 @@ Though we're rather late with the release notes, we did have some goodies to sha
Apart from the usual bug fixes and usability improvements, we've also added some new features to play with.
# First integration with Cerebrate
Cerebrate is an up and coming tool we're developing as part of the Melicertes v2 project, aiming to ease the management of both larger sharing communities as well as a set of local tools. The tool is self-hosted and can be used to maintain information on organisations and individuals that we interact with along with sharing group metadata. We also want to use this to make the harmonisation of MISP related organisation metadata information between instances of an organisation or a community (such as UUIDs, public keys, meta-information, etc).
[Cerebrate](https://github.com/cerebrate-project) is an up and coming tool we're developing as part of the [MeliCERTes project](https://ec.europa.eu/digital-single-market/en/news/open-platforms-collaborate-cyber-threats), aiming to ease the management of both larger sharing communities as well as a set of local tools. The tool is self-hosted and can be used to maintain information on organisations and individuals that we interact with along with sharing group metadata. We also want to use this to make the harmonisation of MISP related organisation metadata information between instances of an organisation or a community (such as UUIDs, public keys, meta-information, etc).
In addition it will also act as an orchestration platform, easing the interconnections between organisations for both MISP and other tools.
In addition it will also act as an orchestration platform, easing the interconnections between organisations for both MISP and other tools.
In this first iteration, we can use a Cerebrate instance as a lookup repository for organisation metadata in MISP, using a familiar preview/pull mechanism that we're used to in MISP.
We also welcome contributions to that project, especially since the internals are aligned more and more with MISP and will act as the foundation for the next major MISP rework. For more information visit the [Cerebrate on github](https://github.com/cerebrate-project)
# A host of qualiy of life improvements for the sharing groups
# A host of quality of life improvements for the sharing groups
The larger our communities grow, the more it becomes important to be able to quickly and accurately find the information that we're after in our sharing group repositories. Thanks to the tireless work of @JakubOnderka, we can now filter sharing groups, find events associated to a sharing group and more.
The larger our communities grow, the more it becomes important to be able to quickly and accurately find the information that we're after in our sharing group repositories. Thanks to the tireless work of @JakubOnderka, we can now filter sharing groups, find events associated to a sharing group and more.
# Even though testing is doubting, doubt is the origin of wisdom
A new test suite was added by @JakubOnderka to enrich the CI suite with a set of tests aiming to detect potential security / ACL flaws in the system.
A new test suite was added by @JakubOnderka to enrich the CI suite with a set of tests aiming to detect potential security / ACL flaws in the system.
# Installer improvements
The [MISP installer](https://misp.github.io/MISP/INSTALL.ubuntu2004/) has been significantly improved especially concerning the installation of the misp-modules and various refactoring to improve the capability of replaying the install process.
# Release management