Most engineers think…
Security Operations is the "easy, common-sense" domain — backups, badges, and patching — so you can skim it and bank the points.
It is 13% of the exam (joint-largest with Domain 1) and the most scenario-heavy, ordering-trap domain there is: ISC2 will ask what you do FIRST in a live incident, whether you contain before you eradicate, and which volatile data you grab before pulling the plug. "Common sense" is exactly where candidates lose points — the right answer is the documented, sequence-correct one, not the intuitive one.
Security Operations is where cybersecurity stops being a diagram and becomes a 2 a.m. phone call. Domain 7 carries 13% of the CISSP exam — tied for the heaviest — and ISC2 tests it almost entirely through scenarios: a SIEM alert fires, a server is compromised, evidence must hold up in court, and the business needs to be running again by morning. This deep-dive covers the four pillars the way a manager actually lives them — Monitoring, SIEM & threat intel; Incident response; Digital forensics; and Resilience operations — plus how AI-native SOCs and SOAR are reshaping the work. Get the order right (contain before eradicate, RAM before disk, BIA before RTO) and this domain becomes points; treat it as "common sense" and it quietly drains your score.
Domain 7 at a glance
Flip each card for the one-line essence of each area before you dive in.
SIEM detects and correlates; SOAR automates response; hunt TTPs, not just IOCs.
Contain and preserve evidence before you eradicate; severity sets response speed.
Collect most-volatile-first, image before you wipe, hash both copies, and never lose the chain of custody.
BIA sets RTO/RPO; those drive backup tier and failover design — and test it.
Monitoring, SIEM & threat intel
Think of a SOC as a hospital ICU for your network: monitors beep on the SIEM, nurses (analysts) triage, and a crash-cart playbook (SOAR) fires the instant a patient codes. The Security Operations Center is the people-process-technology hub that watches your estate 24x7. Under the ISC2 2024 outline, Domain 7 folds logging, monitoring, intrusion detection, SIEM, continuous monitoring, threat intelligence, threat hunting, and UEBA into one tested objective.
Logging is the raw fuel. You collect from firewalls, endpoints, identity providers, and apps, then ship them to a central, time-synced (NTP) store so timelines line up. The SIEM ingests, normalizes, and correlates these events to surface what a single log never shows: a failed-login burst followed by a successful login and a privilege change. SIEM detects and alerts; it does not act. SOAR is the next layer that orchestrates and automates the response via playbooks, isolating a host or disabling an account in seconds. The 2024 outline explicitly tests this SIEM-versus-SOAR distinction.
Continuous monitoring means the SIEM is never "set and forget" - you tune rules, retire noisy alerts, and update detections as the estate changes. Threat intelligence feeds this loop with context. IOCs are the easy-to-change bottom of David Bianco's Pyramid of Pain; TTPs (mapped in MITRE ATT&CK) sit at the painful top because attackers cannot easily change their behavior. Threat hunting is the proactive, hypothesis-driven search for adversaries who slipped past alerts - assume breach, then go look.
If the question says "aggregate and correlate logs, then alert," pick SIEM. If it says "automatically execute a response playbook," pick SOAR. Hunting is proactive and hypothesis-driven; monitoring is continuous and alert-driven.
Priya at HDFC faces this
The SIEM fired 4,000 "impossible travel" alerts overnight and analysts ignored all of them, so a real account takeover from 172.16.40.12 went unactioned for nine hours.
Alert fatigue from an untuned rule - continuous monitoring was skipped, so noisy correlation drowned the true positive.
Tune the rule and enrich with threat intel, then wire a SOAR playbook to auto-disable the session and open a case for analyst review.
A SOC analyst needs the platform that ingests logs from firewalls and endpoints, normalizes them, and correlates events to raise alerts. Which technology is this?
Pause & Predict
In one line, what is the single most important idea in "Monitoring, SIEM & threat intel"? Type your guess.
Incident response
Think of incident response like a hospital's emergency ward: you don't invent the protocol when the patient arrives — you drilled it for months. NIST's updated SP 800-61 Revision 3 (2025) reframes incident response around the six CSF 2.0 functions: Govern, Identify, Protect, Detect, Respond, Recover. The first three (Govern, Identify, Protect) are the preparation wrapper — broader risk-management work that makes response possible, but not the response itself. Actual incident handling lives in Detect, Respond, Recover.
For the exam, ISC2 still tests its classic seven-step sequence, so map the two cleanly: (1) Detect & Analyze — confirm an event is truly an incident, scope it, and classify severity. (2) Respond / Contain — limit blast radius (short-term isolation, then long-term containment) while preserving evidence. (3) Mitigate — minimize active damage. (4) Report — runs throughout; one dedicated liaison briefs management, regulators, and customers so responders stay focused. (5) Recover — restore systems to known-good production. (6) Remediate — root-cause analysis to stop recurrence (begins in parallel with mitigation). (7) Lessons Learned — the post-incident review that feeds improvements back into Preparation.
Severity drives speed: rate incidents by impact (data sensitivity, systems affected) and urgency, then assign P1–P4 so a ransomware hit pages people at 2 AM while a single phishing click waits for business hours. The CSIRT has defined roles (incident commander, analysts, comms lead, legal), and playbooks codify exact steps per incident type so nobody improvises mid-crisis.
Containment comes BEFORE eradication and recovery — never "fix the box" before isolating it. ISC2 wants you to stop the bleeding and preserve evidence first.
Priya at HDFC faces this
An analyst sees Cobalt Strike beacons from host 10.20.4.55 and immediately wipes and re-images it to "clean up fast."
Skipping containment and evidence preservation — reimaging destroyed forensic artifacts and the team lost scope on lateral movement.
Isolate the host on the network first, snapshot memory and disk, then eradicate. Follow the P1 playbook order, don't shortcut it.
Aditya, an L2 analyst at Infosys, confirms a worm is actively spreading across a /24 subnet during business hours. Following ISC2's lifecycle, what is his correct FIRST action?
▶ The incident response lifecycle
Press Play to step through it, then Break it to see how it fails.
Digital forensics
Think of a crime scene where the murder weapon is melting ice — wait too long and your evidence literally evaporates. Digital evidence behaves the same way, which is why forensics is a race against decay. Digital forensics follows a strict pipeline: identify, preserve, collect, analyse, and present — and every step must protect the evidence's integrity.
The order of volatility tells you what to grab first. Capture the most perishable data before it vanishes. The standard sequence (RFC 3227): CPU registers and cache, then RAM and running processes, then network state and ARP cache, then temporary files and swap, then disk, then remote logs, and finally archival media. RAM dies the instant you pull power, so you image live memory before you ever shut the box down.
The chain of custody is your courtroom lifeline. Document who collected each item, the exact time and location, and every transfer or access afterwards. One undocumented gap and a defence lawyer gets the whole exhibit thrown out.
The golden rule: image before you wipe — and never analyse the original. Make a bit-for-bit forensic copy using a hardware write blocker, hash both the source and the copy (SHA-256), and confirm the hashes match. All analysis runs on the working copy; the original stays sealed.
For admissibility, courts demand evidence that is authentic, accurate, complete, and reliable. Matching hashes prove the copy was not altered. A clean chain of custody proves nobody tampered with it. Skipping either makes even a perfect investigation legally worthless.
Sneha at HDFC faces this
A finance laptop suspected of data theft is found powered on; a junior analyst's first instinct is to shut it down and ghost the disk.
Powering off destroys RAM-resident evidence — decryption keys, live malware, open network sessions — and skipping the forensic image risks altering the original.
Honour order of volatility: capture live RAM first, then image the disk via a write blocker, hash everything, and start the chain-of-custody log before touching the data.
Karthik responds to a suspected breach on a running server at a Pune startup. He must capture CPU cache, RAM, the ARP/network state, and the archived backup tapes. Following the order of volatility, which does he collect FIRST?
Pause & Predict
Without scrolling up: name the biggest difference in "Backup types". Type your guess.
Resilience operations
Think of resilience operations like maintaining a Mumbai local train: you swap parts on a schedule (change management), you keep spare coaches ready (backups), and you have a plan to reroute when a track floods (DR). The goal is simple — survive disruption without losing data or trust.
Change, configuration, and patch management form the first layer. Configuration management maintains a secure baseline — a documented standard for every server, firewall, and endpoint. Change management is the governance gate: every modification goes through request, review by a Change Advisory Board, testing, approval, scheduled deployment, and rollback planning. Patch management is a specialised slice of change management. The key exam nuance: patches are externally driven (a vendor releases a fix), while configuration changes are internally initiated. The patch cycle is monitor, acquire, test, prioritise by risk, schedule, deploy, verify, and update the baseline. Never patch production without testing first.
Backup strategies protect the data itself. A full backup copies everything — slowest, most storage, fastest restore. An incremental copies only what changed since the last backup (any type) — fast backups, but restore needs the full plus every increment in order. A differential copies everything changed since the last full — middle ground, restore needs only full plus the latest differential. The 3-2-1 rule eliminates single points of failure; the modern 3-2-1-1-0 extension adds one immutable/air-gapped copy and zero verification errors for ransomware resilience.
Do not confuse incremental and differential restore. Incremental = full + all increments. Differential = full + only the last differential. Exam questions hide this in restore-time wording.
Priya at HDFC faces this
A ransomware hit encrypts the primary database; the nightly backup share is also encrypted because it was online and writable.
Backups sat on a network-reachable, mutable volume — no air-gap, violating 3-2-1-1-0.
Restore from the immutable off-site copy, then enforce one air-gapped backup and routine restore testing.
Executing BCP/DR turns plans into action. RTO sets how fast a process must return; RPO sets how much data loss is acceptable. A four-hour RTO and one-hour RPO together drive your design: hot site plus hourly replication, not weekly tape. Failover shifts production to a standby site; failback returns to primary once stable. Both RTO and RPO come from the Business Impact Analysis, and you must test failover regularly — an untested DR plan is just hopeful paperwork.
A startup in Pune runs a weekly full backup on Sunday plus daily incremental backups Monday through Saturday. The database is corrupted on Thursday afternoon. To restore fully, which sequence must the admin apply?
Domain 7 in the AI era (2026)
SOC 2.0 is the "agentic SOC." The old promise was SIEM-plus-SOAR: a SIEM correlates logs into alerts, a SOAR runs a fixed playbook. The 2025–2026 shift is AI agents that reason through an alert instead of following a rigid script. Gartner named "AI SOC agents" a representative category for the first time in its 2025 Innovation Insight report, placing it at the early "Technology Trigger" stage — real, but immature.
The driver is brutal math: large SOCs see 100,000+ daily alerts where only 1–5% are true positives. AI agents now auto-triage Tier-1 alerts — gathering evidence, enriching IOCs, correlating signals across tools, and suppressing false positives. Google Cloud's Alert Triage and Investigation Agent and Microsoft Security Copilot's agents are shipping examples; vendors report AI cutting MTTR by 45–55% and automating ~70% of investigations. The maturity ladder is crawl (summarise/enrich) → walk (judge alerts) → run (auto-contain on high confidence).
"Run" is where governance bites. Letting an agent isolate a host or disable an account is consequential — and risky. OWASP's Top 10 for Agentic Applications (released December 2025) catalogues goal hijacking and rogue-agent risk; the NIST AI RMF (Map/Measure/Manage/Govern) is the steering frame. The accepted model is human-on-the-loop: agents handle volume, humans own consequential judgment, and high-impact actions require deterministic escalation — not the agent deciding when to ask a human. A WEF-cited survey found 88% of enterprises investing in security AI agents, yet flagged governance gaps as the top concern.
Strengths tip: if you're analytical, build the escalation policy — deciding which actions an agent may take alone vs. must defer is the highest-value SOC 2.0 skill.
The AI-era angle, in four cards
What 2026 adds to this domain — flip to see why each matters.
AI agents enrich, correlate, and suppress false positives on the 100k+ daily alerts, freeing analysts for the 1-5% real threats — cutting MTTR ~45-55%.
AI maturity ladder: enrich (crawl) → judge alerts (walk) → auto-contain on high confidence (run). 'Run' is where governance risk concentrates.
Your policy — not the agent — decides which actions need a human. Consequential actions like account disablement must always gate to a person.
OWASP Agentic risk: an attacker poisons an agent's input to redirect its objective. Why response agents need scoped permissions and audit trails.
Pause & Predict
Name one thing AI changes about Domain 7 — and one fundamental it does NOT change. Type your guess.
🎯 Prove it — your Domain 7 practice exam
You have read the theory. Now do the reps. This is the free, timed Techclick assessment built for exactly this domain, with full reasoning on every question — plus the full-length mock for when you are close to your exam date.
Part of the 8-part series · start from the CISSP overview → · all assessments live on exam.techclick.in (sign in with your Techclick account).
🤖 Ask the AI Tutor
Tap any question — instant, scoped to this lesson. No login, no waiting.
Pre-curated from ISC2 docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.
📝 Wrap-up assessment — six more
You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 In your own words
Type one line: Without looking, walk a colleague through what you do the moment a SIEM alert fires on a compromised production server — name each incident-response phase in order, say where containment sits relative to eradication, and explain why you image memory before disk. Then compare to the expert version.
🗣 Teach a friend
Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.
📖 Glossary
- SIEM
- Security Information and Event Management - aggregates and correlates logs from many sources to detect and alert on threats.
- SOAR
- Security Orchestration, Automation and Response - runs automated playbooks to respond to alerts, e.g. isolating a host.
- TTP
- Tactics, Techniques, and Procedures - an adversary's behavioral patterns, mapped in MITRE ATT&CK and hardest for attackers to change.
- CSIRT
- Computer Security Incident Response Team — the pre-staffed group with defined roles (commander, analysts, comms, legal) that executes incident response.
- Containment
- Stopping an incident from spreading — short-term isolation then long-term measures — done before eradication to preserve evidence.
- Playbook
- A documented, step-by-step procedure for a specific incident type (ransomware, phishing, DDoS) so responders follow a tested sequence under pressure.
- Order of volatility
- RFC 3227 sequence telling you to collect the most perishable evidence first (RAM before disk before archives).
- Chain of custody
- A documented, unbroken record of who handled evidence, when, where, and why — required for court admissibility.
- Forensic image
- An exact bit-for-bit copy of the original media, made with a write blocker, on which all analysis is performed.
- RTO (Recovery Time Objective)
- The maximum acceptable downtime — how fast a system or process must be restored after an outage.
- RPO (Recovery Point Objective)
- The maximum acceptable data loss measured in time — how far back the last good recovery point can be.
- 3-2-1-1-0 rule
- Three copies of data, on two media types, one off-site, one immutable/air-gapped, with zero backup-verification errors.
- Agentic SOC
- A security operations model where autonomous AI agents reason through alerts and investigations dynamically, rather than following the fixed scripts of a traditional SOAR playbook.
- Human-on-the-loop
- A governance posture where AI acts autonomously on low-risk tasks while a human supervises and is pulled in via deterministic policy for consequential or uncertain decisions.
- OWASP Top 10 for Agentic Applications
- A risk catalogue released December 2025 classifying agentic-AI threats such as goal hijacking and rogue agents — the first systematic attempt to standardise these risks.
📚 Sources
- ISC2 — CISSP Certification Exam Outline (Effective April 15, 2024), Domain 7 Security Operations = 13%. isc2.org
- NIST — SP 800-61 Rev. 3: Incident Response Recommendations and Considerations for Cybersecurity Risk Management — A CSF 2.0 Community Profile (April 2025). csrc.nist.gov
- NIST — SP 800-86: Guide to Integrating Forensic Techniques into Incident Response (collection, examination, analysis, reporting). nvlpubs.nist.gov
- NIST — Cybersecurity Framework (CSF) 2.0, Govern/Identify/Protect/Detect/Respond/Recover functions. nist.gov
- NIST — SP 800-34 Rev. 1: Contingency Planning Guide for Federal Information Systems (BIA, RTO/RPO/MTD, recovery sites). csrc.nist.gov
- ISO/IEC — 27037:2012 Guidelines for identification, collection, acquisition and preservation of digital evidence (chain of custody). iso.org
- MITRE — ATT&CK Enterprise Framework (adversary TTP mapping for detection engineering). attack.mitre.org
- Ministry of Electronics & IT, India — Digital Personal Data Protection (DPDP) Act, 2023 (data-breach intimation obligations relevant to IR reporting). meity.gov.in
What's next?
Domain 7 done. Keep the momentum — next is Domain 8: Software Dev Security.