CompTIA Analyst Prep

CompTIA Security+ SY0-701 Study Guide: Security Fundamentals and Identity Management

Course section: Security Fundamentals and Identity Management Estimated course time: 8 hours Coverage: 5 modules, 75 practice questions Purpose: Full exam-focused study notes for this Security+ course section. This is original study material, not a transcript, Coursera quiz copy, or real CompTIA exam content.

How To Use This Guide

  1. Read one module at a time.
  2. Memorize the high-yield anchors first.
  3. Work through the module details and lab notes.
  4. Take the matching practice-question bank.
  5. Review missed questions by returning to the named section.
  6. Retest until you can score at least 85%, with 90% or better as the comfort target.

Exam Context

High-Yield Memory Anchors

Course Map

  1. Getting Started with CompTIA Security+ (SY0-701) - Security+ is an applied security exam. It rewards candidates who can choose a control, process, or tool for a scenario rather than merely reciting definitions. Treat each topic as a decision point: what asset is at risk, what threat is active, what control reduces the risk, and what evidence proves the control worked?
  2. Risk Management - Risk management connects technical security to business outcomes. A vulnerability is not automatically the top priority; priority depends on asset value, exposure, likelihood, impact, existing controls, compliance requirements, and business tolerance.
  3. Foundations of Cryptography - Cryptography protects confidentiality, integrity, authentication, and non-repudiation when implemented correctly. The exam usually tests which cryptographic tool fits the job and what can go wrong when keys, algorithms, or protocols are weak.
  4. Physical Security - Physical access often bypasses logical controls. Security+ expects you to connect facilities controls, environmental protections, and hardware threats to confidentiality, integrity, and availability.
  5. Identity and Account Management - Identity is the control plane for modern security. The exam expects you to distinguish identification, authentication, authorization, and accounting, then apply MFA, federation, account lifecycle, and network authentication to realistic access problems.

Study Notes

Getting Started with CompTIA Security+ (SY0-701)

Big Picture

Security+ is an applied security exam. It rewards candidates who can choose a control, process, or tool for a scenario rather than merely reciting definitions. Treat each topic as a decision point: what asset is at risk, what threat is active, what control reduces the risk, and what evidence proves the control worked?

Must Know

Exam strategy

Read the final sentence first when a question is long. Identify whether it asks for a technology, governance action, detection clue, or response step. Eliminate answers that are true but do not answer the scenario.

PBQ mindset

Performance-based items usually test process and architecture: place controls, interpret logs, match ports/protocols, order response steps, or classify data and access. Even when practicing with multiple-choice items, think through the action you would take in a lab.

Readiness target

Use 85% as the minimum local practice pass because the real exam is scaled and includes PBQs. Use 90% or better across several randomized attempts before treating the result as an exam-ready comfort signal.

Hands-On Practice

Exam Traps

Quick Self-Check

Risk Management

Big Picture

Risk management connects technical security to business outcomes. A vulnerability is not automatically the top priority; priority depends on asset value, exposure, likelihood, impact, existing controls, compliance requirements, and business tolerance.

Must Know

CIA triad

Confidentiality limits unauthorized disclosure, integrity limits unauthorized or accidental alteration, and availability keeps systems and data accessible when needed. Many questions hide the CIA property inside a scenario: ransomware often affects availability first, tampering affects integrity, and leaked records affect confidentiality.

Threat actors

Actors vary by motivation and capability. Nation-states tend to have funding and patience; organized crime seeks profit; insiders have trusted access; hacktivists seek influence; unskilled attackers often rely on existing tools; shadow IT creates unmanaged exposure even without malicious intent.

Threat intelligence

Threat intelligence can be strategic, tactical, operational, or technical. Indicators of compromise are useful, but context matters: a hash, IP, or domain should feed detection, blocking, hunting, or awareness only after validation.

Controls

Preventive controls stop or reduce events before they occur. Detective controls identify events. Corrective controls restore normal operation. Deterrent controls discourage behavior. Compensating controls are alternatives when the preferred control is not practical.

Quantitative risk

Know SLE, ARO, and ALE conceptually. Single loss expectancy estimates one event; annualized rate of occurrence estimates frequency; annualized loss expectancy estimates yearly impact.

Qualitative risk

Qualitative ranking uses labels such as low, medium, and high. It is faster and common when exact numbers are unavailable, but it must still be consistent and documented.

Data lifecycle

Creation, classification, storage, usage, sharing, retention, archiving, and destruction all need controls. Classification drives handling: public, internal, confidential, restricted, regulated, or other local labels.

Data destruction

Match the destruction method to the medium and sensitivity. Wiping overwrites, cryptographic erase destroys keys, degaussing affects magnetic media, shredding or pulverizing physically destroys media, and certificates of destruction support audit evidence.

Hands-On Practice

Exam Traps

Quick Self-Check

Foundations of Cryptography

Big Picture

Cryptography protects confidentiality, integrity, authentication, and non-repudiation when implemented correctly. The exam usually tests which cryptographic tool fits the job and what can go wrong when keys, algorithms, or protocols are weak.

Must Know

Hashing

A hash produces a fixed-length digest. It should be one-way and collision-resistant for security uses. Hashes verify integrity, but a bare fast hash is not enough for password storage. Password storage needs salts and slow/adaptive algorithms.

Symmetric encryption

Symmetric encryption uses the same secret to encrypt and decrypt. It is efficient for files, disks, databases, VPN payloads, and bulk data. The main challenge is securely sharing and protecting the secret key.

Asymmetric encryption

Asymmetric systems use public and private keys. They are useful for key exchange, signatures, certificates, and authentication. They are slower than symmetric encryption, so real protocols often use asymmetric methods to establish symmetric session keys.

Digital signatures

A signature is created with a private key and verified with the public key. It supports integrity, origin authentication, and non-repudiation when the private key is protected.

Certificates and trust

Certificates bind identity information to public keys. Trust depends on certificate authorities, expiration, revocation, subject/SAN matching, and correct chain validation.

Password cracking

Offline cracking becomes easier when password hashes are stolen and are unsalted or computed with fast algorithms. MFA, lockout, rate limiting, salted slow hashing, and password managers all reduce different parts of password risk.

SSH public key authentication

The server stores the public key. The user protects the private key. A passphrase on the private key protects it if the key file is stolen.

Hands-On Practice

Exam Traps

Quick Self-Check

Physical Security

Big Picture

Physical access often bypasses logical controls. Security+ expects you to connect facilities controls, environmental protections, and hardware threats to confidentiality, integrity, and availability.

Must Know

Layered facility controls

A secure facility usually layers perimeter controls, reception controls, access badges, mantraps, locked rooms, racks or cages, cameras, and logs. No single control is enough for high-value equipment.

Environmental availability

Temperature, humidity, smoke, fire, water, and unstable power can become security issues because they affect availability and safety. UPS devices cover short outages; generators support longer outages; fire suppression should match the environment.

Physical audit evidence

Visitor logs, badge records, camera footage, maintenance records, and rack access records can support investigations and compliance reviews.

Hardware keyloggers and malicious peripherals

A hardware keylogger between a keyboard and workstation can capture credentials. Malicious USB devices can emulate keyboards or network adapters. Port control and user awareness matter.

Hands-On Practice

Exam Traps

Quick Self-Check

Identity and Account Management

Big Picture

Identity is the control plane for modern security. The exam expects you to distinguish identification, authentication, authorization, and accounting, then apply MFA, federation, account lifecycle, and network authentication to realistic access problems.

Must Know

AAA and IAM

Identification is the identity claim, authentication verifies it, authorization grants or denies access, and accounting records activity. A user may authenticate successfully and still be denied access because authorization fails.

MFA

True MFA uses different factor categories. Password plus PIN is still one category. Password plus authenticator app or hardware token uses two categories. Biometrics are convenient but require secure template storage and fallback planning.

Access control schemes

DAC is owner controlled, MAC is label and policy controlled, RBAC maps access to job roles, ABAC uses attributes such as user, resource, action, device, and location, and rule-based systems apply defined conditions.

Least privilege and separation of duties

Users should receive only the access needed for their role. Sensitive processes may require two people or separate roles to prevent fraud or mistakes.

Account lifecycle

Provisioning, modification, review, suspension, and deprovisioning should tie to HR and management processes. Dormant accounts, shared accounts, and unmanaged service accounts create investigation and privilege risk.

Network authentication

802.1X, EAP, RADIUS, TACACS+, Kerberos, and certificates can control network or service access. Know the purpose more than vendor syntax.

Federation and SSO

Federation lets an identity provider assert identity to service providers. SSO improves user experience and centralizes control, but it increases the importance of protecting the identity provider.

Hands-On Practice

Exam Traps

Quick Self-Check

Final Review Checklist

Deep Review Tables

Risk And Governance Terms

TermWhat To RememberScenario Cue
AssetAnything valuable to the organizationProtect customer records, servers, source code, identities, or facilities
ThreatA possible cause of harmInsider, ransomware group, power failure, storm, misconfiguration
VulnerabilityA weakness that can be exploitedMissing patch, weak password, exposed admin port, default credential
LikelihoodChance the event will occurInternet exposure, active exploitation, frequent incidents
ImpactBusiness harm if it occursDowntime, fines, data loss, safety, reputation
Inherent riskRisk before additional controlsBaseline exposure before mitigation
Residual riskRisk left after controlsWhat management accepts or treats further
Risk appetiteAmount of risk leadership is willing to acceptDetermines whether residual risk is acceptable

Control Classification Drill

ControlTypeFunctionWhy It Matters
Security policyManagerialDirectiveSets expected behavior and accountability
Firewall ruleTechnicalPreventiveBlocks or permits network traffic by policy
SIEM alertTechnicalDetectiveIdentifies suspicious activity for response
Backup restoreOperational/technicalCorrectiveRestores service after failure or attack
Security cameraPhysicalDetective/deterrentRecords or discourages physical access
Guard at entrancePhysical/operationalPreventive/deterrentChallenges unauthorized entry
Cyber insuranceManagerialCompensating/transferTransfers some financial exposure
Tabletop exerciseOperationalCorrective/preparatoryImproves future response capability

Cryptography Decision Guide

NeedBest FitWatch For
Verify file did not changeHashHash alone does not prove who created the file
Encrypt a diskSymmetric encryptionKey recovery and boot authentication matter
Establish trust for HTTPSCertificate and PKIExpiration, revocation, hostname mismatch
Prove software publisherDigital signatureProtect private signing key
Store passwordsSalted slow password hashingAvoid fast unsalted hashes
Remote Linux authenticationSSH key pairProtect the private key with permissions and passphrase

Identity Decision Guide

ScenarioBest ConceptWhy
User enters a usernameIdentificationThe user is claiming an identity
User provides password and tokenAuthentication/MFAThe system verifies identity using multiple factor categories
User is denied payroll access after loginAuthorizationPermission decision occurs after authentication
Admin action is loggedAccountingActivity is recorded for audit and investigation
Access based on job roleRBACPermissions map to roles
Access based on user, device, location, and data labelABACMultiple attributes drive the decision
One login grants SaaS accessFederation/SSOIdentity provider asserts identity to service providers

Scenario Drills

  1. A finance server stores sensitive records and is missing a critical patch, but it is not internet-facing. A public test server is internet-facing and has a medium vulnerability. Which is higher priority? The answer depends on impact, exposure, exploitability, and business context. Do not rank by severity label alone.
  2. A user can sign in but cannot access a folder. This is not an authentication failure; it is authorization.
  3. A web download has a published SHA-256 hash. Use it to verify integrity, not confidentiality.
  4. A company keeps old backup tapes. Choose destruction by sensitivity and medium; do not assume deletion or formatting is enough.
  5. A camera catches tailgating after the fact. The camera is detective; a mantrap or guard is more preventive.