Utilization

This section covers the general operation and use of Sandfly.

Quick Start Overview
Getting Started Quickly Sandfly Dashboard Sandfly is easy to setup. Once you have installed the Server and Node, perform the following steps outli...
Tue, 4 Jul, 2023 at 5:53 PM
Custom Sandfly Operation
Custom sandflies can be cloned to enhance the system sandflies or create entirely new methods of security analysis that may be unique to your operational en...
Tue, 4 Jul, 2023 at 5:54 PM
Custom Sandfly Creation
Defining a custom sandfly involves a specific JSON structure and a myriad of values, some required, some optional, and some different based on which engine ...
Wed, 7 Jun, 2023 at 2:51 PM
Custom Sandfly Options
The options area of a custom sandfly is where the parameters for scanning are passed to the associated agentless forensic engines. The details in this secti...
Fri, 15 Sep, 2023 at 4:58 PM
Rule Construction
The definition of what a sandfly looks for are the rules. Rules are boolean expressions (so they must return a true or false value) written in the expr lang...
Mon, 11 Sep, 2023 at 4:11 PM
Sandfly API
The Sandfly server provides a REST API to further expand its functionality. The full list of calls for the Sandfly API are available at: https://api.s...
Mon, 11 Sep, 2023 at 4:19 PM
External Credential Provider Interface
Sandfly typically uses credentials stored in its own database to log in to target hosts with SSH. These credentials are encrypted using a public key, and on...
Fri, 27 Jan, 2023 at 2:09 PM