chg: [blog] 2.4.142 screenshots added

pull/47/head
Alexandre Dulaunoy 2021-04-28 18:14:41 +02:00
parent e618002e17
commit 4f73b98d55
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
title: MISP 2.4.142 released (with new correlation features, UI sync functionality improved and new dashboard widgets)
layout: post
featured: /assets/images/misp/blog/ss7-example.png
featured: assets/images/misp/blog/correlation-exclusion.png
---
# MISP 2.4.142 released
@ -22,6 +22,8 @@ Once added, you can execute the cleaning of the existing correlations, to retroa
You can also comment your reason for removing an entry. In the future we plan on publishing community maintained default exclusion lists.
![Correlation exclusion in MISP](https://www.misp-project.org/assets/images/misp/blog/correlation-exclusion.png)
### Top correlations
List the most correlating values in your instance - in order to evaluate which the most problematic correlations are, simply have a look at the most noisy correlations. We've had some surprising entries in our communities, so perfect time to do some spring cleaning.
@ -30,17 +32,21 @@ Just hit the delete button on a correlation and it will add a rule to your corre
# Server sync rule management rework
![MISP server sync rule management](https://www.misp-project.org/assets/images/misp/blog/pull-rules.png)
One of the more painful aspects of managing servers has been the historically bad UI used to manage filter rules. This has now been completely revamped, both with a new look but familiar look and feel as well as some clever new tools to make it more usable.
For example, when creating pull filters, your instance will now attempt to contact the remote instance to retrieve a list of available tags, so that you no longer have to manually enter all of the filters when creating pull rules. The JSON rule field allowing custom filters now also uses a handy JSON parsing text entry, allowing you to avoid potential mistakes.
# New dashboard widgets
Thanks to Jeroen Pinoy, we have some new dashboard widgets meant to give you better oversight over how your instance is being used, showing some usage statistics as well as tools to monitor the growth of the userbase of the community.
Thanks to Jeroen Pinoy, we have some new dashboard widgets meant to give you better oversight over how your instance is being used, showing some usage statistics as well as tools to monitor the growth of the user base of the community.
![](https://www.misp-project.org/assets/images/misp/blog/evolution-usercount.png)
# A bunch of other fixes including security fixes
We have also a security issue (CVE-2021-31780) causing a potential misalignment of sharing groups on synced attributes, so we highly encourage everyone to update their MISP instance.
We have also a [security](https://www.misp-project.org/security/) issue (CVE-2021-31780) causing a potential misalignment of sharing groups on synced attributes, so we highly encourage everyone to update their MISP instance.
Besides that we have introduced a long list of quality of life improvements as well as [many fixes](https://www.misp-project.org/Changelog.txt).