A network administrator is troubleshooting an issue on an enterprise Windows 11 workstation. The user reports that entering legitimate internal domain names into any installed web browser (Microsoft Edge, Google Chrome, or Mozilla Firefox) immediately routes them to an unfamiliar external site requesting account credentials. An initial inspection confirms there are no rogue browser extensions installed, system proxy settings are configured to automatically detect settings, and flushing the local DNS cache did not resolve the issue. Which of the following is the NEXT best troubleshooting step to identify the cause of the redirection?
- Inspect the Windows hosts file for malicious static IP mapping entries.Answer
- BOpen Internet Options in Control Panel and restore default security settings on the Advanced tab.
- CClear the browser cache, cookies, and temporary internet files across all installed browsers.
- DRe-enable the browser pop-up blocker and revoke web notification permissions for unknown domains.
Answer
Inspect the local Windows hosts file for malicious static IP mapping entries.
Inspecting the local Windows hosts file is the best NEXT step because the OS checks this local text file for domain-to-IP mappings prior to sending external DNS requests. Malicious software often inserts lines mapping legitimate website names to malicious IP addresses, causing consistent redirections across all web browsers installed on the machine.
Step-by-Step Solution
Key Concept
System-Level Browser Hijacking and Hosts File Troubleshooting