secplus

Dashboard / 2.0 Threats, Vulnerabilities, and Mitigations

2.2 Explain common threat vectors and attack surfaces

Official exam objective outline (12 topics)
  • Message-based
    • Email
    • Short Message Service (SMS)
    • Instant messaging (IM)
  • Image-based
  • File-based
  • Voice call
  • Removable device
  • Vulnerable software
    • Client-based vs. agentless
  • Unsupported systems and applications
  • Unsecure networks
    • Wireless
    • Wired
    • Bluetooth
  • Open service ports
  • Default credentials
  • Supply chain
    • Managed service providers (MSPs)
    • Vendors
    • Suppliers
  • Human vectors/social engineering
    • Phishing
    • Vishing
    • Smishing
    • Misinformation/disinformation
    • Impersonation
    • Business email compromise
    • Pretexting
    • Watering hole
    • Brand impersonation
    • Typosquatting

The idea

A threat vector is the path an attacker uses to reach you; the attack surface is the sum of all the places you can be reached. Reduce the surface (close ports, remove software, train users) and you remove vectors.

From class — threat vectors named: Direct access → they are physically right there. Supply chain → a motherboard gets a new (tampered) subcomponent, and so on down the chain. Cloud services. Plus artificial intelligence and zero-day vulnerabilities as emerging concerns.

Breakdown 1 — Technical vectors

VectorWhat it isClassic example
Message-basedEmail, SMS, instant messagingPhishing link, malicious attachment
Image-basedMalicious code or links hidden in images (steganography, SVG scripts, QR codes)QR code that leads to a credential-harvesting page
File-basedMalicious documents/executablesMacro-enabled Word doc; double file extension invoice.pdf.exe shown as invoice.pdf
Voice callVishing"This is the help desk, I need your password"
Removable deviceUSB drops, malicious cablesFound USB stick plugged into a workstation
Vulnerable softwareUnpatched apps; client-based (agent installed) vs. agentless (scanned remotely)Old browser plugin
Unsupported systemsEnd-of-life OS/apps with no patchesWindows 7 host on the LAN
Unsecure networksWireless (open Wi-Fi, evil twin), wired (unused live ports), BluetoothAttacker joins the guest Wi-Fi and pivots
Open service portsEvery listening service is a doorTelnet/RDP exposed to the internet
Default credentialsadmin/admin never changedIoT camera, router
Supply chainMSPs, vendors, suppliers with access to youCompromised software update; tampered hardware

From class: Double file extension → .pdf.exe displays as .pdf when Windows hides known extensions. Email security tip: "do not have the same extension" — block/rename risky attachment types. Know script extensions: .ps1 = PowerShell, .vbs = Visual Basic Script.

Breakdown 2 — Human vectors / social engineering

From class — why social engineering works: Authority, Intimidation, Consensus (social proof), Scarcity, Familiarity, Trust, Urgency. Impersonation → "like the help desk." Pretexting → a cover story ("like the FBI test").

TechniqueWhat it isTell-tale sign
PhishingFraudulent email to steal credentials/deliver malwareGeneric greeting, urgency, mismatched link
Spear phishingPhishing aimed at a specific person/orgUses your name, your project, your boss
WhalingSpear phishing aimed at executives"CEO" asks finance for a wire transfer
VishingPhishing by voice callCaller ID spoofed to look internal
SmishingPhishing by SMS"Your package is held — click here"
SPIMSpam over instant messagingUnsolicited IM links
Business email compromise (BEC)Attacker uses/spoofs a real business mailbox to redirect paymentsVendor "changed bank details"
ImpersonationPretending to be someone trusted (help desk, vendor, police)Requests that bypass process
PretextingInvented scenario that justifies the request"I'm auditing accounts and need you to confirm your login"
Misinformation / disinformationFalse info spread accidentally / deliberatelyInfluence campaigns
Watering holeCompromise a site the targets already visit"Put a trap on a very visited website"
Brand impersonationFake site/email mimicking a known brandLook-alike logo, wrong domain
TyposquattingRegister a misspelled look-alike domainpaypa1.com, gooogle.com
Clickjacking (class)Invisible frame over a page so clicks go somewhere else"Framing" — the click count doesn't match what you see
Dumpster diving (class)Physically searching trash for informationOld invoices, sticky notes
Tailgating vs. piggybacking (class)Tailgating → the authorized person does not know someone slipped in. Piggybacking → the authorized person knowingly lets the unauthorized person walk in with themMantrap / access control vestibule defeats both

From class: Pharming → like phishing but done through DNS (poisoned DNS/hosts file redirects you to a fake site) instead of email. Salami attack → stealing a penny at a time so nobody notices.

Breakdown 3 — Reducing the attack surface

  • Close/disable unused ports and services; remove unneeded software.
  • Change default credentials; enforce MFA.
  • Patch, and retire unsupported systems (or isolate them).
  • Allow-list applications; block risky attachment types; SPF/DKIM/DMARC for email.
  • Train users (5.6) — the human vector is still the most used.
  • Vet the supply chain (5.3): vendor assessments, right-to-audit, signed updates.

Exam tip: Voice = vishing; text = smishing; IM = SPIM; exec target = whaling; DNS-based redirect = pharming; misspelled domain = typosquatting; compromised popular site = watering hole.

Quick self-check

  • What's the difference between tailgating and piggybacking? (Whether the authorized person knows.)
  • Why is a double extension dangerous? (Windows hides the real .exe.)
  • Name three social-engineering pressure principles. (Authority, urgency, scarcity…)

Sources: 20260917_173210.jpg, 20260917_173252.jpg, 20260917_173259.jpg, 20260917_182442.jpg, 20260917_182533.jpg