Releases: 3c7/bazaar
Releases · 3c7/bazaar
Version 0.2.7 - Maintenance release 🚧
Version 0.2.6 - Bugfix 🩹
- @Rafiot removed necessity to depend on setuptools
Version 0.2.5 - Bugfix 🩹
Version 0.2.4 - Bugfix 🩹
- Fixes #8: a typo in the dictionary key was responsible for throwing a validation error during init command.
Version 0.2.3 - Maintenance release 👷♂️
- Dependencies updated
- Python 3.12
Thanks @Rafiot!
Version 0.2.2 - First-Seen Timestamp 🕰️
- Added first-seen timestamp to simple (
-s
) view - Updated dependencies
Version 0.2.1 - Maintenance Release
- @Rafiot bumped max Python version to 3.11, updated the dependencies and the poetry lock file
Version 0.2.0 - Bazaar CLI refactored, YARAify API client
- Refactored
bazaar
CLI to use typer - Added YARAify client
- Updated output format to include more information and make use of rich formatting
Some bazaar
impressions:
Recently uploaded samples on MalwareBazaar
Meta data for a sample on MalwareBazaar
Vendor data for a sample on MalwareBazaar
Some yaraify
impressions:
Recently uploaded Yara rules on YARAify
Download of a single Yara rule
Version 0.2.0 Beta 3 - Query with multiple terms, better `recent` output
- Both,
bazaar
andyaraify
, accept multiple terms for queries now recent
command with-s|--simple
for bazaar now returns colored tags- Changed signature for
Bazaar.query_recent(last_100_samples: bool = False)
- Fixed some bugs