- Refactored to use Typer ([tiangolo/typer](https://github.com/tiangolo/typer)) - Implemented full text filter (`--filter`) for related objects - Added submissions relationship (uses [virustotal-submission misp object](https://github.com/MISP/misp-objects/pull/354) - Implemented importing VirusTotal livehunt notifications
0.1.4
- Implements URL and Domain relations - Fixes bug in acquiring VT relationships, as the limit parameter has a max value of 40 - Unpublishes MISP events
0.1.3
- Allow filtering for minimal detection rate in related objects - Check if objects are already available in an event (using sha256, domain name and url as primary attributes to check) before adding them - Check if relations between objects are already available before adding them
0.1.2
- Added VT domian objects - Added some first VT file relations which can be added to MISP accordingly