diff --git a/content/posts/commits/2026-02-24-commit-7751c16.md b/content/posts/commits/2026-02-24-commit-7751c16.md new file mode 100644 index 0000000..0ff452a --- /dev/null +++ b/content/posts/commits/2026-02-24-commit-7751c16.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] suricata-attack-enricher: add enricher service" +date: 2026-02-24T22:49:12+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 7751c16 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `7751c16` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `7751c16f9c238e6f3a624d664d7ea601945213a4` | + + +### Description + +Service Python async : suit eve.json Suricata en temps réel, mappe chaque +alerte vers ATT&CK, insère en batch dans bojemoi_threat_intel (batch 50 / flush 5s). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A suricata-attack-enricher/enricher.py +A suricata-attack-enricher/requirements.txt +``` + +### Diff Summary + +``` + suricata-attack-enricher/enricher.py | 235 ++++++++++++++++++++++++++++++ + suricata-attack-enricher/requirements.txt | 1 + + 2 files changed, 236 insertions(+) +```