Table of Contents

Click Here to Return To the CompTIA Security+ Course Page

Threats, Vulnerabilities, and Mitigations is 22% of the CompTIA Security+ SY0-701 exam, the second-largest domain. This module covers threat actors, attack vectors, vulnerabilities, malicious indicators, and mitigations. Know the attacker, the attack, and the fix for each scenario the exam presents.

You cannot defend what you do not understand. This module teaches who attacks, how they get in, where systems are weak, and how you close the gaps. It is the offensive knowledge a defender needs.

Threat Actors

You profile attackers by motivation and capability.

ActorMotivationResources
Nation-stateEspionage, disruptionVery high (APT)
Organized crimeFinancial gainHigh
HacktivistIdeology, publicityMedium
Insider threatRevenge, money, mistakesTrusted access
Unskilled attackerCuriosity, thrillLow, uses scripts
Shadow ITConvenienceInternal, unsanctioned

Attributes differ: internal vs external, resources/funding, and level of sophistication. Nation-state APTs combine patience with deep funding.

Attack Vectors and Surfaces

You identify how attackers reach a target.

  • Message-based: phishing (email), vishing (voice), smishing (SMS).
  • Business email compromise (BEC) impersonates an executive to authorize fraud.
  • Supply chain attacks compromise a trusted vendor or update.
  • Removable media spreads malware over USB.
  • Unsecured networks expose wireless and wired traffic.

Vulnerability Types

You categorize weaknesses by where they live.

VulnerabilityExample
ApplicationInjection, memory leaks, race conditions
Operating systemUnpatched kernel flaws
HardwareFirmware, end-of-life devices
VirtualizationVM escape, resource reuse
CloudMisconfiguration, weak IAM
Zero-dayUnknown, unpatched flaw

A zero-day has no patch because the vendor does not yet know about it. A misconfiguration is the most common and most preventable weakness.

Indicators of Malicious Activity

You recognize attacks by their signs.

AttackIndicator
MalwareUnexpected processes, beaconing traffic
RansomwareEncrypted files, ransom note
Password attackMany failed logins, spraying
DDoSTraffic spike, service outage
DNS attackRedirected or poisoned lookups
On-path (MITM)Certificate warnings

You also know application attacks: SQL injection runs database commands, XSS runs script in a victim’s browser, buffer overflow writes past memory bounds, and CSRF forces an action with a logged-in session.

Social Engineering

You defend against attacks on people.

  • Pretexting invents a believable scenario.
  • Impersonation poses as IT, a vendor, or an executive.
  • Watering hole infects a site the target trusts.
  • Tailgating and piggybacking bypass physical access.
  • Pharming redirects users to fake sites.

The human is the most targeted and most exploitable attack surface.

Mitigation Techniques

You reduce risk with layered controls.

TechniqueEffect
PatchingCloses known vulnerabilities
EncryptionProtects data confidentiality
SegmentationLimits lateral movement
Least privilegeShrinks the blast radius
MonitoringDetects activity early
HardeningRemoves unneeded services and defaults
Access control (ACL)Restricts who reaches what

Hardening disables unused ports and services, changes default credentials, and applies secure baselines. To see why legacy systems stay exposed, read why OT/ICS PLC cybersecurity is fundamentally broken .

Next Steps

Continue with Security Architecture to design defenses, and Security Operations to detect and respond. Review the General Security Concepts module for controls. Return to the CompTIA Security+ Course .