Earlier quoted context omitted.
This is why I'm always advocating for political engagement for fighting these kind of issues. It's not exactly hard for a government to ban or forbid circumventing their monitoring. It does take time, but they're about to catch up.
It’s far harder if you have a major tech industry to push back and the whole massive security risk this exposes big corporations to. Which is something Kazakhstan must not have much of. This is also terrible for foreign investment and attracting business. It also makes foreign intelligence’s job easier.
MITM on HTTPS traffic in Kazakhstan
131–140 of 471 posts
Re: MITM on HTTPS traffic in Kazakhstan
#132Re: MITM on HTTPS traffic in Kazakhstan
#133I live in Kazakhstan and have not seen this yet. No MITM according to the provided tests (mholt)
Re: MITM on HTTPS traffic in Kazakhstan
#134Re: MITM on HTTPS traffic in Kazakhstan
#135I find the social aspect of this interesting. Us "smart tech people" have been pushing https everywhere for a few years now as a way of protecting internet privacy "for the masses". And now the government found a very simple non-technical workaround. Send a message to everyone requiring a government root CA with an easy install, or their internet won't work. Now "us techies" have to find a new technical solution to a…
> Now "us techies" have to find a new technical solution to a very social problem. Cert pinning does mitigate it for apps, doesn't it? The end-user doesn't need to really worry abt rouge root CAs, if my understanding is right. Traditional VPNs, P2P VPNs, Tor as a Proxy (decentralised net? dat/i2p/freenet/ipfs) could solve it generally across various use-cases, of which, VPNs are already mainstream.
Re: MITM on HTTPS traffic in Kazakhstan
#136Earlier quoted context omitted.
This would be fantastic. Also, it would be great if there were a "red dot" style warning when you manually click "Proceed anyway" while viewing a https page with an invalid certificate (currently, the browser remembers the "Proceed anyway" decision and accepts the invalid cert after the initial acceptance of the warning)
There's the big red X over the HTTPS icon in the address bar in Chrome and I'm pretty sure there's something similar done to the padlock icon in Firefox, no?
Re: MITM on HTTPS traffic in Kazakhstan
#137I find the social aspect of this interesting. Us "smart tech people" have been pushing https everywhere for a few years now as a way of protecting internet privacy "for the masses". And now the government found a very simple non-technical workaround. Send a message to everyone requiring a government root CA with an easy install, or their internet won't work. Now "us techies" have to find a new technical solution to a…
Maybe this sort of interruption is manageable when half of your 18 million people are rural and the economy isn't heavily dependent on internet traffic. Try doing this in a more urban populated country and you will see a much different outcome.
Re: MITM on HTTPS traffic in Kazakhstan
#138Earlier quoted context omitted.
Corporations also do this so they can scan traffic for data exfil.
Which is, tbqh, a useless solution. Oh wow, now an attacker just has to include some obfuscated javascript encryption lib. Bam. Exfil detection completely bypassed.
Re: MITM on HTTPS traffic in Kazakhstan
#139Earlier quoted context omitted.
Far too many people would be able to notice. Someone in one of the companies would whistleblow.
But would they? The Snowden leaks were 6 years ago. I am assuming the government didn't just throw up their hands and give up after that... edit: not to say they are specifically MITM'ing HTTPS widescale.
Re: MITM on HTTPS traffic in Kazakhstan
#140Earlier quoted context omitted.
For mobile apps, though, you can bootstrap HPKP with a key built into the app. I worked on an app doing this, and it would certainly fail to connect in this scenario.
A lot of internal enterprise networks use MITM, so your app won't work there as well. It might be a good thing or not, depending on your use-case.