Releases: CERT-Polska/karton-config-extractor
Releases · CERT-Polska/karton-config-extractor
v2.2.0
Improvements:
ConfigExtractor
class can be extended to customize filters (#31)
v2.1.1
Bugfixes:
- Base CLI arguments (e.g.
--identity
) were not applied due to bug in configuration handling (#27)
v2.1.0
New features and improvements:
karton-core
bump to v5.0.0 (#25)
Bugfixes:
dhash
is stored in outgoing Config tasks (#23)
- Fix for outgoing Config tasks with embedded blobs in configuration (#24)
v2.0.2
Bugfixes:
- Better handling for invalid analysis tasks
Misc:
- Drop support for python3.6
v2.0.1
Bugfixes:
- Fixed package
long_description
v2.0.0
Breaking change:
- Introduced support for unified
{"type": "analysis"}
format (#10)
Works with Drakvuf Sandbox >=0.16.0
v1.1.1
Bugfixes:
- Fixed a bug introduced with the
--identity
feature (#13)
v1.1.0
New features:
--identity
command line option to override the default Karton identity for config-extractor (e.g. to expose separate set of modules under new identity, #12)
--tag
and --attribute
command line option to include additional MWDB tag/attribute for processed samples (#11)
- Added temporary support for CERT.pl internal JoeSandbox integration (#9)