Category: Deception & Impersonation
Malicious redirects in the browser
Malicious redirects send users through a chain of sites to hide the final destination, often ending in phishing, scams, or malware downloads.
Quick answer
Redirect chains make it harder for filters, users, and logs to see where a click ultimately landed. Attackers can swap the final payload quickly.
For risky links and login flows, isolation keeps the page off the endpoint by running it in a disposable container and streaming only the rendered output to the user.
Last updated
2026-01-29
How it usually happens in the browser
- A user clicks a link or ad that goes to a benign-looking redirector.
- The browser is bounced through multiple domains, often with tracking parameters and short-lived URLs.
- The final destination can change based on device type, location, time, or whether security tools are detected.
- The chain ends at a fake login page, scam checkout, or a “download/update” prompt.
What traditional defenses miss
- Security tooling may inspect the first hop but not execute the full redirect chain like a real browser would.
- The final site can be personalized to avoid scanners (cloaking).
- Users see only the last page and often don’t realize they were redirected multiple times.
How isolation changes the game
- Isolation provides a safer default for ad-clicks and unknown redirectors by containing the entire chain away from the endpoint.
- Disposable sessions reduce persistent tracking and leftover state from redirect-heavy browsing.
- Policy can enforce stricter handling for known redirect patterns (shorteners, ad networks, free hosting).
Operational checklist
- Route ad-clicks and unknown redirectors into isolation by policy.
- Block downloads and browser notification prompts in isolated sessions unless explicitly allowed.
- Log and review redirect chains for high-risk events (credential prompts, download attempts).
- Use allowlists for critical vendor portals; discourage ad/search access for admin consoles.
- Pilot with marketing/sales teams who click lots of external links and tune friction carefully.
FAQs.
Are redirects always bad?
Why do attackers use redirect chains?
How can IT detect malicious redirects?
Does isolation stop redirects?
References
- 01Google Safe BrowsingGoogle
- 02Cloudflare: Browser IsolationCloudflare
Keep exploring
- ShieldShield opens a page in an isolated browser off your device.
- All guidesThreats, secure apps, and AI security pages.
- All browser threatsBrowse threats by category and intent.
- Secure apps directorySecure browsing guides for top SaaS apps.
- AI security guidesBrowse guides about AI prompt leakage and prompt injection.