Setting DLP Rule Tracking
A primary consideration for creating Data Loss Prevention Check Point Software Blade on a Security Gateway that detects and prevents the unauthorized transmission of confidential information outside the organization. Acronym: DLP. rules is how to audit incidents.
In the rule base All rules configured in a given Security Policy. Synonym: Rulebase. of the Data Loss Prevention policy, the Track column offers these options:
Option |
Meaning |
---|---|
|
Sends an email to a configured recipient |
Log |
Records the incident in the Logs & Monitor view (All the other tracking options also log an incident). |
Alert |
Opens a pop-up window in the SmartView Monitor. |
SNMP Trap |
Sends an SNMP alert to the SNMP GUI. This uses the fwd process, to run the |
User Defined (alert) |
Sends one of three possible customized alerts. The alerts are defined by the scripts specified in the main > Global Properties > Log and Alert > Alert Commands. The alert process on the Log server runs the scripts. |
Store Incident |
Determines how the data should be stored and deleted (if at all). The options are:
|
Store Incident
Store Incident tracking options determine how data that matches a DLP rule Set of traffic parameters and other conditions in a Rule Base (Security Policy) that cause specified actions to be taken for a communication session. is stored (or not stored).

Store Option |
Meaning |
||
---|---|---|---|
Yes |
|
||
Only as Text |
|
||
Don't Store |
When the rule is matched, the incident is logged and the data deleted so that it cannot be viewed in the Logs & Monitor view.
|
||
Delete |
Logs the incident and immediately deletes the data. Select this example for sensitive data such as credit card numbers.
|

If a scanned message matches a number of different DLP rules, and each rule has a different store option, the option with highest priority has precedence. For example, if an email matches these rules:
Rule |
Store Incident Option |
Priority |
---|---|---|
Rule_1 |
Only as text |
3 |
Rule_2 |
Yes |
2 |
Rule_3 |
Don't store |
4 |
The store incident option related to Rule_2 has the highest priority. The DLP Gateway stores the data even though the email matched a rule (Rule_3) configured to delete the data.

The Only as Text store option can be configured to have a higher priority than Yes To change the priority:
-
On the gateway, open:
$DLPDIR/config/dlp.conf
Each message protocol has its own section. For example:
)
:ftp (
:enabled (1)
:maximum_words_to_log (14)
:maximum_chars_to_words_in_log (490)
:cleanup_session_files (1)
:save_incident_quota_percentage (85)
:allow_append_cmd (0)
:view_incident_dispute_option (yes)
)
-
Search for:
view_incident_dispute_option
The default value is
Yes.
-
For all protocols (SMTP, FTP, HTTP), change
Yes
toText
. -
Save and close
dlp.conf
.