SANDBOX. Managing Sandbox

Commands for managing the Sandbox component:

To run the command, go to the folder where the Kaspersky Endpoint Security executable file is located. You can also add the executable file path to the %PATH% system variable and run the command without navigating to the application folder.

Command syntax

avp.com stop sandbox [/login=<user name> /password=<password>]

avp.com start sandbox

avp.com sandbox /set [--tls=yes|no] [--servers=<server address>:<port>] [--timeout=<Sandbox server connection timeout (ms)>] [--pinned-certificate=<path to the TLS certificate>][/login=<user name> /password=<password>][--client-certificate=<path to the PFX archive>]

avp.com sandbox /show

Operation

 

stop

Disable the Sandbox component.

start

Enable the Sandbox component.

set

Configure the Sandbox component. You can modify the following settings:

  • Use a trusted connection (--tls)
  • Add a TLS certificate (--pinned-certificate)
  • Set the Sandbox server connection timeout (--timeout)
  • Add Sandbox servers (--servers)
  • Add a crypto-container (--client-certificate)

show

Display the current settings of the component. You get the following response:

sandbox.timeout=<Sandbox server connection timeout (ms)>

sandbox.tls=<trusted connection status>

sandbox.servers=<list of Sandbox servers>

Authentication

 

/login=<user name> /password=<password>

User account credentials with the required Password protection permissions.

Example:

avp.com start sandbox

avp.com sandbox /set --tls=yes --pinned-certificate="C:\Users\Admin\certificate.pem"

avp.com sandbox /set --servers=10.10.111.0:147

Page top