diff --git a/content/posts/commits/2026-08-06-commit-ea70b68.md b/content/posts/commits/2026-08-06-commit-ea70b68.md new file mode 100644 index 0000000..118a410 --- /dev/null +++ b/content/posts/commits/2026-08-06-commit-ea70b68.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] feat(cti): cron quotidien cross-ref ThreatFox + alerte Telegram" +date: 2026-08-06T23:14:18+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit ea70b68 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `ea70b68` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `ea70b685328e74c221d3c098895094fc2992ccff` | + + +### Description + +- mcp-server/cti_daily.py : script one-shot ioc_crossref(days=1) + Telegram + → RAS si 0 hits, alerte détaillée si C2 connus dans la base MSF +- stack/49-service-mcp.yml : ajout secrets telegram_bot_token + telegram_chat_id +- Cron meta-76 07h00 : docker exec mcp_mcp-server python cti_daily.pyc + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A mcp-server/cti_daily.py +M stack/49-service-mcp.yml +``` + +### Diff Summary + +``` + mcp-server/cti_daily.py | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ + stack/49-service-mcp.yml | 6 ++++ + 2 files changed, 95 insertions(+) +```