ip user info
This commit is contained in:
11
README.md
11
README.md
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user