Microsoft 365 Defender Portal & Secure Score
SC-200 Exam Alignment
SC-200
Mitigate threats using Microsoft 365 Defender: Understand the unified Defender portal, navigate key workloads, interpret Microsoft Secure Score, identify improvement actions, and track posture changes over time.
- Know that the Microsoft 365 Defender portal (security.microsoft.com) is the single pane of glass for XDR across email, identity, endpoints, and cloud apps
- Understand that Microsoft Secure Score measures security posture — higher score = better posture, but score alone does not equal zero risk
- Know the four Secure Score categories: Identity, Devices, Apps, and Data
- Understand that improvement actions are weighted — some actions give more points than others
🖥️ Microsoft 365 Defender Portal
The Defender portal lives at security.microsoft.com. It replaced the legacy Microsoft 365 Security & Compliance Center (protection.office.com) and the individual product portals, unifying them into a single XDR experience.
security.microsoft.com › Home
Key Navigation Sections
| Section | What You Manage Here | Source Product |
|---|---|---|
| Incidents & alerts | Correlated multi-product incidents, individual alerts, Advanced Hunting (KQL), custom detection rules | All Defender products |
| Email & collaboration | Threat Explorer, Real-time Detections, submissions, review (quarantine), attack simulation training, email entity investigation | Defender for Office 365 |
| Assets → Devices | Device inventory, onboarded endpoints, device actions (isolate, run scan, collect investigation package) | Defender for Endpoint |
| Assets → Identities | Risky users, risky sign-ins, identity timeline, lateral movement paths | Defender for Identity + Entra ID Protection |
| Cloud apps | App governance, shadow IT discovery, app connectors, activity logs, anomaly detection policies | Defender for Cloud Apps |
| Secure Score | Posture score, improvement actions, score history, peer comparison, regression tracking | Cross-product posture engine |
| Threat intelligence | Threat analytics reports, Intel profiles, vulnerability intelligence | Microsoft Threat Intelligence |
| Reports | Email security reports, device reports, identity reports, app reports, security trend data | All Defender products |
📊 Microsoft Secure Score
Microsoft Secure Score is a measurement of your organisation’s security posture. The score is expressed as a number (e.g. 312 / 450) and as a percentage. Higher score = stronger configured security posture. The score does not guarantee zero breaches — it reflects configuration quality.
💡 How the Score is Calculated
Each improvement action has a point value. When you implement the action, those points are added to your score. The maximum score changes as new improvement actions are added by Microsoft. The score is recalculated continuously — implementing an action today adds points within 24–48 hours.
Score Categories
| Category | What It Covers | Example Actions |
|---|---|---|
| Identity | Entra ID user accounts, MFA, admin roles, sign-in policies, privileged identity | Enable MFA for all users, reduce global admins, enable SSPR, enable Entra ID Protection risk policies |
| Devices | Intune-enrolled devices, Windows security settings, Defender for Endpoint sensor coverage | Onboard devices to Defender for Endpoint, enable BitLocker, block Legacy Authentication |
| Apps | Microsoft 365 app security settings, Defender for Office 365 policies, app connector health | Enable Safe Links, enable Safe Attachments, enable DKIM for all domains, turn on preset security policies |
| Data | Data classification, sensitivity labels, DLP policies, information protection | Enable sensitivity labels, deploy DLP policy to Exchange and SharePoint, classify sensitive data |
⚡ Improvement Actions
Each improvement action has a status, point value, and implementation notes. Actions are grouped by category and ranked by impact.
| Status | Meaning |
|---|---|
| To address | Action not yet implemented — points available |
| Planned | You have noted this will be addressed — no points yet, but removes from urgent queue |
| Risk accepted | Organisation has decided not to implement — score impact acknowledged and accepted |
| Resolved through third party | A non-Microsoft product handles this control — gives partial credit |
| Completed | Action implemented — points awarded |
security.microsoft.com › Secure Score › Improvement actions
📈 Score History & Comparison
The History tab in Secure Score shows your score trend over the past 90 days with event annotations — you can see exactly when a policy was enabled (score increase) or when a setting was disabled (regression). The Comparison view shows how your score compares to the industry average and similar-sized organisations.
⚠️ Score Regression Events
If Microsoft adds a new improvement action (expanding the maximum possible score), your percentage may drop even if you did nothing wrong. Similarly, if a previously completed action is found to be misconfigured or rolled back, the system will remove those points. Always review the History tab when a score drop appears unexpectedly.
# Connect with security read scope Connect-MgGraph -Scopes 'SecurityEvents.Read.All' # Get the current Secure Score Get-MgSecuritySecureScore -Top 1 | Select-Object CurrentScore,MaxScore,PercentageScore,CreatedDateTime # List all improvement actions with max points Get-MgSecuritySecureScoreControlProfile | Select-Object DisplayName,MaxScore,ActionType | Sort-Object MaxScore -Descending # Export last 30 score snapshots for trend analysis Get-MgSecuritySecureScore -Top 30 | Select-Object CurrentScore,MaxScore,CreatedDateTime | Sort-Object CreatedDateTime
💡 Best Practices
- Review Secure Score improvement actions weekly — prioritise actions with the highest point value that can be implemented with minimal user impact first
- Use the “Risk accepted” status for actions that genuinely don’t apply to your environment — this keeps your queue clean and shows auditors you made a conscious decision, not an omission
- Share the Secure Score Comparison view with leadership to contextualise posture — showing you’re above the industry average is more meaningful than a raw number
- Set up email digest alerts (Settings → Secure Score → Notifications) to get weekly score summaries and regression alerts automatically
- When a score regression appears, check the History tab first before investigating — it often shows exactly which control change caused the drop
🎓 Interview Q&A
A security analyst needs to investigate a phishing email campaign that targeted 47 users in the tenant. Which section of the Microsoft 365 Defender portal should they use first?
An organisation’s Secure Score is 68%. The security team identifies an improvement action worth 16 points: “Require MFA for all users.” They implement MFA for all users. What should the team expect?
Where in the Microsoft 365 Defender portal would you configure anti-phishing policies for Exchange Online email?
A security improvement action for “Enable DKIM signing for all custom domains” is showing as “Risk accepted” in Secure Score. What does this mean?
Which four workloads feed data into the Microsoft 365 Defender unified incident queue?