Skip to content

Releases: yeti-platform/yeti

Yeti 2.1.3

04 Feb 17:27
e9222d2
Compare
Choose a tag to compare

Major changes

  • DFIQ objects support
  • Bunch of new analytics (Shodan, Censys) and feeds (Wiz Threat Landscape, mining pools)
  • New import system from MISP JSON (still WIP)

What's Changed

Enhancements ๐Ÿ“ˆ

Bug fixes ๐Ÿ›

New feeds

  • Feat: Add support for running Censys queries via analytics by @itsmvd in #988
  • Add Wiz Threat Landscape feed by @udgover in #996
  • Add support for running Shodan queries via analytics by @itsmvd in #994
  • Import Misp Json format by @sebdraven in #990
  • Add feed which imports domains and ipv4 mining pools from mining poolโ€ฆ by @udgover in #995

Other Changes

New Contributors

Full Changelog: 2.1.1...2.1.3

YETI API 2.1.2

19 Jan 14:01
1c373f3
Compare
Choose a tag to compare

What's Changed

Enhancements ๐Ÿ“ˆ

Bug fixes ๐Ÿ›

Other Changes

Full Changelog: 2.1.1...2.1.2

2.1.1

04 Jan 12:22
037bcfb
Compare
Choose a tag to compare

What's Changed

Bug fixes ๐Ÿ›

New Contributors

Full Changelog: 2.1.0...2.1.1

Yeti 2.1.0

30 Dec 14:17
db9e2d4
Compare
Choose a tag to compare

What's Changed

Enhancements ๐Ÿ“ˆ

Bug fixes ๐Ÿ›

  • Fix: Add netloc to redirect after OIDC auth by @tomchop in #958
  • Fix: issue when creating TagRelationship in filter method by @udgover in #966
  • Fix: error when forcing type to "guess" by @tomchop in #971
  • Fix: Adjust unicity indexes in Observables collection by @sebdraven in #970

feeds

  • add reporter in context in context entry of Malware Bazaaar by @sebdraven in #959

Other Changes

Full Changelog: 2.0.5...2.1.0

Yeti 2.0.5

19 Dec 17:09
98e2904
Compare
Choose a tag to compare

What's Changed

Enhancements ๐Ÿ“ˆ

  • Feat: Adds the ability to authenticate with a third-party OIDC provider by @tomchop in #925
  • Feat: Extended observables API to accept extended attributes by @udgover in #949

Bug fixes ๐Ÿ›

  • Fix: calling save() doesn't overwrite all the object's contents (fixes #947) by @tomchop in #954

Full Changelog: 2.0.4...2.0.5

Yeti 2.0.4

08 Dec 14:51
288e3d6
Compare
Choose a tag to compare

What's Changed

Enhancements ๐Ÿ“ˆ

Bug fixes ๐Ÿ›

Other Changes

Full Changelog: 2.0.3...2.0.4

Yeti API 2.0.3

01 Dec 15:08
a1dd66f
Compare
Choose a tag to compare

What's Changed

New feeds

Other Changes

  • Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #913
  • cleanup: Checks that tags are the right type before attempting to add them by @udgover in #918
  • Added source context to feeds where it was missing by @benmontour in #914
  • Remove doc/ directory (fixes #911) by @tomchop in #917
  • Add optional parameter to reset API key functions by @tomchop in #923

New Contributors

Full Changelog: 2.0.2...2.0.3

Yeti API 2.0.2

24 Nov 09:39
4c1ea0d
Compare
Choose a tag to compare

What's Changed

Enhancements ๐Ÿ“ˆ

  • Feat: Implement plugins loader to automagically add new ones by @udgover in #906
  • Feat: Add regex search for all terms by @tomchop in #905
  • Feat: Add ability to search by date by @tomchop in #908

Bug fixes ๐Ÿ›

New analytics

Other Changes

  • Fix: Update docker documentation with pointers to official docs by @tomchop in #898
  • Fix: Nicer error message when attempting to tag unsaved items by @tomchop in #897

Full Changelog: 2.0.1...2.0.2

Yeti API 2.0.1

17 Nov 17:20
26e53c6
Compare
Choose a tag to compare

What's Changed

Enhancements ๐Ÿ“ˆ

Bug fixes ๐Ÿ›

New feeds

  • Adds CISA KEV feed with NIST NVD details by @udgover in #892

Other Changes

Full Changelog: 2.0...2.0.1

Yeti API 2.0

14 Nov 08:24
7f2dbca
Compare
Choose a tag to compare

This release introduces Yeti v2.0. ๐ŸŽ‰

Most changes are breaking from the previous release, but we will provide a migration script very soon.
Notable changes:

  • Switch database engines from MongoDB to ArangoDB (full graph database);
  • Switch API server from Flask to FastAPI / Pydantic;
  • New SPA using VueJS;
  • Easy deployment through Docker images and docker compose scripts.

Most features from v1 (observables, entities, indicators, feeds, analytics, exports) have been retained, with an additional focus on DFIR-related entities (New indicator types: Queries, Sigma rules).

Head to https://github.com/yeti-platform/yeti-docker to try it out!

Full Changelog: 1.8.5...2.0