Skip to content

Commit 02e4222

Browse files
authored
Merge pull request #70 from intelowlproject/gb3
Add blog post about GreedyBear 3 release
2 parents 1cff5cb + 0b4e604 commit 02e4222

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Blogs/greedybear_v3_release.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: GreedyBear version 3 coming
3+
date: 2026-01-29
4+
cover: /images/greedybear.png
5+
author: Tim Leonhard
6+
---
7+
8+
Over the last months some new contributors helped us to implement a lot of new stuff in GreedyBear. Because of the huge number of new features and a different structure of the Feeds API responses, we are releasing a new major version in the next week.
9+
10+
## Breaking changes
11+
- Feeds API responses do not contain the fields "honeypots", "cowrie" and "log4j" anymore.
12+
- Log4Pot-specific data handling was removed, because the honeypot is not that relevant anymore.
13+
- The possibility to use legacy extraction with an 11 minute time window has been removed. The LEGACY_EXTRACTION switch in the env_file will be ignored.
14+
15+
## Highlights
16+
- We are using the Elasticsearch client version 9 now to match T-Pots recent migration to ES9.
17+
- GreedyBear now dynamically supports all honeypots that are actively collecting data in the attached T-Pot instance.
18+
- A shiny new API endpoint that aggregates IOC data by ASN was built by [Dorna Raj Gyawali](https://github.com/drona-gyawali).
19+
- Automated ingestion of FireHol blocklists enriches IOCs with threat intelligence categories thanks to [Krishna Awasthi](https://github.com/opbot-xd).
20+
- Users can now authenticate using email instead of just username, thanks to the work of [ManaswibRane](https://github.com/ManaswibRane).
21+
- Self-hosted instances can now set their own license text (or none) via environment variable thanks to [Krishna Awasthi](https://github.com/opbot-xd).
22+
- The monitoring jobs can now send alerts via ntfy thanks to [Varandani Harsh Pramod](https://github.com/HARSHVARANDANI)
23+
- GreedyBear now extracts and tracks Tor exit nodes as a dedicated data source thanks to [Sumit Das](https://github.com/Sumit-ai-dev)
24+
- And a lot of additional stuff happened under the hood. Thank you [Shivraj Suman](https://github.com/shivraj1182), [Srijan](https://github.com/srijan2607), [Amisha Chhajed](https://github.com/amishhaa), [Ravi Teja Bhagavatula](https://github.com/RaviTeja799) and [Eshaan Gupta](https://github.com/Eshaan-byte).

0 commit comments

Comments
 (0)