Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log - log incident as defined in the Log4Net configuration: to a log file, Windows Event Log, or database

  2. Log and mail - logged as above and sent by email to recipient(s) specified in DLP setting

  3. Log, mail and IM - same as above, but also notified in the UC channel

Predefined Rules

IBAN code

The default trigger for this rule is defined by the following regex:

\b[a-zA-Z]{2}[0-9]{2}[a-zA-Z0-9]{4}[0-9]{7}([a-zA-Z0-9]?){0,16}\b

US Social Security Number

Agat DLP Provider (default): searches for a Social Security Number in the message by matching a number in the xxx-xx-xxxx format and verifying its validity using: https://www.ssn-check.org/verify

...

Go to “US Social Security Number” on page 1550 in the following PDF file: https://techdocs.broadcom.com/content/dam/broadcom/techdocs/symantec-security-software/information-security/data-loss-prevention/generated-pdfs/Symantec_DLP_15.5_Admin_Guide.pdf

Credit Card

The default trigger for this rule is defined by the following regex:

\b(?:\d[ -]*?){13,16}\b

Anti-harassment and Workplace Safety - badwords

The trigger for this rule is defined by a regex, which you may modify to match your corporate policy

Anti-harassment and Workplace Safety - inappropriate emojis

The default trigger for this rule is defined by the following regex:

((kiss)|(swear)|:]|<3|(u)|(hug)|;)|(grin)|(devil)|(headbang)|*|)

Block URL

The default trigger for this rule is defined by the following regex:

(\b(http|ftp|https):(//|\\)[\w-]+(.[\w-]+)+([\w-.,@?^=%&:/~+#]*[\w-@?^=%&/~+#])?|\bwww.[^\s])

Patient Record Number

The default trigger for this rule is defined by the following regex:

\b[1-9]{3}-[1-9]{1}-[1-9]{5}\b

Dollars and cents amounts

The default trigger for this rule is defined by the following regex:

\B$(?=.*\d)\d{0,6}(.\d{1,2})?

Dates

The default trigger for this rule is defined by the following regex:

\b(([0][1-9]|[2][0-9]|[3][0-1]|[1-9]|[1][0-9])/([0][1-9]|[1][0-2]|[1-9])/([1-2][0-9][0-9][0-9]|[0-9][0-9]))\b

United Kingdom National Insurance Number

The default trigger for this rule is defined by the following regex:

\b^\s*[a-zA-Z]{2}(?:\s*\d\s*){6}[a-zA-Z]?\s*

Custom Rules

You may define your own rules by pressing the [ADD] button

...