chg: [blog] MISP 2.4.106 blog post

iglocska-patch-1
Alexandre Dulaunoy 2019-04-25 15:35:19 +02:00
parent 8c373e74ef
commit 152b2d9ec0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 42 additions and 0 deletions

View File

@ -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. Dont 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.