Because the real link has too many redirects behind my pihole. ;-)
Two UK Broadband ISPs Trial New Internet Snooping System
41–50 of 241 posts
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#42Is a datacentre considered an ISP in this respect? Between vpns and just remote desktoping into a VM, it seems trivial to circumvent to real criminals while being a privacy nightmare to the rest of the population. There is a probability 1.000 that this data will be abused.
2. Further degrades the privacy of the general public: Check
Just another day in internet legislation.
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#43Why didn't they just do what the US Gov did? Snoop but not tell anyone. Certainly would have saved them some grief. https://en.wikipedia.org/wiki/NSA_warrantless_surveillance_(...
And then lie about it to congress. Repeatedly. https://www.youtube.com/watch?v=QwiUVUJmGjs https://www.youtube.com/watch?v=oYNXVgYhPOc And then lying about lying about it. https://youtu.be/2d03yjXRPtI?t=262
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#44Re: Two UK Broadband ISPs Trial New Internet Snooping System
#45Earlier quoted context omitted.
And then lie about it to congress. Repeatedly. https://www.youtube.com/watch?v=QwiUVUJmGjs https://www.youtube.com/watch?v=oYNXVgYhPOc And then lying about lying about it. https://youtu.be/2d03yjXRPtI?t=262
Congress then really outdid themselves by focusing all legislation on telephone calls (as if anyone younger than 60 even cares about that part) and leaving the internet snooping untouched. Really fantastic misdirection.
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#46Why didn't they just do what the US Gov did? Snoop but not tell anyone. Certainly would have saved them some grief. https://en.wikipedia.org/wiki/NSA_warrantless_surveillance_(...
The article says they are trying: "The IPAct effectively prohibits ISPs from talking about much of this, which makes it difficult to verify the details" I'm not sure if the "URL" column in a table in the article is supposed to contain URLs. In the example it only has domain names. I don't think full URLs can be obtained from SSL/TLS connections.
When your browser tries to display https://www.example.com/some/directory?someParameter=Value#A... ::
#Appendix isn't sent anywhere, your browser only needs that locally
The path /some/directory and the query ?someParameter=Value are encrypted using keys which should be known only to the browser and server, today in most cases the keys are random and will be forgotten soon afterwards
The scheme https is implied by your browser's connection to an HTTPS web server. Modern browsers also explicitly transmit ALPN requesting h2 (HTTP/2) if available in their ClientHello, this will not be encrypted today.
The server name www.example.com is somewhat implied by your browser's connection to an IP address for this server. Any browser that still works in 2021 explicitly transmits the SNI requesting this name, so as to enable Virtual Hosting which offers multiple distinct web servers on a single IP address. SNI is also in the ClientHello and thus not encrypted.
The full server name will also be looked up by the browser in DNS. In many cases this means an unencrypted UDP query for that name, and this may in turn trigger a query for example.com, and in theory at least, com itself because DNS is hierarchical and the hierarchy may need to be discovered.
You can secure some of this last step by using any of the DPRIVE technologies, including DNS over HTTPS (DoH) or DNS over TLS (DoT) and some day DNS over QUIC (DoQ). Eventually DPRIVE might also secure the recursion, but even today if snoopers can see that Google's DNS service asked about example.com that does not pin down who wanted them to do that, let alone why.
If you've secured DNS, this will pave the way for ECH, a forthcoming standard to Encrypt the ClientHello. It is likely that popular browsers will begin just doing ECH (silently enabling it for at least some users) in the next year or so, but right now it isn't quite finished.
Even with an Encrypted ClientHello, the IP gives away roughly who you connected to. The Internet Archive, the Fox News web site, and Wikipedia have no interest in sharing IP addresses with Porn Hub so as to throw off snoopers who are wondering roughly what you're doing. On the other hand, Encrypted ClientHello would hide whether you're looking at the German Wiktionary or the English Wikipedia page about the Hitler Youth, and it would mean there was no longer a privacy advantage to a site using directory prefixes to categorise things versus using server names.
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#47Re: Two UK Broadband ISPs Trial New Internet Snooping System
#48Like shooting fish in a barrel; total surveillance state achieved.
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#49Earlier quoted context omitted.
The article says they are trying: "The IPAct effectively prohibits ISPs from talking about much of this, which makes it difficult to verify the details" I'm not sure if the "URL" column in a table in the article is supposed to contain URLs. In the example it only has domain names. I don't think full URLs can be obtained from SSL/TLS connections.
I assume it's because to lay people don't distinguish a domain name, an FQDN, eTLD+1, URL, "web address", URI, etc. and I'm sure that it's just as frustrating in any other discipline with a complicated vocabulary. When your browser tries to display https://www.example.com/some/directory?someParameter=Value#A... :: #Appendix isn't sent anywhere, your browser only needs that locally The path /some/directory and the que…
Here is a post about the IP address part:
"What can you learn from an IP?" https://irtf.org/anrw/2019/slides-anrw19-final44.pdf
https://blog.apnic.net/2019/08/23/what-can-you-learn-from-an...
Re: Two UK Broadband ISPs Trial New Internet Snooping System
#50Tell the right you are looking for Islamic terrorists. Tell the left you are looking for white supremacists. Like shooting fish in a barrel; total surveillance state achieved.