- What is the Cylance Engine?
- How the Cylance Engine analyzes a file
- System requirements for the Cylance Engine
- Installing and updating the Cylance Engine
- Install the Cylance Engine on a Linux distribution
- Query the version of your Cylance Engine on a Linux distribution
- Update the version of your Cylance Engine on a Linux distribution
- Remove the Cylance Engine from a Linux distribution
- Install the Cylance Engine on a Windows distribution
- Query the version of your Cylance Engine on a Windows distribution
- Update the version of your Cylance Engine on a Windows distribution
- Remove the Cylance Engine from a Windows distribution
- File-scoring service
- File-scoring service protocols
- Appendix: Cylance Infinity Data Service
- Appendix: Threat indicators
- Appendix: Prometheus monitoring support
- Appendix: CylanceTcpService Protocol
- BlackBerry Docs
- Cylance Engine
- Cylance Engine Integration Guide
- File-scoring service protocols
- Cylance RESTful API
- Password-protected archives
Password-protected archives
The
Cylance Engine
supports the most popular archive formats via the score and explain APIs. For archives that require a password, the password must be passed to the Cylance Engine
for extraction.You can specify passwords in the activity sections of the Configuration file for the Cylance Engine or pass them as part of the API URI. When passing via the URI, the syntax is the same as described in Passwords specified for archives:
PUT /apiv1/score?pw=foo Content-Type: application/octet-stream Content-Lenth: <length> <binary data>
If the archive cannot be opened with the given passwords or with the passwords in the configuration file, an error is returned.