Subscribe to the Non-Human & AI Identity Journal

Browser-based phishing

Browser-based phishing is phishing that executes through the web browser rather than the inbox, often using redirects, malicious sites, consent prompts, or extensions. It matters because the browser is where identity, application access, and session state intersect.

Expanded Definition

Browser-based phishing is a credential and session theft pattern that happens inside the browser workflow, not just through email delivery. It can involve malicious redirects, fake login pages, OAuth consent abuse, injected overlays, or rogue extensions that capture tokens and session cookies after a user authenticates. In NHI and IAM operations, the browser is often the control point where human login, SSO, API access, and delegated application trust intersect, which makes browser-driven deception especially dangerous.

Definitions vary across vendors on whether browser-based phishing is a subset of credential phishing, a delivery method for adversary-in-the-browser activity, or a broader identity attack pattern. For governance purposes, NHI Management Group treats it as any phishing path that relies on the browser to collect credentials, approvals, tokens, or delegated access. That framing aligns well with NIST Cybersecurity Framework 2.0, which emphasizes protecting identity, access, and recovery pathways as a connected risk surface. The most common misapplication is treating it as an email-only threat, which occurs when teams ignore browser extensions, SSO redirects, and consent-screen abuse.

Examples and Use Cases

Implementing browser-based phishing defenses rigorously often introduces user-experience friction, requiring organisations to balance stronger verification against faster access and fewer login interruptions.

  • A user clicks a search-ad redirect and lands on a convincing fake SSO page that captures credentials before the session reaches the real IdP.
  • A malicious OAuth consent screen requests broad application permissions, allowing the attacker to access mail, files, or downstream SaaS data without ever stealing a password.
  • A rogue browser extension reads page content and session artifacts, then forwards tokens or form input to an attacker-controlled endpoint.
  • An attacker abuses a trusted login flow and leverages the browser to complete MFA prompt fatigue or session hijacking after initial authentication.
  • For NHI-heavy environments, a browser session used to administer service accounts or API portals becomes the pivot point for secret exposure, especially when secrets are stored poorly; the Ultimate Guide to NHIs notes that 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.

Security teams often pair browser hardening with phishing-resistant authentication, consent governance, and policy controls that reduce the damage a browser session can do if it is abused.

Why It Matters in NHI Security

Browser-based phishing matters in NHI security because the browser is frequently the place where human actions unlock privileged non-human access. When a malicious page captures a session, attacker activity can quickly move from a single user account into service accounts, admin consoles, CI/CD systems, or API key management portals. That turns a one-time deception into a broader identity compromise. The Ultimate Guide to NHIs reports that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, and 91.6% of secrets remain valid five days after notification, showing how browser-led compromise can linger after detection.

This is why browser phishing should be mapped into identity governance, secret hygiene, and recovery planning, not just awareness training. It also reinforces why access reviews and privilege reduction matter under NIST Cybersecurity Framework 2.0. Organisations typically encounter the full operational impact only after a user approves a malicious consent flow or enters credentials into a spoofed browser page, at which point browser-based phishing becomes operationally unavoidable to address.

Standards & Framework Alignment

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

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 Browser abuse overlaps with identity prompts and delegated tool access in agentic workflows.
NIST CSF 2.0 PR.AC Browser phishing undermines access control, authentication, and session integrity.
OWASP Non-Human Identity Top 10 NHI-01 Credential theft through the browser often exposes secrets tied to non-human identities.

Restrict browser-initiated approvals and verify every delegated action before granting tool access.