package
0.0.0-20250221174145-b41912a6cc93
Repository: https://github.com/aslape/gofalcon.git
Documentation: pkg.go.dev

# README

New Detection Streaming

Stream new detections as they are happening in CrowdStrike Falcon Console. This limited example uses active polling to the API to pick-up new detections.

To learn more about detection and how to generate your first detection visit CrowdStrike Blog

Installation

go get github.com/aslape/gofalcon/examples/stream_new_detections

Example Run

$ FALCON_CLIENT_ID="abc" FALCON_CLIENT_SECRET="XYZ" stream_new_detections