- 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
- Samplescored service script
Samplescored service script
The samplescored service script allows the user to start and stop the service using traditional service commands in
Linux
. The samplescored service script wraps access to the
Cylance Engine
, which analyzes a given file or archive and returns a confidence score.The root user can start and stop the samplescored service script using the following commands:
service samplescored start
service samplescored stop
service samplescored status
By default, the service startup scripts are configured to run the service as root. However, you can change this to any account by editing the
/opt/cylance/bin/start_daemon
script to change the $SERVICE_USER to the desired account.