A desktop support technician is troubleshooting a Windows 11 workstation where opening the web browser via the desktop shortcut continuously launches an unwanted advertising website alongside the standard homepage. When launching the browser executable directly from the installation directory in Program Files, the advertising site does not load. The technician has already cleared the browser cache and disabled all active extensions. Which of the following is the MOST likely cause of this issue?
- The target field in the browser desktop shortcut properties has been appended with a malicious URL parameter.Answer
- BThe Windows hosts file contains a malicious IP mapping directing traffic to the advertising domain.
- CA persistent browser helper object (BHO) is hijacking search query requests.
- DThe system proxy settings in Internet Options are configured to redirect all web traffic.
Answer
The target field in the browser desktop shortcut properties has been appended with a malicious URL parameter.
Malware often alters the Target property of desktop shortcut links by appending a URL parameter after the executable path. When launched via the shortcut, the browser processes the URL parameter and opens the site. Launching the executable file directly from the file system bypasses the modified shortcut parameters, explaining why the issue only occurs when using the desktop icon.
Step-by-Step Solution
Key Concept
Browser Hijacker Shortcut Parameter Manipulation
Estimated Time:1m 30s