Security Architecture

The Browser-Identity Convergence

How Secure Enterprise Browsers and Identity Risk Graph create defense in depth

SR
Setu Research
January 26, 2025·16 min read

The Endpoint-Identity Gap

Enterprise security has long operated in silos. Endpoint teams deploy agents and controls. Identity teams manage access and governance. Network teams segment traffic. Each domain optimizes within its boundaries—but attackers don't respect those boundaries.

With employees spending 75% of their workday in browser-based applications and AI adoption accelerating across every industry, the convergence of these trends creates unprecedented data risk. Modern breaches follow a consistent pattern: compromise an identity, access a browser session, exfiltrate data through sanctioned channels. The tools designed to prevent each step operate independently, creating seams that sophisticated attackers exploit.

This is the endpoint-identity gap—the space between where users interact with applications and where access decisions are governed.

The Rise of Secure Enterprise Browsers

A new category of security tools has emerged to address browser-based risks: Secure Enterprise Browsers (SEBs). Vendors like Island.io and Surf Security have built enterprise-grade browsers that embed security controls directly into the browsing experience.

SEBs provide capabilities that traditional browsers and bolt-on security tools cannot:

CapabilityTraditional Browser + AgentSecure Enterprise Browser
Data loss preventionNetwork-based, easily bypassedInline, context-aware
Session isolationLimited sandboxingFull application isolation
Last-mile encryptionNot availableBuilt-in for sensitive data
Screenshot/copy controlOS-level, coarseGranular, per-application
Shadow IT visibilityProxy-dependentNative browser telemetry
Extension governanceManual, reactiveCentralized, policy-driven

Browser-Native vs. External Monitoring

The key architectural advantage of Secure Enterprise Browsers is building security into the browser rather than around it. Traditional approaches treat the browser as an opaque box to be monitored externally—but this creates fundamental limitations:

CapabilityExternal MonitoringBrowser-Native (SEB)
Encrypted content inspectionRequires MITM proxy, breaks certificate pinningNative pre-encryption access
JavaScript context awarenessNoneFull DOM and JS access
Policy enforcement timingPost-exfiltration detectionPre-exfiltration blocking
User experience impactLatency, certificate errorsTransparent operation
Shadow AI detectionSignature-based onlySemantic + behavioral
Credential trackingFile/network levelClipboard-to-destination

Pre-encryption inspection means content analysis happens at the application layer, before TLS encryption, without man-in-the-middle proxies. The security engine understands that a user is on ChatGPT, typing into a prompt field, and about to paste source code—not just that network traffic is flowing to an IP address.

Clipboard intelligence tracks sensitive data from copy to paste. When a user copies content matching credential patterns (AWS keys, JWT tokens, database connection strings), the browser tracks that data and can block paste operations to unauthorized destinations—preventing credential leakage at the source.

These browsers transform the endpoint from a security liability into an enforcement point. But they face a fundamental limitation: they control what happens inside the browser, not what the identity behind that browser can access.

Where Browsers End and Identity Begins

Consider a common scenario: An employee uses a Secure Enterprise Browser to access a SaaS application. The browser enforces DLP policies, prevents screenshots, and blocks unauthorized extensions. The session appears secure.

But the underlying identity has:

  • API tokens stored in a password manager
  • OAuth grants to 15 other applications
  • Membership in groups that provide admin access to cloud resources
  • A service account they created for a "quick automation" six months ago

The browser controls the window. The identity controls the kingdom.

This is where Setu's Identity Risk Graph complements Secure Enterprise Browsers. While SEBs enforce controls at the browser layer, Setu maps and manages the identity layer—the permissions, relationships, and access paths that exist regardless of which browser someone uses.

The Convergence Architecture

When Secure Enterprise Browsers and Identity Risk Graph work together, they create a convergence architecture that addresses risks neither can solve alone.

Layer 1: Browser-Level Controls (SEB)

The Secure Enterprise Browser provides:

  • Session integrity: Ensuring authenticated sessions cannot be hijacked or replayed
  • Data protection: Preventing copy/paste, downloads, and screenshots of sensitive content
  • Application isolation: Separating corporate and personal browsing contexts
  • Malware prevention: Blocking malicious sites and downloads at the browser level
  • Visibility: Telemetry on all web activity, including shadow SaaS usage

Layer 2: Identity-Level Controls (Setu)

Setu provides:

  • Access path mapping: Understanding every route an identity can take to reach resources
  • ECI quantification: Measuring Expected Compromise Impact using PageRank-weighted criticality
  • Shadow identity discovery: Finding local accounts, API keys, and OAuth grants outside IAM
  • Continuous monitoring: Detecting permission drift and toxic combinations
  • Closed-loop remediation: Automatically reducing excessive access

Layer 3: Convergence Benefits

When these layers integrate, new capabilities emerge:

Combined CapabilityHow It Works
Context-aware accessBrowser signals (device, location, behavior) inform identity risk scoring
Session ECIReal-time calculation of what's reachable from the current session
Shadow SaaS correlationBrowser-detected apps matched against identity exposure analysis
Incident containmentBrowser session termination combined with identity access revocation
Compliance evidenceUnified audit trail from browser action to identity permission

Synergy 1: Closing the Shadow SaaS and Shadow AI Loop

Shadow IT remains one of the largest sources of unmanaged risk. Employees sign up for SaaS applications using corporate credentials, granting OAuth permissions, creating accounts, and uploading data—all outside IT governance. Shadow AI has emerged as a particularly acute variant—industry research shows that Shadow AI exposure adds hundreds of thousands of dollars to breach costs.

SEB contribution: Secure Enterprise Browsers detect when employees access unsanctioned applications through multi-layered detection:

  • Real-time AI endpoint recognition: Maintained catalog of GenAI services plus heuristic patterns indicating AI interaction
  • Semantic context awareness: The browser understands that a developer is copying source code to an AI assistant—not just that data is flowing to an IP address
  • Contextual policy enforcement: Rather than blanket blocking (which drives workarounds), SEBs enable nuanced policies—allow GPT-4 for general queries but block when source code or credentials are detected

Setu contribution: Setu discovers shadow identities across 1,199+ integrations, including the OAuth grants, API keys, and local accounts created through shadow SaaS adoption. It maps what each shadow identity can access and quantifies the ECI—including AI tools that have been granted access to corporate data.

Combined outcome: When a Secure Enterprise Browser detects access to an unsanctioned application or risky AI usage, Setu can immediately:

  • Identify all accounts and credentials associated with that application
  • Map the data and resources accessible through those credentials
  • Calculate the exposure introduced by the shadow SaaS/AI usage
  • Trigger remediation workflows to revoke unnecessary access

This closes the loop from detection to remediation—not just blocking future access, but cleaning up the identity sprawl that already exists.

Synergy 2: Reducing Session ECI

Browser sessions are high-value targets. A compromised session—through session hijacking, token theft, or social engineering—gives an attacker the full permissions of the underlying identity for the duration of that session.

SEB contribution: Secure Enterprise Browsers protect sessions through isolation, anti-hijacking measures, and activity monitoring. They can detect anomalous session behavior and terminate suspicious sessions.

Setu contribution: Setu continuously calculates the ECI of every identity—what resources, applications, and data they can reach through all available paths. This includes not just direct permissions, but inherited access through groups, roles, and trust relationships.

Combined outcome: Organizations gain session-aware ECI:

  • Before a session starts, Setu calculates what the authenticated identity can reach
  • The SEB can enforce additional controls based on that ECI score
  • If the identity has access to crown-jewel systems, the browser enforces stricter DLP
  • Session recordings can be automatically enabled for high-ECI identities
  • Anomalous behavior triggers both session termination (SEB) and access suspension (Setu)

This transforms ECI from a static metric into a real-time control signal.

Synergy 3: Zero Trust Implementation

Zero Trust architecture requires continuous verification of identity, device, and context before granting access. Neither browsers nor identity platforms can deliver Zero Trust alone—browsers lack identity depth, and identity platforms lack endpoint context.

SEB contribution: Secure Enterprise Browsers provide continuous device and session context:

  • Device posture (managed vs. unmanaged, compliant vs. non-compliant)
  • Browser integrity (extensions, configurations, security state)
  • Session behavior (copy/paste patterns, download attempts, idle time)
  • Network context (corporate vs. public, VPN vs. direct)
  • Privileged user behavioral analytics: Dynamic baselines for typical access hours, applications, domains, and data volumes—with real-time alerts when administrators suddenly download 10x their normal volume or access production systems outside typical hours

Setu contribution: Setu provides continuous identity context:

  • Current permission state and recent changes
  • Behavioral baselines and anomalies
  • Group memberships and effective permissions
  • Access history and patterns

Combined outcome: True continuous verification becomes possible:

Access Decision = f(Identity Context, Device Context, Resource Sensitivity)

Every access request can be evaluated against:

  • Identity ECI (from Setu)
  • Device trust level (from SEB)
  • Resource classification (from integrated systems)
  • Behavioral signals (from both)

This enables adaptive access—automatically adjusting permissions based on real-time risk, not static policies.

Synergy 4: Unified Incident Response

When security incidents occur, response teams need to answer two questions simultaneously: What happened in the browser? What can this identity access?

SEB contribution: Secure Enterprise Browsers provide detailed session forensics:

  • Pages visited and actions taken
  • Data copied, downloaded, or uploaded
  • Screenshots and screen recordings
  • Timeline of session activity

Setu contribution: Setu provides identity impact analysis:

  • Full ECI of the compromised identity
  • All resources and data potentially accessed
  • Other identities that share access paths
  • Historical access patterns for anomaly detection

Combined outcome: Incident responders get a unified view:

  1. Detection: SEB detects anomalous session behavior
  2. Context: Setu provides immediate ECI assessment
  3. Isolation: SEB can render risky content in sandboxed processes, blocking file system, clipboard, and network access while investigation proceeds
  4. Containment: SEB terminates session; Setu suspends identity access
  5. Investigation: Combined telemetry shows both browser actions and identity reach
  6. Remediation: Setu identifies and revokes compromised access paths

Browser isolation for high-risk scenarios means that sites presenting elevated risk—whether due to reputation, category, or real-time analysis—can be rendered in isolated sandboxes. This enables organizations to allow access to necessary but risky sites while ensuring malicious content cannot escape to the broader environment.

This reduces mean time to containment by eliminating the handoff between endpoint and identity teams.

Implementation: A Phased Approach

Organizations adopting this convergence architecture should follow a phased implementation:

Phase 1: Visibility Integration

Goal: Correlate browser telemetry with identity exposure data

  • Deploy Secure Enterprise Browser to high-risk user populations
  • Integrate SEB telemetry into Setu's data pipeline
  • Map browser-detected applications against identity graph
  • Generate initial shadow SaaS exposure report

Phase 2: Policy Alignment

Goal: Create unified policies that span browser and identity

  • Define ECI thresholds that trigger enhanced browser controls
  • Align DLP policies with data classification from identity analysis
  • Configure automated alerts for high-risk browser + identity combinations
  • Establish joint escalation workflows

Phase 3: Automated Response

Goal: Enable closed-loop response across both layers

  • Integrate SEB session controls with Setu remediation workflows
  • Configure automatic session termination for identity anomalies
  • Enable adaptive access based on combined risk signals
  • Implement cross-platform incident response playbooks

Phase 4: Continuous Optimization

Goal: Measure and improve the combined security posture

  • Track ECI reduction across browser and identity layers
  • Measure shadow SaaS discovery and remediation rates
  • Monitor false positive rates and tune detection thresholds
  • Report on combined security metrics to leadership

The Convergence Advantage

Security architectures that treat browsers and identities as separate domains leave exploitable gaps. Attackers don't care whether they compromise a session or a credential—they care about what they can reach.

The convergence of Secure Enterprise Browsers and Identity Risk Graph creates:

  • Defense in depth: Multiple layers with complementary coverage
  • Unified visibility: Single view of browser activity and identity exposure
  • Adaptive controls: Real-time adjustment based on combined risk signals
  • Faster response: Coordinated containment across endpoint and identity
  • Reduced ECI: Limiting damage at both the session and permission level

Organizations that bundle these capabilities gain security outcomes that neither tool can deliver alone.

Measurable Outcomes: What Enterprise Customers Gain

The convergence of Secure Enterprise Browsers and Identity Risk Graph isn't just an architectural improvement—it delivers quantifiable security outcomes that translate directly to business value.

Skip the IAM Program

Traditional identity security requires massive investment: 6-12 month RBAC implementation projects, $500K+ in professional services, and access review campaigns where 58% of managers simply rubber-stamp approvals. The SEB + Setu convergence bypasses this entirely.

Instead of building an IAM program from scratch, organizations can:

  1. Deploy SEBs to control the browser layer immediately
  2. Connect Setu to visualize the Exposure Graph within hours
  3. Identify highest-risk identities by ECI (Expected Compromise Impact) score
  4. Remediate the most critical attack paths first—automatically

Result: Security outcomes in days, not years. No role redesign. No access campaigns. No IAM consultants.

Board-Ready Metrics

Security teams struggle to communicate risk to executives. "We scanned 10,000 assets" means nothing to a board. The convergence architecture delivers metrics that executives understand:

MetricDescriptionBusiness Value
ECI (Expected Compromise Impact)0-100 score measuring what an identity can reach"Our average ECI dropped from 67 to 23"
Mean Time to ECI Reduction (MTER)Time from detection to remediation"We reduce exposure in <5 minutes vs. industry average of 3-6 weeks"
Attack Paths ClosedVerified elimination of reachable paths"We closed 2,847 attack paths this quarter"
Crown Jewel Coverage% of critical assets with reduced exposure"95% of our crown jewels are protected"

These metrics are auditable, deterministic, and procurement-defensible. When your CFO asks "What did we get for this investment?", you have a concrete answer: attack paths closed, ECI reduced, crown jewels protected.

Outcome-Based Economics

Traditional security tools price by assets scanned or seats deployed—you pay regardless of whether risk actually decreases. The convergence model enables outcome-based pricing:

Legacy approach: 300K300K-700K/year for scanning and alerting. Risk reduction? Your problem.

Convergence approach: Pay for verified exposure reduction. Setu's Exposure Reduction Unit (ERU) model means you pay when attack paths are actually closed—not when findings are generated.

Legacy VM/CNAPPSEB + Setu Convergence
Pay per asset scannedPay per attack path closed
Vendor profits from more findingsVendor profits from less exposure
10K identities = 10× costRisk-based pricing regardless of scale
No outcome accountabilitySLA-backed MTBRR commitments

Typical savings: 60-85% compared to legacy security stacks, with actual outcome guarantees.

The Closed-Loop Difference

Most security tools stop at detection. They generate findings, create tickets, and hope someone fixes them. The SEB + Setu convergence delivers closed-loop remediation:

  1. Detect: SEB identifies shadow SaaS usage or anomalous session behavior
  2. Correlate: Setu maps the identity's ECI and attack paths
  3. Prioritize: Combined risk score identifies what matters most
  4. Simulate: Dry-run remediation shows impact before execution
  5. Remediate: Automatic permission reduction in <5 minutes
  6. Verify: Graph recomputation confirms the attack path is closed

This isn't "detect and hope." It's detect, understand, and fix—at machine speed.


Summary

Secure Enterprise Browsers control the window. Identity Risk Graph controls the kingdom. Together, they close the endpoint-identity gap—the space where modern attackers operate. Organizations that integrate browser-level controls with identity-level visibility and remediation create a convergence architecture that reduces ECI across both layers, delivering measurable outcomes: lower ECI scores, faster MTER, verified attack paths closed, and 60-85% cost savings compared to legacy approaches.

You don't need an IAM program. You don't need a multi-year security transformation. You need fewer ways to get breached—and the SEB + Setu convergence delivers exactly that: security outcomes measured in days, not years.

SR

Setu Research

Setu Security Research