Data Loss Prevention

 View Only
  • 1.  Custom Data Identifier

    Posted Jun 19, 2019 04:06 AM

    Hi,

    how to create custom data identifier for CNIC(Pakistan National Identity Card).

    format is 1234-1234567-1

     



  • 2.  RE: Custom Data Identifier

    Posted Jun 19, 2019 05:08 AM

    HI,

    Sorry i forgot one digit.

    the correct format is 12345-1234567-1



  • 3.  RE: Custom Data Identifier

    Posted Jun 19, 2019 10:38 AM

    Manage | Policies | Data Identifiers

    Create a new one

    Patterns:

    \d{5}-\d{7}-\d{1}

    You may want to add some Validators

    • Duplicate digits
    • Number Delimter
    • Find Keywords

    ---

    If you look at another Social Security Number this may help.



  • 4.  RE: Custom Data Identifier

    Posted Jun 24, 2019 06:15 AM

    HI,

    i created custom identifier and put the following pattern.

    \d{13}

    \d{5}-\d{7}-\d{1}

    but its not detecting the pattern format at the endpoint PC.

     



  • 5.  RE: Custom Data Identifier
    Best Answer

    Posted Jun 24, 2019 06:24 AM

    Is the DI linked to a Policy that exists on the endpoint?