Managing encrypted connections scan settings

You can manage encrypted connections scan settings from the command line.

To display the list of encrypted connections scan exclusions that were added by a user, execute the following command:

kics-control -N --query user

To display the list of encrypted connections scan exclusions that were added by the application, execute the following command:

kics-control -N --query auto

To display the list of encrypted connections scan exclusions received from the application databases, execute the following command:

kics-control -N --query kl

To clear a list of domains that the application automatically excluded from scan, execute the following command:

kics-control -N --clear-web-auto-excluded

To display encrypted connections scan settings, execute the following command:

kics-control [-N] {--get-net-settings} [--file <file path and name>]

The output format is INI.

To save the encrypted connections scan settings to the specified file, execute the following command:

kics-control [-N] {--set-net-settings} [--file <file path and name>]

Page top