secplus

Dashboard / 2.0 Threats, Vulnerabilities, and Mitigations

2.5 Explain the purpose of mitigation techniques used to secure the enterprise

Official exam objective outline (11 topics)
  • Segmentation
  • Access control
    • Access control list (ACL)
    • Permissions
  • Application allow list
  • Isolation
  • Patching
  • Encryption
  • Monitoring
  • Least privilege
  • Configuration enforcement
  • Decommissioning
  • Hardening techniques
    • Encryption
    • Installation of endpoint protection
    • Host-based firewall
    • Host-based intrusion prevention system (HIPS)
    • Disabling ports/protocols
    • Default password changes
    • Removal of unnecessary software

★ Starred in your notes: port security · DHCP snooping · loop protection (STP).

Breakdown 1 — The mitigation toolbox

TechniqueWhat it doesWhen the exam wants it
SegmentationSplit the network into zones (VLANs, subnets, firewalled segments) so a compromise can't spreadLegacy/unpatchable systems, IoT, OT, PCI scope reduction
Access control — ACLRules that permit/deny by IP/port/protocol/user"Only the admin subnet may reach the management interface"
Access control — permissionsFile/share/object permissions (NTFS, share, RBAC)Least privilege; NTFS: the most restrictive permission wins (class)
Application allow listOnly approved executables run (vs. block list/deny list, which only stops known-bad)Kiosks, servers, ransomware prevention
IsolationAir-gap or sandbox a system/processMalware analysis, high-value systems, sheep-dip computer (class: an isolated machine with all scanners installed, used to check removable media)
PatchingFix known vulnerabilities on a schedule; test first (change management)Most vulnerability-remediation questions
EncryptionProtect data at rest/in transit/in useStolen laptop, sniffed traffic
MonitoringLogs, SIEM, IDS, FIM to detect what preventive controls missDetective layer
Least privilegeOnly the access needed for the job, for as long as neededInsider threat, privilege escalation
Configuration enforcementBaselines applied and re-applied automatically (GPO, MDM, IaC)Drift, "settings keep changing back"
DecommissioningRetire systems properly: remove from network, sanitize/destroy media, revoke credentials/certs, update inventoryEnd-of-life systems

From class — ACL rules: Implicit deny → default is "no"; anything not explicitly allowed is blocked (the secure default). Implicit allow → everything is allowed by default (insecure). Firewalls block ports; egress = outbound, ingress = inbound.

Breakdown 2 — Hardening techniques (Chapter 11 in class: patching – secure configuration – application control)

Hardening stepPurpose
Encryption (FDE/SED)Data safe if device lost
Installation of endpoint protectionAV/EDR/HIPS on every host
Host-based firewallPer-host ingress/egress control
HIPSHost intrusion prevention — blocks malicious behavior locally
Disabling ports/protocolsEvery open port is attack surface; turn off Telnet, SMBv1, unused services
Default password changesKill default credentials on day one
Removal of unnecessary softwareLess code = fewer vulnerabilities (bloatware, sample apps)

From class — trusted operating systems & application control: allow lists (whitelisting) vs. block lists (blacklisting); code signing → the vendor signs the binary so you can verify publisher and integrity (not a guarantee of "no malware" — it proves who published it and that it wasn't altered). Password minimum age ("waiting to change password so they don't change it back and forth") stops users cycling straight back to an old password.

Breakdown 3 — Network-side mitigations from class (Chapter 5–6)

Switch/network featureAttack it stops
Port security — only specific MAC addresses on a portRogue devices, MAC flooding
MAC filteringUnknown devices (weak — MACs can be spoofed)
DHCP snoopingRogue DHCP servers, DHCP starvation
Dynamic ARP inspection (DAI)ARP poisoning / on-path
Loop protection (STP, BPDU guard)Switching loops / broadcast storms
Flood guardMAC/SYN flood DoS
MACsec (802.1AE)Layer-2 eavesdropping
Micro-segmentation — each device has its own firewall (class)Lateral movement (core Zero Trust idea)
NAC — checklist before the user gets connected (class)Non-compliant/unknown endpoints
DNS sinkhole / DNS filteringMalware C2 and phishing domains

Breakdown 4 — Matching mitigation to problem (exam pattern)

ScenarioBest mitigation
Unpatchable SCADA controllerSegmentation / isolation (compensating control)
Ransomware ran from a user's Downloads folderApplication allow list
Users keep installing random softwareAllow list + least privilege (no local admin)
Settings drift after admins "fix" things by handConfiguration enforcement (GPO/baseline)
Attacker moved laterally after one workstation fellSegmentation / micro-segmentation, least privilege
Old server being retiredDecommissioning: sanitize, revoke, inventory
Default creds on new IoT devicesChange default passwords; NAC

Exam tip: "Reduce attack surface" almost always = disable unnecessary ports/protocols/services and remove software. "Limit blast radius" = segmentation/least privilege. "Known-good only" = allow list.

Quick self-check

  • Allow list vs. block list — which is stronger and why? (Allow list: stops unknown malware too.)
  • What's implicit deny? (Default block for anything not explicitly permitted.)
  • What does DAI protect against? (ARP poisoning.)

Sources: 20260917_173159.jpg, 20260917_173418.jpg, 20260917_173519.jpg, 20260917_182510.jpg, 20260917_182520.jpg