post: commit 6860941 in bojemoi-telegram
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 7s

This commit is contained in:
Betty
2026-02-22 14:01:37 +01:00
parent c3394170bf
commit d3d52890c4

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M telegram-bot/osint.py
```
### Diff Summary
```
telegram-bot/osint.py | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
```