Data Loss Prevention

 View Only
  • 1.  profiled email DGM

    Trusted Advisor
    Posted Sep 06, 2013 08:30 AM

    Hello,

     when you create a profiled DGM using an EDM, you need to select one of your field as a key. but when you select email, dlp control this field to be in right format using this regexp (as described by online documentation) :

    COUNTRY_TLD="."[a-z]{2}
    GENERIC_TLD=".aero"|".biz"|".com"|".coop"|".edu"|".gov"|".info"|".int"|".mil"|".museum"|".name"|".net"|".org"|".pro"|".arpa"
    TLD={GENERIC_TLD}|{COUNTRY_TLD}
    EMAIL_STR=[A-Za-z][A-Za-z0-9"_""-""."]*
    EMAIL={EMAIL_STR}"@"{EMAIL_STR}{TLD}

     unfortunately it is no more valid as there is more existing generic_tld (like .asia, .mobi, ...) now so some of my emails are rejected and i cannot monitor them. is there a way to update this  or define a custom rule to check email format ?

     Regards.



  • 2.  RE: profiled email DGM

    Posted Sep 06, 2013 03:07 PM

    Hi,

    Try recreating the EDM index.

     

    -Thanks



  • 3.  RE: profiled email DGM

    Trusted Advisor
    Posted Sep 09, 2013 02:18 AM

    hi

     it does not change. I recreate EDM and i have same email address not taken into account. we are using DLP v 11.6.2.

     regards.



  • 4.  RE: profiled email DGM

    Broadcom Employee
    Posted Sep 10, 2013 06:45 PM

    Hello-

    If you create the file as an EDM and do not specify the column as email, but as a string, then it will not perform the validation check as you describe, but will still match the email addresses.



  • 5.  RE: profiled email DGM

    Trusted Advisor
    Posted Sep 11, 2013 02:25 AM

    hi

     yes but if i remember how it works, in this case you cannot use it as a profiled DGM in order to manage list of people you want to cover with a policy.

     

     regards.