Changelog
Synapse-MalwareBazaar Changelog
v2.0.2 - 2025-08-14
Bugfixes
Removed ability for a user to call the privsep module directly to put bytes in the Axon.
v2.0.1 - 2025-08-06
Bugfixes
Fixed an issue where the API key was not properly used when making an HTTP POST request.
v2.0.0 - 2025-05-30
Automatic Migrations
Removed the Synapse-MalwareBazaar custom tag prefix from
$lib.globals, if set. This value is not able to be automatically migrated to a new config so users must add a config with the old tag prefix if one is desired (otherwise, it will default torep.malwarebazaar). To check if the value is set, an admin may run$lib.print($lib.globals.get(malwarebazaar:tag:prefix))before upgrading to this version. See the user guide for examples of creating a new configuration.
Features and Enhancements
Updated
malwarebazaar.queryto populate theit:exec:query:synuserproperty.Updated configuration options to support MalwareBazaar requiring an API key. The following commands were added: -
malwarebazaar.config.add-malwarebazaar.config.del-malwarebazaar.config.list-malwarebazaar.config.migrate-malwarebazaar.config.show-malwarebazaar.config.updateUpdated admin and user documentation with information on new configuration commands.
Updated existing Synapse-MalwareBazaar commands to accept an optional
--config <name>option for specifying which configuration to use per command.Removed all
--asofcommand options which have been deprecated since 2023-10-11.Removed
malwarebazaar.setup.tagprefixcommand in favor of newmalwarebazaar.config.*commands.
v1.4.0 - 2024-05-20
Features and Enhancements
Add ability to
malwarebazaar.queryto query by yara rule name.
v1.3.0 - 2024-05-15
Features and Enhancements
Update
$lib.bytesusage with$lib.axonAPIs.
Bugfixes
Fix issue where documentation for
malwarebazaar.querywas cutoff in help output.
v1.2.0 - 2024-02-20
Features and Enhancements
Update modelling of archive files to use
file:archive:entrynodes when using Synapse-Fileparser>=4.17.0. Otherwisefile:subfilenodes will continue to be used.Update deprecated
$lib.dict()usage to JSON style syntax.
v1.1.0 - 2023-10-11
Features and Enhancements
Add warning about MalwareBazaar API limit (1000 results) when specifying
--sizegreater than 1000.Add
malwarebazaar.certsto ingest the Code Signing Certificate Blocklist.
Deprecations
Caching has been removed from the
malwarebazaar.enrichandmalwarebazaar.querycommands, so the--asofargument has been deprecated and will no longer have any effect.
This release contains an automatic cache cleanup that will run when the package is first upgraded. This will remove existing cached API response data from the jsonstor.
v1.0.0 - 2023-06-23
Features and Enhancements
Initial release of the
Synapse-MalwareBazaarPower-Up