Supported Entities
Comprehensive PII detection across multiple categories and regions
Personal Information
PERSON
Names of individuals
Example:
John SmithEMAIL_ADDRESS
Email addresses
Example:
john.doe@example.comPHONE_NUMBER
Phone numbers
Example:
+1-555-123-4567DATE_TIME
Dates and times
Example:
January 15, 2024AGE
Age values
Example:
35 years oldLocation Data
LOCATION
Geographic locations, addresses
Example:
123 Main St, New YorkIP_ADDRESS
IP addresses (IPv4 and IPv6)
Example:
192.168.1.1URL
Web URLs
Example:
https://example.comFinancial Information
CREDIT_CARD
Credit card numbers (all major brands)
Example:
4532-1234-5678-9012IBAN_CODE
International Bank Account Numbers
Example:
DE89370400440532013000US_BANK_NUMBER
US Bank account numbers
Example:
123456789012CRYPTO
Cryptocurrency addresses (Bitcoin, Ethereum)
Example:
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNaGovernment IDs
US_SSN
US Social Security Numbers
Example:
123-45-6789US_PASSPORT
US Passport numbers
Example:
123456789US_DRIVER_LICENSE
US Driver License numbers
Example:
D1234567UK_NHS
UK National Health Service numbers
Example:
943 476 5919SG_NRIC_FIN
Singapore NRIC/FIN
Example:
S1234567AHealthcare
MEDICAL_LICENSE
Medical license numbers
Example:
MD12345NRP
Nurse Registration numbers
Example:
NRP12345678Custom Entities
Need to detect domain-specific PII? Create custom entities with regex patterns or deny lists.
Pattern-Based Detection
Define custom patterns using regular expressions for specialized identifiers.
{ "name": "EMPLOYEE_ID", "pattern": "EMP-[0-9]{6}" }Deny List Detection
Block specific terms or values from appearing in your data.
{ "name": "INTERNAL_CODE", "deny_list": ["SECRET", "CONFIDENTIAL"] }Public Entity Library
Discover community-created entity patterns
Browse Entities
Find specialized patterns shared by the community
One-Click Import
Add any entity to your collection instantly
Share Your Own
Contribute patterns (Pro+ required)
Multi-Language Support
Entity detection available in multiple languages