One bad apple can spoil your IPv6 privacy (2022)
1–10 of 64 posts
Re: One bad apple can spoil your IPv6 privacy (2022)
#2Re: One bad apple can spoil your IPv6 privacy (2022)
#3"Our results show that IoT devices contribute the most to this privacy leakage"
Re: One bad apple can spoil your IPv6 privacy (2022)
#4Quick solution would be DHCPv6 so they don't have a choice in what address they use.
Going further, NAT and hide all these devices behind a single external IP.
Going even further, NAT the whole network by default and only give global addresses to endpoints that need it (local servers and such)
Re: One bad apple can spoil your IPv6 privacy (2022)
#5What this says is IOT devices leak their MAC within their IPv6 address. Quick solution would be DHCPv6 so they don't have a choice in what address they use. Going further, NAT and hide all these devices behind a single external IP. Going even further, NAT the whole network by default and only give global addresses to endpoints that need it (local servers and such)
Re: One bad apple can spoil your IPv6 privacy (2022)
#6Re: One bad apple can spoil your IPv6 privacy (2022)
#7What this says is IOT devices leak their MAC within their IPv6 address. Quick solution would be DHCPv6 so they don't have a choice in what address they use. Going further, NAT and hide all these devices behind a single external IP. Going even further, NAT the whole network by default and only give global addresses to endpoints that need it (local servers and such)
I'm wondering what are you referring to when you mention NAT in the context of IPv6. I thought there is no widely adopted implementation.
https://openwrt.org/docs/guide-user/network/ipv6/ipv6.nat6
This has been available for a long time.
You can also do static NAT and anything that you were used to on IPv4.
Re: One bad apple can spoil your IPv6 privacy (2022)
#8What this says is IOT devices leak their MAC within their IPv6 address. Quick solution would be DHCPv6 so they don't have a choice in what address they use. Going further, NAT and hide all these devices behind a single external IP. Going even further, NAT the whole network by default and only give global addresses to endpoints that need it (local servers and such)
There are reasons you might want your desktop to have the same address for a long time. I can't think of any reason why I'd want that for a light bulb.
Re: One bad apple can spoil your IPv6 privacy (2022)
#9I was wondering what kind of IoT could be widespread enough to pose a significant problem or if it was rather statistical, but they mention TVs. And uh yeah, TVs during their lifetime discuss with a huge range of providers, so this indeed broadcasts to
The privacy handling of the article writing isn't great imo. Only an ISP should have access to those data, not external researchers. I even fail to see how it can be GPDR compliant. That being said, operators won't spontaneously write those articles, so well, this one is usefl.
Overall this is an interesting article. I think ISPs doing prefix rotations can easily detect devices and warn the user and/or isolate the bad device (through symmetric NAT for instance -- I think this is an okay compromise, it's not a horrible hack), which this article shines light on. Cool.
Re: One bad apple can spoil your IPv6 privacy (2022)
#10"Our results show that IoT devices contribute the most to this privacy leakage"
How would an attacker get that information? If the IoT device is janky and malicious it could ping a bunch of malicious websites and wait for me to access them, I suppose. What would that give an attacker? It's not clear to me how that'd be worse than, say, the current IPv4 situation. And if the device is compromised and no firewall is blocking its outbound Internet access, there are other things I'd be more worried about.
If Amazon or Google make the device, then it could just report that back directly to them whenever its Alexa or Google Home bridge reports back. Their logs would show that "bridge 0x1234 connected from `prefix1::` yesterday, and `prefix2::` today, and it's owned by user kstrauser". I don't think anything in this paper could make it less private than that, surely?