Skip to content
All articles
August 4, 2026 12 min read

Threat Actors & Social Engineering: Motivations, Capability, and the Human Attack Surface

Chris Rees

Chris Rees

25+ years in IT · Pluralsight author, 4.6/5 across 2,000+ ratings

Threat Actors & Social Engineering: Motivations, Capability, and the Human Attack Surface
www.skillthropic.com

Every control you deploy answers a question you may not have asked out loud: defend against whom? A bored teenager, a ransomware crew, and a nation-state intelligence service want different things, bring wildly different resources, and require different defenses. Security+ SY0-701 splits this into two objectives that belong together — 2.1 (threat actors and motivations) and 2.2, where social engineering shows up as the attack vector that works on every one of them. Here's both, in the detail the exam expects.

The attributes that define an actor

Before the taxonomy, learn the axes. SY0-701 describes every threat actor with the same four attributes, and questions routinely give you the attributes and ask for the actor:

  • Internal vs. external — do they already have legitimate access?
  • Resources and funding — a hobbyist's spare time versus a state's budget.
  • Level of sophistication and capability — do they run downloaded tools, or develop zero-day exploits?
  • Motivation — what outcome are they actually after?
Threat actors plotted by sophistication and resources, from script kiddies at the low end through hacktivists, insiders, and organized crime, to nation-state actors at the high end Resources & funding → Sophistication → Script kiddie borrowed tools · thrill Hacktivist ideology · publicity Insider threat access beats skill Organized crime money · ransomware Nation-state / APT espionage · war · patient Shadow IT unintentional risk
Sophistication and funding travel together — except for insiders, whose access substitutes for both. That's why insider threat gets its own controls.

The cast, and what each one wants

Nation-state actors sit at the top: effectively unlimited funding, custom tooling, zero-days, and patience measured in years. Their motivations are espionage, war, and strategic disruption — often against critical infrastructure. The related term is APT: the emphasis is on persistent. They aren't trying to make noise; they're trying to still be there next year.

Organized crime is the profit center. Ransomware crews operate like businesses — affiliate programs, negotiators, customer support for victims — and their motivations are financial: extortion, fraud, data theft for resale, and increasingly double extortion. Sophisticated, but rational: they choose targets by expected payout.

Hacktivists are motivated by ideology, philosophical or political belief. Their goal is usually visibility — defacement, leaks, denial-of-service timed to a news cycle — which makes reputational damage the primary impact.

Insider threats are the asymmetry: modest sophistication, but they start inside the perimeter with legitimate credentials. Motivations range from revenge (a disgruntled employee) and financial gain to blackmail and espionage recruitment. The exam also wants the unintentional insider — the well-meaning employee who misconfigures a bucket or falls for a phish.

Shadow IT is the organization attacking itself by accident: departments spinning up unsanctioned SaaS, servers, or AI tools outside security's view. There's no adversary and no malice — just unmanaged assets nobody is patching or monitoring.

Script kiddies (unskilled attackers) round out the low end: limited capability, borrowed exploit kits, motivated by thrill or reputation. Easy to dismiss — but automated tooling means even they can find the box you forgot to patch.

Actor Sophistication Primary motivation Defensive emphasis
Nation-state / APT Very high Espionage, disruption, war Detection depth, segmentation, threat intel
Organized crime High Financial (ransomware, fraud) Backups, EDR, MFA, email security
Hacktivist Moderate Ideology, publicity DDoS protection, public-facing hardening
Insider (malicious) Varies Revenge, money, espionage Least privilege, UEBA, separation of duties
Insider (unintentional) n/a None — error Training, guardrails, config management
Shadow IT n/a Convenience Asset discovery, sanctioned alternatives
Script kiddie Low Thrill, reputation Patching, basic hygiene
Why the exam cares: actor profiling drives proportionate control selection. You cannot defend a small nonprofit against a nation-state budget — and you don't need to. Naming the realistic adversary is what turns an infinite list of possible controls into a finite, defensible one, which is also how [risk analysis](/blog/quantitative-risk-analysis-explained) gets its likelihood numbers.

Social engineering: the vector that works on everyone

Whatever the actor's sophistication, the cheapest way in is usually a person. Social engineering bypasses your entire technology stack because it never attacks it: no exploit, no malware signature, just a convincing request to someone with legitimate access.

It works by exploiting predictable psychology. SY0-701 expects you to recognize the levers by name: authority (the CEO is asking), urgency and scarcity (the wire must go out in ten minutes; only three spots left), intimidation (comply or you'll be reported), social proof / consensus (everyone on your team already did this), familiarity and likability (rapport built over several friendly messages), and trust (built by impersonating a known vendor or colleague). Every one of these short-circuits deliberate thinking, which is the actual target.

Social engineering techniques grouped by delivery channel: email-based, voice and message-based, in-person, and web-based EMAIL-BASED phishing · spear phishing (targeted) · whaling (executives) business email compromise · brand impersonation the volume channel — cheap, scalable, endlessly retried VOICE & MESSAGE vishing (voice) · smishing (SMS) · deepfake audio calls help-desk impersonation · MFA fatigue push-bombing real-time pressure — no time to verify IN-PERSON pretexting · impersonation · tailgating / piggybacking shoulder surfing · dumpster diving · baiting (dropped USB) low tech, high success — politeness is the exploit WEB-BASED watering hole · typosquatting · malicious QR codes misinformation & disinformation campaigns the victim comes to the attacker
Same psychology, four delivery channels. The exam tests the vocabulary precisely — know which term goes with which channel and target.

Walk one BEC through end to end and the pieces lock together. An attacker researches the target on LinkedIn — finds the CFO's name, the controller who reports to her, and a press release naming a real supplier (reconnaissance). They register a lookalike domain one character off the supplier's (typosquatting), then email the controller as the supplier's accounts-receivable clerk: routine tone, correct invoice number, and an updated bank account for this month's payment (pretexting + familiarity). A follow-up arrives an hour later, apparently from the CFO's spoofed address: "Please get this processed today, I'm boarding a flight" (authority + urgency, and no way to reply-check). No malware crossed the boundary, no control was exploited, and the wire goes out. The only thing that stops this chain is a procedure that doesn't care how convincing the email was: verify bank-detail changes by calling a number you already had on file.

A few distinctions the exam leans on. Phishing is broad and untargeted; spear phishing is researched and personalized; whaling targets executives specifically. BEC is the highest-dollar variant and typically contains no malware whatsoever — just a plausible email about a changed bank account, which is why email filters miss it. Pretexting is the invented backstory underneath most of these. A watering hole attack compromises a site the target group already trusts and waits. Baiting relies on curiosity — the labeled USB drive left in a parking lot. And tailgating exploits ordinary politeness: someone holds the door.

The AI-era escalation: generative AI removed the tells. Flawless grammar, personalized details scraped automatically, and cloned voices mean "it looked and sounded real" is no longer evidence of anything. That's exactly the [AI-enabled attack surface](/blog/ai-assisted-security-domain-3) SecAI+ covers — and it's why the durable control is process, not perception: out-of-band verification for any payment or credential change, every time, regardless of how convincing the request feels.

From actor to indicator: where 2.1 meets the rest of Domain 2

Actor profiling isn't trivia — it predicts what you'll see in your logs, which is what objective 2.4 (indicators of malicious activity) tests next. Each actor leaves a different signature. Organized crime is loud and fast: mass credential attempts, tooling that trips EDR, backup deletion, then encryption within days of initial access — because dwell time is cost to them. A nation-state actor is the opposite: living off the land with built-in admin tools instead of malware, low-and-slow data staging, credential harvesting, and lateral movement spread over months to stay under alert thresholds. An insider produces the hardest signature of all — authorized access at unusual volumes or hours, which is why behavioral analytics and data-loss prevention matter more than perimeter tools for that case.

The practical upshot: your detection strategy should follow your realistic adversary. Tuning exclusively for smash-and-grab ransomware leaves you blind to the patient intruder, and vice versa. Threat intelligence is what keeps this honest — knowing which actors actually target your sector, and what they're currently doing, turns a generic control list into a prioritized one.

Defending the human layer

Controls stack in three tiers. Technical: email authentication (SPF, DKIM, DMARC), attachment sandboxing, link rewriting, and — most valuable of all — phishing-resistant MFA, which defeats credential theft even when the human is fooled. Procedural: out-of-band verification for payments and account changes, dual authorization for wire transfers, and a documented help-desk identity-proofing script (help desks are a favorite target precisely because their job is to be helpful). Human: recurring awareness training, simulated phishing with coaching rather than punishment, and a reporting culture where "I think I clicked something" is met with thanks and speed. Blame-based programs teach people to hide clicks, which converts a five-minute containment into a five-week incident — and containment speed is what incident response lives or dies on.

Key takeaways

  • Four attributes define every actor: internal/external, resources, sophistication, motivation — the exam gives you these and asks who it is.
  • Know the cast and their goals: nation-state (espionage, patient), organized crime (money), hacktivist (ideology), insider (access > skill), shadow IT (accidental), script kiddie (thrill).
  • Social engineering attacks people, not systems — it works by exploiting authority, urgency, scarcity, intimidation, consensus, familiarity, and trust.
  • Precision matters: phishing vs. spear phishing vs. whaling; vishing vs. smishing; pretexting, watering hole, tailgating, baiting.
  • Defend in three tiers: phishing-resistant MFA and email authentication, out-of-band verification procedures, and blameless training with fast reporting.

Threat actors and social engineering open Security+ Domain 2 (Threats, Vulnerabilities & Mitigations) — 22% of the exam and the foundation for everything that follows about attacks and indicators. Our Security+ Domain 2 study guide covers all 27 topics across the five objectives with 75 exam-style questions, or grab the complete Security+ collection.

#SecurityPlus #SY0701 #ThreatActors #SocialEngineering #Phishing #BEC #InsiderThreat #APT #SecurityAwareness #CompTIA #CyberSecurity

Share this article

Keep reading

Enjoyed this? Get the AI security news that matters.

Join The AI Security Brief — the top AI security news, plus what's important to the C-suite. Free, straight to your inbox.

No spam. Unsubscribe anytime.

Security+ Domain 2 · 22% of the exam

Know your enemy

Threats, Vulnerabilities & Mitigations is 22% of Security+. Study all 5 objectives — threat actors, attack vectors, vulnerability types, indicators, and mitigations — across 27 topics with 75 practice questions.

Get the Domain 2 guide