Ad slot · leaderboard (728×90 / responsive)Manual unit, below nav — clear of every quiz tap target
Home/ CompTIA CySA+ CompTIA PenTest+/ Incident Response and Management
Free · CS0-003 · Domain 3 of 4

CompTIA CySA+ Domain 3: Incident Response and Management

20% of CS0-003
Practice — Domain 3
3.x Evidence handling during incident response

During an investigation, responders document every person who handled a seized drive, the date and time of each transfer, and the purpose of each transfer, so the evidence can be trusted in court. Which process are they maintaining?

Answer
Correct answerB · Chain of custody

Chain of custody is the process that tracks evidence through its lifecycle by documenting each handler, the date/time of each transfer, and the purpose of the transfer.

Why the other options are wrong
  • AA legal hold preserves data from deletion once litigation is anticipated; it does not, by itself, document each custodian and transfer of a physical item.
  • COrder of volatility prioritizes which evidence to collect first based on how quickly it is lost; it concerns collection sequence, not custodial documentation.
  • DWrite blocking prevents modification of source media during imaging; it protects integrity technically but does not record who handled the evidence and when.
Chain of custody = documents each evidence handler, time, and purpose of transfer (CNSSI 4009 / NIST SP 800-101r1)
3.x Evidence acquisition (order of volatility)

An incident responder needs an authoritative reference for collecting and archiving digital evidence, including the order of volatility that dictates capturing the most volatile data first. Which IETF Best Current Practice document provides this guidance?

Answer
Correct answerA · RFC 3227

RFC 3227 (BCP 55), 'Guidelines for Evidence Collection and Archiving,' provides evidence-handling guidance and defines the order of volatility for digital evidence.

Why the other options are wrong
  • BRFC 5424 specifies the syslog protocol for event-notification messages; it concerns log transport, not evidence collection or the order of volatility.
  • CRFC 1918 defines private IPv4 address ranges; it has nothing to do with digital-evidence collection or forensic order of volatility.
  • DRFC 2196 is the Site Security Handbook on general security policy; it is not the document that defines evidence collection and the order of volatility.
RFC 3227 (BCP 55) = guidelines for evidence collection/archiving incl. order of volatility (IETF)
3.1 Apply attack methodology frameworks (MITRE ATT&CK)

During an incident, responders watch the adversary deploy ransomware that encrypts files across servers and deletes backups to deny the organization access to its own data. When mapping this behavior to MITRE ATT&CK, which tactic best captures the adversary's goal here?

Answer
Correct answerC · Impact, manipulating, interrupting, or destroying systems and data

ATT&CK's Impact tactic covers manipulating, interrupting, or destroying systems and data, including Data Encrypted for Impact (ransomware) and destroying backups, exactly the observed behavior.

Why the other options are wrong
  • ACollection covers gathering data the adversary wants, not destroying or denying it; ransomware that encrypts and wipes data instead pursues the Impact tactic.
  • BExfiltration is stealing data by moving it outside the network; here the adversary denies availability by encrypting and deleting it, which ATT&CK classifies as Impact.
  • DPersistence is about keeping access across reboots and credential changes, not about denying data availability; destructive ransomware maps to the Impact tactic instead.
ATT&CK Impact tactic = manipulate/interrupt/destroy systems and data · 3.1
3.1 Apply attack methodology frameworks (MITRE ATT&CK)

A SOC analyst investigating an intrusion maps each observed adversary action to entries in MITRE ATT&CK to spot detection gaps and guide the response. Which statement best describes what ATT&CK provides for this analysis?

Answer
Correct answerA · A knowledge base of adversary tactics and techniques from real-world observations

ATT&CK is a globally accessible knowledge base of adversary tactics and techniques drawn from real-world observations, letting analysts map behavior and find detection gaps.

Why the other options are wrong
  • BA scored, ranked list of software flaws describes CVSS and the NVD, not ATT&CK, which catalogs adversary behaviors rather than rating individual vulnerabilities for patching.
  • CA feed of blocklisted IPs and hashes describes atomic indicators of compromise, whereas ATT&CK instead documents the behavioral tactics and techniques adversaries use.
  • DA certifying compliance framework audits controls; ATT&CK is a behavioral knowledge base for mapping adversary activity, not an attestation or certification standard for organizations.
MITRE ATT&CK = knowledge base of adversary TTPs from real-world observations · 3.1
3.3 Incident response lifecycle (NIST SP 800-61r3 / CSF 2.0)

An organization is restructuring its program around the current NIST SP 800-61r3 incident response life cycle model, which is organized by the CSF 2.0 Functions. Which set of Functions does the publication identify as the core incident response activities that discover, manage, contain, eradicate, and recover from incidents?

Answer
Correct answerD · Detect, Respond, and Recover

SP 800-61r3 states Detect, Respond, and Recover help organizations discover, manage, prioritize, contain, eradicate, and recover from incidents, the core incident response activities.

Why the other options are wrong
  • ASP 800-61r3 places Govern, Identify, and Protect at the preparation foundation; they help prevent and prepare for incidents rather than forming the core response activities.
  • BThis mixes preparation functions with one response function; r3 groups the core incident response activities specifically as Detect, Respond, and Recover, not this combination.
  • CProtect is a preparation function, not a core response activity; r3 names Detect, Respond, and Recover together as the functions that handle active incidents.
SP 800-61r3: Detect/Respond/Recover = core incident response Functions · 3.3
3.2 Incident response process (preparation)

Before any incident occurs, a security team documents incident response policies and playbooks, deploys logging and EDR sensors, trains responders, and runs tabletop exercises. In the incident response process, these activities belong to which phase?

Answer
Correct answerB · Preparation

Preparation means getting ready before incidents occur with policies, playbooks, instrumentation, training, and exercises, mapping to the Govern, Identify, and Protect functions in current NIST guidance.

Why the other options are wrong
  • AContainment happens during an active incident to limit its spread; documenting policies and deploying sensors beforehand is preparation, performed before any incident occurs.
  • CDetection and analysis begins once suspicious activity appears and must be validated; building the capability ahead of time is the separate preparation phase instead.
  • DPost-incident activity follows recovery to capture lessons learned; standing up tooling and training before an incident is preparation, which precedes the incident entirely.
Preparation = readiness before incidents (policies, instrumentation, training) · 3.2
3.2 Incident response process (detection and analysis)

A SIEM alert and several anomalous log entries suggest something may be wrong. The analyst's immediate task is to examine the indicators, confirm whether a cybersecurity incident has actually occurred, and determine its scope. Which incident response phase is the analyst performing?

Answer
Correct answerC · Detection and analysis

Detection and analysis is where analysts examine indicators to confirm whether a cybersecurity incident has actually occurred and determine its scope, exactly this task.

Why the other options are wrong
  • AEradication removes malware and attacker artifacts after an incident is confirmed; first determining whether an incident occurred and its scope is detection and analysis.
  • BRecovery restores systems after the threat is removed; validating indicators to confirm an incident and assess its scope happens earlier, during detection and analysis.
  • DContainment limits an already-confirmed incident's spread; the analyst here is still determining whether an incident occurred, which is the detection and analysis phase.
Detection & analysis = confirm an incident occurred and scope it · 3.2
3.2 Incident response process (containment vs eradication vs recovery)

Responders confirm an active compromise on a workstation. To stop the malware from spreading to other hosts and limit further damage while they investigate, they immediately disconnect that workstation from the network. This action is which phase of incident response?

Answer
Correct answerA · Containment, limiting the incident's spread and effects

Isolating the host to stop the malware spreading and limit damage is containment; the Respond function supports the ability to contain the effects of incidents.

Why the other options are wrong
  • BEradication removes the malware and attacker artifacts from systems; that follows containment, whereas disconnecting the host to halt spread is the containment step itself.
  • CRecovery restores systems to normal operations after the threat is gone; cutting the host off to stop spread is containment, which comes before recovery.
  • DDetection is determining that an incident has occurred; the incident is already confirmed here, and isolating the host to limit spread is containment instead.
Containment = isolate to limit spread/effects (vs eradicate/recover) · 3.2
3.3 Post-incident activity (lessons learned / root cause)

Two weeks after an incident is closed, the team holds a structured review to identify the root cause, document what went well and what failed, and update playbooks and controls so the same incident is less likely to recur. Which incident response activity is this?

Answer
Correct answerD · Post-incident activity and lessons learned

NIST r3 ties lessons learned and root cause analysis to improving risk management so future incidents are less likely, exactly this post-incident review's purpose.

Why the other options are wrong
  • AContainment limits an active incident's spread and happens during response, not weeks later; the structured review for root cause is post-incident lessons learned.
  • BDetection and triage occur at the start to confirm an incident; a retrospective review for root cause and improvement is the post-incident lessons-learned activity.
  • CEradication removes the threat from hosts during response; analyzing root cause and updating playbooks afterward to prevent recurrence is the post-incident lessons-learned activity.
Post-incident = lessons learned + root cause to improve and prevent recurrence · 3.3
3.2 Given a scenario, perform incident response activities

A responder must collect data from a powered-down laptop's solid-state drive so it can later be examined and, if needed, admitted as evidence. To preserve every sector of the drive, including unallocated space and file slack, which acquisition approach should be used?

Answer
Correct answerC · Create a bit-for-bit forensic image of the entire drive and verify it with a hash

A forensic image is a bit-for-bit reproduction of the whole device, capturing allocated and unallocated areas, and its integrity is confirmed using an accepted hashing algorithm.

Why the other options are wrong
  • ACopying selected folders through the operating system skips unallocated space, slack, and deleted artifacts and updates timestamps, so it fails to preserve every sector of the source media.
  • BExporting documents and email gathers a small logical subset and omits deleted files, slack space, and system artifacts, leaving most potentially relevant evidence uncollected from the disk.
  • DBooting the system writes to the disk, changes timestamps, and may delete artifacts, destroying evidence integrity instead of producing a faithful copy of the original media.
Forensic acquisition captures a verified bit-for-bit image preserving integrity + 3.2
3.2 Given a scenario, perform incident response activities

Before imaging a seized hard drive, an examiner must connect it to the forensic workstation in a way that guarantees the investigation itself cannot modify the original media. Which device accomplishes this?

Answer
Correct answerA · A write blocker placed between the drive and the workstation

A write blocker is a tool that prevents the connected storage media from being written to or modified, letting the examiner read the evidence without altering the original.

Why the other options are wrong
  • BA USB hub only multiplies available ports for connecting peripherals and provides no mechanism to block write commands from reaching and modifying the attached evidence drive.
  • CA RAID controller distributes data across disks for performance or redundancy and does nothing to stop the workstation from issuing writes to the original evidence media.
  • DA KVM switch shares one keyboard, video, and mouse among computers and has no role in preventing write operations to an attached evidence storage device.
A write blocker prevents writes/modification to the subject media during examination + 3.2
3.2 Given a scenario, perform incident response activities

After acquiring a forensic image, an analyst computes a SHA-256 value of the source drive and the same value of the image, then re-checks the digest before each examination session. What property does this practice establish?

Answer
Correct answerD · Integrity, providing proof the evidence has not been altered

Hash functions are used to determine whether data has changed, so matching digests of the source and image prove the evidence's integrity was preserved between acquisitions.

Why the other options are wrong
  • AHashing does not encrypt or hide the data; it produces a digest, so it provides no confidentiality and anyone holding the image can still read its full contents.
  • BA hash is a fixed-length digest computed from the data, not a compressed copy, and computing it does not shrink the image or reduce the storage it consumes.
  • CCryptographic hashing of the whole image verifies that it has not changed and does not build a searchable index of file contents or accelerate later keyword queries.
Comparing cryptographic hashes detects change and proves evidence integrity + 3.2
3.2 Given a scenario, perform incident response activities

A response team has contained a ransomware outbreak. They now remove the malware binaries, delete attacker-created accounts, and eliminate the persistence mechanisms before any host is returned to service. Which incident-response activity are they performing?

Answer
Correct answerB · Eradication

Eradication eliminates artifacts of the incident such as malicious code, attacker accounts, and persistence, removing the threat from the environment before systems are recovered to normal operation.

Why the other options are wrong
  • ARecovery restores cleaned systems to normal operations and validates functionality; it follows the removal work and is not the act of deleting malware and attacker artifacts described here.
  • CDetection and analysis confirms and scopes the incident by examining indicators; it precedes mitigation and does not involve deleting malware or removing attacker footholds from hosts.
  • DContainment limits the incident's spread, for example by isolating hosts, and the scenario states it was already done before the team began removing the malicious components.
Eradication eliminates incident artifacts; recovery restores operations afterward + 3.2
3.2 Given a scenario, perform incident response activities

During post-incident review, the team works backward from the breach to determine the underlying condition that allowed it, an unpatched internet-facing service, so the same weakness can be fixed across the estate. This structured determination of the underlying cause is best described as:

Answer
Correct answerA · Root cause analysis

Root cause analysis is a systems approach for identifying the underlying causes associated with a set of risks, here the unpatched service that ultimately enabled the breach.

Why the other options are wrong
  • BBusiness impact analysis characterizes the consequences of a disruption and sets recovery priorities; it does not work backward to find the technical condition that allowed an incident to occur.
  • CChain of custody documents the handling and control of evidence over time; it tracks who possessed evidence rather than identifying the underlying cause of the incident.
  • DThreat hunting proactively searches the environment for undetected adversary activity; it is not the retrospective analysis that pinpoints the underlying weakness behind a confirmed incident.
Root cause analysis identifies the underlying cause to drive lasting fixes + 3.2
3.3 Explain the preparation and post-incident activity phases of the incident management life cycle

An organization is formalizing who will handle incidents. Leadership wants a designated body that brings together technical responders, management, legal counsel, and communications staff with clearly assigned roles and responsibilities for incident handling. What is this body called?

Answer
Correct answerD · A computer security incident response team (CSIRT)

Incident response is supported by individuals and teams holding defined roles and responsibilities; a CSIRT is that designated cross-functional team that coordinates and carries out incident handling.

Why the other options are wrong
  • AVulnerability management identifies, prioritizes, and remediates weaknesses on an ongoing basis; it is a process area rather than the designated cross-functional team that handles declared incidents.
  • BA change advisory board reviews and approves proposed changes to production systems; it governs change risk and is not the team assembled to respond to security incidents.
  • CA budget committee allocates funding and resources for security; it has a financial governance role and does not perform the hands-on roles and responsibilities of incident handling.
IR roles and responsibilities are held by a designated cross-functional CSIRT + 3.3
3.3 Explain the preparation and post-incident activity phases of the incident management life cycle

To validate its incident response plan, an organization gathers responders, management, and legal in a conference room where a facilitator presents a simulated ransomware scenario and participants talk through their roles and decisions, without touching any production systems. Which activity is this?

Answer
Correct answerC · A tabletop exercise

A tabletop exercise is a discussion-based exercise where personnel with roles in a plan validate its content by discussing their responses to a facilitator-presented scenario.

Why the other options are wrong
  • AA full-scale failover actually cuts over to recovery infrastructure and exercises real systems; the scenario describes only a facilitated discussion, with no production or recovery systems touched.
  • BA penetration test actively attacks live systems to find exploitable weaknesses; it is hands-on technical testing, unlike the discussion-based walkthrough of the plan described in the scenario.
  • DA vulnerability scan uses tooling to enumerate weaknesses on systems; it produces technical findings and is not a facilitated discussion that validates the incident response plan.
A tabletop is a discussion-based exercise validating the plan via a scenario + 3.3
3.3 Explain the preparation and post-incident activity phases of the incident management life cycle

While writing the disaster recovery plan for a transaction database, the team agrees the business can tolerate losing at most 15 minutes of the most recent transactions if a failure forces a restore from backup. Which recovery metric does this 15-minute limit define?

Answer
Correct answerB · Recovery point objective (RPO)

RPO is the point in time to which data must be recovered after an outage, so the tolerable fifteen minutes of lost recent transactions defines the RPO.

Why the other options are wrong
  • ARTO is the length of time a system can be in the recovery phase before harming the mission; it bounds downtime duration, not the amount of recent data that may be lost.
  • CMTTR is the average time taken to repair a failed component; it describes maintenance efficiency rather than the maximum acceptable amount of data lost during an outage.
  • DMTD is the longest a process can be unavailable before unacceptable consequences; it caps total outage length and does not express the allowable quantity of lost data.
RPO is the point in time to which data must be recovered (tolerable data loss) + 3.3
3.2 Given a scenario, perform incident response activities

A SOC is handling several confirmed incidents at once and must decide which receives limited responder attention and which warrants leadership escalation. The analyst lead wants a repeatable method rather than gut feel. Which approach best supports consistent prioritization?

Answer
Correct answerB · Score each incident's impact and recoverability to set a priority level

A weighted impact-based score yields a repeatable priority level that drives triage, allocation of limited response resources, and decisions about leadership escalation, exactly as scoring systems intend.

Why the other options are wrong
  • AProcessing strictly by arrival time ignores functional and information impact, so a minor event could consume responders while a far more damaging incident waits in line.
  • CPushing raw triage decisions onto executives bypasses the analyst severity assessment, overloads leadership with detail, and provides no consistent or documented basis for ranking incidents.
  • DReporting order and originating business unit do not measure actual impact or recoverability, so this would rank incidents arbitrarily rather than by the risk they pose to the organization.
Severity scoring (functional/information impact, recoverability) yields a repeatable priority that drives triage and escalation + 3.2
3.2 Given a scenario, perform incident response activities

During a confirmed ransomware incident, the response lead needs to keep the right internal stakeholders informed and to know the threshold at which senior leadership must be engaged. The team realizes its plan is vague on this. What should the incident response plan specify?

Answer
Correct answerC · Set internal notification and escalation paths for who is told and when leadership engages

Predefined internal notification and escalation paths specify which stakeholders are told, in what sequence, and the severity threshold at which senior leadership must be engaged during response.

Why the other options are wrong
  • AIssuing external public statements at detection is an outbound disclosure decision, not the internal notification and escalation structure the team is missing, and it risks releasing unconfirmed details.
  • BRegulator filings address external compliance obligations and do not define who inside the organization is informed or when management is engaged during the active response.
  • DWithholding notification until resolution prevents timely coordination, evidence handling, and management decisions, undermining the very reporting and communication the incident response life cycle requires.
IR plans define internal notification/escalation paths (who is informed, when leadership engages) + 3.2
3.2 Given a scenario, perform incident response activities

After eradicating malware, a team has rebuilt several servers from backups and is eager to return them to production to end the outage. Following NIST CSF 2.0 Recover guidance, what must happen before these systems go live?

Answer
Correct answerD · Verify restored asset integrity, check for IoCs, and confirm normal operation

NIST CSF 2.0 directs teams to verify restored asset integrity, check for indicators of compromise and root-cause remediation, and confirm normal operating status before production use.

Why the other options are wrong
  • ARushing systems online without verification risks reintroducing a persistent threat or a misconfiguration, which is precisely what recovery validation before production is designed to prevent.
  • BBackups can be corrupted or contain malicious artifacts, so assuming integrity without checks may carry the compromise forward into the freshly restored production environment.
  • CLessons-learned documentation belongs after recovery is confirmed; closing first leaves restored systems unverified and could declare success while a foothold or defect remains.
RC.RP-05: verify restored asset integrity, check for IoCs/root cause, confirm normal status before production + 3.2
3.2 Given a scenario, perform incident response activities

In real time, an analyst watches a benign-looking process spawn PowerShell that then attempts lateral movement using stolen credentials. Nothing has been exfiltrated yet, but the behavior strongly suggests an intrusion underway. How is this behavioral signal best classified?

Answer
Correct answerA · An indicator of attack signaling an intrusion currently in progress

Indicators of attack are behavioral signs that an attack is in progress, focusing on adversary actions and intent so teams can intervene before damage is completed.

Why the other options are wrong
  • BIndicators of compromise are forensic artifacts such as hashes or malicious IPs showing a breach already occurred, whereas this scenario describes live attacker behavior unfolding now.
  • CLateral movement using stolen credentials is hostile behavior, so dismissing it as a false positive would let an active intrusion proceed unchallenged across the environment.
  • DA CVE catalogs a known vulnerability in software, not the live behavioral activity of an adversary moving through systems during an active attack sequence.
IoA = behavioral sign of an attack in progress (adversary actions/intent); IoC = artifact of a past compromise + 3.2
3.3 Explain the preparation and post-incident activity phases of the incident management life cycle

A SOC manager wants one metric that captures, on average, how long an incident exists before the team first identifies it, so the team can gauge and improve detection speed over time. Which metric fits this need?

Answer
Correct answerB · Mean time to detect, the average time a problem exists before it is found

Mean time to detect tracks the average amount of time that a problem exists before it is found, directly measuring the detection speed the manager wants.

Why the other options are wrong
  • AMean time to recovery measures how long restoration takes after a failure, which addresses the tail end of an incident rather than how quickly it was first noticed.
  • CMean time to acknowledge measures responder pickup of an already-raised alert, not the latency between when an incident begins and when the organization first detects it.
  • DMean time between failures is a reliability measure of hardware or service uptime, unrelated to how rapidly a security incident is discovered after it starts.
MTTD = average time a problem exists before it is found (detection speed); MTTR/recovery measures restoration + 3.3
3.2 Given a scenario, perform incident response activities

Counsel anticipates litigation arising from a breach and issues a legal hold covering affected systems and logs. The incident response team must preserve potential evidence so it can stand up in court. Which practice best supports admissibility?

Answer
Correct answerC · Preserve data with integrity controls and a documented chain of custody

Forensic practice preserves the integrity of the information and maintains a strict, documented chain of custody, which together support the authenticity needed for evidence to be admissible.

Why the other options are wrong
  • AAllowing normal deletion to continue under a legal hold destroys potentially relevant evidence, exposing the organization to spoliation claims and undermining any later courtroom use of that data.
  • BEditing original collected images alters the evidence and destroys its integrity, making it unreliable and likely inadmissible because the data no longer reflects its original state.
  • DUntracked storage breaks the chain of custody, so the organization cannot demonstrate the evidence was unaltered, weakening or defeating its admissibility when challenged in court.
Admissibility needs preserved data integrity + documented chain of custody under a legal/regulatory hold + 3.2
3.2 Given a scenario, perform incident response activities

A SOC is overwhelmed by repetitive phishing triage. Leadership wants to integrate the existing email gateway, threat-intel, and EDR tools and run predefined playbooks that auto-enrich and contain alerts, cutting analyst toil and response time. Which technology fits this need?

Answer
Correct answerA · A SOAR platform that orchestrates tools and runs automated response playbooks

SOAR integrates separate security tools, automates repetitive tasks, and runs playbooks that enrich and contain alerts, reducing analyst workload and shortening mean time to respond.

Why the other options are wrong
  • BA SIEM aggregates and correlates logs for detection and review but does not, by itself, orchestrate tools or execute the automated containment playbooks the SOC is asking for.
  • CSignature antivirus inspects files on endpoints and cannot coordinate multiple tools or run cross-platform response workflows, so it does not address the repetitive triage bottleneck described.
  • DTime synchronization supports accurate log correlation but has nothing to do with orchestrating tools or automating the phishing triage and containment playbooks the team wants.
SOAR orchestrates tools + automates playbooks to speed and standardize response, reducing toil and MTTR + 3.2

Want all four domains under exam conditions? Take a full CS0-003 mock →

Ad slot · in-content rectangle (336×280 / responsive)Below the quiz card, inside the article body — well clear of answer buttons

About this domain

Incident Response and Management is the domain where a CySA+ analyst proves they can act under pressure, and on the CS0-003 exam it accounts for 20% of your score. Expect scenario questions that drop you into a live intrusion and ask what to do next: an adversary is moving laterally and encrypting files, a responder must capture volatile evidence from a powered-on host, or a team has just contained malware and needs to decide the correct following phase.

The work is organized around the NIST SP 800-61 incident response life cycle — preparation, detection and analysis, containment, eradication and recovery, and post-incident activity. You will reason about the order of volatility when acquiring memory, cache, and disk; preserve a defensible chain of custody so evidence stays admissible; and map observed adversary behavior to the MITRE ATT&CK framework to anticipate the next move.

After the fire is out, the domain emphasizes learning: structured lessons-learned reviews and root-cause analysis that feed preparation and harden the program against repeat incidents. The questions below mirror that judgment-driven style so you build the decision-making the exam rewards.

What Domain 3 covers

Domain 3 quick glossary

The terms that show up most on Domain 3 questions — one line each.

ContainmentLimiting the scope and spread of an incident, isolating affected hosts before the threat can move further.
EradicationRemoving the threat — malware, accounts, and persistence — from systems after containment and before recovery.
Chain of custodyDocumented record of everyone who handled evidence, preserving its integrity and admissibility in legal proceedings.
Order of volatilityThe sequence for collecting evidence, capturing the most fleeting data (memory, cache) before stable storage.
MITRE ATT&CKA knowledge base of adversary tactics and techniques used to map observed behavior and anticipate the next move.
CSIRTComputer Security Incident Response Team — the group that coordinates and executes an organization's incident response.
RTO / RPORecovery time and recovery point objectives — how fast systems must return and how much data loss is tolerable.
Root-cause analysisPost-incident investigation that identifies the underlying cause so the same incident does not recur.

Keep going

Practice the other domains, or go deeper with the full study materials.