SANDBOX. Sandbox 관리

Sandbox 구성 요소 관리 명령:

명령을 실행하려면 Kaspersky Endpoint Security 실행 파일이 있는 폴더로 이동합니다. %PATH% 시스템 변수에 실행 파일 경로를 추가하고 애플리케이션 폴더로 이동하지 않고 명령을 실행할 수도 있습니다.

명령 구문

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

동작

 

stop

Sandbox 구성 요소를 비활성화합니다.

start

Sandbox 구성 요소를 활성화합니다.

set

Sandbox 구성 요소를 구성합니다. 다음과 같은 설정을 수정할 수 있습니다:

  • 신뢰할 수 있는 연결 사용(--tls)
  • TLS 인증서를 추가합니다(--pinned-certificate)
  • Sandbox 서버 연결 시간 초과 설정(--timeout)
  • Sandbox 서버 추가(--servers)
  • 암호화 컨테이너 추가(--client-certificate)

show

구성 요소의 현재 설정을 표시합니다. 다음과 같은 응답을 받습니다:

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

sandbox.tls=<trusted connection status>

sandbox.servers=<list of Sandbox servers>

인증

 

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

필요한 암호 보호 권한이 있는 사용자 계정 정보

예:

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

맨 위로