Enabling and disabling the Exception Policy excluded MD5 hash list

Prev Next

The list of excluded MD5 hashes in the Exploit Guard exception policy can be enabled and disabled using the Web UI or the CLI. When it is enabled, the MD5 hashes in the list are excluded from Exploit Guard processing (both exploit detection and exploit prevention) for the host sets selected in the exception policy.

Enabling the list using the web UI

To enable the exception policy excluded MD5 hash list using the Web UI:
  1. Log in to the Web UI as an administrator.

  2. Access the Policies page by selecting Policies on the Admin menu.

  3. Select the Exploit Guard tab.

  4. In the Exceptions for Selected Host Sets section, select the Exclude MD5 hashes from Exploit Guard for the selected host sets option.

  5. In the field below this option, specify MD5 hashes that should be excluded from Exploit Guard processing for the exception policy. See Maintaining the MD5 Hash List for the Exploit Guard Exception Policy .

  6. Click Save.

Enabling the list using the CLI

To enable the exception policy excluded MD5 hash list using the CLI:
  1. On the HX Server, enable CLI configuration mode:

    hostname > enable

    hostname # configure terminal

  2. Enable the excluded MD5 hash list in the Exploit Guard exception policy:

    hostname (config) # hx config agent exd exceptions whitelist MD5 enable

  3. Save your changes:

    hostname (config) # write memory

Disabling the list Using the web UI

To disable the exception policy excluded MD5 hash list using the Web UI:
  1. Log in to the Web UI as an administrator.

  2. Access the Policies page by selecting Policies on the Admin menu.

  3. Select the Exploit Guard tab.

  4. In the Exceptions for Selected Host Sets section, clear the Exclude MD5 hashes from Exploit Guard for the selected host sets option.

  5. Click Save.

Disabling the list using the CLI

To disable the exception policy excluded MD5 hash list using the CLI:
  1. On the HX Server, enable CLI configuration mode:

    hostname > enable

    hostname # configure terminal

  2. Disable the excluded MD5 hash list in the Exploit Guard exception policy:

    hostname (config) # no hx config agent exd exceptions whitelist MD5 enable

  3. Save your changes:

    hostname (config) # write memory