ooni / explorer

OONI Explorer: uncover evidence of internet censorship worldwide
https://explorer.ooni.org
BSD 3-Clause "New" or "Revised" License
71 stars 38 forks source link

[Feature] Show AS number and organization in the DNS Queries box #821

Closed fortuna closed 1 year ago

fortuna commented 1 year ago

From https://explorer.ooni.org/measurement/20221209T003902Z_webconnectivity_BY_42772_n1_ZGm2sotdTDfqAzCJ?input=https%3A%2F%2Fwww.dw.com%2F

I'd like to see AS number and organization next to the IP address in the DNS Queries box: image

That would allow me to more easily determine what's wrong with the answer.

The data is already in the measurement JSON, so it should be trivial to expose:

image

sleinen commented 1 year ago

I've given this a try, see PR #827 mentioned above.

Output for your example:

Screenshot 2022-12-30 at 23 42 07

Output for an example with RFC1918 (private) IP addresses:

Screenshot 2022-12-30 at 23 43 56
sleinen commented 1 year ago

An alternative would be to replace the ASN/ISP columns with a single ("ancillary information"?) column that could show e.g. "AS12406 (Business Network Ltd.)". Let me know if you'd like me to implement it in this way, or have even better ideas!

sleinen commented 1 year ago

PR #828 is the result of a few hours I had on a train to implement the alternative suggestion in my previous comment. I prefer this to the presentation in #827.

Screenshot 2023-01-02 at 15 27 25
fortuna commented 1 year ago

When should we expect this to be released?