Add 62 blog posts generated from git commit history
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s
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:
55
content/posts/commits/2026-02-10-commit-cc52236.md
Normal file
55
content/posts/commits/2026-02-10-commit-cc52236.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
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(+)
|
||||
```
|
||||
Reference in New Issue
Block a user