cq-source-crowdstrike

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2023 License: MIT Imports: 2 Imported by: 0

README

CloudQuery CrowdStrike Falcon Source Plugin

A crowdstrike source plugin for CloudQuery Falcon that loads data from crowdstrike to any database, data warehouse or data lake supported by CloudQuery, such as PostgreSQL, BigQuery, Athena, and many more.

Features

  • Detections – Extracts details for Falcon detections, including behavior, severity, host, timestamps, and more.
  • Hosts – Extracts host details including OS, version, sensor specific data, and more.
  • Incidents - Extracts incidents and their details
  • Vulnerabilities - Extracts vulnerabilities and their details

Configuration

Example
# crowdstrike.yml
kind: source
spec:
  name: "crowdstrike"
  registry: "github"
  path: "justmiles/crowdstrike"
  version: "v0.0.0"
  destinations: ["sqlite"]
  tables: ["*"]
  spec:
    auth:
      strategy: "ondemand"
      creds:
        siteUrl: ${SP_SITE_URL}
        # align creds with the used strategy

Tables

Development

Run tests
make test
Run linter
make lint
Generate docs
make gen-docs

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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