Subscribe to the Non-Human & AI Identity Journal

Should organisations use remote browser isolation instead of traditional endpoint controls?

No. RBI complements antivirus, patching, and endpoint hardening, but it does not replace them. Traditional controls still matter for local execution, device health, and post-exploitation detection. The strongest model uses RBI where web exposure is high and keeps endpoint and identity controls in place for everything else.

Why This Matters for Security Teams

Remote browser isolation (RBI) is often positioned as a safer way to handle risky web activity, but that framing can be misleading if it is treated as a replacement for endpoint controls. RBI reduces exposure to drive-by downloads, malicious scripts, and browser-based exploits, yet it does not remove the need to manage local execution, device posture, or post-compromise detection. Security teams still need endpoint hardening, patching, EDR, and identity controls because threat actors frequently pivot after the browser session ends. The NIST Cybersecurity Framework 2.0 still expects layered protections, not single-control reliance, and NHIMG research shows why identity-centric controls matter: the Ultimate Guide to NHIs — Standards highlights that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys. That is a reminder that browser containment alone does not address the broader identity and execution surface. In practice, many security teams discover the limits of RBI only after an endpoint is already used as the next foothold, rather than through intentional control testing.

How It Works in Practice

The practical question is not whether RBI is useful, but where it fits in a layered access strategy. RBI works best for high-risk web categories such as untrusted vendor portals, public research, marketing browsing, and user populations that cannot tolerate direct browser exposure. In those cases, the browser runs in a remote environment and only safe pixels, HTML rendering, or filtered interaction reaches the endpoint. That reduces the chance that a malicious page writes directly to the local system. But the endpoint still matters because users download files, authenticate to apps, open email, and run local software outside the isolated session. The browser is only one execution path.

A workable model usually combines RBI with:

  • Endpoint hardening for OS, browser, and plugin minimisation
  • Patch management for local browser engines and rendering components
  • EDR or equivalent telemetry to detect post-session malware or lateral movement
  • Identity controls such as MFA, device posture checks, and least privilege
  • Policy-based URL and content classification to decide when RBI should trigger

The biggest operational gain comes when RBI is used as a selective containment layer, not a universal substitute. For example, organisations may send unknown URLs, external attachments, or third-party SaaS access through RBI while keeping trusted internal apps on managed endpoints. That keeps the user experience manageable while reducing exposure where the risk is highest. The Schneider Electric credentials breach illustrates a broader lesson: once attackers reach an account or trusted workflow, the blast radius is rarely confined to the browser session alone. These controls tend to break down when organisations treat RBI as a cure-all in environments with unmanaged devices and broad download privileges because local execution still creates a direct path to compromise.

Common Variations and Edge Cases

Tighter browser isolation often increases friction, requiring organisations to balance reduced web risk against user workflow, compatibility, and support overhead. That tradeoff becomes sharper in environments with heavy file transfer, embedded media, legacy web apps, or browser-based admin consoles that do not behave well inside remote rendering. Current guidance suggests RBI can be especially valuable for contractors, kiosks, call centres, and high-risk browsing roles, but there is no universal standard for replacing endpoint controls entirely.

Edge cases usually show up in four places:

  • File handling: downloads may still need malware scanning and safe detonation outside RBI
  • Authentication: session tokens and SSO flows can be exposed if identity controls are weak
  • Shadow IT: users may bypass RBI by switching to unmanaged devices or personal browsers
  • Latency-sensitive apps: real-time collaboration or graphics-heavy apps may degrade under isolation

For that reason, best practice is evolving toward control-by-risk rather than control-by-default. Use RBI as one containment layer in a broader zero-trust design, then keep endpoint telemetry, patching, and device trust decisions in place for everything else. The NIST Cybersecurity Framework 2.0 and the Ultimate Guide to NHIs both reinforce the same operational point: isolation helps, but resilience comes from layered control, not a single boundary.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.IP-1 RBI is a protective process control, but endpoints still need hardening and patching.
OWASP Non-Human Identity Top 10 NHI-01 Identity-centric risk remains when browser sessions end, especially for tokens and API keys.
NIST Zero Trust (SP 800-207) SC-7 RBI supports segmentation, but zero trust still requires continuous access decisions.

Use RBI as one layer inside your protection program and keep patching, hardening, and monitoring active.