Agent Foskett Academy • SOC Analyst Academy • Module 7 • Lesson 69 • Incident Response: Containment, Evidence & Escalation

Lesson 69 — Writing the Incident Handover

The incident had been running for hours.

Two devices had been isolated.
An identity had been contained.
Cloud access had been reviewed.
The current scope was finally stabilising.

Then the shift changed.

The incoming analyst opened the incident record and found:

“Investigated. Looks contained. Keep monitoring.”

Agent Foskett stared at the note.

“Excellent. Now all we need is the other six hours of the investigation.”

A good handover lets the next analyst continue the investigation. A bad handover forces them to reconstruct it.
Agent Foskett preparing a SOC incident handover
Transfer the investigation, not just the ticket.

Preserve current status, scope, evidence, actions, decisions, risks, unknowns and the exact next steps.

✓ Current status
✓ Confirmed scope
✓ Actions and results
✓ Questions still open

Case briefing

OUTGOING ANALYST KNOWS: What happened What was confirmed What was ruled out What was contained What evidence matters What remains unknown What must happen next INCOMING ANALYST KNOWS: "Looks contained." THE HANDOVER FAILED. THE INCIDENT DID NOT.

Investigation objective

Create a concise, evidence-based incident handover that transfers the operational picture and gives the next analyst enough context to act safely and efficiently.

Investigator's rule

If the next analyst has to rediscover your reasoning, you handed over the ticket — not the investigation.

Stage 1 — start with the current state

HANDOVER — CURRENT STATE INCIDENT: Active / Contained / Recovering / Monitoring SEVERITY / PRIORITY: Current operational priority SUMMARY: What happened in 2–4 sentences CONFIRMED SCOPE: Affected users Devices Mailboxes Applications Cloud resources CURRENT RISK: What can still go wrong? NEXT REQUIRED ACTION: What must happen first?

Lead with what matters now

The incoming analyst should not have to read six hours of chronology before learning whether the attacker is active, containment is incomplete or a critical decision is waiting.

Use precise status language

Prefer “FIN-WS-044 isolated at 16:42 and isolation verified” over “device handled.” Prefer “no renewed suspicious cloud activity observed since 16:50” over “cloud looks okay.”

Stage 2 — preserve the minimum useful timeline

TimeEventWhy it matters
14:02Suspicious PowerShell on FIN-WS-044First confirmed malicious endpoint activity.
14:21Related activity appears on FIN-WS-061Incident scope expands.
14:25Suspicious cloud file accessConfirms cross-control-plane activity.
15:10Identity containment beginsAttacker access starts being reduced.
15:18Both affected endpoints isolatedEndpoint containment milestone.
16:50No renewed known malicious activity observedSupports containment conclusion.

Do not dump every event

The incident record may contain the full timeline. The handover should highlight the events needed to understand current scope, decisions, containment and remaining work.

Preserve source references

Where your incident system supports it, reference the relevant alert, query, evidence item, case record or artefact so the next analyst can verify important claims without repeating the entire search.

Stage 3 — state the confirmed scope

CONFIRMED AFFECTED: IDENTITY: mia@contoso.com ENDPOINTS: FIN-WS-044 FIN-WS-061 MESSAGING: mia mailbox Malicious persistence removed CLOUD: Finance SharePoint resource Relevant application access addressed INVESTIGATING: alex@contoso.com activity CLEARED: FIN-WS-073 DO NOT WRITE: "Several systems affected."

Separate confirmed from suspected

The incoming analyst must know which entities are proven affected and which remain hypotheses. Mixing them can cause unnecessary containment or missed investigation.

Include cleared branches when useful

A short note explaining that FIN-WS-073 was reviewed and cleared can stop the next analyst from wasting time reopening a completed pivot.

Stage 4 — transfer the evidence that drives decisions

handover-evidence-reference.kql
12345678
DeviceProcessEvents
| where Timestamp between (datetime(2026-09-03 14:00:00) ..
                           datetime(2026-09-03 16:00:00))
| where DeviceName in~ ("FIN-WS-044", "FIN-WS-061")
| project Timestamp, DeviceName, AccountName,
          FileName, ProcessCommandLine
| order by Timestamp asc

Give the next analyst reproducible pivots

If a query materially supports the incident conclusion, preserve the query or search criteria according to your tooling and procedures. Do not rely on “I checked Defender and it looked bad.”

But the handover is not a query library

Include or reference only the evidence needed to understand the current state and continue the response. The complete investigation record can hold the deeper technical detail.

Stage 5 — record actions and their results

ActionOwnerResult
Isolate FIN-WS-044Endpoint teamCompleted and verified.
Isolate FIN-WS-061Endpoint teamCompleted and verified.
Contain affected identityIdentity teamKnown malicious access paths addressed.
Remove mailbox persistenceMessaging teamCompleted; related mailbox scope reviewed.
Address malicious application accessCloud teamCompleted; verification recorded.
Review alex@contoso.comSOCStill in progress.

Actions need outcomes

“Identity team notified” tells the next analyst almost nothing. Record whether the action occurred, what changed and whether the expected result was verified.

Record timestamps where they affect interpretation

The next analyst may need to distinguish attacker activity before containment from activity that occurred after controls should have taken effect.

Stage 6 — transfer decisions and reasoning

DECISION: Do not rebuild FIN-WS-044 yet. WHY: Required evidence collection and persistence review are incomplete. OWNER / AUTHORITY: Incident lead under approved procedure. NEXT CONDITION: Rebuild can proceed after evidence requirements are confirmed complete. A DECISION WITHOUT ITS REASON WILL BE QUESTIONED. A REASON WITHOUT THE DECISION WILL BE REPEATED.

Decisions are part of the evidence trail

Record major containment, preservation, escalation and recovery decisions with enough rationale that the incoming analyst understands why the incident is in its current state.

Do not hide disagreement

If a material decision remains disputed or requires approval, state that clearly. The next shift should not discover an unresolved authority issue by accident.

Stage 7 — make unknowns impossible to miss

OPEN QUESTIONS: 1. Was alex@contoso.com activity malicious? 2. Is the initial access vector confirmed? 3. Has full SharePoint data impact been determined? 4. Is additional recovery monitoring required for the OAuth path? FOR EACH QUESTION: OWNER PRIORITY NEXT PIVOT BLOCKER EXPECTED DECISION

Unknowns are operational work

“Still investigating” is not enough. State what remains unknown, why it matters and what the next analyst should do to resolve it.

Prioritise the open questions

Some unknowns affect immediate containment; others affect later root-cause or impact analysis. Make that distinction explicit so the next analyst works the right problem first.

Stage 8 — state residual risk

CURRENT RISK: KNOWN MALICIOUS ACTIVITY: Not currently observed. CONTAINMENT: Criteria met for known paths. RESIDUAL RISK: alex identity activity unresolved. BUSINESS IMPACT: Finance user working through approved temporary process. TRIGGER FOR RE-ESCALATION: Renewed malicious activity, new affected entity, or evidence alex account is compromised.

The next analyst needs trigger conditions

Explain what evidence would change the incident state, require escalation or reopen active containment. This turns passive monitoring into an actionable plan.

Risk should be current, not historical

The incident may have started as critical and now be contained with limited residual risk. Or the opposite may be true. Describe the risk at handover time.

Stage 9 — write the next three actions

NEXT ACTIONS — IN ORDER 1. Complete review of alex@contoso.com. OWNER: Incoming SOC analyst WHY: Determines whether identity scope expands. 2. Validate SharePoint impact. OWNER: Cloud workstream WHY: Required for impact assessment. 3. Continue defined post-containment monitoring. OWNER: SOC TRIGGER: Escalate on renewed malicious activity. THE NEXT ANALYST SHOULD KNOW WHAT TO DO BEFORE THEY FINISH READING THE HANDOVER.

Priorities prevent restart

A handover that says “continue investigation” forces the incoming analyst to decide where to restart. Give them ordered, decision-focused actions.

Assign owners

Do not assume another team knows it owns an action. Where the process allows, record the responsible workstream or person and confirm significant handoffs are acknowledged.

Stage 10 — use a repeatable handover structure

INCIDENT HANDOVER 1. CURRENT STATUS 2. SHORT SUMMARY 3. CONFIRMED SCOPE 4. SUSPECTED / INVESTIGATING 5. KEY TIMELINE 6. MATERIAL EVIDENCE 7. ACTIONS + VERIFIED RESULTS 8. MAJOR DECISIONS + RATIONALE 9. OPEN QUESTIONS 10. RESIDUAL RISK 11. NEXT ACTIONS + OWNERS 12. RE-ESCALATION TRIGGERS SHORT ENOUGH TO READ. COMPLETE ENOUGH TO CONTINUE.

Write for the next decision

The handover does not need to reproduce every investigative detail. It must preserve enough context that the next analyst can make the next decision without rebuilding the case.

Use the organisation's system of record

Follow your incident-management process for where handover information, evidence references and decisions must be recorded. A chat message alone should not become the permanent incident record.

Example final handover

STATUS: Contained — recovery / monitoring underway. SUMMARY: Compromise affected mia@contoso.com, FIN-WS-044 and FIN-WS-061, with related mailbox and cloud activity. Known malicious access paths have been addressed and no renewed known malicious activity is currently observed. CONFIRMED SCOPE: mia@contoso.com FIN-WS-044 FIN-WS-061 mia mailbox Finance SharePoint resource Relevant application path OPEN: alex@contoso.com requires final review. Full SharePoint impact assessment incomplete. ACTIONS: Both devices isolated and verified. Known identity access addressed. Mailbox persistence removed. Application access addressed. NEXT: 1. Complete alex account review. 2. Complete SharePoint impact review. 3. Continue defined monitoring. RE-ESCALATE IF: New affected entity appears, known malicious activity resumes, or unresolved identity review confirms compromise. OWNER: Incoming SOC analyst acknowledged handover.

Lesson 69 key takeaways

  • A handover transfers the investigation, not merely the ticket.
  • Lead with the current incident state and immediate risk.
  • Preserve a concise timeline of decision-relevant events.
  • Separate confirmed, suspected, investigating and cleared scope.
  • Reference material evidence and reproducible pivots.
  • Record actions together with their verified outcomes.
  • Preserve major decisions and the reasoning behind them.
  • Make open questions visible and actionable.
  • State current residual risk and re-escalation triggers.
  • Give the next analyst ordered actions with clear owners.
  • Use a repeatable handover structure.
  • The next analyst should be able to continue without rebuilding the incident from scratch.

Module 7 — Incident Response: Containment, Evidence & Escalation

Lesson 69 transferred a live incident safely between analysts and workstreams. Lesson 70 brings the entire module together: detection, investigation, evidence preservation, containment, coordination, recovery and the final response decisions.

Next: Lesson 70 — From Detection to Recovery — Run the Incident

Continue your SOC Analyst training

Module 3 focuses on identity incidents, authentication, MFA, privilege, sessions and application access.

How do you write a SOC incident handover?

Lesson 69 of the Agent Foskett SOC Analyst Academy teaches analysts how to transfer incident status, scope, evidence, response actions, decisions, residual risk and unanswered questions between analysts or teams.

Cyber security incident handover checklist

Learn how to build a concise incident handover that preserves the investigation timeline, confirmed scope, containment results, open questions, next actions and re-escalation triggers so the next analyst can continue without rebuilding the case.