Add 62 blog posts generated from git commit history
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s

One-shot import of all bojemoi repo commits as Hugo posts.
Each post includes metadata, files changed, and diff stats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Betty
2026-02-17 14:16:05 +01:00
parent eafc75fd5e
commit 7ac1bd5f4f
62 changed files with 2909 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
---
title: "Add Razvedka: Telegram CTI service for DDoS prediction"
date: 2026-02-13T00:00:21+01:00
draft: false
tags: ["commit", "bojemoi", "feature", "stack"]
categories: ["Git Activity"]
summary: "Commit 446afb1 par Betty — 12 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `446afb1`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `446afb143c6b531712c0073c465513d1a2e78cf0` |
| **Date** | 2026-02-13 |
### Description
Monitors 7 hacktivist channels (CyberArmyofRussia, Killnet, XakNet,
SolntsepekZ, etc.) via Telethon, extracts entities with spaCy + lingua
language detection, scores intention and France-relevance, stores in
PostgreSQL buzz_log, and alerts via Telegram/Alertmanager on cluster
detection.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
### Fichiers modifiés
```
A razvedka/Dockerfile.razvedka
A razvedka/razvedka/__init__.py
A razvedka/razvedka/alerter.py
A razvedka/razvedka/config.py
A razvedka/razvedka/db.py
A razvedka/razvedka/extractor.py
A razvedka/razvedka/keywords.py
A razvedka/razvedka/main.py
A razvedka/razvedka/metrics.py
A razvedka/razvedka/scorer.py
A razvedka/requirements.txt
A stack/45-service-razvedka.yml
```
### Statistiques
```
12 files changed, 1033 insertions(+)
```