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

Lesson 66 — The Incident Crossed Multiple Teams

The endpoint team had isolated two devices.

The identity team was revoking sessions.
The messaging team had found a suspicious inbox rule.
The cloud team was reviewing file access.
The network team was checking external connections.

Everyone was busy.

There was just one problem.

Everyone was working from a slightly different version of the incident.

Agent Foskett looked at the growing collection of Teams messages, tickets and screenshots.

“We don't need five investigations. We need one incident.”

A multi-team incident succeeds or fails on shared scope, clear ownership, coordinated actions and one operational picture.
Agent Foskett coordinating a multi-team cyber security incident
One incident. Multiple teams.

Coordinate endpoint, identity, messaging, cloud, network and business responders without allowing the investigation to fragment.

✓ Establish ownership
✓ Share one timeline
✓ Coordinate actions
✓ Track decisions and dependencies

Case briefing

ACTIVE INCIDENT AFFECTED: mia@contoso.com FIN-WS-044 FIN-WS-061 Exchange mailbox SharePoint data Cloud sessions RESPONDERS: SOC Endpoint team Identity team Messaging team Cloud team Network team Business owner CURRENT PROBLEM: EVERY TEAM HAS PART OF THE STORY. WHO OWNS THE WHOLE STORY?

Investigation objective

Coordinate a security incident that crosses technical and business boundaries while preserving shared scope, evidence, decision ownership and response sequencing.

Investigator's rule

Specialists can own actions. Someone must own the incident.

Stage 1 — establish one incident owner

WITHOUT INCIDENT OWNERSHIP: Endpoint → isolates devices Identity → revokes sessions Messaging → removes rules Cloud → restricts access Network → blocks traffic Business → asks for status BUT: Who decides priority? Who tracks scope? Who records decisions? Who resolves conflicts? Who declares containment? Who briefs leadership? MULTIPLE ACTION OWNERS DO NOT REPLACE ONE INCIDENT OWNER.

The incident lead does not do every task

The incident lead coordinates the response, maintains the operational picture, tracks decisions and ensures that workstreams support the same incident objectives.

Ownership must be explicit

Avoid vague assumptions such as “the SOC is handling it.” Record who is leading the incident, who owns each workstream and who has authority for high-impact containment decisions.

Stage 2 — create one shared incident picture

SHARED INCIDENT RECORD CURRENT STATUS: Active / Contained / Recovering CONFIRMED ENTITIES: Users Devices Mailboxes Applications Cloud resources IPs / URLs / files TIMELINE: Attacker activity Defender activity ACTIONS: Completed In progress Planned DECISIONS: What / why / who / when UNKNOWNS: Questions still open NEXT PRIORITIES: What must happen next?

One timeline prevents five truths

If each team keeps a separate timeline, important relationships can disappear. A mailbox change at 14:12 may explain an identity event at 14:13 and an endpoint action at 14:15.

Use source systems for evidence

The shared incident record should reference the original alerts, events, case records and artefacts. Chat messages are useful for coordination but should not become the only record of what happened.

Stage 3 — give each team a defined question

WorkstreamQuestion to answer
EndpointWhich devices are compromised, and is malicious execution continuing?
IdentityWhich identities, sessions, authentication methods or privileges are affected?
MessagingWas email used for initial access, persistence, forwarding or impersonation?
Cloud / SaaSWhich resources, files, applications or permissions were accessed or changed?
NetworkWhich relevant connections or infrastructure indicators require action?
BusinessWhich processes, data and operational dependencies are affected?
Incident leadWhat is the current scope, priority and next coordinated action?

Questions are better than vague assignments

“Check Entra” is not a useful workstream objective. “Determine whether mia@contoso.com has any remaining active access paths” gives the identity team a decision-focused outcome.

Every workstream should feed the same incident

New evidence should update shared scope and priorities rather than remaining trapped inside a specialist team's notes.

Stage 4 — correlate endpoint and cloud activity

01-endpoint-workstream.kql
12345678
DeviceProcessEvents
| where Timestamp > ago(4h)
| where DeviceName in~ ("FIN-WS-044", "FIN-WS-061")
| project Timestamp, DeviceName, AccountName,
          FileName, ProcessCommandLine,
          InitiatingProcessFileName
| order by Timestamp asc

Endpoint evidence answers only part of the case

The endpoint team may prove malicious execution stopped while cloud activity continues. That is not a contradiction; it means the incident crosses control planes.

Share pivots quickly

If the endpoint team identifies another account, device, IP or file relevant to scope, pass it to the appropriate workstream immediately rather than waiting for the endpoint investigation to finish.

Stage 5 — correlate cloud activity

02-cloud-workstream.kql
1234567
CloudAppEvents
| where Timestamp > ago(4h)
| where AccountId =~ "mia@contoso.com"
| project Timestamp, AccountId, Application,
          ActionType, IPAddress, UserAgent
| order by Timestamp asc

Different teams may see different stopping points

Endpoint activity may stop at 14:31 while cloud activity continues until 14:46. The incident timeline must represent both before anyone claims containment.

Ask what changed after each action

Containment verification is stronger when teams compare activity before and after isolation, session revocation, rule removal, permission changes or other approved response actions.

Stage 6 — coordinate actions before they collide

EXAMPLE: IDENTITY TEAM: Reset credentials + revoke sessions ENDPOINT TEAM: Collect required evidence + isolate device MESSAGING TEAM: Preserve rule evidence + remove malicious rule CLOUD TEAM: Preserve grant evidence + revoke malicious access BUSINESS OWNER: Prepare user / process workaround INCIDENT LEAD: Sequence actions Confirm authority Record timestamps Verify results WHY? ONE TEAM'S ACTION CAN CHANGE ANOTHER TEAM'S EVIDENCE.

Sequence can matter

Some actions alter account state, sessions, files, rules or endpoint artefacts. Coordinate preservation and containment so teams do not unintentionally remove evidence another workstream still requires.

But do not let coordination become delay

If active harm requires immediate containment, use the organisation's emergency authority and procedures. Coordination should accelerate safe action, not create a meeting while the attacker keeps moving.

Stage 7 — track dependencies

ACTION: Disable compromised identity DEPENDENCIES: Business owner notified? Critical workflow affected? Alternate account available? Evidence preserved? Sessions addressed? Related devices scoped? ACTION: Rebuild endpoint DEPENDENCIES: Required evidence preserved? User data handled? Persistence scoped? Identity contained? Recovery owner ready? A GOOD INCIDENT PLAN SHOWS WHAT MUST HAPPEN BEFORE WHAT.

Dependencies expose hidden risk

A technically correct containment action can still create unnecessary business disruption if dependencies are unknown. Equally, business inconvenience should not silently override urgent security risk.

Record blockers and owners

If an action cannot proceed, record what is blocking it, who owns the blocker and what interim risk remains. “Waiting” is not a sufficient incident status.

Stage 8 — separate technical facts from business decisions

SOC FACT: Compromised account still has suspicious activity. SECURITY RECOMMENDATION: Contain identity access immediately. BUSINESS CONTEXT: Account supports a finance approval process. DECISION: Use approved emergency workaround and contain account. OWNER: Incident lead + authorised business/security owner. RECORD: Evidence Risk Decision Authority Time Expected impact TECHNICAL EVIDENCE INFORMS THE DECISION. IT DOES NOT HIDE THE BUSINESS CONSEQUENCE.

Business stakeholders belong in the incident

They provide asset criticality, process dependencies, data sensitivity and operational impact. They should not be expected to interpret raw security telemetry.

Translate evidence into decisions

Instead of saying “DeviceProcessEvents shows PowerShell,” explain the decision relevance: “The endpoint is still executing suspicious commands, so continued connectivity creates an immediate containment risk.”

Stage 9 — run short incident updates

INCIDENT UPDATE STATUS: Containment in progress SINCE LAST UPDATE: FIN-WS-061 isolated Sessions revoked Mailbox rule removed No new suspicious cloud activity NEW SCOPE: One additional SharePoint resource under review CURRENT RISKS: Initial access still unknown Persistence review incomplete BLOCKERS: Cloud audit review pending NEXT ACTIONS: Complete persistence review Validate affected-file scope Confirm no renewed activity OWNERS: Named against each action NEXT UPDATE: Defined by incident procedure

Updates should answer “what changed?”

Do not reread the entire incident every time. Focus on new evidence, new scope, completed actions, blockers, risks and the next decisions required.

Cadence should match incident urgency

A fast-moving incident may need frequent coordination; a stable recovery phase may not. Follow organisational incident-management procedures rather than creating unnecessary communication overhead.

Stage 10 — define what each team must prove before containment

ENDPOINT: No continuing malicious execution Affected devices scoped IDENTITY: Known malicious access paths addressed Suspicious activity stopped MESSAGING: Malicious persistence removed Related mailboxes scoped CLOUD: Suspicious access stopped Affected resources scoped NETWORK: Required controls applied Relevant activity reviewed BUSINESS: Critical impact understood Workarounds / recovery coordinated INCIDENT LEAD: EVIDENCE SUPPORTS A SHARED CONTAINMENT DECISION.

No team can declare the whole incident contained alone

The endpoint team can declare an endpoint contained. The identity team can confirm an identity control was applied. The incident-level conclusion requires evidence across the relevant workstreams.

Shared language matters

Use precise status terms such as “device isolated,” “sessions revoked,” “no new suspicious activity observed” and “scope review incomplete” instead of vague phrases such as “sorted” or “looks good.”

Example coordinated incident record

INCIDENT OWNER: SOC Incident Lead STATUS: Containment in progress CONFIRMED SCOPE: 2 endpoints 1 user identity 1 mailbox SharePoint activity Cloud sessions WORKSTREAMS: ENDPOINT — containment complete IDENTITY — containment complete, verification ongoing MESSAGING — malicious rule removed CLOUD — file-access scope under review NETWORK — relevant connections reviewed BUSINESS — finance workaround active CURRENT EVIDENCE: No new suspicious endpoint execution. No new suspicious cloud activity observed. Persistence review remains open. BLOCKER: Final SharePoint scope not yet confirmed. DECISION: Do not declare incident contained yet. WHY: One material scoping question remains open.

Lesson 66 key takeaways

  • A multi-team incident still needs one incident owner.
  • Specialists own workstreams; the incident lead owns the shared operational picture.
  • Maintain one timeline across endpoint, identity, messaging, cloud, network and business actions.
  • Give teams decision-focused questions rather than vague assignments.
  • New evidence from one workstream should update every relevant workstream quickly.
  • Coordinate actions because one team's remediation can change another team's evidence.
  • Track dependencies, blockers, owners and remaining risk.
  • Business stakeholders provide impact and operational context, not raw technical analysis.
  • Incident updates should focus on what changed and what needs a decision next.
  • Use precise status language rather than “fixed” or “sorted.”
  • No single technical team can declare a cross-domain incident fully contained.
  • One incident needs one shared version of the truth.

Module 7 — Incident Response: Containment, Evidence & Escalation

Lesson 66 coordinated the incident across multiple teams. Lesson 67 introduces the next response challenge: every new pivot reveals another user, device, application or resource, and the scope keeps growing.

Next: Lesson 67 — The Scope Kept Growing

Continue your SOC Analyst training

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

How do SOC teams coordinate a multi-team security incident?

Lesson 66 of the Agent Foskett SOC Analyst Academy teaches analysts how to coordinate endpoint, identity, messaging, cloud, network and business stakeholders while maintaining one shared incident timeline and operational picture.

Cross-team incident response and containment

Learn how to establish incident ownership, assign workstreams, track dependencies, coordinate containment actions, communicate business impact and reach evidence-based incident status decisions.