From 152b2d9ec031f4256711685352b3e10eb6b1a19d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 25 Apr 2019 15:35:19 +0200 Subject: [PATCH] chg: [blog] MISP 2.4.106 blog post --- _posts/2019-04-25-MISP.2.4.106.released.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _posts/2019-04-25-MISP.2.4.106.released.md diff --git a/_posts/2019-04-25-MISP.2.4.106.released.md b/_posts/2019-04-25-MISP.2.4.106.released.md new file mode 100644 index 0000000..7ad2d66 --- /dev/null +++ b/_posts/2019-04-25-MISP.2.4.106.released.md @@ -0,0 +1,42 @@ +--- +title: MISP 2.4.106 released (aka Too many improvements) +layout: post +featured: /assets/images/misp/blog/graph-thumb.png +--- + +A new version of MISP ([2.4.106](https://github.com/MISP/MISP/tree/v2.4.106)) has been released with many improvements include new features such as feed cache search, CLI tools to manage your MISP instance and improved diagnostics. + +# New features + +- [API] Improved API to update warning-lists, objects template, galaxy, taxonomies and notice list. +- Search in the feed cache is now possible via UI and API. To quickly lookup values from any cached [feeds](https://www.misp-project.org/feeds/). +- [CLI] Worker management is now exposed via the CLI. List, start, restart and kill workers can be done via the CLI. +- [CLI] reset/set a user's API key via the CLI. Overriding a password is also now possible without the need to force a password reset. +- [Auth] [LinOTP](https://www.linotp.org/) authentication module added in MISP. +- A [training deployment script](https://github.com/MISP/MISP/blob/2.4/app/Console/Command/TrainingShell.php) has been added to support the deployment of MISP configuration in a set of MISP instances. The script has been created during the NATO locked shields 2019 exercise to ease the deployment of instances for each team. + +# Improvements + +- Image resizing of attachment has been improved including a local thumbnail cache. +- [UI] Thumbnails are now included in the event graph visualisation. +- Export in all formats are now enabled by default even for non-published events. +- Refanging of attributes is now done before saving attributes in the UI (refanging algorithms are the ones from the free-text import). +- [UI] Refactor of the tag picker to improve performance and re-introduce the custom tags. +- [UI] Performance improvement for events with a large number of attributes and objects. +- [doc] Installation scripts and documentation were significantly improved. [MISP Install Documentation ](https://misp.github.io/MISP/) +- [UI/translation] Improvement in the various UI translation including the Russian translation. +- Improvement for MySQL queries on outdated and buggy MySQL version. +- Many new [MISP objects template](https://github.com/MISP/misp-objects/) were included. Don’t forget to run a git submodule update and update galaxies, objects and taxonomies via the UI. +- Many improvements in the accessibility of MISP user-interface especially for [Accessible Rich Internet Applications (ARIA)](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA). +- Many reported bugs were fixed. + +# MISP modules + +Many new [MISP modules](https://github.com/MISP/misp-modules) were added such as QR code extractor, OCR hover module, Cuckoo sandbox submission and Cisco FireSight manager. + +We would like to thank all the contributors, reporters and users who have helped us in the past months to improve MISP and information sharing at large. + +As always, a detailed and [complete changelog is available](http://www.misp-project.org/Changelog.txt) with all the fixes, changes and improvements. + + +