mirror of https://github.com/MISP/misp-website
Update 2016-12-19-MISP.2.4.57.released.md
parent
10a2123042
commit
104cc2f0d4
|
@ -6,13 +6,13 @@ featured: /assets/images/misp-small.png
|
||||||
|
|
||||||
A new version of MISP [2.4.57](https://github.com/MISP/MISP/tree/v2.4.57) has been released, including bug fixes and improvements.
|
A new version of MISP [2.4.57](https://github.com/MISP/MISP/tree/v2.4.57) has been released, including bug fixes and improvements.
|
||||||
|
|
||||||
Two major new features were introduced in 2.4.57. One feature is the addition of new attributes type and categories
|
Two major new features were introduced in 2.4.57. One of them is the addition of new attribute types and categories
|
||||||
to support the new use-cases in MISP. The new attributes include a ```Person category```, ```Social network``` and ```Support tool```. The
|
to support the new use-cases in MISP, including the ```Person```, ```Social network``` and ```Support tool``` categories. The
|
||||||
new attributes type including additional email headers type along with natural person attributes or even mobile application identifier.
|
new attribute types include additional email header types along with attributes describing a natural person and even an attribute type for describing mobile application identifiers.
|
||||||
For a complete overview of the new types, you can have a look at the [wiki page "New Attributes"](https://github.com/MISP/MISP/wiki/NewAttributes).
|
For a complete overview of the new types, you can have a look at the [wiki page "New Attributes"](https://github.com/MISP/MISP/wiki/NewAttributes).
|
||||||
|
|
||||||
The second feature is the ability to enforce the [warning-lists](https://github.com/MISP/misp-warninglists) via the API.
|
The second feature is the ability to enforce the [warning-lists](https://github.com/MISP/misp-warninglists) via the API.
|
||||||
The warning lists are integrated in MISP to display an info/warning box at the event and attribute level if such indicators are available in one of the list.
|
The warning lists are integrated in MISP to display an info/warning box at the event and attribute level if any of the attributes have a hit in one of the lists.
|
||||||
With the new feature in 2.4.57, you can now enforce the list at the API level too and remove all attributes having a hit in a warning list. A flag called ```enforceWarninglist``` is available to enforce it.
|
With the new feature in 2.4.57, you can now enforce the list at the API level too and remove all attributes having a hit in a warning list. A flag called ```enforceWarninglist``` is available to enforce it.
|
||||||
|
|
||||||
The release includes various improvements such as:
|
The release includes various improvements such as:
|
||||||
|
@ -22,7 +22,7 @@ The release includes various improvements such as:
|
||||||
- Latest taxonomies updated.
|
- Latest taxonomies updated.
|
||||||
- Some minor bug fixes and updates.
|
- Some minor bug fixes and updates.
|
||||||
|
|
||||||
A big thank to all the users who gave feedback to improve MISP.
|
A big thank to all the users who gave feedback to help us improve MISP.
|
||||||
|
|
||||||
The full change log is available [here](http://www.misp-project.org/Changelog.txt).
|
The full change log is available [here](http://www.misp-project.org/Changelog.txt).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue