diff --git a/content/posts/commits/2026-02-22-commit-6860941.md b/content/posts/commits/2026-02-22-commit-6860941.md new file mode 100644 index 0000000..6d8e6dc --- /dev/null +++ b/content/posts/commits/2026-02-22-commit-6860941.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi-telegram] osint: add Wayback Machine historical lookup to /register flow" +date: 2026-02-22T14:01:37+01:00 +draft: false +tags: ["commit", "bojemoi-telegram", "master"] +categories: ["Git Activity"] +summary: "Commit 6860941 par Betty dans bojemoi-telegram" +author: "Betty" +--- + +## Commit `6860941` + +| | | +|---|---| +| **Repository** | bojemoi-telegram | +| **Branch** | `master` | +| **Author** | Betty | +| **Hash** | `6860941921d261840211ea4aa2ed591e6063c28e` | + + +### Description + +Query the CDX API (web.archive.org) for URLs historically served +directly from the target IP. Runs in parallel with OTX and other +sources — no data stored, results displayed in the OSINT report. + +Adds to OSINTResult: wayback_snapshot_count, wayback_domains, +wayback_first_seen, wayback_last_seen. Visible in the WAYBACK +MACHINE section of format_osint_text(). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M telegram-bot/osint.py +``` + +### Diff Summary + +``` + telegram-bot/osint.py | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 84 insertions(+) +```