Files
blog/content/posts/commits/2026-03-18-commit-8671e81.md
Betty 04dc718cfe
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 8671e81 in bojemoi
2026-03-18 13:51:00 +01:00

49 lines
1.2 KiB
Markdown

---
title: "[bojemoi] feat: add breachforum CTI discovery service (stack 66)"
date: 2026-03-18T13:50:59+01:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 8671e81 par Betty dans bojemoi"
author: "Betty"
---
## Commit `8671e81`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `8671e81c7066d225e67a59773637a06cc0471a0f` |
### Description
Multi-source .onion discovery: Ahmia, Reddit, Tor directories.
Validates via embedded Tor SOCKS5, stores in PostgreSQL (bojemoi_cti),
alerts Telegram PTaaS group on new discoveries. Runs hourly loop.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
A discovery/Dockerfile
A discovery/breachforum_discovery_api.py
A discovery/breachforum_onion_discovery.py
A discovery/entrypoint.sh
A stack/66-service-discovery.yml
```
### Diff Summary
```
discovery/Dockerfile | 34 +++
discovery/breachforum_discovery_api.py | 259 +++++++++++++++++++
discovery/breachforum_onion_discovery.py | 421 +++++++++++++++++++++++++++++++
discovery/entrypoint.sh | 33 +++
stack/66-service-discovery.yml | 73 ++++++
5 files changed, 820 insertions(+)
```