SANDBOX. Managing Kaspersky Sandbox

Commands for managing the Kaspersky Sandbox component:

Command syntax

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

start sandbox

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

sandbox /show

Operation

 

stop

Disable the Kaspersky Sandbox component.

start

Enable the Kaspersky Sandbox component.

set

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

  • Use a trusted connection (--tls);
  • Add a TLS certificate (--pinned-certificate);
  • Set the Kaspersky Sandbox server connection timeout (--timeout);
  • Add Kaspersky Sandbox servers (--servers).

show

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

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

sandbox.tls=<trusted connection status>

sandbox.servers=<list of Kaspersky 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="ะก:\Users\Admin\certificate.pem"

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

Page top