惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
腾讯CDC
D
Docker
G
Google Developers Blog
D
DataBreaches.Net
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
The Cloudflare Blog
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
量子位
美团技术团队
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Posts on Noah Bailey

How to turn anything into a router Deploy to Cloudfront from GitHub using OpenID Connect Backup Postgres databases with Kubernetes CronJobs The spelling error made 200 billion times a day Restarting Kubernetes pods using a CronJob You've just bought a new domain. Now what? Who Sawed My Motherboard??? Linux on the P8 Aliexpress Mini Laptop Recovering Mysql/Mariadb after a nasty crash Using EXIF data to pick my next lens Converting and developing RAW photos on Linux automatically Thank you, 2016 iPhone Don't Make It Work Self-hosted Surveillance with ZoneMinder Backups, Monitoring, and Security for small Mastodon servers Block web scanners with ipset & iptables Executing commands over SSH with GitHub Actions Debian Sid on encrypted ZFS Protect your dangerously insecure redis server Debian: the luxurious boring lifestyle Monitor radiation with a Raspberry Pi Simple Linux server alerts: Know your performance, errors, security, syslog, and security NUC crashes on debian 11 - How I fixed it Basic Linux server security with fail2ban, ossec, and firewall Windows 11 will create heaps of needless trash Domesticated Kubernetes Networking The Cursed Certificate Our mostly disposable and entirely stupid world Trying out OpenBSD (as a Linux geek) Making VoIP Calls with Antique Rotary Phones
You Probably Don't Need a VPN
2020-01-16 · via Posts on Noah Bailey

Do you live in North Korea or Iran? Is your totalitarian government cracking down on dissidents? These are serious concerns for some, but for the rest of us it might be time to re-think the modern threat model.

Why to people use VPN services?

I think at the very core of the VPN subscription market is the belief that as a consumer it’s possible to buy privacy. That’s simply wrong. Privacy is a process, not a product. No amount of $5/month subscriptions will make you safe.

What makes people buy VPN subscriptions isn’t a desire to understand and improve their online habits and implement a comprehensive security plan, it’s fear and uncertainty. And that’s deliberate by the marketing enterprises that surround those services.

Even more egregious is the idea that our privacy is already gone and the only way to get it is to buy it back.

Using a bad VPN service is worse than using none at all… By a lot.

When you’re sending traffic through one of these services, you’re handing 100% of your traffic through their servers. For this to be secure, you need to put a lot of trust in the service.

You need to trust that your provider isn’t keeping any logs at all. Realistically, this isn’t the case. Server operators need to know when things go wrong, and analyzing logs is a big part of that. I have spoken to experts that ingest upwards of 100,000 logs per second from high volume production servers. Operating a system of that scale blind doesn’t happen. If they tell you they’re not collecting logs, they’re lying to you.

You also need to trust that their servers are 100% secure. This means no BMC’s open to the internet allowing unauthorized access.

These are problems made up by VPN providers. When you just use your own internet connection you don’t need to worry about a commercial third party holding activity logs.

The hackers have your IP address, does it matter?

There’s a limited amount of information somebody can learn from your IP address. Using MaxMind’s GeoIP database somebody can learn (maybe) what country you’re in, (possibly) which region, and (even less likely) the city you live in.

Using public whois data we could learn the internet service provider somebody is using. Not terribly useful, but it is more information to glean.

Finally, a hacker could port scan your IP or look you up on shodan. And see…. Probably nothing. Most home routers come with a pre-configured firewall that denies all non-stateful connections from the outside world.

The only legitimate threat a VPN service protects you from is a DDoS attack. In this case, the provider would be hit instead of you, and you would be forced to re-connect to a different server. That being said, I don’t know how often DDoS attacks target individual home users but I can guess that it’s probably pretty rare.

All a VPN does is put your traffic somewhere else

There’s no magic. A VPN is exactly what it sounds like, it’s a Virtual Private Network. Your traffic gets wrapped up, tunnelled somewhere else, and dropped back out onto the internet at a location you don’t control. This process doesn’t add privacy to your browsing habits, and it certainly doesn’t prevent you from being tracked.

Your traffic is already encrypted

The argument that VPN providers are needed so your traffic can be encrypted may have held up 20 years ago, but today the majority of sites default to HTTPS. Why do you need to re-route all your traffic through a third party when it already has a secure TLS tunnel to the owner of the site?

And with services like LetsEncrypt, it’s even easier to get a valid and trusted TLS certificate. In the next ten years, we can expect up to 80% of public sites to support strong encryption. Simply put, it’s not worth it.

There are better ways to take control of your privacy

Instead of buying privacy as a service, build it yourself.

  1. Use multi-factor authentication
  2. Use a trustworthy content blocker
  3. Use a browser extension to block malicious javascript
  4. Use a password manager, and not the one built into your browser.
  5. Don’t use Facebook and Google services.
  6. Use HTTPS Everywhere
  7. Do your updates 😄

You will notice, none of these involve tunnelling your traffic through questionable servers. That’s because VPNs are snakeoil.