Object icons
MISP objects are in addition to MISP attributes to allow advanced combinations and concatenation of attributes. The creation of these objects and their associated attributes are based on real cyber security use-cases and existing practices in information sharing. For example a File will contain various type of hashes; an Email will have a sender, recipient, content, headers, and attachments.
Before this release MISP-maltego showed all objects in the same way: a file, email, imsi-catcher and person had the same icon:
![old objects](https://raw.githubusercontent.com/MISP/MISP-maltego/master/doc/img/object_icons_old.png)
With this release this improves considerably and provides a much better visual experience to the analyst. About 50 object types are currently supported in the new [icon mapping](https://github.com/MISP/MISP-maltego/blob/master/src/MISP_maltego/transforms/common/mappings.py).
![logo](https://raw.githubusercontent.com/MISP/MISP-maltego/master/doc/img/object_icons_new.png)
Various improvements
This release also brings various smaller improvements and bug fixes:
- Fixing issue 23 where the local galaxy cache can get corrupted when two process try to download the cache at the same time.