Question

Difficulty: HardSocial Engineering Attacks and Vectors

During a post-breach investigation at a software development firm, incident responders trace an initial access event to a multi-stage campaign. The threat actor scattered USB drives branded with the firm's logo and labeled 'Confidential Executive Salaries' across the employee parking area. Concurrently, the actor compromised a popular third-party technical documentation site frequented by the firm's DevOps engineering team, injecting a malicious script that prompted visitors to download a forged browser extension update. Which of the following social engineering techniques and attack vectors were directly executed in this campaign? (Select TWO.)

  1. Baiting, by placing physical media loaded with malicious code in locations where targeted personnel would find and insert them out of curiosityAnswer
  2. Watering hole attack, by infecting a specific legitimate site heavily frequented by the target audience to deliver malware to site visitorsAnswer
  3. C
    Pretexting, by creating an elaborated false scenario during a phone conversation to trick an employee into surrendering administrative access
  4. D
    Typosquatting, by registering domain names that mimic legitimate corporate domains to catch users who misspell web addresses

Answer

The correct social engineering techniques executed in this campaign are baiting (using infected physical USB media) and a watering hole attack (compromising a legitimate, frequently visited technical documentation website).
The scenario describes two distinct social engineering tactics: using physical USB media labeled enticingly to exploit curiosity (baiting) and compromising a legitimate website frequently visited by the firm's DevOps engineers to serve malicious payloads (watering hole attack).

Step-by-Step Solution

1
Analyze the physical component of the initial access campaign.
Leaving branded USB drives labeled 'Confidential Executive Salaries' exploits curiosity to entice employees to plug untrusted media into enterprise systems, which defines baiting.
Identifying physical lure delivery methods requires recognizing human psychological triggers like curiosity combined with physical media placement.
2
Analyze the web-based component targeting the DevOps team.
Compromising a legitimate third-party website that a specific target group regularly visits to serve malicious updates defines a watering hole attack.
Watering hole attacks focus on strategic web compromise of sites trusted by specific target organizations rather than broad email phishing.
3
Evaluate and rule out non-applicable social engineering variants.
Pretexting requires direct communication under a fabricated identity, and typosquatting relies on domain name misspelling; neither vector was present in the described incident.
Distinguishing between direct domain registration attacks, active voice impersonation, and strategic site compromise ensures precise attack classification.

Key Concept

Social Engineering Attack Vectors (Baiting vs. Watering Hole)
Rate this question