Redirect

Category: advanced_threat · Aliases: None known · Sample count (EMBER 2018): 16 · Enrichment: expert-seo · Updated: 2026-06-09
Category: Advanced_ThreatActor: Unknown / CybercriminalIndustry: Global / OpportunisticMotivation: Opportunistic

Overview

BrowserModifier:Win32/Redirect is a highly generic classification used to describe a wide variety of adware and browser hijackers that forcefully alter a user's web traffic routing. The primary goal is financial gain through affiliate marketing fraud, forcing the user to visit sponsored portals, advertising networks, or fake tech support scams.

Understanding Redirect
To an end-user, a Redirect infection is infuriating. When they attempt to visit Google or type a query into the address bar, they are instantly whisked away through a chain of unknown URLs, eventually landing on a low-quality search engine or a malicious popup. For security analysts, Redirect malware is a high-volume nuisance that relies on aggressive persistence mechanisms to lock the browser configuration, ensuring the attacker receives continuous pay-per-click revenue.

Execution and Hijacking Mechanics
Redirect variants are typically installed silently via software bundling (`T1189`) or malicious websites. Once executed, they employ multiple strategies to hijack the browser. The most common is the silent installation of malicious browser extensions (`T1176`). However, more advanced variants modify the Windows Registry (`T1112`) to alter the system's proxy settings (`T1090`), forcing all HTTP/HTTPS traffic through an attacker-controlled proxy server. They may also alter the local `hosts` file (`T1562.001`) to map popular domains (like facebook.com) to malicious IPs, or hijack the `.lnk` shortcut files on the desktop (`T1546`).

Indicators of Compromise & Impact
The primary impact is a degraded user experience, loss of productivity, and potential exposure to more severe malware via malvertising. Incident responders will observe anomalous DNS and HTTP traffic routing to known ad-tracking networks or rogue proxy servers. EDR logs will flag unauthorized modifications to the Windows Proxy registry keys (`HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings`) or the creation of local Group Policy Objects (GPOs) enforcing rogue extension installations.

MITRE ATT&CK Techniques

Observed techniques used by this family, mapped to the MITRE ATT&CK framework:

TechniqueNameTactic
T1189Drive-by CompromiseInitial Access
T1176Browser ExtensionsPersistence
T1090ProxyCommand and Control
T1546Event Triggered Execution: Browser Shortcut ModificationPrivilege Escalation
T1112Modify RegistryDefense Evasion

Generated Detections (Boilerplate)

These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.

YARA Rule

rule MALWARE_WIN_REDIRECT {
    meta:
        description = "Detects Redirect (advanced_threat)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "redirect" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Redirect Activity
id: f17ca2c829680ada2fec9fc87bc5f606
status: experimental
description: Detects generic indicators of the redirect malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*redirect*"
    condition: selection
level: medium

Containment & Response Steps

Home Users: If you suspect a malware infection on your personal device, disconnect from the internet immediately and run a full system scan with your antivirus software. The steps below are intended for IT professionals responding to enterprise incidents.

Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.

  1. Open the Windows Internet Options and manually check the LAN Settings to disable any rogue proxy configurations established by the malware.
  2. Use enterprise endpoint management tools to forcefully remove all unrecognized browser extensions and reset the default search providers.
  3. Audit the properties of all browser shortcuts (`.lnk` files) on the user's Desktop and Taskbar to remove any appended malicious URLs.
  4. Check the local `hosts` file (`C:\Windows\System32\drivers\etc\hosts`) for unauthorized DNS mappings and restore it to default.

What to Avoid

Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.

  1. Do not rely solely on the browser's internal 'reset' button; if a system-level proxy is set, the browser reset will not fix the redirection issue.
  2. Avoid assuming the infection is harmless; aggressive redirect chains often end at Exploit Kits that can drop ransomware or banking trojans.

References & External Analysis

Frequently Asked Questions

How do I remove the Redirect Advanced_Threat from Windows?

Manual removal of Redirect is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.

Is Redirect a virus or a Advanced_Threat?

Redirect is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Redirect typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.

What are the main symptoms of a Redirect infection?

Symptoms of Redirect can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.

Related Families (Category: advanced_threat)

Explore other malware families in the same category:

Protect Your Network Against Advanced_Threats

Want to prevent Redirect and similar threats from compromising your organization? Read our comprehensive defensive guide: Suspect an Infection? What to do.

Need help with an active incident? Published by the SystemHelpdesk team.

Machine-readable

Get this profile as JSON: https://jordanricky1604-ship-it.github.io/malware-families-catalog/api/redirect.json

Ecosystem & Interactive Environments

This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.