Custom SIT Builder
Build a custom SIT and test it against sample text instantly, evaluated the same way Purview does it.
The regex \bEMP-\d{6}\b hit with no supporting evidence nearby. Confidence is whatever you assign, so a bare format match can only earn the level you give it.
Myth-buster demos
Start from a recipe
Proven custom SITs for detection needs the built-ins miss. Load one, watch it match, then adapt it to your data.
SIT definition
Pattern 1
matched x2\bword edge (start or end of a word)[A-Z]{2}exactly 2 capital letters\d{6}exactly 6 digits\bword edge (start or end of a word)RN684287 · RA805020 · AV834005None. The primary element alone decides the match.
Pattern 2
matched x2\bword edge (start or end of a word)[A-Z]{2}exactly 2 capital letters\d{6}exactly 6 digits\bword edge (start or end of a word)RN684287 · RA805020 · AV834005Pattern 3
matched x1wins\bword edge (start or end of a word)[A-Z]{2}exactly 2 capital letters\d{6}exactly 6 digits\bword edge (start or end of a word)RN684287 · RA805020 · AV834005Test against sample text
This is the single result Purview returns: the highest confidence of any matched pattern. No averaging, no rollup.
This is what confidence is actually for: routing. Three example rules, checked top down. The first rule whose conditions this text meets is the one that acts.
Pattern results
Matches for pattern 3
Your browser's regex engine differs from Purview's in rare edge cases. Validate with the portal's built-in test before deploying. Your test data never leaves your browser.
Keep going
Guides and live roadmap updates for Information Protection.
The gotchas and design decisions from real deployments.
RoadmapWhat Microsoft is rolling out in Information Protection, kept current automatically.
ToolAnother planner for Information Protection.
ToolAnother planner for Information Protection.
ToolAnother planner for Information Protection.
ToolAnother planner for Information Protection.
ToolAnother planner for Information Protection.