vinayaklatthe/microsoft-security-skills

defender-for-office-365

Guidance for Microsoft Defender for Office 365 (MDO) — protection for email and collaboration (Teams, SharePoint, OneDrive) against phishing, malware, spoofing, and business email compromise. Covers Plan 1 vs Plan 2 selection, preset security policies (Standard/Strict), Safe Links, Safe Attachments, anti-phishing impersonation protection, configuration analyzer drift detection, Submissions portal triage, Threat Explorer hunting, AIR, and attack simulation training. WHEN: Defender for Office 365…

First seen Jun 10, 2026

Installation

$ npx skills add vinayaklatthe/microsoft-security-skills --skill defender-for-office-365

Summary

  • Guidance for Microsoft Defender for Office 365 (MDO) — protection for email and collaboration (Teams, SharePoint, OneDrive) against phishing, malware, spoofing, and business email compromise.
  • Covers Plan 1 vs Plan 2 selection, preset security policies (Standard/Strict), Safe Links, Safe Attachments, anti-phishing impersonation protection, configuration analyzer drift detection, Submissions portal triage, Threat Explorer hunting, AIR, and attack simulation training.
  • WHEN: Defender for Office 365, MDO, email security policy, Safe Links, Safe Attachments, anti-phishing, anti-spoofing, impersonation protection, preset security policies, Standard preset, Strict preset, configuration analyzer, phishing protection, attack simulation training, Threat Explorer, Submissions portal, tenant allow block list, BEC, business email compromise, DMARC, MDO Plan 1 vs Plan 2.
  • DO NOT USE for endpoint protection (use defender-for-endpoint) or M365 oversharing (use purview-copilot-oversharing).

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from vinayaklatthe/microsoft-security-skills · top by installs.

npx skills add vinayaklatthe/microsoft-security-skills

Browse all from vinayaklatthe/microsoft-security-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 171
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0
LicenseMIT
More metadata
author
Microsoft
version
0.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 10,254 B
  • docs SUMMARY.md 1,019 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 78 installs

SKILL.md

Microsoft Defender for Office 365

Microsoft Defender for Office 365 (MDO) protects email and collaboration workloads against phishing, malware, spoofing, and business email compromise. It provides preset policies, detonation (Safe Attachments), time-of-click URL protection (Safe Links), post-delivery detection and hunting (Threat Explorer + AIR), and attack simulation training.

When to use

Securing Exchange Online mail flow and Microsoft 365 collaboration (Teams, SharePoint, OneDrive). Use this skill for plan/preset decisions, control configuration, drift detection, and SOC operations on email incidents.

Do not use this skill for endpoint protection (defender-for-endpoint), broader cross-workload investigation (defender-xdr), or SharePoint oversharing before Copilot rollout (purview-copilot-oversharing).

Pick the plan, then the preset

If you need... Plan / SKU Notes
Safe Links, Safe Attachments, anti-phish, anti-spam, anti-malware MDO Plan 1 Bundled with M365 Business Premium and E3 add-on
Threat Explorer, Real-time detections, AIR, attack simulation training, automated investigation MDO Plan 2 Bundled with M365 E5 / MDO P2
Cross-tenant secure collaboration (B2B/B2C with MDO) MDO P1 or P2 Apply preset to guest senders too
Posture Preset to apply Who it fits
Default healthy baseline, low admin overhead Standard preset Most enterprises - apply to all users
High-target, regulated, or executive-heavy estate Strict preset Tier-0 admins, finance, exec mailboxes
Custom carve-out (e.g. vendor with broken SPF) Custom policy with priority above preset Use sparingly - documents drift risk

Rule of thumb: apply Standard preset to all users as the floor, **Strict preset to
high-risk groups** (executives, finance, IT admins, legal) as the ceiling. Custom policies
only where presets genuinely don't fit - every custom policy is a future drift source.

Approach

  1. Confirm licensing and mail flow — Verify MDO P1 vs P2 in admin centre. Confirm

Exchange Online accepts mail directly (or via an upstream gateway). MDO with a third-party secure email gateway (SEG) in front is a common pattern but reduces some detections - use Enhanced Filtering for Connectors to preserve original sender IP. Verify: Get-EnhancedFilteringConfig shows your inbound connector configured.

  1. Enable email authentication — SPF, DKIM, and DMARC for every sending domain.

DMARC starts at p=none (monitor), moves to quarantine, then reject. Without DMARC, spoofing detections are weaker. Verify: DMARC at p=reject with aggregate reports flowing for 30+ days.

  1. Apply preset security policies — Standard preset to all users. Strict preset to a

targeted group (executives, finance, IT admins). Presets auto-update to Microsoft's recommendations; custom policies do not. Verify: Preset policy report shows ≥ 95% of users covered by Standard or Strict.

  1. Configure impersonation protection — In the anti-phishing policy (Strict preset

includes this), add the specific users (executives, CFO, exec assistants) and domains (your own, partner domains often impersonated) to impersonation protection. Mailbox intelligence on automatically learns the rest. Verify: anti-phishing policy shows 5-15 protected users (don't list everyone - dilutes detection) and 1-3 trusted domains.

  1. Tenant allow/block lists (TABL) - block first, allow rarely — Use TABL to block

confirmed bad senders/URLs/files. Allow entries are temporary (30-day max) and override detections, so use sparingly and review weekly. Verify: allow list has < 20 entries and no permanent allows for high-risk domains.

  1. Configuration analyzer monthly — In security.microsoft.com → Email & collaboration →

Policies & rules → Configuration analyzer. Shows drift vs Standard/Strict. Apply recommendations or document why not. Verify: drift score = 0 against the preset you target.

  1. Operate via Submissions and Threat Explorer — User-reported phish flows into the

Submissions portal. Triage daily, mark false positives, update tenant allow/block lists. Use Threat Explorer (P2) for ad-hoc hunts (e.g. all messages from a sender domain in past 7 days).

  1. AIR + automated triage — Enable AIR for user-reported phish. The investigation

playbook auto-pulls similar messages, soft-deletes them, and creates an incident if warranted.

  1. Attack simulation training — Run quarterly campaigns matched to current threat

intelligence (e.g. payroll-themed in pay-week, vendor-themed in procurement cycle). Assign training only to clickers and credential submitters - blanket training erodes engagement.

Guardrails

  • Presets > custom policies. Presets get Microsoft's tuning updates automatically. Every

custom policy is a maintenance commitment.

  • Don't disable Safe Links rewriting for "user experience". The rewrite is the

detection - removing it removes Safe Links entirely. Use the Do not rewrite list for specific allow-listed services instead.

  • Impersonation protection on a small specific list. Listing every user dilutes the

detection. 5-15 named protected users; let mailbox intelligence handle the rest.

  • Allow entries in TABL are temporary. They override detections. 30-day max, review

weekly, remove or replace with a proper exclusion.

  • DMARC reject is the goal, not p=none. p=none is a 30-day monitor stop, not a destination.
  • MDO + third-party SEG = configure Enhanced Filtering. Otherwise MDO sees the SEG IP as

the sender and detections degrade.

  • Don't bypass MDO with mail flow rules. Exception rules ("skip filtering for messages

from X") are how attackers slip through. Use TABL or impersonation exclusions instead.

Common anti-patterns

  • "Use only custom policies because preset is too strict" - Locks you out of Microsoft's

automatic tuning. Apply preset; carve out specific exclusions.

  • "Disable Safe Links rewriting because it breaks the helpdesk link" - Removes the

detection. Add the specific URL to Do not rewrite.

  • "Allow this vendor domain in TABL permanently" - Permanent allow = permanent bypass.

Fix the underlying SPF/DKIM/DMARC issue at the sender or use a connector-level allow.

  • "Add all 5,000 users to impersonation protection" - Detection becomes noise. Target the

top-impersonated 10-50 named users.

  • "DMARC at p=none indefinitely" - You're collecting reports but never enforcing.

Quarantine within 60 days, reject within 90.

  • "User-reported phish goes to a shared mailbox we check weekly" - Use the Submissions

portal so AIR and Threat Explorer fire. Shared mailbox loses the tooling.

  • "Attack simulation training assigned to everyone every quarter" - Engagement collapses.

Target clickers and credential submitters only.

  • "MDO behind a third-party SEG with default config" - All inbound looks like it's from

the SEG IP. Enable Enhanced Filtering for Connectors.

Example prompts

  • Apply the Standard preset to all users and Strict preset to executives and finance.
  • Configure DMARC for our domain - go from p=none to p=reject in 90 days.
  • Set up impersonation protection for our CFO and partner domains.
  • Compare current MDO settings against the Strict preset using configuration analyzer.
  • Plan MDO Plan 1 vs Plan 2 - what hunting and AIR capabilities do we lose without P2?
  • Triage user-reported phish via the Submissions portal and update tenant allow/block list.
  • Run a payroll-themed attack simulation in pay-week and assign training to clickers only.
  • Configure Enhanced Filtering for Connectors - we have a third-party SEG in front of EXO.

Microsoft Learn