Join our Newsletter — 33% off our NHI Course

Proxy Settings

Proxy settings determine how a device routes web traffic through an intermediary server. In managed environments, these settings are often locked to preserve visibility, enforce filtering, and prevent users or malware from redirecting traffic through unauthorized middlemen that can intercept or disrupt communications.

How Proxy Settings Work

Proxy settings tell a client where to send web requests before they reach the destination. In managed networks, they become part of the traffic path itself, not just a browser preference, because the proxy can inspect, filter, log, or block requests.

A proxy may be configured at the operating system, browser, or network level. That distinction matters because one app can obey the policy while another bypasses it, and the security effect depends on whether the setting is enforced centrally or left to the user.

Why Organizations Control Them

Proxy settings are often used to preserve visibility into outbound traffic, enforce acceptable-use or content filtering, and reduce the chance that users, malware, or rogue software can route traffic around security controls. They are also a practical way to standardize egress behavior across fleets.

When proxy configuration is locked down, the organization can keep web access aligned to logging, inspection, and policy enforcement. When it is left flexible, the proxy becomes just another option, which weakens control consistency and can make troubleshooting harder.

Common Configuration Patterns

Proxy settings can be explicit, where the client is told exactly which proxy to use, or automatic, where discovery mechanisms or configuration files supply the route. Some environments also use exception lists so internal or trusted destinations bypass the proxy while general web traffic still flows through it.

Authentication, certificate handling, and protocol support can all shape how the proxy behaves. For example, HTTPS inspection may require trust anchors on managed devices, while authenticated proxies may use user or device credentials to enforce policy.

What Can Go Wrong

Proxy settings are a frequent target for bypass and abuse because changing them can redirect traffic away from monitoring or through an attacker-controlled intermediary. Misconfiguration can also create hard-to-diagnose outages, privacy exposure, or split behavior between managed and unmanaged applications.

Failure mechanism: configuration controls are weak, overly permissive, or inconsistent across endpoints, allowing traffic to bypass approved routes or be redirected through untrusted intermediaries.

Impact: organizations can lose traffic visibility, weaken filtering and incident investigation, and expose credentials or session data to interception when malicious or unauthorized proxy paths are used.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 AC-4 — Information Flow Enforcement Proxy routing enforces where outbound web flow is allowed to go.
CM-6 — Configuration Settings Proxy settings are a managed configuration whose drift changes security posture.
SC-7 — Boundary Protection Proxies sit at the network boundary and shape inspection and filtering.
Recommendation — Constrain outbound traffic through approved proxy paths and block unauthorized routing. Baseline and monitor proxy settings so only approved routes are retained. Use boundary protections to force web traffic through approved intermediary controls.
CIS Controls v8 CIS-4 — Secure Configuration of Enterprise Assets and Software Proxy settings are a configuration baseline that should be hardened and controlled.
CIS-8 — Audit Log Management Proxy logs provide the visibility needed to detect bypass and misuse.
CIS-12 — Network Infrastructure Management Proxy routing is part of controlled network egress and traffic inspection.
Recommendation — Enforce secure proxy baselines across managed endpoints and prevent unauthorized edits. Centralize proxy logs to detect routing changes and suspicious outbound activity. Manage proxy infrastructure as part of the approved network control plane.
ISO/IEC 27001:2022 A.8.20 — Network security Proxy enforcement is a network security measure for controlling traffic paths.
A.8.9 — Configuration management Proxy configuration changes directly affect security and must be governed.
Recommendation — Apply network security controls that force traffic through approved inspection points. Control proxy configuration changes through approved change and baseline management.

Practitioner Guidance

Governance implication: treat proxy configuration as a control boundary, not a convenience setting. In managed environments, the important decision is whether users can change routing, whether exceptions are justified, and which applications are permitted to bypass the approved path.

What to watch for: unexpected proxy changes, direct-to-internet connections from devices that should be centrally controlled, and applications that ignore system settings are all signals that policy enforcement may be drifting.

Practitioner takeaway: the proxy itself is only part of the control story, the real risk is whether routing can be silently changed outside the approved visibility and inspection model.