Update 2019-04-25-MISP.2.4.106.released.md

iglocska-patch-1
Andras Iklody 2019-04-25 15:44:33 +02:00 committed by GitHub
parent 152b2d9ec0
commit a65e52d35d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -4,35 +4,35 @@ 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.
A new version of MISP ([2.4.106](https://github.com/MISP/MISP/tree/v2.4.106)) has been released with a host of improvements, including new features such as a feed cache search, CLI tools to manage your MISP instance along with 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.
- [API] Improved API to update warning-lists, object templates, the galaxy library, taxonomies and notice lists.
- Searching the feed caches is now possible via both the UI and the API. This allows users to rapidly find out whether a provided value exists in any of the cached sources (feeds [feeds](https://www.misp-project.org/feeds/) and MISP servers alike).
- [CLI] Worker management is now exposed via the CLI. The listing, starting, restarting and killing of workers can now be simply accomplished via the CLI.
- [CLI] reset/set a user's API key via the CLI. Overriding a password is now also possible without the need to force a password reset on login.
- [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.
- 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 configurable networked MISP training topologies. The script has been created in order to support the NATO locked shields 2019 exercise, especially in regards to the deployment of a large number of connected player-team instances.
# Improvements
- Image resizing of attachment has been improved including a local thumbnail cache.
- Image resizing of attachments 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).
- Exports in all formats are now enabled by default even for non-published events.
- Refanging of attributes are 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.
- [UI] Performance improvements for events with large numbers 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.
- [UI/translation] Improvements to the various UI translations including the Russian translation.
- Improvement of various MySQL queries for outdated and buggy MySQL versions.
- 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.
Many new [MISP modules](https://github.com/MISP/misp-modules) were added such as a 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.