312-50V12 · Question #3
Joel, a professional hacker, targeted a company and identified the types of websites frequently visited by its employees. Using this information, he searched for possible loopholes in these websites a
The correct answer is A. Watering hole attack. Joel identifies websites frequented by employees, compromises those sites with malicious scripts, and waits for victims to visit - a classic watering hole attack pattern.
Question
Options
- AWatering hole attack
- BDNS rebinding attack
- CMarioNet attack
- DClickjacking attack
How the community answered
(32 responses)- A88% (28)
- C9% (3)
- D3% (1)
Why each option
Joel identifies websites frequented by employees, compromises those sites with malicious scripts, and waits for victims to visit - a classic watering hole attack pattern.
A watering hole attack involves an attacker profiling the target's browsing habits, compromising a trusted third-party website those users frequent, and embedding malicious code to infect victims when they visit. The attacker passively waits for the victim to come to the 'watering hole,' making it a highly targeted and stealthy technique. This matches Joel's approach of researching employee browsing behavior, injecting malware into those sites, and waiting for infection.
DNS rebinding is an attack that manipulates DNS responses to bypass same-origin policy and allow malicious scripts to interact with internal network resources, which does not match the scenario of compromising a third-party website to deliver malware.
MarioNet is an attack that exploits browser Service Workers to maintain persistent control over a browser even after the user leaves a malicious page, which is not what is described in this scenario involving website injection and malware download.
Clickjacking involves overlaying invisible UI elements on a legitimate webpage to trick users into clicking something unintended, which is unrelated to Joel's method of injecting redirect scripts into websites frequented by target employees.
Concept tested: Watering hole attack technique and execution
Source: https://www.cisa.gov/news-events/alerts/2017/02/15/enhanced-analysis-grizzly-steppe-activity
Topics
Community Discussion
No community discussion yet for this question.