Domain 2 β€” Module 3 of 8 38%
11 of 25 overall
Domain 2: Implement DLP and Retention Free ⏱ ~14 min read

DLP: Precedence & Adaptive Protection

When multiple DLP rules match the same content, which one wins? Understand rule and policy precedence, and how Adaptive Protection dynamically adjusts DLP enforcement based on insider risk levels.

Why precedence matters

Simple explanation

Imagine two security guards at the same door with different instructions.

Guard A says β€œlet employees through with ID.” Guard B says β€œblock everyone β€” the building is locked down.” Who wins? You need clear rules about which instruction takes priority.

The same happens with DLP. When an email matches Rule 1 (warn) AND Rule 2 (block), which action applies? Microsoft Purview has a clear precedence system: the most restrictive action wins. If one rule says warn and another says block, the content is blocked.

Adaptive Protection adds a twist β€” DLP enforcement can change dynamically based on a user’s risk level. A trusted employee gets a warning. A high-risk employee (flagged by Insider Risk Management) gets a hard block β€” for the same content.

Rule precedence within a policy

Each DLP policy can contain multiple rules. Rules are evaluated in priority order (configurable):

PriorityRule NameConditionAction
0 (highest)Block bulk export50+ credit cardsHard block
1Block external sharing5+ credit cards, external recipientBlock with override
2Warn on any detection1+ credit cardWarn with policy tip

The precedence rules

  1. All matching rules are evaluated β€” not just the first match
  2. The most restrictive action wins β€” block beats warn beats audit
  3. User notifications from all matching rules are combined β€” user sees all relevant tips
  4. Incident reports from all matching rules are generated β€” admin sees all matches

Key concept: DLP does NOT stop evaluating after the first match. All matching rules contribute to the final enforcement decision.

Policy precedence across multiple policies

When content matches rules in multiple DLP policies, the system combines all matching rules:

PolicyRule MatchedAction
”Protect Credit Cards”5+ credit card numbersBlock with override
”Protect PII”1+ SSNWarn
”Financial Compliance”Confidential label + external sharingBlock

Result: The content is blocked (most restrictive action from any matching rule across all policies). The user sees notifications from all three matches.

Exam tip: most restrictive wins

The exam frequently tests DLP precedence. The core rule is simple: the most restrictive action wins.

If two rules match:

  • Rule A says β€œwarn” and Rule B says β€œblock” β†’ block wins
  • Rule A says β€œaudit only” and Rule B says β€œblock with override” β†’ block with override wins
  • Rule A says β€œblock” and Rule B says β€œblock with override” β†’ block wins (no override available)

The precedence of actions from most to least restrictive: Block > Block with override > Warn > Audit only

Adaptive Protection β€” risk-based DLP

Adaptive Protection connects Insider Risk Management (Domain 3) to DLP. Instead of treating all users equally, DLP responds proportionally to each user’s risk level.

How it works

StepWhat Happens
1. Insider Risk assigns risk levelsBased on user behaviour (file downloads, email patterns, resignation signals)
2. Risk levelsElevated (highest risk), Moderate, Minor
3. DLP policy uses risk as a conditionA DLP rule can say β€œif user is elevated risk AND content matches SIT β†’ hard block”
4. Dynamic enforcementAs risk level changes, DLP enforcement changes automatically

Adaptive Protection example

User Risk LevelContent: 1 credit card numberContent: 10+ credit card numbers
MinorAudit onlyWarn
ModerateWarnBlock with override
ElevatedBlock with overrideHard block

The same DLP policy, but enforcement scales with risk. A trusted employee gets a gentle nudge. A user showing risky behaviour gets a hard stop.

Configuring Adaptive Protection in DLP

  1. Enable Adaptive Protection in Insider Risk Management settings
  2. Define risk level thresholds β€” what behaviours trigger each level
  3. Create or edit DLP policies β€” add β€œUser’s risk level for Adaptive Protection” as a condition
  4. Configure actions per risk level β€” different actions for elevated vs moderate vs minor
Scenario: Priya deploys Adaptive DLP at Meridian

Priya’s current DLP policy blocks all credit card sharing externally. But this generates complaints from the wealth management team, who legitimately share transaction data with clients.

With Adaptive Protection:

  • Minor risk (most users): Warn with policy tip when sharing credit card data externally
  • Moderate risk (flagged users): Block with override β€” require justification
  • Elevated risk (departing employees, users with data exfiltration signals): Hard block β€” no override, immediate alert to security team

Result: 90% of users experience a lighter policy. The 10% showing risky behaviour face stricter controls. Complaints drop. Security improves.

Prerequisites for Adaptive Protection in DLP

RequirementDetail
Insider Risk ManagementMust be configured with at least one active policy
Risk levelsUsers must be assigned risk levels (requires 7+ days of activity data)
LicensingE5, E5 Compliance, or E5 Insider Risk Management
DLP policyMust include β€œUser’s risk level for Adaptive Protection” as a condition
Question

When multiple DLP rules match the same content, which action is enforced?

Click or press Enter to reveal answer

Answer

The most restrictive action wins. Priority order from most to least restrictive: Block > Block with override > Warn > Audit only. All matching rules are evaluated, and user notifications from all matching rules are combined.

Click to flip back

Question

What are the three Adaptive Protection risk levels, from highest to lowest?

Click or press Enter to reveal answer

Answer

Elevated (highest risk β€” users showing significant risky behaviour), Moderate (some risk indicators), and Minor (low risk β€” normal behaviour). These levels are assigned by Insider Risk Management and can be used as conditions in DLP policies.

Click to flip back

Question

Does DLP stop evaluating after the first matching rule?

Click or press Enter to reveal answer

Answer

No. DLP evaluates ALL matching rules across ALL policies. All matching rules contribute to the final action (most restrictive wins), user notifications are combined from all matches, and incident reports are generated for each match.

Click to flip back

Knowledge Check

At Meridian Financial, an email matches two DLP rules: Rule A (from the PCI policy) says 'warn with policy tip' and Rule B (from the financial compliance policy) says 'block with override'. What happens?

Knowledge Check

Priya enabled Adaptive Protection and configured DLP to block with override for elevated-risk users who share credit card data. A wealth management analyst (currently at 'minor' risk level) shares a document containing 3 credit card numbers externally. The DLP rule for minor-risk users is set to 'warn'. What happens?


Next up: Endpoint DLP: Setup & Configuration β€” extend DLP to Windows and macOS devices where data physically lives.