Question

Difficulty: Very hardWeb Browser Security and Pop-Up/Redirect Troubleshooting

An IT security specialist is analyzing a corporate workstation where web requests across all installed browsers (Google Chrome, Microsoft Edge, and Mozilla Firefox) are consistently redirected to an unauthorized external portal. Command-line `nslookup` queries resolve domain names to correct IP addresses, but browser network traffic is being forcibly routed through a rogue local proxy address. Additionally, an unwanted browser toolbar automatically reinstalling itself upon system reboot is traced to a compromised group policy registry key. Which of the following remediation actions should the specialist take to resolve these browser security issues? (Select TWO.)

  1. Inspect and remove unauthorized proxy server configurations within the operating system network settings.Answer
  2. Delete unauthorized browser policy registry keys and extension force-install policies from the local machine management hives.Answer
  3. C
    Clear the browser cache, cookies, and temporary internet files from each affected web browser.
  4. D
    Use the Indexing Options applet in Control Panel to rebuild the system search index database.

Answer

The specialist should remove unauthorized OS network proxy configurations and delete malicious browser policy registry keys to stop proxy redirection and persistent extension re-installation.
The correct remediation actions require addressing both the network redirection vector and the persistence mechanism. System proxy settings intercept and route all browser traffic to rogue servers even when local DNS resolution is intact. Removing these unauthorized proxy settings restores clean traffic flow. Additionally, rogue browser extensions managed via Windows Registry policies (such as policy forced-install lists) will continuously reinstall toolbars until the malicious policy keys are deleted.

Step-by-Step Solution

1
Identify the underlying redirection and persistence vectors.
Discovered system proxy settings routing browser traffic to a rogue server and policy registry keys maintaining malicious extensions.
Since DNS lookups resolve correctly via command line but browser traffic is hijacked, system proxy settings and browser enforcement policies are the primary vectors.
2
Remove the rogue proxy server settings.
Restored direct OS network routing for HTTP and HTTPS browser traffic.
System proxy configurations force all installed browsers to send traffic to the designated proxy server regardless of DNS resolution.
3
Clean up compromised policy registry keys and force-installed extensions.
Prevented malicious toolbars and extensions from reinstalling automatically.
Group Policy and registry ExtensionInstallForcelist keys re-download and re-enable extensions even after manual browser removal.

Key Concept

Browser Redirect and Remediation Techniques
Rate this question