COMPTIA SECURITY+ SY0-701 STUDY TOPIC

Incident response vs business continuity vs disaster recovery: choose the correct plan.

A ransomware event can activate all three disciplines, but each has a different objective, owner and success measure. Learn the response sequence, recovery metrics, testing methods and evidence-preserving decisions Security+ scenarios require.

Updated 19 August 2026 · Original ITCertPath learning resource

Start with the outcome the organization needs now

1Security event

Determine scope, stop malicious activity, remove the cause, preserve evidence and restore safely.

2Business disruption

Keep essential services, people, communications and suppliers functioning during the crisis.

3Technology outage

Recover systems and data at an alternate capability within approved time and data-loss targets.

4Improvement

Test assumptions, document results and change controls so the next response is faster and safer.

Security+ decision rule

Contain and eradicate a cyberattack: incident response plan. Maintain critical business operations: business continuity plan. Restore IT systems and data: disaster recovery plan. One major incident can activate all three.

The plans coordinate but are not interchangeable. Security may isolate a compromised network to contain an attacker while continuity leaders move customer support to an alternate process and the recovery team prepares clean infrastructure. The shared incident commander must balance safety, evidence, business priorities and recovery objectives.

The Security+ incident response process

PhasePrimary questionTypical actionsCommon error
PreparationAre people, tools and authority ready?Plans, playbooks, contacts, logging, backups, training and exercisesWaiting for an incident before defining roles or evidence procedures
DetectionWhat signal indicates a possible incident?Alerts, reports, anomaly identification and initial triageCalling every low-confidence event a confirmed breach
AnalysisWhat happened, when, where and how far?Validate indicators, scope assets and accounts, establish timeline and severityChanging affected systems before collecting volatile evidence
ContainmentHow do we limit further damage?Isolate hosts, disable accounts, block indicators and protect critical servicesErasing systems before understanding scope
EradicationHow do we remove the cause and persistence?Remove malware, close exploited paths, patch, rotate secrets and rebuild where neededRestoring service while the root cause remains
RecoveryHow do we return trusted services safely?Restore clean systems, validate controls, monitor closely and stage reconnectionConfusing “server started” with “service is trustworthy”
Lessons learnedWhat should change?After-action review, root-cause analysis, metrics, control and playbook updatesBlaming individuals instead of improving the system

Phases can overlap. Analysts may discover another compromised account during recovery and return to analysis and containment. On the exam, choose the best next action from the evidence given. If the incident is only suspected, validate and scope it. If malicious activity is confirmed and spreading, containment usually takes priority over routine restoration.

Containment is not eradication

Disconnecting an infected endpoint or disabling a compromised identity limits harm; it does not remove malware, persistence, stolen credentials or the exploited vulnerability. Eradication addresses those causes. Recovery then restores the service from a trusted state and monitors for recurrence.

Root-cause analysis and threat hunting

Root-cause analysis asks why the incident could occur and why controls failed, not only which alert fired. Threat hunting proactively searches for related or hidden adversary activity based on hypotheses and available telemetry. Both can send the team back to broaden scope before declaring recovery complete.

Business continuity and disaster recovery solve different scopes

A business continuity plan (BCP) addresses the organization's ability to continue critical functions through disruption. It includes people, facilities, communications, suppliers, legal obligations, customer processes and alternate working methods. A manual order-taking procedure or alternate call center can be a continuity control even when the primary application remains offline.

A disaster recovery plan (DRP) focuses on restoring information systems, infrastructure and data. It documents recovery order, dependencies, backups, alternate processing capability, network and identity configuration, validation, failback and technical contacts. DR supports business continuity but does not replace the broader business plan.

PlanPrimary objectiveTypical ownerSuccess evidence
Incident responseLimit security impact and return to a trusted stateSecurity operations and incident commandThreat contained, cause removed, evidence preserved and monitored recovery
Business continuityKeep priority business functions operatingBusiness leadership and continuity coordinatorsCritical services meet acceptable operating levels during disruption
Disaster recoveryRestore technology and dataInfrastructure, application and recovery teamsSystems restored within RTO and data recovered within RPO
Crisis communicationDeliver accurate, authorized informationLeadership, communications, legal and regulatory teamsStakeholders receive timely messages through approved channels

A business impact analysis (BIA) identifies essential functions, dependencies, impacts and recovery priorities. It provides the business justification for recovery targets. The most technically interesting system is not always the first system to restore; recovery order should follow approved business impact and dependency analysis.

RTO, RPO, MTTR and MTBF answer different questions

RTO · recovery time objective

The target elapsed time to restore a function or service after disruption. It drives recovery design and prioritization.

RPO · recovery point objective

The maximum acceptable data-loss window. It drives backup, snapshot, journaling or replication frequency.

MTTR · mean time to repair

The average time required to repair and restore a failed component or service. It is an observed reliability measure, not the same as a business target.

MTBF, mean time between failures, describes the average operating time between repairable failures. A design can have a long MTBF but an unacceptable MTTR when it does fail. RTO and RPO are objectives selected from business needs; MTTR and MTBF are measurements derived from operational history.

Example

An RTO of two hours means the service should be restored within two hours. An RPO of fifteen minutes means recovery data should be no more than fifteen minutes older than the disruption. A nightly backup cannot satisfy a fifteen-minute RPO without another protection mechanism.

Targets must be feasible together. A very short RTO with a very small RPO typically requires preconfigured infrastructure, automated failover, frequent replication, tested runbooks and sufficient staff and network capacity. Stating a target does not create the capability to meet it.

Choose the exercise that provides the required assurance

MethodWhat participants doBest useDisruption and assurance
TabletopDiscuss decisions, roles and handoffs for a scenarioFind unclear authority, contact and process gapsLow disruption; limited technical proof
SimulationRespond to realistic injects and operational conditionsTest coordinated people, process and technology behaviorModerate control; stronger behavioral evidence
Failover testTransfer service to a secondary capabilityValidate technical recovery, dependencies and runbooksCan carry operational risk; strong recovery evidence
Parallel processingRun primary and recovery systems together and compare resultsValidate capacity and output without immediately replacing productionHigher cost; strong functional evidence

Every exercise needs objectives, scope, participants, safety constraints, success criteria and an after-action process. A tabletop that finds an outdated escalation list is successful if the organization fixes it. A failover exercise that only proves VMs can start is incomplete if DNS, identity, data consistency and application validation were not included.

Training teaches participants how to perform their roles. Testing measures whether the plan, people and technology work under defined conditions. Both belong in preparation, and lessons from each should update plans before the next incident.

Worked scenario: ransomware disrupts the order platform

Situation: EDR reports encryption behavior on an application server. Several user accounts show suspicious sign-ins, and customer orders have stopped. The organization has replicated systems and backups, but the attack scope is unknown.

01 · INCIDENT RESPONSE

Validate and contain

Declare the incident under the approved threshold, isolate affected hosts, disable compromised access, preserve volatile and log evidence, scope related identities and block known indicators.

02 · BUSINESS CONTINUITY

Keep priority work moving

Activate approved manual or alternate order procedures, communicate capacity and limitations, coordinate suppliers and give staff verified instructions.

03 · DISASTER RECOVERY

Prepare trusted restoration

Select recovery points from before compromise, rebuild clean infrastructure, rotate credentials, validate dependencies and restore according to business priority.

The team should not immediately fail over a continuously replicated environment if it may contain the same malware or encrypted data. First determine whether the secondary environment and recovery point are trustworthy. Containment prevents additional spread; eradication removes persistence and compromised access; recovery restores validated service.

  1. Preserve evidence before destructive action. Collect required volatile data, timestamps, alerts and system evidence according to procedures and legal needs.
  2. Scope identities and dependencies. The encrypted server may be an effect, while the initial access and persistence exist elsewhere.
  3. Choose a clean recovery point. RPO does not mean “use the newest copy” when the newest copy is compromised.
  4. Restore in dependency order. Identity, network, databases, applications and external integrations must be validated as a system.
  5. Monitor the recovery. Heightened logging and threat hunting look for recurrence before full reconnection.
  6. Run lessons learned. Update segmentation, backups, detection, access controls, playbooks and training based on evidence.

Illustrative learning scenario—not a customer incident or claim about a production environment.

Production-style failure: the recovery site starts but the service does not work

  • Check dependency order: identity, DNS, certificates, secrets, databases, messaging and third-party services may be missing or restored in the wrong sequence.
  • Check recovery data: confirm integrity, consistency and that the selected point predates corruption or compromise.
  • Check network controls: routes, firewall rules, load balancers, remote access and allowlists often differ at the alternate site.
  • Check capacity: a recovery platform can start successfully but lack compute, storage, licensing or bandwidth for production demand.
  • Check application validation: process running, port open and health probe passing do not prove transactions complete correctly.
  • Check security state: rotate exposed credentials, close the exploited path and validate endpoint controls before reconnecting.
  • Check runbook evidence: record actual restore duration and data loss, then compare them with RTO and RPO instead of assuming success.

Production-style failure: containment destroyed useful evidence

Preparation should define evidence priorities and authority before responders act. If immediate isolation is required, prefer the least destructive action that stops spread while preserving collection options. Document who performed each action, when, why and on which asset. Maintain chain-of-custody records when evidence may support legal, regulatory or disciplinary processes. Recovery urgency does not remove evidence obligations.

Common Security+ exam mistakes

  • Choosing disaster recovery when the immediate need is to contain active malicious behavior.
  • Treating business continuity as only an IT backup plan.
  • Restoring systems before eradicating malware, persistence or stolen credentials.
  • Calling isolation eradication.
  • Choosing the newest backup without checking whether it contains the compromise.
  • Confusing RTO, a time-to-restore target, with RPO, an acceptable data-loss window.
  • Confusing MTTR and MTBF measurements with RTO and RPO objectives.
  • Assuming a tabletop exercise proves technical failover works.
  • Performing destructive containment before preserving required evidence.
  • Skipping lessons learned after service returns.
  • Failing to update plans after a test exposes gaps.
  • Restoring applications without their identity, DNS, data and network dependencies.

Frequently asked questions

What is the difference between incident response and disaster recovery?

Incident response detects, analyzes, contains, eradicates and recovers from a security incident while preserving evidence and improving defenses. Disaster recovery restores technology, systems and data after a disruptive event so required services can resume within recovery objectives.

How is business continuity different from disaster recovery?

Business continuity is broader: it keeps critical business functions operating during and after disruption, including people, facilities, suppliers, communications and manual workarounds. Disaster recovery is the technology-focused recovery component within the wider continuity program.

What is the correct Security+ incident response order?

The SY0-701 objectives present preparation, detection, analysis, containment, eradication, recovery and lessons learned. In practice phases can overlap, but scenario questions usually expect the response that fits the current phase without destroying evidence or expanding impact.

What is the difference between RTO and RPO?

Recovery time objective (RTO) is the target duration for restoring a service after disruption. Recovery point objective (RPO) is the maximum acceptable data-loss window measured backward from the disruption. A four-hour RPO requires recovery data no more than four hours old.

What is the difference between a tabletop exercise and a simulation?

A tabletop exercise is a discussion-based walkthrough in which participants explain decisions and responsibilities for a scenario. A simulation introduces more realistic operational conditions and actions to test how people, processes and technology respond.

Official references

Confirm the active exam and objectives on the official CompTIA Security+ page. For current incident-response risk-management guidance, use NIST SP 800-61 Rev. 3. For contingency planning, BIA and recovery-plan relationships, use NIST SP 800-34 Rev. 1. ITCertPath provides original learning content and does not reproduce confidential exam questions.