CloudAdvisor provides a number of predefined tags. These predefined tags allow it to find quite a bit of sensitive data out of the box. Additionally, the predefined tags can also serve as examples for you to use when defining your own tags. Note you can copy and paste the patterns for these tags into a custom tag and then make modifications.
Note: | Some of the predefined tags also contain a Python function that performs additional validation when CloudAdvisor finds a regex match. For example, the regex for credit card (CC) matches 16-digit numbers in various formats, but not every 16 digit number is a valid credit card number. When CloudAdvisor finds a 16 digit number, the Python validation function for CC performs "Luhn validation" to verify that the number is a valid credit card number. You can see the validation function if you display the tag, but you cannot edit it. Out-of-the-box, CloudAdvisor does not support custom tags with validation functions. If you need this functionality, contact HyTrust Support. |
Tags that are country specific are preceded by the country code, for example US_SSN.
The following table provides brief match descriptions for each predefined tag.
Predefined Tag | Match Definition |
---|---|
BE_DLN | Belgium Drivers License Number |
BE_NIN | Belgium National Identity Number |
BE_PASS | Belguim Passport Number |
BirthDate | Date in various formats together with an indication that it is a date of birth. For example, DOB 3/12/1963. |
CA_SIN | Canada Social Insurance Number |
CC |
15 or 16 digits in various formats that pass Luhn validation.
|
DE_DLN | Germany Drivers License Number |
DE_PASS |
Germany Passport Number |
DE_PK | Germany Personenkennziffer (personal identity number) |
Email address. | |
FR_CNI | France National Identity Card Number |
FR_DLN |
France Drivers License Number |
FR_HIN | France Health Insurance Number |
FR_INSEE |
France INSEE (national identity number) |
FR_PASS | France Passport Number |
IE_PPS |
Ireland Personal Public Service Number |
IPv4 |
Internet Protocol version 4 addresses, including all public and private ranges. The format is n.n.n.n where each n is 0..255. |
IT_CF |
Italy Codice Fiscale (an identity number) |
IT_DLN | Italy Drivers License Number |
NE_BSN |
Netherlands Citizens Service Number |
PhoneNumber | North America phone numbers in various formats. For example, 555-123-4567. |
Postal_Code | United States and Canadian postal codes. |
UK_DLN | United Kingdom Drivers License Number |
UK_PASS |
United Kingdom Passport Number |
URI | Uniform resource identifier (URI). Protocols identified include http, https, mailto, telnet, ftp, file, ssh, sftp, tftp, imap, pop, udp, snmp, afp, nfs, smb, cifs, ldap, ldaps, and nntp. |
US_Address | US postal addresses. |
US_NPI | United States National Provider Identifier numbers. A NPI number is a 10-digit identification number issued to health care providers in the United States by the Centers for Medicare and Medicaid Services (CMS). |
US_SSN |
United States Social Security numbers (SSNs) in the format ###-##-####. |