Tyscorpa Study resources Open the Academy

Mitigation Techniques

Apply mitigation strategies to reduce the risk from threats and vulnerabilities.

SY0-701 Obj. 2.5 Threats, Vulnerabilities & Mitigations 22% of the exam

Key Mitigation Strategies

StrategyDescriptionExample
PatchingApplying vendor updates to close known vulnerabilitiesMonthly Patch Tuesday cycle; emergency patch for zero-day
EncryptionProtect data at rest and in transitAES-256 for storage, TLS 1.3 for network traffic
Network SegmentationDividing network into isolated zones to limit lateral movementSeparating production, dev, and guest networks with VLANs
Least PrivilegeGrant only the permissions needed to perform a job functionRead-only DB account for reporting applications
AllowlistingOnly permitted software/IPs are allowed to run/connectApplication control: only approved executables run
Blocklisting / DenylistingKnown-bad items are blockedBlacklisting malicious IP ranges in firewall
Configuration HardeningDisable unused features, change defaults, apply security baselinesCIS Benchmarks for server/OS hardening
MFARequire multiple authentication factors to prevent credential compromisePassword + authenticator app for VPN access
Monitoring & AlertingContinuous visibility to detect threats earlySIEM detecting brute-force logins; IDS alerts on port scans
DecommissioningProperly retiring end-of-life systemsSecurely wiping and removing legacy Windows XP machines
IsolationCompletely separating critical or compromised systemsAir-gapping industrial control systems; quarantining infected host

Defense in Depth

No single control is sufficient. Layer multiple controls so that if one fails, others compensate.

Example — Protecting a web application:
  1. Perimeter: Edge firewall blocks known-bad IPs
  2. Network: WAF inspects HTTP traffic for injection attacks
  3. Host: EDR on the web server detects malicious processes
  4. Application: Input validation and parameterized queries prevent SQLi
  5. Data: Database encryption protects data at rest
  6. Identity: MFA required for admin access

Hardening Techniques

Exam Tip: When given a scenario and asked "what BEST mitigates this threat?", use the principle of specificity — the most targeted, precise mitigation always scores over a generic one. Patching beats any workaround. Network segmentation beats monitoring alone. MFA beats strong passwords alone.

External Resources

PreviousThreat Vectors & Attack Surfaces NextAcronyms - Threats, Vulnerabilities & Mitigations

Test yourself on this

Reading is the easy half. The Academy has 1,360 exam-style questions, including performance-based ones, and it keeps pulling from whichever domain you keep getting wrong. Free to create an account.

Open the Academy