Home Networking
Home network security: a practical hardening checklist
Most home networks are vulnerable for boring reasons: unpatched firmware, default admin passwords, flat networks where everything sees everything. The fixes are also boring, but they account for the bulk of real-world risk.
Keep the router patched
Routers run a stripped-down operating system that gets security updates from the vendor. Most home routers either auto-update (modern eero, Google Wi-Fi, Asus) or require manual checks. Set a recurring quarterly reminder; routers older than 5–7 years often stop receiving updates entirely and should be replaced.
Change every default credential
- Router admin login (NOT the Wi-Fi password — a separate one).
- Wi-Fi password — 16+ characters, random.
- Disable any vendor 'remote management' features unless you actively use them.
- Disable WPS — it has known weaknesses and is rarely worth the convenience.
Use WPA3 (or WPA2/WPA3 mixed)
WPA3 is the current standard. If you have older devices that don't support it, use mixed mode. Never run WEP or open networks — both are trivially attacked.
Segment IoT and guest traffic
Smart bulbs, doorbells, cameras, vacuums — most have abysmal security and outdated firmware. Put them on a separate guest network or VLAN where they can't reach your laptops, NAS, or work devices. This contains a future breach to one segment.
DNS-level filtering
A filtering resolver (NextDNS, Quad9, ControlD, Pi-hole) blocks known-malicious domains before they ever connect. Cheap insurance against phishing links, malware C2 traffic, and ad-network exploits. See changing DNS servers.
Disable unused services
- Turn off UPnP if you're not using it for gaming or specific apps — it can open ports automatically.
- Disable remote admin access from the WAN side.
- Disable Telnet and old SNMP versions if your router exposes them.
Audit connected devices
Open the router admin panel and review the connected-device list. If you see devices you don't recognize, investigate. Most routers let you label devices, which makes future audits faster.
Backups beat prevention
Some compromise is inevitable. Offline, encrypted backups of important data turn a ransomware event from a crisis into an annoyance. Cloud backup + one local copy is the practical home minimum.