diff --git a/content/posts/commits/2026-06-30-commit-9d0d3ba.md b/content/posts/commits/2026-06-30-commit-9d0d3ba.md new file mode 100644 index 0000000..0c00d91 --- /dev/null +++ b/content/posts/commits/2026-06-30-commit-9d0d3ba.md @@ -0,0 +1,191 @@ +--- +title: "[bojemoi] chore: consolidate sub-repos into /opt/bojemoi" +date: 2026-06-30T15:50:15+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9d0d3ba par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `9d0d3ba` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `9d0d3ba48732114e080c82dddc4873a41a5780a1` | + + +### Description + +Move files from formerly separate repos into the main bojemoi repo: +- bojemoi_boot/stack/01-boot-service.yml → stack/00-service-boot.yml +- bojemoi_boot/scripts/* → scripts/ (create-networks.sh, push-images.sh) +- bojemoi-ml-threat/ → ml-threat/ (Dockerfile.ml-threat + all sources) +- bojemoi-telegram/telegram-bot/ → telegram-bot/ (Dockerfile + sources) +- grafana-screenshot/ → grafana-screenshot/ (Dockerfile + screenshot.py) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A grafana-screenshot/Dockerfile +A grafana-screenshot/docker-compose.yml +A grafana-screenshot/screenshot.py +A grafana-screenshot/screenshots/batch/alertmanager.png +A grafana-screenshot/screenshots/batch/c2-sessions.png +A grafana-screenshot/screenshots/batch/docker-container-metrics.png +A grafana-screenshot/screenshots/batch/docker-registry.png +A grafana-screenshot/screenshots/batch/docker-swarm-overview.png +A grafana-screenshot/screenshots/batch/loki-stack.png +A grafana-screenshot/screenshots/batch/nvidia-dcgm.png +A grafana-screenshot/screenshots/batch/nvidia-gpu.png +A grafana-screenshot/screenshots/batch/nym-operator.png +A grafana-screenshot/screenshots/batch/pentest-overview.png +A grafana-screenshot/screenshots/batch/pentest-vuln.png +A grafana-screenshot/screenshots/batch/pipeline-borodino.png +A grafana-screenshot/screenshots/batch/postgresql-exporter.png +A grafana-screenshot/screenshots/batch/postgresql-infrastructure.png +A grafana-screenshot/screenshots/batch/scan-results.png +A grafana-screenshot/screenshots/batch/security-monitoring.png +A grafana-screenshot/screenshots/batch/sentinel-iot.png +A grafana-screenshot/screenshots/batch/traefik.png +A grafana-screenshot/screenshots/batch/trivy.png +A grafana-screenshot/screenshots/batch/valkey.png +A grafana-screenshot/screenshots/batch/vigie-certfr.png +A grafana-screenshot/screenshots/grafana.png +A grafana-screenshot/screenshots/grafana_viewport.png +A ml-threat/Dockerfile.ml-threat +A ml-threat/ai_agents.py +A ml-threat/api.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/PKG-INFO +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/SOURCES.txt +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/dependency_links.txt +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/top_level.txt +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/__init__.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/formatters.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/mapper.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/__init__.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/osint.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/suricata.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/vulnerability.py +A ml-threat/bojemoi-mitre-attack/bojemoi_mitre_attack/models.py +A ml-threat/bojemoi-mitre-attack/setup.py +A ml-threat/config/config.yaml +A ml-threat/database.py +A ml-threat/feature_extractor.py +A ml-threat/integration_example.py +A ml-threat/investigator.py +A ml-threat/ml_models.py +A ml-threat/requirements.txt +A ml-threat/telegram_bot.py +A ml-threat/test.py +A ml-threat/train.py +A scripts/create-networks.sh +A scripts/push-images.sh +A stack/00-service-boot.yml +A telegram-bot/Dockerfile.telegram-bot +A telegram-bot/blockchain.py +A telegram-bot/bot.py +A telegram-bot/config.py +A telegram-bot/database/__init__.py +A telegram-bot/database/connection.py +A telegram-bot/database/crud.py +A telegram-bot/database/models.py +A telegram-bot/deploy.sh +A telegram-bot/init_db.py +A telegram-bot/integrations/__init__.py +A telegram-bot/integrations/cortex.py +A telegram-bot/integrations/maltego.py +A telegram-bot/integrations/misp.py +A telegram-bot/integrations/mitre_attack.py +A telegram-bot/integrations/thehive.py +A telegram-bot/osint.py +A telegram-bot/redis_client.py +A telegram-bot/requirements.txt +A volumes/grafana/dashboards/red-team/.gitkeep +``` + +### Diff Summary + +``` + grafana-screenshot/Dockerfile | 11 + + grafana-screenshot/docker-compose.yml | 22 + + grafana-screenshot/screenshot.py | 56 + + .../screenshots/batch/alertmanager.png | Bin 0 -> 148322 bytes + .../screenshots/batch/c2-sessions.png | Bin 0 -> 151193 bytes + .../screenshots/batch/docker-container-metrics.png | Bin 0 -> 105040 bytes + .../screenshots/batch/docker-registry.png | Bin 0 -> 231492 bytes + .../screenshots/batch/docker-swarm-overview.png | Bin 0 -> 111607 bytes + .../screenshots/batch/loki-stack.png | Bin 0 -> 256376 bytes + .../screenshots/batch/nvidia-dcgm.png | Bin 0 -> 150873 bytes + .../screenshots/batch/nvidia-gpu.png | Bin 0 -> 242125 bytes + .../screenshots/batch/nym-operator.png | Bin 0 -> 89265 bytes + .../screenshots/batch/pentest-overview.png | Bin 0 -> 241165 bytes + .../screenshots/batch/pentest-vuln.png | Bin 0 -> 371237 bytes + .../screenshots/batch/pipeline-borodino.png | Bin 0 -> 525119 bytes + .../screenshots/batch/postgresql-exporter.png | Bin 0 -> 262208 bytes + .../batch/postgresql-infrastructure.png | Bin 0 -> 102784 bytes + .../screenshots/batch/scan-results.png | Bin 0 -> 203535 bytes + .../screenshots/batch/security-monitoring.png | Bin 0 -> 53706 bytes + .../screenshots/batch/sentinel-iot.png | Bin 0 -> 174178 bytes + grafana-screenshot/screenshots/batch/traefik.png | Bin 0 -> 177730 bytes + grafana-screenshot/screenshots/batch/trivy.png | Bin 0 -> 58564 bytes + grafana-screenshot/screenshots/batch/valkey.png | Bin 0 -> 292406 bytes + .../screenshots/batch/vigie-certfr.png | Bin 0 -> 117011 bytes + grafana-screenshot/screenshots/grafana.png | Bin 0 -> 134302 bytes + .../screenshots/grafana_viewport.png | Bin 0 -> 199132 bytes + ml-threat/Dockerfile.ml-threat | 42 + + ml-threat/ai_agents.py | 240 +++ + ml-threat/api.py | 496 ++++++ + .../bojemoi_mitre_attack.egg-info/PKG-INFO | 7 + + .../bojemoi_mitre_attack.egg-info/SOURCES.txt | 13 + + .../dependency_links.txt | 1 + + .../bojemoi_mitre_attack.egg-info/top_level.txt | 1 + + .../bojemoi_mitre_attack/__init__.py | 23 + + .../bojemoi_mitre_attack/formatters.py | 136 ++ + .../bojemoi_mitre_attack/mapper.py | 324 ++++ + .../bojemoi_mitre_attack/mappings/__init__.py | 11 + + .../bojemoi_mitre_attack/mappings/osint.py | 54 + + .../bojemoi_mitre_attack/mappings/suricata.py | 99 ++ + .../bojemoi_mitre_attack/mappings/vulnerability.py | 73 + + .../bojemoi_mitre_attack/models.py | 36 + + ml-threat/bojemoi-mitre-attack/setup.py | 10 + + ml-threat/config/config.yaml | 95 ++ + ml-threat/database.py | 543 +++++++ + ml-threat/feature_extractor.py | 330 ++++ + ml-threat/integration_example.py | 391 +++++ + ml-threat/investigator.py | 598 +++++++ + ml-threat/ml_models.py | 353 ++++ + ml-threat/requirements.txt | 31 + + ml-threat/telegram_bot.py | 329 ++++ + ml-threat/test.py | 205 +++ + ml-threat/train.py | 206 +++ + scripts/create-networks.sh | 53 + + scripts/push-images.sh | 262 +++ + stack/00-service-boot.yml | 453 ++++++ + telegram-bot/Dockerfile.telegram-bot | 29 + + telegram-bot/blockchain.py | 152 ++ + telegram-bot/bot.py | 1330 ++++++++++++++++ + telegram-bot/config.py | 89 ++ + telegram-bot/database/__init__.py | 16 + + telegram-bot/database/connection.py | 48 + + telegram-bot/database/crud.py | 759 +++++++++ + telegram-bot/database/models.py | 184 +++ + telegram-bot/deploy.sh | 53 + + telegram-bot/init_db.py | 15 + + telegram-bot/integrations/__init__.py | 48 + + telegram-bot/integrations/cortex.py | 423 +++++ + telegram-bot/integrations/maltego.py | 412 +++++ + telegram-bot/integrations/misp.py | 436 +++++ + telegram-bot/integrations/mitre_attack.py | 644 ++++++++ + telegram-bot/integrations/thehive.py | 590 +++++++ + telegram-bot/osint.py | 1682 ++++++++++++++++++++ + telegram-bot/redis_client.py | 280 ++++ + telegram-bot/requirements.txt | 11 + + volumes/grafana/dashboards/red-team/.gitkeep | 1 + + 75 files changed, 12706 insertions(+) +```