Skip to main content

pySigma CrowdStrike processing pipelines

Project description

Tests Coverage Badge Status

pySigma CrowdStrike Processing Pipeline

This package provides a processing pipeline for CrowdStrike events. It was mainly written for Falcon Data Replicator data but Splunk queries should also work in the CrowdStrike Splunk.

It provides the package sigma.pipeline.crowdstrike with the crowdstrike_fdr_pipeline function that returns a ProcessingPipeline object.

Currently the pipeline adds support for the following event types (Sigma logsource category to event_simpleName mapping):

  • process_creation: ProcessRollup2
    • Only rules with references to the file name of the parent image are supported because CrowdStrike ProcessRollup2 events only contain the file name.
  • network_connection: NetworkConnectionIP4 or NetworkReceiveAcceptIP4 (depending on Initiated field value)
    • events that refer to process image names are not supported because this information is not available in CrowdStrike network connection events, just a process id reference.

Not supported because the FDR events lack information required by Sigma rules:

  • create_remote_thread: event lack information required by most rules. No process details, only reference.

This backend is currently maintained by:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysigma_pipeline_crowdstrike-1.0.3.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page