diff --git a/content/posts/commits/2026-05-13-commit-41c0896.md b/content/posts/commits/2026-05-13-commit-41c0896.md new file mode 100644 index 0000000..f2570f8 --- /dev/null +++ b/content/posts/commits/2026-05-13-commit-41c0896.md @@ -0,0 +1,56 @@ +--- +title: "[bojemoi] fix(grafana): séparation red/blue team + correction panels obsolètes" +date: 2026-05-13T18:29:06+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 41c0896 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `41c0896` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `41c08967424ac013af35081061d641ea6553528d` | + + +### Description + +Pentest Overview: +- Suppression 27 panels blue team (Suricata/Medved/Dozor) — dashboards défensifs + n'ont pas leur place dans le dashboard offensif +- Correction Services Status: borodino_redis-exporter → valkey-exporter +- Completed Scans: remplacer pentest_tasks_completed_total (inexistant) → msf_c2_sessions_active +- Vulnerabilities Found: remplacer pentest_vulnerabilities_found_total → medved honeypot + +Vuln Management: +- Suppression 7 panels IDS/Suricata (métriques inexistantes, blue team) + +Scan Results: +- Suppression 2 panels EVE alerts (Suricata, métriques inexistantes) + +Note: Honeypot Medved dashboard déplacé [Pentest]→[Security] via Grafana API (DB uniquement). +Infrastructure Overview + Unified Dashboard: fix docker-swarm-services pattern → Grafana DB. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M volumes/grafana/dashboards/pentest/pentest-overview.json +M volumes/grafana/dashboards/pentest/scan-results.json +M volumes/grafana/dashboards/pentest/vuln-management.json +``` + +### Diff Summary + +``` + .../dashboards/pentest/pentest-overview.json | 1006 ++++-------- + .../grafana/dashboards/pentest/scan-results.json | 936 ++++++++--- + .../dashboards/pentest/vuln-management.json | 1617 +++++++------------- + 3 files changed, 1512 insertions(+), 2047 deletions(-) +```