Fatskills
Practice. Master. Repeat.
Study Guide: Principles of Information Security: Social Engineering (Phishing, Spear Phishing, Pretexting, Baiting)
Source: https://www.fatskills.com/information-security/chapter/information-security-social-engineering-phishing-spear-phishing-pretexting-baiting

Principles of Information Security: Social Engineering (Phishing, Spear Phishing, Pretexting, Baiting)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

Social Engineering (Phishing, Spear Phishing, Pretexting, Baiting)


Social Engineering Study Guide: Phishing, Spear Phishing, Pretexting, Baiting

For CISSP, Security+, CEH, and Real-World Defense


What This Is

Social engineering is the psychological manipulation of people into performing actions or divulging confidential information. Unlike technical attacks, it exploits human trust, curiosity, or fear—making it one of the most common and effective attack vectors.
Example: The 2020 Twitter breach (where attackers used phone-based spear phishing to hijack high-profile accounts like Barack Obama’s and Elon Musk’s) resulted in a $120K Bitcoin scam and exposed flaws in employee security awareness. Social engineering is critical because humans are the weakest link in security—even the best firewalls can’t stop a tricked employee from clicking a malicious link.


Key Terms & Concepts

  • Social Engineering: Psychological manipulation to trick individuals into revealing sensitive information or performing actions that compromise security. (NIST SP 800-53: AT-2 Security Awareness Training)
  • Phishing: Mass-scale fraudulent emails/texts/calls impersonating legitimate entities (e.g., "Your bank account is locked! Click here to verify."). (OWASP Top 10: A09:2021 – Security Logging and Monitoring Failures)
  • Spear Phishing: Targeted phishing tailored to a specific individual or organization (e.g., an email to a finance employee from a "CEO" requesting an urgent wire transfer). (MITRE ATT&CK: T1566.002 – Spearphishing Link)
  • Whaling: Spear phishing aimed at high-profile targets (e.g., C-level executives, politicians). (ISO 27001: A.7.2.2 Information Security Awareness)
  • Pretexting: Creating a fabricated scenario (pretext) to trick a victim into disclosing information (e.g., an attacker posing as IT support to reset a password). (NIST SP 800-61: Incident Handling Guide)
  • Baiting: Offering something enticing (e.g., free USB drives, movie downloads) to deliver malware. (MITRE ATT&CK: T1204.002 – User Execution: Malicious File)
  • Vishing (Voice Phishing): Phishing via phone calls (e.g., "This is the IRS—pay your taxes now or face arrest!"). (FTC Consumer Sentinel Report: Top fraud type in 2022)
  • Smishing (SMS Phishing): Phishing via text messages (e.g., "Your package is delayed! Click here to reschedule."). (OWASP Mobile Top 10: M1 – Improper Platform Usage)
  • Tailgating/Piggybacking: Unauthorized physical access by following an authorized person (e.g., slipping into a secure building behind an employee). (ISO 27002: A.9.1.2 Physical Entry Controls)
  • Quid Pro Quo: Offering a service or benefit in exchange for information (e.g., "Free tech support if you install this remote access tool!"). (NIST SP 800-115: Social Engineering Attacks)
  • Watering Hole Attack: Compromising a website frequently visited by the target group (e.g., infecting a niche industry forum). (MITRE ATT&CK: T1189 – Drive-by Compromise)
  • Deepfake Phishing: Using AI-generated audio/video to impersonate a trusted figure (e.g., a fake CEO video demanding a funds transfer). (Gartner: Top 10 Security Trends 2023)


Step-by-Step: Defending Against Social Engineering


1. Assess Risks (NIST RMF Step 1: Identify)

  • Inventory assets: Identify what attackers want (e.g., credentials, PII, financial data).
  • Threat modeling: Use STRIDE (Spoofing, Tampering, Repudiation, Information Disclosure, DoS, Elevation of Privilege) to map attack paths.
  • Example: A healthcare org might prioritize protecting PHI (HIPAA compliance) from pretexting attacks.

2. Implement Technical Controls (NIST SP 800-53)

  • Email filtering: Deploy DMARC/DKIM/SPF to block spoofed emails (e.g., Proofpoint, Mimecast).
  • Endpoint protection: Use EDR/XDR (e.g., CrowdStrike, SentinelOne) to detect malicious downloads from baiting.
  • MFA everywhere: Enforce FIDO2/WebAuthn or TOTP (e.g., Google Authenticator) to mitigate credential theft.
  • Network segmentation: Isolate critical systems (e.g., finance servers) to limit lateral movement after a breach.

3. Train Employees (NIST SP 800-50)

  • Phishing simulations: Use tools like KnowBe4 or PhishMe to test and train staff.
  • Gamified learning: Reward employees who report phishing attempts (e.g., "Phish of the Month" awards).
  • Real-world examples: Show recent breaches (e.g., the 2023 MGM Resorts attack, where vishing led to a $100M loss).
  • Role-based training: Tailor content (e.g., executives learn whaling defenses; IT staff learn pretexting red flags).

4. Develop an Incident Response Plan (NIST SP 800-61)

  • Detection: Monitor for anomalies (e.g., sudden wire transfers, unusual login locations).
  • Containment: Isolate affected systems (e.g., revoke compromised credentials, block malicious IPs).
  • Eradication: Remove malware (e.g., reimage infected machines, reset passwords).
  • Recovery: Restore from backups and communicate with stakeholders (e.g., PR team for public breaches).
  • Lessons learned: Conduct a post-mortem (e.g., "Why did the CFO fall for the whaling email?").

5. Continuous Monitoring & Improvement (ISO 27001: A.12.6.1)

  • SIEM alerts: Set up rules for suspicious activity (e.g., "Multiple failed MFA attempts from a new country").
  • Threat intelligence: Subscribe to feeds (e.g., MITRE ATT&CK, AlienVault OTX) to stay updated on new tactics.
  • Red teaming: Hire ethical hackers to test defenses (e.g., simulate a spear phishing campaign).
  • Policy reviews: Update AUP (Acceptable Use Policy) and IRP (Incident Response Plan) annually.


Common Mistakes

Mistake Correction
Assuming tech alone stops social engineering. Humans are the target—combine technical controls (MFA, email filtering) + training + policies.
Ignoring physical social engineering (e.g., tailgating). Enforce badge access, mantraps, and visitor logs (ISO 27002: A.9.1.1).
Overlooking third-party risks (e.g., vendors, contractors). Include supply chain security in training (NIST SP 800-161).
Treating all phishing as the same. Spear phishing is personalized; whaling targets executives. Defenses must vary.
Failing to test defenses. Run quarterly phishing simulations and red team exercises (NIST SP 800-53: CA-8).


Certification Exam Tips


CISSP

  • Management vs. technical: CISSP focuses on risk management (e.g., "Which control best mitigates social engineering risk?"). Answer: Security awareness training + MFA.
  • Scenario-based questions: "A CEO receives an urgent email from the CFO to transfer funds. What’s the attack?" → Whaling (spear phishing of a high-value target).
  • ⚠️ Trap: "Which is the most effective defense?" Avoid absolutes (e.g., "MFA alone stops all phishing"). Correct: Layered defenses (MFA + training + email filtering).

Security+

  • Acronyms matter: Know DMARC/DKIM/SPF (email authentication) and FIDO2 (passwordless MFA).
  • Attack examples: "An attacker leaves USB drives in a parking lot. What’s this called?" → Baiting.
  • ⚠️ Trap: "Which is not a social engineering attack?" Options might include DDoS (technical) or SQL injection (code-based).

CEH

  • Hands-on focus: CEH tests how to perform social engineering (e.g., "Which tool crafts phishing emails?"). Answer: SET (Social Engineering Toolkit) or Gophish.
  • Legal/ethical: "Is pretexting legal?" → No (illegal under the U.S. Gramm-Leach-Bliley Act for financial data).
  • ⚠️ Trap: "Which is the first step in a social engineering attack?" Options might include reconnaissance (correct) vs. exploitation (too late).


Quick Check Questions


1. (Security+)

An attacker sends an email to a company’s HR department posing as the IT helpdesk, requesting employees’ W-2 forms for "tax compliance." Which social engineering technique is this? A) Phishing B) Spear phishing C) Pretexting D) Baiting

Correct Answer: C) Pretexting
Explanation: Pretexting involves creating a fabricated scenario (the "pretext") to trick the victim into disclosing information. Here, the attacker impersonates IT support to steal W-2s.


2. (CISSP)

A security team wants to reduce the risk of employees falling for phishing emails. Which combination of controls is most effective? A) Firewall rules + antivirus B) MFA + email filtering + security awareness training C) Encryption + password complexity D) SIEM alerts + network segmentation

Correct Answer: B) MFA + email filtering + security awareness training
Explanation: Social engineering exploits human behavior, so layered defenses (technical + human) are critical. MFA stops credential theft, email filtering blocks malicious emails, and training reduces click rates.


3. (CEH)

Which tool would an ethical hacker use to simulate a spear phishing campaign for a penetration test? A) Metasploit B) Gophish C) Nmap D) John the Ripper

Correct Answer: B) Gophish
Explanation: Gophish is an open-source phishing framework designed for security testing. Metasploit is for exploitation, Nmap for scanning, and John the Ripper for password cracking.


Last-Minute Cram Sheet

  1. Phishing = mass-scale deception (e.g., fake "PayPal" emails). Spear phishing = targeted (e.g., email to "[email protected]").
  2. Pretexting = fabricated scenario (e.g., "I’m IT support—reset your password!").
  3. Baiting = enticing offer (e.g., free USB drives, movie downloads).
  4. Whaling = spear phishing for executives (e.g., fake CEO email to CFO).
  5. Vishing = voice phishing (e.g., "IRS calling—pay now or go to jail!").
  6. Smishing = SMS phishing (e.g., "Your package is delayed! Click here.").
  7. Tailgating = physical access (e.g., following an employee into a secure area).
  8. DMARC/DKIM/SPF = email authentication to block spoofed emails. (Security+ focus!)
  9. MFA + training + email filtering = best defense against social engineering. (CISSP focus!)
  10. ⚠️ Trap: "Which always stops phishing?" → No single control is 100% effective! Layered defenses are key.


ADVERTISEMENT