Land registry ownership files
Identifies documents containing references to land registry ownership files in international contexts. This information type is classified as personally identifiable information under applicable data protection regulations.
- Type
- regex
- Engine
- boost_regex
- Confidence
- medium
- Confidence justification
- category-aware structural regex with anchor and context constraints replaces phrase-only detection. Added context gating and exclusion rules improve precision and reduce incidental matches.
- Detection quality
- Mixed
- Jurisdictions
- global
- Regulations
- GDPR
- Data categories
- pii
- Scope
- wide
- Platform compatibility
- Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Degraded, Netskope: Unsupported
Pattern
(?is)\b(?:land\s+registry\s+ownership\s+files|title\s+deed|property\s+ownership|land\s+title|cadastral\s+record|property\s+transfer|land\s+registration|certificate\s+of\s+title|property\s+boundary|registered\s+proprietor|encumbrance\s+record)\b
Corroborative evidence keywords
land registry ownership files, proprietary, intellectual property, trade secret, patent, copyright, trademark, confidential, invention, prototype, algorithm, formula, source code, design document, research and development, know-how, proprietary information, commercial in confidence, commercial-in-confidence, manufacturing process (+31 more)
Proximity: 240 characters
Should match
land registry ownership files— Primary topic phrase matchtitle deed— Case-insensitive topic phrase matchproperty ownership— Alternative topic phrase matchland title— Additional topic phrase match
Should not match
unrelated generic text without domain phrases— No relevant topic phrases presentplaceholder value 12345— Random text should not match topic-specific regexwelfare registry— Generic word pair from old broad template should not match
Known false positives
- Common words and phrases related to land registry ownership files appearing in policy documents, training materials, HR templates, or compliance guidelines without actual personal data. Mitigation: Require corroborative evidence keywords within the proximity window to confirm sensitive data context rather than general discussion.
- In English (as the primary international business language), similar terminology used in formal or administrative contexts (education, professional documentation) that does not constitute sensitive data collection. Mitigation: Layer with additional contextual signals such as structured identifiers, form fields, or database column headers to distinguish sensitive records from general references.
- High-frequency pattern matches in large document corpora due to broad regex anchors. Expected match rate is significantly higher than specific identifier patterns. Mitigation: Tune confidence thresholds for bulk scanning. Consider using this pattern primarily as a pre-filter with secondary validation.