Enabling impersonation riskware policy rules

Prev Next

To generate email sender impersonation riskware alerts or block email for senders that match the following high and low impersonation detection rules, you must configure settings using the Web UI or CLI.

  • 65027, High Confidence Email Impersonation Weights 80-99 Matched

  • 65028, Low Confidence Email Impersonation Weights 50-79 Matched

Prerequisites

  • An established connection between the Email Security - Server appliance and the Internet.

  • You are logged in to the Web UI with Admin and Operator access.

To alert or quarantine impersonation detection rules for low and high confidence using the Web UI:

  1. Go to the Settings > Riskware Policy page.

  2. In the Riskware Policy Rules table, select rule ids 65027 and 65028.

  3. Select Alert Only or clear Quarantine.

To enable impersonation detection rules for low and high confidence using the CLI:

  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable an impersonation detection rule for high confidence.

    hostname (config) # analysis riskware policy rule 65027 enable

  3. Enable an impersonal detection rule for low confidence.

    hostname (config) # analysis riskware policy rule 65028 enable

To block impersonation detection rules for low and high confidence using the CLI:

  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Block an impersonation detection rule for high confidence.

    hostname (config) # analysis riskware policy rule 65027 block

  3. Block an impersonation detection rule for low confidence.

    hostname (config) # analysis riskware policy rule 65028 block