Adding a destination to the data exfiltration whitelist using the CLI

Prev Next

Use the smartvision exfil whitelist <ipAddress>/<prefix> command to add a destination IPv4 address range to the data exfiltration alerts whitelist. The data exfiltration whitelist specifies destination addresses only.

The appliance does not generate data exfiltration alerts for data uploads to hosts or networks in the data exfiltration whitelist.

The data exfiltration whitelist is empty by default.

Prerequisites

To add a destination to the data exfiltration whitelist:
  1. To add an internal IPv4 address range to the whitelist, enter the following command.

    smartvision exfil whitelist <ipAddress>/<prefix>

    This example adds an IPv4 address range to the whitelist and verifies the configuration change:

    hostname (config) # smartvision exfil whitelist 192.168.0.0/24
    hostname (config) # show smartvision config 
    
    SmartVision Config
                  .
                  .
                  .
            Data exfil detection whitelist network:
                     192.168.0.0/24
                  .
                  .
                  .