Study workspace

Prepare for SC-200 with a reference that remembers your progress.

All nine learning paths now run in the new architecture. Select one to reveal its brief and modules.

09 / 09

Choose a learning path

0/404 units
01Microsoft Defender XDR6 modules · 53 units · Defender XDR, Defender for Office 365, Entra ID Protection, Defender for Identity, and Defender for Cloud Apps0/53 units complete
Learning path 01 · Microsoft Defender XDR

6 modules · 53 units · Defender XDR, Defender for Office 365, Entra ID Protection, Defender for Identity, and Defender for Cloud Apps

0%

Study focus

Incident operations

Correlate, investigate, hunt, and remediate threats across Defender XDR.

Domain protection

Protect email, identities, Active Directory, cloud apps, and sensitive data.

6 modules · 53 units

Select one or more modules

Each click adds or removes a module from your workspace. Units remain closed until you open them.

01

Module 1

Introduction to Microsoft Defender XDR threat protection

0/7
01 / 07Introduction

Microsoft Defender XDR is an integrated threat-protection suite. It detects activity across four domains: endpoints, identity, email, and applications. Correlation turns separate signals into a complete attack-chain story, helping analysts determine sequence, scope, affected entities, and remediation.

DomainExamplesSecurity value
EndpointWorkstations and serversDetect malicious processes, files, and device behavior
IdentityUsers and Active DirectoryDetect identity compromise and suspicious authentication activity
EmailMessages, links, attachmentsDetect phishing and malicious content
ApplicationsCloud apps and sessionsDetect risky activity and misuse of cloud resources
Exam takeaway: XDR connects signals across domains to detect, investigate, and respond to attacks as unified incidents.
02 / 07Explore XDR response use cases

A malicious attachment can arrive through personal email or a USB drive and bypass the organization's protected email flow. When it runs, Microsoft Defender for Endpoint can still detect the payload. This illustrates defense in depth: one security domain can detect an attack that entered through another path.

1 · DetectMDE detects malware and raises an alert.
2 · EvaluateIntune receives the device-risk signal and marks it noncompliant.
3 · RestrictEntra Conditional Access blocks corporate access.
4 · RestoreAfter remediation, compliance and access are restored.

Remediation modes

  • Fully automated remediation
  • Automated remediation requiring analyst approval
  • Manual investigation and remediation

Threat information can also enrich Microsoft Threat Intelligence and help other Microsoft products detect related variants across email, collaboration, Azure, and other parts of the attack surface. Continuous Access Evaluation (CAE) can apply access changes to supported active sessions.

Exam takeaway: MDE detects device risk → Intune evaluates compliance → Entra Conditional Access restricts or restores access.
03 / 07Defender XDR in a Security Operations Center

Defender XDR provides integrated detection and response across Microsoft security domains; Microsoft Sentinel can supply broader SIEM visibility and context. Team structure depends on organization size, and tier labels describe specialized functions rather than a ranking of value.

FunctionPrimary focusTypical work
Tier 1 · TriageHigh-volume reactive alertsRapid review, automated remediation approval, escalation of anomalies
Tier 2 · InvestigationLower-volume complex incidentsBehavioral alerts, multistage attacks, critical assets, advanced remediation
Tier 3 · HuntingProactive, hypothesis-driven analysisFind missed threats, advanced forensics, improve detections and automation
Threat intelligenceContext for all functionsResearch actors, campaigns, trends, techniques, and strategic risk

Microsoft recommends a high-quality alert feed—approximately 90% true positives for alerts requiring analyst response. Automation reduces repetitive work, and integration gives analysts a single console for endpoint, email, identity, and application evidence.

Exam takeaway: Tier 1 triages, Tier 2 investigates, Tier 3 hunts, and threat intelligence enriches every stage.
04 / 07Explore Microsoft Security Graph

Microsoft Graph is a unified programming model for data across Microsoft 365, Windows, and Enterprise Mobility + Security. REST APIs and SDKs use the single endpoint https://graph.microsoft.com.

The Microsoft Graph Security API acts as a broker: it federates a request to applicable security providers, aggregates their responses, and returns a common schema. This supports alert correlation, SIEM streaming, threat-indicator submission, investigation context, reporting, and SecOps automation.

  • v1.0: stable API surface for production use.
  • beta: preview capabilities that may change without notice.

Advanced hunting through Microsoft Graph

POST https://graph.microsoft.com/v1.0/security/runHuntingQuery
{
  "Query": "DeviceProcessEvents
    | where InitiatingProcessFileName =~ "powershell.exe"
    | project Timestamp, FileName, InitiatingProcessFileName
    | order by Timestamp desc
    | limit 2"
}

The KQL query searches device process events, filters for PowerShell as the initiating process, selects three fields, sorts newest first, and returns two rows.

Exam takeaway: Microsoft Graph is the broad API model; the Graph Security API unifies security providers; runHuntingQuery executes KQL advanced hunting.
05 / 07Investigate security incidents in Defender XDR

This unit delegates its practical content to an interactive Microsoft cloud guide. It demonstrates Defender XDR and Microsoft Sentinel working together during an investigation in a hybrid environment.

  1. Review the unified incident and related alerts.
  2. Examine the attack timeline, evidence, and affected entities.
  3. Determine scope, entry point, and current status.
  4. Use Sentinel data when broader hybrid-environment context is needed.
  5. Contain and remediate the threat, document findings, and close or escalate.
Exam takeaway: Defender XDR supplies cross-domain detection and response; Sentinel supplies wider SIEM context and orchestration.
06 / 07Module assessment
Active Directory domain compromise → Microsoft Defender for Identity
Monitors identity signals and activity associated with on-premises Active Directory.
Phishing email → Microsoft Defender for Office 365
Protects email and collaboration workloads against malicious links, attachments, and phishing.
Malware installation → Microsoft Defender for Endpoint
Detects and responds to malicious behavior occurring on endpoint devices.
07 / 07Summary and resources
  • Defender XDR correlates endpoint, identity, email, and application signals.
  • Unified incidents provide a clearer attack story and improve response.
  • A modern SOC combines triage, investigation, threat hunting, and threat intelligence.
  • Sentinel can add broader SIEM visibility to an XDR investigation.
  • Microsoft Graph enables programmatic security integration and automation.
End of learning pathMicrosoft Defender XDR