22 checks · Cyber Hygiene
Networks
This section covers how you connect your devices to the internet securely, including configuring your router and setting up a VPN.
0 out of 22 (0%) complete, 0 ignored
| Done? | Advice | Level | Details |
|---|---|---|---|
Optional | A VPN moves trust; it does not remove it. Your ISP stops seeing which sites you visit, and the VPN provider starts. That is a good trade when you have a specific reason (your ISP sells browsing data, you are on a network you don't control, you need to appear in another country), and a poor one when you simply want to "be secure": almost all traffic is already encrypted by HTTPS, so a VPN adds little against the threats most people actually face. It does not make you anonymous, and it does not stop sites fingerprinting or tracking you once you have logged in. If you do use one, pay for it (free providers monetise your traffic) and pick one with an audited no-logs record such as Mullvad or IVPN. For genuine anonymity, use Tor instead. | ||
Essential | After getting a new router, change the password. Default router passwords are publicly available, meaning anyone within proximity would be able to connect. | ||
Essential | Choose WPA3 if your router and devices support it. It fixes the offline-dictionary weakness in WPA2's handshake, so an attacker who captures your traffic can no longer take the passphrase away and grind at it. If some older devices can't connect, WPA3/WPA2 mixed mode is a reasonable compromise; plain WPA2 is the floor. Never use WEP or WPA, both of which are trivially broken. Whichever you pick, the passphrase does the real work: make it long and random, since it is the only thing standing between an attacker in range and your network. | ||
Essential | Manufacturers release firmware updates that fix security vulnerabilities, implement new standards, and sometimes add features or improve the performance of your router. | ||
Optional | If you configure your VPN on your router, firewall, or home server, then traffic from all devices will be encrypted and routed through it, without needing individual VPN apps. | ||
Optional | When using a VPN, it is extremely important to exclusively use the DNS server of your VPN provider or secure service. | ||
Optional | OpenVPN and WireGuard are open source, lightweight, and secure tunneling protocols. Avoid using PPTP or SSTP. | ||
Optional | Use DNS-over-HTTPS which performs DNS resolution via the HTTPS protocol, encrypting data between you and your DNS resolver. | ||
Optional | Typically they’re manufactured cheaply in bulk in China, with insecure propriety firmware that doesn't receive regular security updates. | ||
Optional | It is possible for a malicious script in your web browser to exploit a cross-site scripting vulnerability, accessing known-vulnerable routers at their local IP address and tampering with them. | ||
Optional | You should update your network name, choosing an SSID that does not identify you, include your flat number/address, and does not specify the device brand/model. | ||
Optional | WiFi SSIDs are scanned, logged, and then published on various websites, which is a serious privacy concern for some. | ||
Optional | Wi-Fi Protected Setup provides an easier method to connect, without entering a long WiFi password, but WPS introduces a series of major security issues. | ||
Optional | Universal Plug and Play allows applications to automatically forward a port on your router, but it has a long history of serious security issues. | ||
Optional | Do not grant access to your primary WiFi network to visitors, as it enables them to interact with other devices on the network. | ||
Optional | Services like Telnet and SSH that provide command-line access to devices should never be exposed to the internet and should also be disabled on the local network unless they're actually needed. | ||
Optional | Close any open ports on your router that are not needed. Open ports provide an easy entrance for hackers. | ||
Optional | When protocols such as PING, Telnet, SSH, UPnP, and HNAP etc are enabled, they allow your router to be probed from anywhere in the world. | ||
Optional | You should treat your router's admin panel with the utmost care, as considerable damage can be caused if an attacker is able to gain access. | ||
Optional | It's common to want to pump your router's range to the max, but if you reside in a smaller flat, your attack surface is increased when your WiFi network can be picked up across the street. | ||
Advanced | VPNs have their weaknesses. For increased security, route all your internet traffic through the Tor network. | ||
Advanced | Connecting to even a secure WiFi network increases your attack surface. Disabling your home WiFi and connect each device via Ethernet. |