Question

Difficulty: MediumSocial Engineering and Threat Types

An IT security analyst is cataloging recent security incident reports across different departments. Match each security threat scenario to its corresponding social engineering vector or attack classification.

  • WhalingA targeted phishing attack directed specifically at senior executives to trick them into authorizing wire transfers or releasing proprietary financial records.
  • PiggybackingAn unauthorized visitor entering a restricted server room by gaining an employee's explicit consent to hold open the electronic access badge door while carrying equipment boxes.
  • HoaxAn urgent email broadcast warning users of a destructive virus that instructs recipients to immediately delete critical system files to prevent infection.
  • Logic BombMalicious code deliberately planted by a former developer that remains dormant until triggered by specific system conditions, such as a date or user account termination.

Answer

Whaling matches the executive-targeted phishing scenario; Piggybacking matches entry into a secured room with employee consent; Hoax matches the false security alert instructing users to delete files; Logic Bomb matches dormant malicious code waiting for a specific trigger condition.
Each attack type matches its defined characteristic operational behavior. Whaling targets top leadership; Piggybacking exploits physical entry courtesy with mutual knowledge; Hoaxes trick personnel using deceptive false warnings; Logic Bombs execute code based on specified temporal or logic triggers.

Step-by-Step Solution

1
Identify digital social engineering targeted by role.
Recognize that targeting C-level executives specifically for financial or corporate data theft is termed Whaling.
Whaling is a specialized sub-category of spear phishing designed to compromise high-value executive targets.
2
Analyze physical security social engineering vectors.
Differentiate Piggybacking (gaining access with consent/courtesy) from Tailgating (gaining access without consent/unnoticed).
Holding a door open intentionally for someone carrying boxes with their consent fits the exact definition of piggybacking.
3
Evaluate social engineering tactics leveraging false panic.
Identify that misleading users into causing self-harm to systems via fake warnings is classified as a Hoax.
Hoaxes exploit fear and urgency to manipulate personnel into deleting files or disrupting operations without using technical exploits.
4
Categorize software threat execution triggers.
Associate dormant code activated by event conditions (like employee status change or specific date) with a Logic Bomb.
Logic bombs execute malicious payloads based on boolean logical triggers built into the codebase.

Key Concept

Classification of Social Engineering and Threat Types
Rate this question