I need to be able to detect “domain” but not “domain.com” using the DLP EndPoint agent with Outlook integration.
Here’s what I have tried so far:
Setup a policy using keywords and checked the “whole word” option. DLP is setup to ignore the period so it detects “domain” AND “domain.com”.
Created the following regex: “aexp[ ]” This will exclude “domain.com” but also excludes any instance where “domain” occurs at the end of a sentence (“domain.”)
Created a DI with a list of keywords. Tried different validators such as “Exclude Exact Match” (domain.com), “Exclude Suffix” (.com), “Exclude Ending Characters” (.com). It doesn’t seem that any of the validators are being applied so “domain.com” continues to be detected.
If anyone has a solution, I would be very appreciative.