Domain 2 β€” Module 3 of 10 30%
13 of 28 overall
Domain 2: Data Protection & Governance Free ⏱ ~11 min read

Data Loss Prevention (DLP)

DLP is the safety net that catches sensitive data before it leaves your organisation. Credit card numbers in an email? Confidential files shared on Teams? DLP blocks it and alerts the admin.

What is DLP?

Simple explanation

DLP is the airport security scanner for your data.

Before anything leaves your organisation (via email, Teams, SharePoint sharing, or even copy-paste), DLP scans it. If it contains something sensitive β€” credit card numbers, health records, confidential labels β€” DLP can block it, warn the user, or alert an admin.

The user might not even realise they’re about to share something sensitive. DLP catches it anyway.

How DLP policies work

A DLP policy has three parts:

PartWhat It DefinesExample
ConditionsWhat to look for”Documents containing credit card numbers” or β€œfiles with Confidential label”
ActionsWhat to do when detectedBlock sharing, restrict access, warn user, audit only
NotificationsWho to tellWarn the user (policy tip), alert the admin, send incident report

DLP actions β€” what happens when a rule triggers

DLP action levels β€” from gentle to strict
FeatureImpact LevelWhat Users See
Audit onlyLow β€” logging onlyNothing β€” activity is logged but not blocked
WarnMedium β€” user sees a tipPolicy tip: 'This email contains sensitive data. Are you sure?'
Block with overrideHigh β€” blocked but user can justify'This action is blocked. Provide a business justification to proceed.'
BlockHighest β€” hard block'You cannot share this content externally.' No override possible.
Scenario: Maya handles a DLP alert

Maya receives a DLP alert:

Alert: β€œSam (Marketing) attempted to email a spreadsheet containing 47 credit card numbers to an external email address”

What happened:

  1. Sam prepared a report with customer payment data (didn’t realise it had raw card numbers)
  2. DLP scanned the email attachment β†’ detected credit card pattern (SIT match)
  3. DLP blocked the email and showed Sam a policy tip: β€œThis email contains credit card information and cannot be sent externally”
  4. DLP sent an alert to Maya with full details

Maya’s response:

  1. Reviews the alert in Purview β†’ DLP β†’ Alerts
  2. Contacts Sam β†’ explains why it was blocked
  3. Sam redacts the card numbers β†’ resends successfully
  4. Maya marks the alert as resolved

Without DLP: Those 47 credit card numbers would have been emailed to an external address. Data breach, regulatory fine, customer trust destroyed.

Where DLP applies

DLP isn’t just for email β€” it covers multiple channels:

LocationWhat DLP Monitors
Exchange OnlineEmail body and attachments
SharePoint OnlineFiles in document libraries
OneDrivePersonal file storage
TeamsChat messages and channel messages
EndpointsFiles copied to USB, printed, or uploaded to cloud
Power BIDashboards and reports containing sensitive data

Exam tip: DLP in Teams monitors MESSAGES β€” not just files. If someone types a credit card number in a Teams chat, DLP can catch it.

DLP alerts and investigation

When DLP triggers, admins investigate in Microsoft Purview β†’ DLP β†’ Alerts:

  • Alert details: What was detected, who triggered it, when, which policy matched
  • Activity explorer: See the full timeline of DLP events
  • False positive handling: Dismiss alerts that aren’t real issues, tune policies to reduce noise

🎬 Video walkthrough

Flashcards

Question

What does DLP do?

Click or press Enter to reveal answer

Answer

Detects and prevents inappropriate sharing of sensitive data across M365 services (email, SharePoint, OneDrive, Teams, endpoints). Uses conditions (what to detect), actions (block/warn/audit), and notifications (alert user/admin).

Click to flip back

Question

What's the difference between 'block with override' and 'block' in DLP?

Click or press Enter to reveal answer

Answer

Block with override: user is stopped but can provide a business justification to proceed. Block: hard stop, no override possible. Use 'block with override' when there might be legitimate reasons to share; use 'block' for the most sensitive data.

Click to flip back

Question

Can DLP monitor Teams chat messages (not just files)?

Click or press Enter to reveal answer

Answer

Yes β€” DLP monitors both files AND messages in Teams. If someone types a credit card number in a Teams chat, DLP can detect and block it.

Click to flip back

Knowledge Check

Knowledge Check

Northwave's DLP policy blocks external sharing of documents with credit card numbers. Sam in Marketing needs to send a report with payment data to an external auditor for a legitimate audit. What's the BEST configuration?


Next up: Insider Risk & Communication Compliance β€” detecting suspicious behaviour and monitoring for policy violations.