Conceptual image illustrating cybersecurity threats, highlighting redirects in phishing attacks for data protection.

The numbers tell a story that should concern every security leader: redirect-based phishing now accounts for 21% of all phishing attacks in Q1 2026, with January seeing rates as high as 32%. This isn't just another metric to track—it represents a fundamental shift in how attackers are bypassing your email security controls. (Source: Isc)

Key Insight: The numbers tell a story that should concern every security leader: redirect-based phishing now accounts for 21% of all phishing attacks in Q1 2026, with January seeing rates as high as 32%.

Think about your current email filtering setup. It likely scans for suspicious domains, malicious attachments, and known phishing URLs. But when an attacker sends a link to google.com or bing.com, your filters see a legitimate domain and wave it through. The redirect mechanism buried in that legitimate URL becomes invisible to most security tools, creating what attackers consider the perfect delivery vehicle.

The business implications extend beyond simple detection failures. When employees receive phishing emails containing links to trusted domains, their guard drops naturally. They've been trained to look for suspicious URLs, but a link to Google doesn't trigger those mental alarms. This psychological bypass makes redirect-based attacks significantly more likely to succeed than traditional phishing attempts using obviously malicious domains.

Here's how a typical redirect attack unfolds in practice. An employee receives an email appearing to be from Microsoft, warning about suspicious account activity. The "Review Activity" button points to a legitimate Microsoft or Google URL with redirect parameters embedded. When clicked, the victim lands briefly on the legitimate site before being automatically forwarded to a convincing fake login page. By the time they realize something's wrong, their credentials have already been harvested.

The financial services sector has seen particularly aggressive targeting with this technique. Attackers craft messages mimicking wire transfer confirmations or regulatory compliance notices—communications that create urgency and bypass normal skepticism. The presence of legitimate banking or regulatory domains in these messages adds credibility that traditional phishing lacks.

What makes redirect exploitation particularly attractive to attackers is its dual-purpose nature. Not only does it bypass initial email filters, but it also defeats many sandbox analysis systems. These security tools often stop their analysis at the first legitimate domain they encounter, never following the redirect chain to discover the malicious destination. This creates a blind spot that attackers actively exploit.

Key Insight: What makes redirect exploitation particularly attractive to attackers is its dual-purpose nature.

The consistency of redirect abuse attempts across domains tells another important story. Attackers aren't just occasionally using this technique—they're systematically scanning for vulnerable redirect endpoints across the internet. The regular appearance of probe attempts like "/out.php?link=https:" in web logs indicates this is now standard reconnaissance practice for phishing operators.

Perhaps most concerning is the variety of redirect mechanisms being exploited. While classic open redirects remain popular, attackers have expanded their toolkit to include logout endpoints, tracking systems, and advertising platforms. Even URL shorteners, though less common, serve the same obfuscation purpose. This diversity means defending against redirect-based phishing requires addressing multiple attack surfaces simultaneously.

The evolution from 32% usage in January to 16.5% in March doesn't indicate the threat is diminishing—rather, it suggests attackers are rotating techniques to avoid detection patterns that emerge when any single method becomes too prevalent. This tactical adaptation demonstrates the sophisticated operational security practices modern phishing campaigns employ.

Redirect-Based Phishing Attack Chain
21% of all phishing attacks now use redirect exploitation
Stage 1
Initial Email
Attacker sends email with legitimate domain (google.com, bing.com) containing hidden redirect parameters
Stage 2
Security Bypass
Email filters see trusted domain and approve message. Sandbox analysis stops at legitimate site
Stage 3
User Trust
Employee sees familiar domain, drops guard, and clicks link believing it's safe
Stage 4
Redirect Execution
Brief landing on legitimate site before automatic redirect to malicious phishing page
Stage 5
Credential Harvest
Victim enters credentials on fake login page, completing the attack

The Technical Mechanics: Why Redirects Defeat Common Defenses

The technical architecture of redirect-based attacks reveals a fundamental mismatch between how security tools analyze URLs and how browsers actually process them. When your email gateway encounters a link to google.com with redirect parameters, it evaluates the domain reputation of Google—not the final destination hidden within the redirect chain.

This detection gap exists because most email security solutions perform static URL analysis at the point of delivery. They check the initial domain against reputation databases, scan for known malicious patterns, and apply heuristic rules. But redirect mechanisms operate dynamically, only revealing their true destination when a browser follows the chain.

Consider the redirect patterns observed in recent campaigns: attackers embed malicious destinations within logout endpoints (/logout.php?redirect=), tracking systems (/track?url=), and advertising platforms. These endpoints exist legitimately on trusted domains, making blacklisting impossible without breaking normal functionality. The security tool sees a legitimate service; the victim's browser follows the breadcrumbs to credential harvesting pages.

The timing element creates another defensive challenge. Many redirect chains involve multiple hops across different domains, with each step appearing benign in isolation. A link might route through a compromised WordPress site, bounce off a URL shortener, leverage an advertising network's redirect, then finally land on the phishing page. By the time your sandbox environment follows this chain, the attacker may have already rotated the final destination or implemented geographic restrictions that show different content to analysis systems versus actual victims.

Token-based redirects present particularly sophisticated evasion capabilities. These mechanisms generate valid tokens with extended lifespans that remain functional across different sessions and IP addresses. Once an attacker obtains a valid token from platforms like Google or Bing, they can reuse it across thousands of phishing emails. The tokens appear cryptographically legitimate because they are—they're just being weaponized outside their intended context.

Browser-based protections face similar limitations. Safe Browsing and SmartScreen primarily evaluate the visible URL in the address bar, not the redirect chain that brought users there. By the time these protections might flag the final destination, the user has already traveled through multiple legitimate domains that established trust. The psychological impact is significant: users see familiar domains in their journey and lower their guard.

URL shorteners compound these challenges by adding opacity to the redirect chain. Services like bit.ly or tinyurl legitimately obscure destinations, making pre-click analysis nearly impossible. While some security tools attempt to resolve shortened URLs, rate limiting and API restrictions often prevent comprehensive checking at scale. Attackers exploit this by chaining multiple shorteners together, creating recursive resolution requirements that overwhelm automated analysis.

The authentication context adds another layer of complexity. Many legitimate services use redirect mechanisms for single sign-on flows, OAuth authentication, and federated identity management. Security tools cannot simply block all redirects without breaking critical business applications. This forces defenders into a perpetual game of distinguishing legitimate authentication flows from malicious ones—a distinction that often only becomes clear after examining the final destination, which may be too late.

Detection and Response: Immediate Actions for Your Security Team

Your security operations center needs to pivot from passive monitoring to active redirect chain analysis immediately. The detection challenge isn't identifying phishing emails—it's recognizing when legitimate domains serve as launching pads for malicious redirects.

Today's Priority Actions: Configure your email gateway to follow redirect chains to their final destination before delivering messages. Most enterprise gateways have this capability disabled by default. In Exchange Online Protection, enable SafeLinks with the "Do not allow users to click through to original URL" setting. For Proofpoint, activate URL Defense with full chain resolution. Mimecast requires enabling Targeted Threat Protection with URL rewriting enabled.

Train your SOC analysts to manually trace redirect chains using browser developer tools. When investigating suspicious emails, analysts should inspect network traffic rather than clicking links directly. The process: open browser DevTools, switch to Network tab, paste the suspicious URL, and document each hop in the redirect sequence. This manual verification becomes critical when automated tools miss multi-stage redirects.

This Week's Configuration Changes: Audit your current email security stack to identify which tools actually follow redirects versus those that only check the initial domain. Test each tool by sending controlled phishing simulations using legitimate domain redirects. Document which solutions catch the threat and which wave it through.

Browser isolation technology becomes essential when redirect chains slip past email filters. Configure your remote browser isolation to capture and log all redirect events, creating an audit trail even when users click malicious links. Solutions like Menlo Security or Ericom should be configured to block redirects to newly registered domains or those outside your geographic region.

Establish comprehensive logging for all redirect events across your infrastructure. Configure your SIEM to capture HTTP 301, 302, and 303 response codes, along with the Location headers that reveal redirect destinations. Create correlation rules that flag emails containing URLs that subsequently generate multiple redirect events within a short timeframe.

This Month's Detection Engineering: Build behavioral detection rules that identify suspicious redirect patterns. Flag redirect chains with more than two hops, redirects that pause for unusual durations (indicating user profiling), or chains that traverse multiple country codes. Your SIEM should alert when a single email campaign generates redirects to multiple distinct final destinations—a clear indicator of credential harvesting infrastructure.

Implement DNS query logging to detect redirect infrastructure before it reaches users. Monitor for DNS lookups to known URL shorteners immediately followed by queries to newly registered domains. This pattern often indicates redirect-based attacks in progress.

Success Metrics: Track the percentage of emails containing redirects that your security stack fully resolves before delivery. Measure the time between redirect chain detection and analyst investigation—aim for under 15 minutes. Monitor false positive rates on redirect blocking to ensure legitimate marketing emails aren't caught in the crossfire.

Count how many redirect chains your SOC manually investigates weekly versus how many slip through to end users. A successful implementation should show investigation rates increasing while user exposure decreases. Document the average number of hops in detected malicious redirect chains to refine your detection thresholds over time.

User-Facing Defenses: What Employees Need to Know

Your employees represent both your strongest defense and most vulnerable attack surface when facing redirect-based phishing. The traditional security advice of "hover over links to see where they go" has become dangerously outdated when attackers hide malicious destinations behind legitimate domains.

Understanding redirect mechanics requires no technical expertise, just awareness of how modern web navigation works. When employees click a link to google.com that contains redirect parameters, their browser first connects to Google's servers, which then automatically forward them to the attacker's site. This happens in milliseconds, often without any visible indication that a redirect occurred.

Three Critical Warning Signs Every Employee Must Recognize

First, watch for URL shorteners and tracking links in unexpected contexts. While bit.ly or tinyurl links might be normal in social media posts, their presence in emails claiming to be from your bank, HR department, or IT support should trigger immediate suspicion. Legitimate organizations rarely use URL shorteners in official communications because they understand the security implications.

Second, pay attention to page behavior after clicking. Redirect-based attacks often cause subtle delays or multiple page loads before reaching the final destination. If you click a link and notice the browser's address bar changing multiple times, or see brief flashes of different domains loading, you've likely encountered a redirect chain. These visual cues appear even when the initial link pointed to a trusted domain.

Third, examine login pages that appear after clicking email links. Legitimate services maintain consistent URLs for authentication. If an email from "Microsoft" sends you to a login page, but the URL shows anything other than login.microsoftonline.com or the standard Microsoft authentication domain your organization uses, you're looking at a phishing attempt—regardless of how authentic the page appears.

Simple Verification Techniques Before Clicking

Employees can verify suspicious links without specialized tools or technical knowledge. Right-click any link and select "Copy link address," then paste it into a text document or email draft. Look for question marks followed by "url=", "redirect=", "out=", or similar parameters. These indicate the link will redirect somewhere else after clicking.

For more thorough verification, use free online redirect checkers like WhereGoes or RedirectDetective. Simply paste the suspicious link, and these services will show every step in the redirect chain, revealing the final destination. This takes seconds and requires no technical skill beyond copying and pasting.

Browser developer tools offer another verification method. Press F12 in Chrome or Firefox, click the Network tab, then click the suspicious link. Watch the network activity panel—multiple entries appearing in rapid succession indicate redirects. The final entry shows where you actually landed.

When Traditional Verification Fails

Some redirect mechanisms, particularly those using tokens or session-based parameters, won't reveal their destination through hovering or static analysis. In these cases, employees should navigate directly to the service in question rather than clicking email links. Type the website address manually or use bookmarks for frequently accessed services like email, banking, or corporate applications.

Remember that legitimate services will never penalize you for being cautious. If an email claims your account will be locked unless you click their link immediately, that urgency itself is a red flag. Real organizations provide multiple ways to resolve account issues and understand security-conscious behavior.

Incident Response Playbook for Redirect-Based Compromises

When redirect-based phishing succeeds and credentials are harvested, your incident response must move with surgical precision. The first two hours determine whether you contain a minor breach or face widespread account takeovers across your organization.

Start your response by querying email gateway logs for all messages containing redirect parameters to legitimate domains received in the past 72 hours. Search specifically for patterns like ?url=, ?link=, ?out=, and ?redirect= within URLs pointing to trusted services. Your SIEM should flag any user who clicked these links—export this list immediately as your primary victim roster.

Within the first 30 minutes, force password resets for all accounts that interacted with redirect URLs. Don't wait to verify if credentials were actually entered—assume compromise until proven otherwise. Simultaneously, check your authentication logs for any successful logins from these accounts originating from unusual geographic locations or unfamiliar IP ranges within the past 24 hours.

Your forensics team needs to extract the final destination URLs from each redirect chain. Use your proxy logs to identify where users ultimately landed after following the redirect. These destination domains become your immediate blocklist entries. Add them to your firewall, DNS filters, and email gateway within the first hour of discovery.

Hour 2-4: Scope Assessment

  • Query Azure AD or Active Directory logs for any privilege escalation attempts from compromised accounts
  • Check if compromised users had access to shared mailboxes, distribution lists, or administrative panels
  • Review file server access logs for unusual download patterns from affected accounts
  • Identify any OAuth tokens or API keys that compromised accounts could access

Document every affected system with timestamps. If a compromised account accessed customer databases, financial systems, or intellectual property repositories, your legal team needs notification within 4 hours. Create a timeline showing: initial redirect click timestamp, credential entry (if logged), first unauthorized access, and any subsequent lateral movement.

Decision tree for escalation: Contact law enforcement within 24 hours if you discover evidence of data exfiltration exceeding 500 records, financial fraud attempts, or targeting of executive accounts. For attacks affecting fewer than 50 users with no sensitive data access, handle internally but document thoroughly for potential insurance claims.

Your stakeholder communication must include concrete metrics within 6 hours of initial detection. Report the exact number of users who clicked redirect links, how many entered credentials, which systems those credentials could access, and whether any data left your network. Avoid estimates—stakeholders need facts for regulatory and disclosure decisions.

Customer notification triggers: If compromised accounts accessed customer data, prepare notifications within 48 hours. Include the specific date range of potential exposure, types of data potentially accessed, and concrete steps customers should take. Coordinate with legal counsel before sending any external communications.

Post-incident, analyze why these redirects succeeded. Did users receive security awareness training about redirect mechanisms? Were your email filters configured to follow redirect chains? Document these gaps as your lessons learned, converting each failure point into a specific control improvement for implementation within 30 days.

2026 Threat Landscape: Why Redirects Are Winning

The economics of cybercrime have shifted decisively in favor of redirect-based attacks, and the data reveals why attackers are doubling down on this approach. When threat actors can achieve successful credential harvesting while hiding behind the reputation of Google, Microsoft, or LinkedIn, they've discovered something more valuable than a vulnerability—they've found a sustainable business model.

The infrastructure supporting these campaigns tells us this isn't opportunistic exploitation but calculated investment. Attackers aren't simply stumbling upon open redirects; they're systematically cataloging them across the internet's most trusted services. The reconnaissance attempts observed across multiple domains—those persistent probes for /out.php?link= endpoints—represent automated discovery operations running continuously across IPv4 space. This systematic mapping creates a renewable resource for phishing operations.

What makes redirect exploitation particularly attractive is its asymmetric cost structure. Traditional phishing requires either compromising legitimate sites or registering convincing lookalike domains. Both approaches demand ongoing investment and carry increasing risk as domain reputation systems improve. But redirect-based attacks leverage existing, legitimate infrastructure maintained by others. The attacker's only cost becomes crafting the initial message and managing the credential harvesting endpoint.

The geographic distribution of redirect abuse reveals another strategic advantage. Unlike traditional phishing infrastructure that clusters in specific hosting providers or regions, redirect-based attacks originate from wherever legitimate services operate. This geographic dispersion defeats IP-based blocking and makes attribution nearly impossible. When malicious traffic flows through content delivery networks serving billions of legitimate requests daily, identifying the needle becomes computationally prohibitive.

Token reusability in platforms like Google and Bing transforms these services into persistent attack infrastructure. These tokens, designed for legitimate tracking and analytics purposes, maintain validity for months or years. Once a threat actor obtains a working redirect token—whether through their own account creation or by harvesting them from legitimate marketing campaigns—they possess a reusable asset that maintains the trust signal of the parent domain.

The decline from January's peak to March's lower rates doesn't indicate reduced effectiveness but rather market saturation and defender adaptation. This pattern mirrors previous phishing innovation cycles: initial high success rates, followed by increased awareness and defensive improvements, then stabilization at a sustainable operational level. The fact that redirect-based attacks stabilized above 16% suggests they've become a permanent fixture in the phishing ecosystem rather than a temporary trend.

The automation potential of redirect attacks accelerates their adoption. Unlike spear-phishing requiring customization, redirect-based campaigns scale effortlessly. Attackers can rotate through hundreds of legitimate domains with valid redirect mechanisms, automatically generating unique URLs for each target while maintaining the appearance of legitimacy. This industrialization of phishing moves it from artisanal craft to assembly-line production.

Consider the implications for attribution and law enforcement. When malicious infrastructure exists only as parameters within legitimate URLs, there's nothing to seize, no servers to shut down, no domains to suspend. The criminal infrastructure becomes ephemeral, existing only in the moment between click and compromise. This architectural advantage explains why redirect-based phishing will likely maintain or exceed current adoption rates through 2026.

Table of contents

Top hits