Supported Entities
Comprehensive PII detection across multiple categories and regions
Personal Information
PERSON
Names of individuals
Example:
EMAIL_ADDRESS
Email addresses
Example:
PHONE_NUMBER
Phone numbers
Example:
DATE_TIME
Dates and times
Example:
Location Data
LOCATION
Geographic locations, addresses
Example:
IP_ADDRESS
IP addresses (IPv4 and IPv6)
Example:
URL
Web URLs
Example:
Financial Information
CREDIT_CARD
Credit card numbers
Example:
IBAN_CODE
International Bank Account Numbers
Example:
Government IDs
US_SSN
US Social Security Numbers
Example:
US_PASSPORT
US Passport numbers
Example:
US_DRIVER_LICENSE
US Driver License numbers
Example:
UK_NHS
UK NHS numbers
Example:
Healthcare
Custom 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"] }Multi-Language Support
Entity detection available in multiple languages
EnglishGermanSpanishFrenchItalianPortugueseDutchPolishRussianJapaneseChineseKoreanArabicHindiTurkish