These are the 19 data types a policy rule’s when
condition can match, grouped exactly as the
policy editor groups them. Detection combines
fast pattern matching with NER-based recognition on the device; the data
type is what your rules target, never a severity by itself — severity
follows the action taken.
| Data type | Region | What it detects |
|---|
| US Social Security Number | US | Nine-digit US taxpayer/identity number, dashed form. |
| US Driver’s License | US | A US driver’s license number. |
| US Individual Taxpayer ID (ITIN) | US | A US Individual Taxpayer Identification Number. |
| US Passport Number | US | A US passport number. |
| Data type | Region | What it detects |
|---|
| Credit Card Number | global | Payment card number (13–19 digits), Luhn-validated on the fast path. |
| Crypto Wallet Address | global | Cryptocurrency wallet address (e.g. Bitcoin). |
| IBAN (Bank Account) | global | International Bank Account Number. |
| US Bank Account Number | US | A US bank account number. |
| Data type | Region | What it detects |
|---|
| API Key / Secret | global | Provider credentials (AWS access key, GitHub PAT, OpenAI key). Fast-path only. |
| Data type | Region | What it detects |
|---|
| Email Address | global | An email address. |
| Phone Number | global | A telephone number. |
| Data type | Region | What it detects |
|---|
| Person Name | global | A personal name detected by NER. |
| Nationality / Religion / Politics | global | A nationality, religious, or political group reference. |
| Data type | Region | What it detects |
|---|
| Medical License Number | global | A medical practitioner license number (e.g. US DEA). |
| Data type | Region | What it detects |
|---|
| IP Address | global | IPv4 or IPv6 address. |
| URL | global | A web address. |
| Data type | Region | What it detects |
|---|
| US Employer ID (EIN) | US | A US Employer Identification Number (federal tax ID for businesses). |
| Data type | Region | What it detects |
|---|
| Location | global | A geographic location (city, address fragment) detected by NER. |
| Date / Time | global | A date or timestamp (may be a date of birth in context). |