rusty_falcon
Rust-based SDK to CrowdStrike's Falcon APIs
rusty_falcon documentation is available on docs.rs. Users are advised to consult this rusty_falcon documentation together with the comprehensive CrowdStrike API documentation published on Developer Portal. The easiest way to learn about the SDK is to consult the set of examples built on top of the SDK.
Quick Start
To get you started quickly, the easiest and highest-level way to establish API client is to instantiate
easy::client::FalconHandle. The most convenient way is to use easy::client::FalconHandle::from_env
function that will read the following environment variables to authenticate with falcon cloud:
FALCON_CLIENT_ID, FALCON_CLIENT_SECRET, and FALCON_CLOUD. Unless you already have a CrowdStrike key
pair you can establish a new one in Falcon Portal.
use sensor_download_api;
use FalconHandle;
async
Examples
Ready-made examples can be found in git repo.
Getting Help
rusty_falcon is an open source project, not a CrowdStrike product. As such it carries no formal support, expressed or implied.
If you encounter any issues while using rusty_falcon, you can create an issue on our Github repo for bugs, enhancements, or other requests.
rusty_falcon project is periodically refreshed to reflect the newest additions to the CrowdStrike API. Users of the SDK are advised to track the latest releases rather closely to ensure proper function in the unlikely event of an incompatible change to a CrowdStrike API.