From 04dc718cfea06498e38475a6bd5ba3a922ac3586 Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 18 Mar 2026 13:50:59 +0100 Subject: [PATCH] post: commit 8671e81 in bojemoi --- .../commits/2026-03-18-commit-8671e81.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 content/posts/commits/2026-03-18-commit-8671e81.md diff --git a/content/posts/commits/2026-03-18-commit-8671e81.md b/content/posts/commits/2026-03-18-commit-8671e81.md new file mode 100644 index 0000000..2e14d99 --- /dev/null +++ b/content/posts/commits/2026-03-18-commit-8671e81.md @@ -0,0 +1,48 @@ +--- +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 + +### 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(+) +```