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>
56 lines
1.4 KiB
Markdown
56 lines
1.4 KiB
Markdown
---
|
|
title: "Add Medved multi-protocol honeypot service"
|
|
date: 2026-02-10T20:38:29+01:00
|
|
draft: false
|
|
tags: ["commit", "bojemoi", "feature", "stack"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit cc52236 par Betty — 16 fichier(s) modifié(s)"
|
|
author: "Betty"
|
|
---
|
|
|
|
## Commit `cc52236`
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Repository** | bojemoi |
|
|
| **Branch** | `main` |
|
|
| **Auteur** | Betty |
|
|
| **Hash** | `cc522362c0f50e3edbc795a943c6dc2e930c77ca` |
|
|
| **Date** | 2026-02-10 |
|
|
|
|
### Description
|
|
|
|
Deploy SSH, HTTP, RDP, SMB, FTP, and Telnet honeypots as a global
|
|
swarm service on worker nodes. Logs all connection attempts and
|
|
credentials to PostgreSQL (honeypot_events table) and reports
|
|
findings to Faraday every 60s with severity mapping.
|
|
|
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
|
|
### Fichiers modifiés
|
|
|
|
```
|
|
A medved/Dockerfile.medved
|
|
A medved/honeypot/__init__.py
|
|
A medved/honeypot/config.py
|
|
A medved/honeypot/db.py
|
|
A medved/honeypot/faraday_reporter.py
|
|
A medved/honeypot/main.py
|
|
A medved/honeypot/metrics.py
|
|
A medved/honeypot/protocols/__init__.py
|
|
A medved/honeypot/protocols/ftp_handler.py
|
|
A medved/honeypot/protocols/http_handler.py
|
|
A medved/honeypot/protocols/rdp_handler.py
|
|
A medved/honeypot/protocols/smb_handler.py
|
|
A medved/honeypot/protocols/ssh_handler.py
|
|
A medved/honeypot/protocols/telnet_handler.py
|
|
A medved/requirements.txt
|
|
A stack/65-service-medved.yml
|
|
```
|
|
|
|
### Statistiques
|
|
|
|
```
|
|
16 files changed, 1277 insertions(+)
|
|
```
|