Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fortuna opened this issue Dec 12, 2022 · 4 comments · Fixed by #828
Closed

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

fortuna opened this issue Dec 12, 2022 · 4 comments · Fixed by #828

Comments

@fortuna
Copy link

fortuna commented Dec 12, 2022

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

@fortuna fortuna changed the title Show AS number and organization in the DNS Queries box [Feature] Show AS number and organization in the DNS Queries box Dec 12, 2022
@sleinen
Copy link
Contributor

sleinen commented Dec 30, 2022

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
Copy link
Contributor

sleinen commented Dec 31, 2022

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
Copy link
Contributor

sleinen commented Jan 2, 2023

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
Copy link
Author

fortuna commented Feb 15, 2023

When should we expect this to be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants