ip user info

This commit is contained in:
Mateusz Gruszczyński
2026-04-15 08:47:45 +02:00
parent b3db12ba41
commit c0ac69fce7
15 changed files with 624 additions and 759 deletions

View File

@@ -140,3 +140,14 @@ ip-whois-analyzer/
This project is provided as-is, without any warranty.
Use at your own risk.
## Refactored structure
- `run.py` - Docker/start entrypoint
- `ip_analyzer_app/__init__.py` - Flask app factory
- `ip_analyzer_app/routes/` - web and API routes
- `ip_analyzer_app/services/` - parsing, lookups, analysis, exports
- `ip_analyzer_app/utils/` - static asset helpers
The analyzer now also extracts an additional `user` field from WHOIS data, e.g. `User: OVH`.