![]()  | 
|---|
Ein leistungsstarkes, lokal arbeitendes Tool zur Analyse und Bewertung von URLs. Es hilft dabei, verdächtige oder unbekannte Links sicher zu überprüfen – komplett offline oder optional mit API-Anbindung (z. B. VirusTotal).
Der URL Reputation Analyzer wurde entwickelt, um Administratoren, Forensikern und Entwicklern eine einfache Möglichkeit zu geben, URLs auf potenzielle Risiken zu überprüfen. Die Anwendung kann Domains extrahieren, DNS- und WHOIS-Abfragen durchführen und lokale Hashvergleiche bekannter bösartiger Domains vornehmen. Optional kann sie über die VirusTotal API erweitert werden.
- Analyse verdächtiger URLs (lokal/offline)
 - WHOIS- und DNS-Abfragen
 - Hash-Vergleich mit bekannter Malware-Liste
 - IP- und Geoinformationen
 - Optional: VirusTotal-Integration via API-Key (
config.py) - Mehrsprachig (Deutsch/Englisch)
 - GUI mit Info-Button und GitHub-Link
 
- Python 3.10 oder höher
 - Erforderliche Pakete:
 
pip install requests dnspython python-whois geocoderpython app.py- Lege eine Datei 
config.pyim Projektverzeichnis an. - Trage deinen API-Key ein:
 
VT_API_KEY = "YOUR_API_KEY_HERE"- Wenn kein Key vorhanden ist, arbeitet das Tool automatisch offline.
 
Dieses Projekt steht unter der LICENSE.
The URL Reputation Analyzer is a local-first tool for analyzing and evaluating URLs. It helps users securely verify suspicious or unknown links – fully offline or optionally using APIs such as VirusTotal.
- Local/offline URL analysis
 - WHOIS and DNS lookups
 - Hash comparison with known malicious domains
 - IP and geolocation information
 - Optional VirusTotal integration via API key (
config.py) - Dual-language support (German/English)
 - GUI with Info button and GitHub link
 
- Python 3.10 or higher
 - Required dependencies:
 
pip install requests dnspython python-whois geocoderpython app.py- Create a 
config.pyfile in your project directory. - Add your API key:
 
VT_API_KEY = "YOUR_API_KEY_HERE"- If no key is provided, the tool automatically operates in offline mode.
 
This project is licensed under the LICENSE.
© 2025 – Developed with precision and security in mind.
