Skip to content

Releases: 3c7/bazaar

Version 0.2.7 - Maintenance release 🚧

01 Nov 14:17
@3c7 3c7
59cb9e9
Compare
Choose a tag to compare
  • By @Rafiot: Add python3.13 support and remove python3.8 support (eol)
  • Updated dependencies

Version 0.2.6 - Bugfix 🩹

15 Dec 16:13
@3c7 3c7
e01a012
Compare
Choose a tag to compare
  • @Rafiot removed necessity to depend on setuptools

Version 0.2.5 - Bugfix 🩹

08 Dec 15:42
@3c7 3c7
1868ef8
Compare
Choose a tag to compare
  • @reuteras fixed errors related to pydantic 2 migration (optional fields must be set to None)
  • @reuteras updated dependencies

Thank you @reuteras!

Version 0.2.4 - Bugfix 🩹

25 Oct 07:22
@3c7 3c7
fa98beb
Compare
Choose a tag to compare
  • Fixes #8: a typo in the dictionary key was responsible for throwing a validation error during init command.

Version 0.2.3 - Maintenance release 👷‍♂️

12 Oct 13:37
@3c7 3c7
e6a4dc1
Compare
Choose a tag to compare
  • Dependencies updated
  • Python 3.12

Thanks @Rafiot!

Version 0.2.2 - First-Seen Timestamp 🕰️

07 Mar 19:38
@3c7 3c7
3daa207
Compare
Choose a tag to compare
  • Added first-seen timestamp to simple (-s) view
  • Updated dependencies

Version 0.2.1 - Maintenance Release

12 Jan 13:48
@3c7 3c7
67e5c32
Compare
Choose a tag to compare
  • @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

22 Dec 12:22
@3c7 3c7
3280774
Compare
Choose a tag to compare
  • 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:

bazaar_recent
Recently uploaded samples on MalwareBazaar

bazaar_hash_meta
Meta data for a sample on MalwareBazaar

bazaar_hash_vendor
Vendor data for a sample on MalwareBazaar

Some yaraify impressions:

yaraify_recent
Recently uploaded Yara rules on YARAify

yaraify_get
Download of a single Yara rule

yaraify_hash_meta
Meta data for a sample scanned on YARAify

yaraify_hash_task
Task data and detections for a sample scanned on YARAify

Version 0.2.0 Beta 3 - Query with multiple terms, better `recent` output

08 Dec 19:58
@3c7 3c7
3b33169
Compare
Choose a tag to compare
  • Both, bazaar and yaraify, 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

Version 0.2.0 Beta 2 - Improved bazaar output

05 Dec 21:13
@3c7 3c7
b6c51a9
Compare
Choose a tag to compare
  • Added support for "vendor intel" given for bazaar samples
  • Added -s|--simple switch for query outputs, similar to yaraify

bazaar_vendor_intel