In this module, you will evaluate the security implications of persistent WAN connections. You will identify which connectivity types maintain an "always-on" state, creating a permanent exposure window for remote endpoints.
You are configuring a remote access VPN policy for teleworkers. The threat intelligence team has noted a massive increase in automated, opportunistic port scanning directed at residential IP ranges.
Employees utilizing legacy technologies (like dial-up) acquire an IP address dynamically, use the internet, and then terminate the connection. This drops their presence from the internet. However, modern broadband technologies maintain a constant state of sync with the ISP. While convenient, this constant connection means the endpoint's public IP remains static for days or weeks, making it continuously vulnerable to background internet radiation, brute-forcing, and vulnerability scanning.
You need to identify which of the following connection technologies create this "always-on" risk profile so you can mandate stricter host-based firewall configurations for users on these networks.
External Firewall & Teleworker VPN Connection Logs
A teleworker is connected to the corporate VPN using a broadband connection. Because the connection is persistent (online for over 168 hours), the endpoint's public IP has become a target for automated internet background noise, resulting in SSH brute-force attempts directly against the teleworker's home router/endpoint.
The behavior identified is a persistent exposure window. "Always-on" connections do not drop the circuit to the ISP, meaning the public IP address is highly static. Attackers can scan, index, and continuously attack these IPs over long periods.
DSL (Digital Subscriber Line) and Cable Modems are broadband technologies designed to be "always-on". They constantly maintain synchronization with the ISP's infrastructure (DSLAM or CMTS), providing a persistent internet connection.
Analog Modems and Digital Modems (ISDN) are dial-up technologies. They establish a circuit-switched connection over telephone lines only when data needs to be transmitted, and they hang up when idle. This breaks the internet connection and changes the IP address upon the next dial-in.
When defending networks with remote users on "always-on" connections, defenders must assume the endpoint is under constant attack from the WAN side. Enforce strict endpoint firewall policies (deny all inbound), disable remote administration on residential routers, and mandate robust VPN tunneling for corporate access.
Master storage protocols, disaster recovery, and network analysis.
Explore more CND simulations