Sensitive Data Types Content

In addition to the predefined data types, Spirion can search for Sensitive Data Types. Sensitive Data Types allow you to search for specific information on the endpoint using Keywords, Regular Expressions, Dictionaries, Sensitive Data Definitions, and Search APIs to find data unique to your environment.

The Sensitive Data Types Content consists of the following columns:

Exact Match Validation

Exact Match Validation

Category Example Format Rules
Social Security Number 123-12-1234
  1. Must be EXACTLY 11 characters
  2. Must contain dash characters "-" at indices 3 and 6
  3. Can only contain characters in the set "1234567890-"
Credit Card Number  
  1. Minimum length is 13 characters
  2. Maximum length is 16 characters
  3. Can only contain characters in the set "1234567890"
Password  
  1. Minimum length is 3 characters
  2. Maximum length is 50 characters
Bank Account Number  
  1. Minimum length is 5 characters
  2. Maximum length is 50 characters
  3. Can only contain characters in the set "-01234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Drivers License  
  1. Minimum length is 5 characters
  2. Maximum length is 20 characters
  3. Can only contain characters in the set "-01234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Date of Birth

12/17/2001

17/12/2001

  1. Must be exactly 10 characters
  2. Must contain '/' character at indices 2 and 5
  3. The number before the first '/' must be between 1 and 31 inclusive
  4. If the first number is >12, then the number between two '/' must be between 1 and 12 inclusive
  5. If the first number is <+12, then the number between the two '/' must be between 1 and 31 inclusive
  6. The number after the last '/' must be between 1900 and 2100 inclusive
  7. February 29th is always valid even when not a leap year
Telephone Number 123-123-1234
  1. Must be exactly 12 characters
  2. Must contain '-' at indices [3] and [7]
  3. Can only contain characters in the set "1234567890-"
eMail Address 12@3.com
  1. Minimum length is 8 characters
  2. Maximum length is 322 characters
  3. Must contain at least 1 instance of the '@' character
  4. The first instance of the '@' symbol must occur before the 64th position of the entire string
  5. The length of text after the first '@' symbol cannot be longer than the 255
  6. Can only contain characters in the set "!#$%&'*+-?=?^_`{|}~.@01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

Personal Address

 
  1. Maximum Length is 500 characters
  2. Can only contain characters in the set "-#.,:/01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Passport Number  
  1. Minimum length is 6 characters
  2. Maximum length is 9 characters
  3. Can only contain characters in the set "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Mother's Maiden Name  
  1. Maximum Length is 50 characters
  2. Can only contain characters in the set "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Canada: SIN 123-123-123
  1. Must be exactly 11 characters
  2. Must contain dash character '-' at indices 3 and 7
  3. Can only contain characters in the set "1234567890-"
United Kingdom: NINO

AA ## ## ## A

or

AA ## ## ##

  1. Must be either 11 characters long, or 13 characters long
  2. Must contain space ' ' characters are indices 2, 5, and 8
  3. When 13 characters long, then must also contain space ' ' at index [11]
  4. Can only contain characters in the set "-1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
United Kingdom: NHS 123-45-67890
  1. Must be exactly 12 characters
  2. Must contain dash character '-' at indices 3 and 7
  3. Can only contain characters in the set "1234567890-"
Australia: TFN  
  1. Must be exactly 9 characters
  2. Can only contain characters in the set "1234567890"
Regex  
  1. Maximum Length is 50,000 characters
Custom Dictionary  
  1. Maximum Length is 50,000 characters
Keyword  
  1. Maximum Length is 50,000 characters