CLASSIFICATION::app

Description

This command provides classification for the most explicit application name. (Example: cnn, amazon)
Note: the Policy Enforcement Manager license is required for functionality to work.

Syntax

CLASSIFICATION::app

Examples

when CLASSIFICATION_DETECTED {
  if { [CLASSIFICATION::app] equals "application1"}  {
    drop
  }
}