Export license decision files
Identifies documents containing references to export license decision files in Australian contexts. This information type is classified as personally identifiable information under the Privacy Act 1988.
- Type
- regex
- Engine
- boost_regex
- Confidence
- medium
- Confidence justification
- identifier/document-structure anchored regex with constrained context replaces phrase-only detection.
- Detection quality
- Mixed
- Jurisdictions
- global
- Regulations
- AML/CTF Act (Cth), IPA 2009 (Qld), NDB Scheme (Cth), Privacy Act 1988 (Cth)
- Frameworks
- ISO 27001, ISO 27701
- Data categories
- government-id, pii
- Scope
- wide
- Platform compatibility
- Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Degraded, Netskope: Unsupported
Pattern
(?is)\b(?:export\s+license|export\s+permit|license\s+decision|defence\s+export|dual[\s-]+use\s+goods|export\s+control|strategic\s+goods|Defence\s+Trade\s+Controls|end[\s-]+user\s+certificate|export\s+application|controlled\s+technology)\b
Corroborative evidence keywords
export license decision files, export, license, decision, files, elections, diplomacy, statecraft, drivers licence, driver licence, drivers license, driver license, DL, licence number, license number
Proximity: 300 characters
Should match
export license— Primary topic phrase matchexport permit— Case-insensitive topic phrase matchlicense decision— Alternative topic phrase matchdefence export— 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 regeximmigration case— Generic word pair from old broad template should not match
Known false positives
- Common words and phrases related to export license decision 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 Australian English, 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.