South American Personal Identity
NOTE: Data Identifiers are legacy DLP features that will no longer be supported by the end of June 2025, it is recommended to use a classification-based approach for all your DLP use cases. To assist with migrating your DLP policies from Data Identifiers to Classification, refer to the Migration Guide.
Skyhigh CASB supports the following definitions, validation, and keyword information for South American Personal Identity data identifiers.
NOTE: Skyhigh CASB regex includes an extra backslash to conform with JSON string structure. Naked regex would have only one backslash, but regex in strings requires the extra backslash to be escaped. For more information, see https://www.regular-expressions.info/java.html.
Data Identifier | Definition | Validation | Keyword |
---|---|---|---|
Brazilian Election Identification Number | The Brazilian Election Identification number is an official identity document. In Brazil, voting is required for all citizens between 18 and 70 years old. | "\\d{5}[0]\\d{3}", "\\d{5}[12]\\d\\d{2}", "\\d{6}[0]\\d{3}", "\\d{6}[0]\\d[/]\\d{2}", "\\d{6}[12]\\d\\d{2}", "\\d{6}[12]\\d[/]\\d{2}", "\\d{7}[0]\\d{3}", "\\d{7}[0]\\d[/]\\d{2}", "\\d{7}[12]\\d[/]\\d{2}", "\\d{7}[12]\\d\\d{2}", "\\d{8}[0]\\d{3}", "\\d{8}[0]\\d[/]\\d{2}", "\\d{8}[0]\\d{3}[/]\\d{2}", "\\d{8}[12]\\d[/]\\d{2}", "\\d{8}[12]\\d\\d{2}", "\\d{8}[12]\\d\\d{2}[/]\\d{2}" |
|
Brazilian National Registry of Legal Entities (CNPJ) |
The Cadastro Nacional da Pessoa Juridica (CNPJ), or National Registry of Legal Entities, is an identification number issued to Brazilian companies by the Secretariat of the Federal Revenue of Brazil. The CNPJ consists of a 14-digit number formatted as 00.000.000/0001-00. The first eight digits identify the company, the four digits after the slash identify the branch or subsidiary ("0001" defaults to the headquarters), and the last two are check digits. |
"\\d{2}.\\d{3}.\\d{3}[/]\\d{4}[ -]?\\d{2}", "\\d{8}[/]\\d{4}[ -]?\\d{2}", "\\d{8}[/]\\d{6}", "\\d{14}" |
|
Brazilian Natural Persons Register (CPF) |
The Cadastro de Pessoas Fisicas (CPF; Portuguese for "Natural Persons Register") is the Brazilian individual taxpayer registry identification number attributed by the Brazilian Federal Revenue to all Brazilians and resident aliens who pay taxes. The number printed on the document is an eleven-digit figure, of which the two last numbers are the result of an arithmetic operation on the nine previous numbers so that any typing mistake will result in an invalid number. |
"\\d{3}[.]\\d{3}[.]\\d{3}[-]\\d{2}", "\\d{9}[ -]?\\d{2}" |
|