Release 0.9.4 (2023-10-30)
Changes:
- [MISP lookup] The SHA1 values are now submitted in a single query;
- [MISP lookup] A new argument lets the user specify if the final output must
be returned as a list of PyMISP Objects instead of the plain json output;
- [MISP lookup] Added possibility to specify the return format (json, stix2, csv, etc.);
- [core] Errors are always displayed, even in non-verbose mode.
Release 0.9.3 (2023-10-14)
Changes
- improved files handling and exit codes;
- improved checks on the loaded database;
- route errors from subprocess.run() to /dev/null.
Release 0.9.2 (2023-13-10)
Fix
Fixed an issue related to the function responsible of returning the version of
the software.
Release 0.9.1 (2023-13-10)
Changes
- various improvements to the command line;
- new argument in order to specify if the output must be more verbose;
- new argument in order to display the version of the software;
- improved the creation of the default folders (for the YARA rules, Bloom
filter and Cuckoo filter).
Release 0.9.0 (2023-10-10)
New:
It is now possible to export the
database of pyHIDS in a Bloom or a Cuckoo filter.
Changes:
Various improvements and minor fixes.
Released versin 0.8.0 of pyHIDS - Integration of YARA.
Released version 0.7.1 of pyHIDS - Small fixes and improvements.
Release 0.6.2. Fixes an issue when no configuration file is found.
Release 0.6.1 with a minor fix and improved documentation.