6.6 Automatic Alert Suppression

Behavior Detection provides actions that enable an analyst to specify that the system close a particular entity’s alerts on a specific scenario automatically. This is called Alert Suppression. The system runs the Alert Suppression algorithm to close newly-generated alerts that match an active suppression rule.

The system can suppress alerts with the status of NEW based on their creation date, generating scenario, and focal entity. The algorithm evaluates all candidate alerts and suppresses each alert that satisfies the criteria. The suppressed alerts, to which the system assigns a status of Closed, remain for audit purposes and are still available for display, such as through the Relationship tab, and processing, such as reopening an alert.

Note:

Alert Suppression tables use full refresh data loading. The data is first truncated and then new data is inserted. Complete data must be provided every time these commands are executed.

Defining the Suppress Alert Algorithm

The Suppress Alert algorithm does not suppress locked alerts. The system locks an alerts while an analyst takes an action on it, and then unlocks the alert when the analyst releases it. The system skips all locked alerts until the next time it runs the Suppress Alert component. When a user takes an action on an existing alert to suppress future alerts, the suppression rule populates the KDD_AUTO_SUPPR_ALERT table with the criteria for automatically suppressing and canceling suppression of the alerts.

Running the Suppression Job

The suppression job is part of the Behavior Detection subsystem. OFSBD provides default job templates and job template groups for running Auto-Close Alert. You can modify these jobs using the Administration Tools. Refer to the Administration Tools User Guide for more information.

To run the suppression job, follow these steps:
  1. Verify that the dispatcher is running.
  2. Run the start_mantas.sh script as follows: start_mantas.sh 507 where, 507 is the job template that OFSBD provides to run the suppression job algorithm.