CompTIA Analyst Prep

CompTIA Security+ SY0-701 Study Guide: Advanced Security Strategies and Incident Response

Course section: Advanced Security Strategies and Incident Response Estimated course time: 10 hours Coverage: 6 modules, 90 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. Securing Virtual and Cloud Environments - Virtualization and cloud change where controls live, not whether controls are needed. Security+ expects you to understand cloud models, shared responsibility, public server defense, segmentation, resilience, and container/VM risk.
  2. Securing Dedicated and Mobile Systems - Dedicated systems, IoT, ICS, embedded devices, and mobile devices often cannot be secured like ordinary servers. The exam expects compensating controls, segmentation, policy, and lifecycle thinking.
  3. Secure Protocols and Applications - Application security ties protocols, coding, configuration, and testing together. Security+ does not expect you to be a senior developer, but it does expect you to recognize common web and protocol risks and choose secure alternatives.
  4. Testing Infrastructure - Testing finds weaknesses before attackers do, but different tests answer different questions. Security+ focuses on authorization, scope, tool purpose, and the difference between scanning, assessment, and exploitation.
  5. Business Security Impact - Security programs are judged by business outcomes. This module connects controls, audits, third parties, data roles, change management, automation, and frameworks to resilience and accountability.
  6. Dealing with Incidents - Incident response is a process, not a panic button. The exam expects the correct next step, evidence handling, communication, containment strategy, recovery planning, and lessons learned.

Study Notes

Securing Virtual and Cloud Environments

Big Picture

Virtualization and cloud change where controls live, not whether controls are needed. Security+ expects you to understand cloud models, shared responsibility, public server defense, segmentation, resilience, and container/VM risk.

Must Know

Public server defense

Internet-facing systems need hardened images, minimal services, patched software, restricted management, logging, WAF or reverse proxy where appropriate, segmentation, and monitoring. Management ports should not be open to the world.

DDoS mitigation

DDoS defense may require upstream filtering, CDN, scrubbing providers, Anycast, rate limiting, autoscaling, caching, and resilient architecture. A local host firewall cannot absorb large upstream floods.

Hypervisors and VMs

Type 1 hypervisors run directly on hardware; type 2 hypervisors run on a host OS. Risks include VM escape, snapshot exposure, sprawl, insecure templates, and management-plane compromise.

Containers

Containers package applications and dependencies while sharing the host kernel. Security requires trusted base images, vulnerability scanning, minimal privileges, secrets management, runtime policy, and patching.

Cloud deployment models

Public cloud uses provider infrastructure, private cloud is dedicated to one organization, hybrid combines environments, community cloud serves shared requirements, and multicloud uses multiple providers.

Cloud service models

IaaS gives the customer more control and responsibility for OS and apps. PaaS shifts platform management to the provider. SaaS leaves the customer mainly responsible for identity, data, configuration, and usage policy.

Shared responsibility

The provider secures the cloud; the customer secures what they put in and configure. The exact line moves by service model. Misunderstanding this line is a common cause of cloud breaches.

SDN and virtual networks

Software-defined networking uses controllers and policy to manage virtual routing, segmentation, and security groups. Protect the control plane and audit changes.

Hands-On Practice

Exam Traps

Quick Self-Check

Securing Dedicated and Mobile Systems

Big Picture

Dedicated systems, IoT, ICS, embedded devices, and mobile devices often cannot be secured like ordinary servers. The exam expects compensating controls, segmentation, policy, and lifecycle thinking.

Must Know

Embedded and IoT systems

These devices may have weak defaults, limited patching, long lifecycles, and minimal logging. Change default credentials, update firmware, segment networks, restrict outbound access, and monitor behavior.

ICS and SCADA

Industrial systems control physical processes, so safety and availability are central. Patch windows may be limited, and changes require testing. Segmentation, jump hosts, vendor access control, backups, and monitoring are key.

Mobile devices

Mobile devices combine endpoint, identity, network, and physical risks. Controls include encryption, lock screens, biometrics, MDM/UEM, app allow/deny lists, remote wipe, OS updates, and separation of personal/corporate data.

BYOD

Bring-your-own-device programs require clear acceptable use, privacy boundaries, support expectations, minimum security controls, data ownership, and offboarding procedures.

Dedicated-purpose devices

Printers, cameras, kiosks, medical devices, and building systems often hold credentials or network access. Treat them as managed assets, not background appliances.

Hands-On Practice

Exam Traps

Quick Self-Check

Secure Protocols and Applications

Big Picture

Application security ties protocols, coding, configuration, and testing together. Security+ does not expect you to be a senior developer, but it does expect you to recognize common web and protocol risks and choose secure alternatives.

Must Know

DNS security

DNS can be abused through poisoning, tunneling, typo-squatting, malicious domains, and weak resolver configuration. DNSSEC validates integrity of DNS data but does not encrypt web content. DNS filtering and logging support detection.

Secure transfer

FTP sends credentials and data in clear text. SFTP uses SSH, FTPS uses TLS, and HTTPS can support secure uploads/downloads. Choose the protocol that fits the system and security requirements.

Secure email

SPF authorizes sending sources, DKIM signs messages, and DMARC tells receivers how to handle mail that fails alignment. These controls reduce spoofing but do not eliminate phishing.

XSS

Cross-site scripting executes attacker-controlled script in a user browser. Stored XSS persists in the application, reflected XSS comes from a request, and DOM XSS occurs in client-side processing. Output encoding, validation, and safe frameworks help.

CSRF

Cross-site request forgery tricks an authenticated browser into sending unwanted actions. Anti-CSRF tokens, SameSite cookies, reauthentication for sensitive actions, and proper methods reduce risk.

Injection and access control

Injection sends untrusted data into an interpreter. Broken access control allows users to do what they should not. Parameterized queries, server-side authorization checks, and secure design are essential.

OWASP Top 10

Use the Top 10 to structure review: broken access control, cryptographic failures, injection, insecure design, misconfiguration, vulnerable components, auth failures, integrity failures, logging/monitoring failures, and SSRF.

Hands-On Practice

Exam Traps

Quick Self-Check

Testing Infrastructure

Big Picture

Testing finds weaknesses before attackers do, but different tests answer different questions. Security+ focuses on authorization, scope, tool purpose, and the difference between scanning, assessment, and exploitation.

Must Know

Vulnerability scanning

Scanning identifies known vulnerabilities and misconfigurations. Authenticated scans usually find more accurate host-level issues. Scans can be noisy and may affect fragile systems, so schedule and scope matter.

Vulnerability assessment

Assessment interprets scan findings, business context, exposure, exploitability, and remediation priority. It turns raw findings into a plan.

Penetration testing

Pen testing validates exploitability and impact within rules of engagement. It should produce findings, evidence, risk, reproduction steps, and remediation guidance.

Metasploit and exploit frameworks

Exploit frameworks can validate risk in authorized environments. They can also cause damage if used outside scope or against fragile systems.

Social engineering testing

Phishing, pretexting, tailgating, baiting, and impersonation tests require careful approval, legal review, safety limits, and user support plans.

Reporting

Good reports separate executive summary, technical evidence, affected assets, severity, business risk, remediation, and retest status.

Hands-On Practice

Exam Traps

Quick Self-Check

Business Security Impact

Big Picture

Security programs are judged by business outcomes. This module connects controls, audits, third parties, data roles, change management, automation, and frameworks to resilience and accountability.

Must Know

Business impact analysis

BIA identifies critical processes, dependencies, maximum tolerable downtime, RTO, RPO, staffing needs, and recovery priorities. It informs business continuity and disaster recovery planning.

Data types and roles

Regulated, confidential, private, intellectual property, financial, health, and authentication data need different handling. Data owners decide classification and use; custodians implement controls; processors handle data under instructions.

Personnel risk and policies

Background checks, onboarding, acceptable use, least privilege, separation of duties, mandatory vacation, termination procedures, and awareness training all reduce people-related risk.

Audits and assessments

Internal audits prepare and improve. External audits provide independent assurance. Attestation documents can show compliance or control posture to stakeholders.

Third-party risk

Vendors can introduce operational, legal, privacy, and supply-chain risk. Evaluate security before onboarding, write requirements into contracts, monitor performance, and plan exit strategies.

Change management

Requests, risk review, testing, approval, scheduling, communication, rollback plans, and documentation reduce outage and security risk. Emergency changes still need after-the-fact review.

Automation and orchestration

Automation performs tasks; orchestration coordinates multiple tools and steps. SOAR-style playbooks can enrich alerts, isolate hosts, block indicators, open tickets, and notify responders.

NIST frameworks

NIST guidance helps structure risk management, cybersecurity program maturity, privacy, incident response, and control selection. Know why frameworks exist more than exact publication numbers.

Hands-On Practice

Exam Traps

Quick Self-Check

Dealing with Incidents

Big Picture

Incident response is a process, not a panic button. The exam expects the correct next step, evidence handling, communication, containment strategy, recovery planning, and lessons learned.

Must Know

Incident response plan

An IRP defines roles, severity, communication, escalation, legal involvement, evidence handling, containment options, eradication, recovery, and post-incident review. It should exist before an incident.

Detection and analysis

Alerts, logs, user reports, EDR, SIEM, network telemetry, and threat intelligence help confirm incidents. Analysts must distinguish true positives, false positives, scope, and impact.

Containment

Containment limits damage while preserving evidence and business function. Options include isolating hosts, disabling accounts, blocking indicators, segmenting networks, or taking systems offline. The best action depends on impact and volatility.

Eradication and recovery

Remove root cause, patch vulnerabilities, rotate credentials, rebuild compromised systems when needed, restore clean data, monitor for recurrence, and validate normal operation.

Digital forensics

Preserve evidence, document chain of custody, hash images, avoid altering originals, collect volatile data when appropriate, and record who handled evidence and when.

Cyber Kill Chain

Mapping activity to attacker stages helps defenders identify earlier detection and disruption points. It is a model, not a perfect timeline for every attack.

Business continuity and alternate sites

Hot sites are ready fastest and cost most. Warm sites need some setup. Cold sites require the most setup and time. Choose based on BIA and budget.

Backups

Backups should meet RPO/RTO, include offline or immutable copies for ransomware resilience, and be tested. Untested backups are assumptions, not recovery capability.

Lessons learned

After-action reviews identify control gaps, communication issues, detection improvements, training needs, and policy/process changes.

Hands-On Practice

Exam Traps

Quick Self-Check

Final Review Checklist

Deep Review Tables

Cloud Responsibility Guide

Service ModelProvider Usually HandlesCustomer Usually Handles
IaaSPhysical data center, hardware, virtualization layerGuest OS, apps, data, IAM, firewall/security groups, patches inside VM
PaaSRuntime platform, managed OS/platform componentsApplication code, data, IAM, configuration, secrets
SaaSApplication platform and infrastructureUsers, data, access policy, tenant configuration, monitoring available logs

Cloud And Virtualization Risk Table

RiskWhy It MattersMitigation
Public storage exposureData can leak without exploiting a serverLeast privilege, private defaults, scanning, alerts
Overly permissive security groupsPublic services become reachableRestrict source, ports, and management access
Exposed cloud keysAttackers can control resourcesSecrets manager, rotation, no hardcoding
VM sprawlUntracked systems miss patches and monitoringInventory, tagging, lifecycle policy
Insecure container imageVulnerabilities or malicious code enter productionTrusted registry, image scanning, minimal base images
Weak management plane securityControl plane compromise affects many assetsMFA, least privilege, logging, conditional access

Incident Response Action Table

PhaseGoalTypical Actions
PreparationBe ready before the eventPlans, roles, tools, logging, training, tabletop exercises
Detection and analysisConfirm and scopeTriage alerts, collect evidence, identify affected assets
ContainmentLimit damageIsolate hosts, disable accounts, block indicators, segment networks
EradicationRemove root causePatch, remove malware, rotate credentials, close persistence
RecoveryRestore service safelyRebuild, restore clean data, validate function, monitor recurrence
Lessons learnedImproveAfter-action review, update controls, improve detection and training

Forensics Evidence Checklist

Evidence NeedGood PracticeReason
Preserve integrityHash images and collected filesProves evidence did not change
Track handlingChain of custody formShows who handled evidence and when
Avoid altering originalsWork from copies when possiblePreserves admissibility and reliability
Collect volatile dataCapture memory/network state when neededSome evidence disappears after shutdown
Document timeRecord time zones and system clock issuesSupports event reconstruction
Secure storageRestrict evidence accessMaintains confidentiality and integrity

Business Continuity Choices

RequirementLikely ChoiceTradeoff
Fastest alternate processingHot siteHighest cost, fastest recovery
Moderate recovery timeWarm siteSome setup required
Lowest cost standbyCold siteSlowest recovery
Low data loss toleranceFrequent replication/backupsMore cost and complexity
Ransomware resilienceOffline or immutable backupsMust still test restoration

Scenario Drills

  1. A SaaS breach occurs because an admin disabled MFA and made storage public. The provider may run the platform, but customer configuration remains the customer responsibility.
  2. A vulnerable container image is deployed repeatedly by CI/CD. Fix the image source and pipeline scanning, not just the running container.
  3. A phishing incident is active. Disabling one account may contain immediate damage, but full response includes scope, indicators, mailbox rules, token revocation, endpoint review, and user notification.
  4. A production ICS device cannot be patched. Segment it, restrict access, monitor, and schedule tested maintenance rather than forcing an unsafe patch.
  5. A vulnerability scan report has 200 findings. Prioritize internet exposure, asset criticality, exploitability, compensating controls, and business impact.
  6. A backup exists but has never been restored. Treat recovery capability as unproven until tested.