Cram Sheet · Weak Spots

Weak Spot Quick Reference

Pulled from the Ultimate SY0-701 Study Guide — targeted at flagged confusion points. Exam: July 31, 2026.

Access Control Models: DAC vs MAC vs RBAC vs ABAC — confused

Ask “who decides who gets access?” for each model — that single question separates all four.

ModelWho decidesBasis
DAC (Discretionary)The data ownerOwner's own judgment — flexible, weak consistency
MAC (Mandatory)The system, via fixed labelsClassification labels (Top Secret/Secret/etc.) — no user override
RBAC (Role-based)An admin, via job roleWhat role you hold (e.g., “HR Manager”)
ABAC (Attribute-based)A policy engineMultiple attributes at once (role + time + location + device)
Hook: DAC = “I own it, I decide.” MAC = “the label decides, not you.” RBAC = “your badge decides.” ABAC = “the situation decides” — this is why ABAC is the model behind Zero Trust / ZTNA policy engines, which evaluate multiple attributes per request rather than a static role.

Nation-State Actors & APT — missed

Espionage motive points to a nation-state actor. An APT (Advanced Persistent Threat) is advanced, well-funded, and persistent — that combination of traits is itself the signal for a nation-state actor, as opposed to a hacktivist (ideological/political motive) or an unskilled attacker (low sophistication, low funding).

Source: cross-referenced from the Exam Eve Cram Sheet (this topic's detail was not expanded in the original weak-spot export).

Rootkit vs Spyware — missed

A rootkit hides and persists deep in the system, typically at the kernel or boot level, to maintain long-term concealed access. Spyware's job is different: it collects and exfiltrates data (keystrokes, browsing habits, credentials) rather than focusing on staying hidden at the system level.

Source: cross-referenced from the Exam Eve Cram Sheet.

DNS Poisoning vs On-Path Attack — missed

DNS poisoning (DNS spoofing) corrupts DNS resolution so a device resolves a domain to the wrong IP. Impact scope depends on where the poisoning happens:

MethodHowImpact
Host file modificationAttacker edits the local hosts file on one device (needs local access)Single user
On-path interceptionAttacker sits mid-conversation, spoofs the reply in real timeSingle user/session
DNS server compromiseAttacker modifies records on the DNS server itselfMultiple users / org-wide

An on-path attack (formerly “man-in-the-middle”) is broader than DNS poisoning specifically: it's an attacker positioned between two parties, intercepting and relaying live traffic of any kind — DNS interception is just one way an on-path attacker can operate.

Related terms: DNS hijacking (domain hijacking) — the attacker takes control of a domain's registration itself and repoints it, affecting everyone who visits that domain. Pharming — redirects users to a fraudulent site with no user action required; the user types the correct address and still lands on the attacker's site because DNS resolution itself was corrupted.

Exam cue: Phishing tricks the user into acting. Pharming corrupts the resolution infrastructure — the user does nothing wrong. If the URL was typed correctly and still leads to a fake site, it's pharming, not phishing or typosquatting.
Source: cross-referenced from the Security+ SY0-701 Concept Review (Section 5: DNS Attacks & Domain Threats) and the Exam Eve Cram Sheet.

Security Control Categories: Managerial vs Operational — missed

CategoryDescription
TechnicalImplemented using hardware, software, and/or firmware components. Can be native or supplemental.
ManagerialSupport risk management, governance, oversight, strategic alignment, and decision making.
OperationalAligned with a process that is primarily implemented and executed by people.
PhysicalDesigned to address physical interactions. Generally related to buildings and equipment.

The Managerial/Operational split is the one that trips people up: Managerial controls are about the decision layer (policy, governance, risk strategy), while Operational controls are the people executing a process day to day. If a question describes a committee approving a policy, that's managerial; if it describes people following a procedure, that's operational.

Source: cross-referenced from the CompTIA 701 Crash Course (Sari Greene) — Control Categories (implementation).

Sorting Vulnerabilities: Root Cause, Not Surface — exam trap

Categorize vulnerabilities by their root cause — misconfiguration, missing patch, design flaw — not by the symptom they produce on the surface. Two vulnerabilities that look similar in their observed effect can have completely different root causes, and the exam tests whether you can trace back to the actual underlying issue rather than pattern-matching on the visible symptom.

Source: cross-referenced from the Exam Eve Cram Sheet.

Source: Ultimate CompTIA SY0-701 Security+ Study Guide (Miranda) — cross-referenced against Professor Messer notes and other session materials.