crowdstrike

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package crowdstrike implements an EDR provider backed by CrowdStrike Falcon.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(configJSON json.RawMessage) (edrpkg.Provider, error)

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func (*Client) Capabilities

func (c *Client) Capabilities() edrpkg.Capabilities

func (*Client) ListManagedEndpoints

func (c *Client) ListManagedEndpoints(ctx context.Context) ([]edrpkg.ManagedEndpoint, error)

func (*Client) LookupBySerial

func (c *Client) LookupBySerial(ctx context.Context, serial string) (edrpkg.ManagedEndpoint, error)

LookupBySerial resolves a Falcon host by serial_number using the devices query filter API instead of listing the full fleet.

func (*Client) LookupForHost

func (c *Client) LookupForHost(ctx context.Context, h schema.Host) (edrpkg.ManagedEndpoint, string, error)

LookupForHost resolves a Falcon endpoint by serial_number only.

func (*Client) Name

func (c *Client) Name() string

func (*Client) Verify

func (c *Client) Verify(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL