IBAN values
Detects references to iban values in financial and compliance documents. Commonly found in international regulatory filings, transaction records, and audit documentation.
- 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, PCI-DSS
- Data categories
- financial
- Scope
- wide
- Platform compatibility
- Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Degraded, Netskope: Unsupported
Pattern
(?is)\b(?:iban\s+values|international\s+bank\s+account|bank\s+identifier|beneficiary\s+account|wire\s+transfer|cross[\s-]+border\s+payment|correspondent\s+bank|account\s+verification)\b
Corroborative evidence keywords
iban values, iban, values, financial, accounts, payments, bank account, account number, account no, BSB, routing number, sort code, IBAN, SWIFT, BIC, field, column, row, entry, record (+24 more)
Proximity: 300 characters
Should match
iban values— Primary topic phrase matchinternational bank account— Case-insensitive topic phrase matchbank identifier— Alternative topic phrase matchbeneficiary account— 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 regexbank transfer— Generic word pair from old broad template should not match
Known false positives
- Financial terminology appearing in published reports, accounting textbooks, regulatory guidance, or template documents without actual transaction data. Mitigation: Require corroborative evidence keywords within the proximity window. Cross-reference with structured financial identifiers to confirm actual sensitive data.
- In English (as the primary international business language), standard business terminology overlapping with financial detection keywords in routine correspondence and documentation. Mitigation: Increase confidence threshold when scanning business correspondence. Layer with transaction-specific patterns for higher precision.