Follow these steps to view the IP addresses in the data exfiltration detection home network.
When data exfiltration detection is enabled, the appliance monitors the egress traffic from the hosts specified in the home network list. The list is empty by default.
Use the show smartvision config command to view the data exfiltration homenet list. For detailed information about the command, see show smartvision config.
Prerequisites
View the configuration. The home networks are listed in the Data exfil detection customer networks section of the
show smartvision configcommand output.hostname # show smartvision config
Examples
In the following example, the data exfiltration detection homenet list is empty. The appliance does not monitor any hosts for data exfiltration activity.
hostname # show smartvision config SmartVision Config . . . Data exfil detection customer networks: None configured . . .
In the following example, SmartVision is enabled and the hosts with IP addresses from 192.168.0.0 through 192.168.0.255 are monitored for data exfiltration activity:
hostname # show smartvision config SmartVision Config . . . Data exfil detection customer networks: 192.168.0.0/24 . . .