Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Feature request: integrate geoip lookup for third party systems #84

Open
StefanKBa opened this issue Sep 29, 2022 · 3 comments
Open

Feature request: integrate geoip lookup for third party systems #84

StefanKBa opened this issue Sep 29, 2022 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@StefanKBa
Copy link

Of course, this can also be done after the run with additional scripts.
It would be useful to have the geoip lookup results (which country the 3rd paryt system is in) as part of the report.
(As for some reason, web site owners are quite impressed by the report.)

@rriemann
Copy link
Contributor

rriemann commented Oct 7, 2022

Dear @StefanKBa ,

thank you for your proposal. In my experience, the results of geoip lookups can be unreliable for a data compliance evaluation. Consider:

  1. services that store data in Country X but have in each country a caching server (CDN)
  2. services that operate from one country, but have their legal headquarter in another country
  3. services that employ loadbalancing with different IP resolutions based on user location or just random distribution

Hence, the determination of the country for a given web service by its IP address depends on the purpose and is not always clear cut. The WEC attempts to produce evidence reports free of judgement yet.

So while the geoip address could be clearly marked as only a geoip measurement at the time of the collection that may not be reproducable, the question is also how the WEC could integrate the necessary database. To my knowledge, the databases are proprietary and cannot be shipped alongside the freesoftware WEC.

Happy to discuss!

@rriemann rriemann added enhancement New feature or request question Further information is requested labels Oct 7, 2022
@StefanKBa
Copy link
Author

I believe your argument makes perfect sense. :-)

@rriemann
Copy link
Contributor

rriemann commented Oct 9, 2022

This is not a high priority, but if someone can propose code to optionally add geo information using a common on-premise geoip database, I would help integrating it to the WEC. The documentation and default template must clearly explain the technical nature of this measurement and the limitations for using them in legal analysis.

@rriemann rriemann added help wanted Extra attention is needed and removed question Further information is requested labels Oct 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants