Skip to content

Conversation

tirthrajchaudhari-crest
Copy link
Contributor

What does this PR do?

This is a initial release PR of Crowdstrike FDR integration including all the required assets.

Integration Logo Source: https://static.datadoghq.com/static/images/logos/crowdstrike_large.svg

Additional Notes

  • OOTB detection rules JSON would be shared separately with the required teams as a part of separate repository.
  • Since during the standard attribute remapping we are not preserving the source attributes as per suggested best practices, it would result in filters using these standard attributes populating the values of other integrations as well as per current Datadog behaviour.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

Copy link

github-actions bot commented Sep 3, 2025

⚠️ Recommendation: Add qa/skip-qa Label

This PR does not modify any files shipped with the agent.

To help streamline the release process, please consider adding the qa/skip-qa label if these changes do not require QA testing.

@tirthrajchaudhari-crest tirthrajchaudhari-crest changed the title DDS: Crowdstrike FDR Integration v1.0.0 DDS: CrowdStrike FDR Integration v1.0.0 Sep 3, 2025
@rtrieu rtrieu self-assigned this Sep 3, 2025
Copy link
Contributor

@rtrieu rtrieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left you some minor feedback for your review!

- **Bucket name**: Enter a Bucket name (must be globally unique and begins with the prefix `crowdstrike-fdr` to comply with integration naming requirements).
- **AWS Region**: Choose a region.
- You can only use your S3 bucket if you're using the US-1, US-2, or EU-1 CrowdStrike clouds.
- Ensure that your bucket resides in the same AWS region as your Falcon CID where the FDR feed is provisioned.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Ensure that your bucket resides in the same AWS region as your Falcon CID where the FDR feed is provisioned.
- Ensure that your bucket resides in the same AWS region as your Falcon CID where the FDR feed is provisioned.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@rtrieu rtrieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, noticed a few more minor things to comply with our style guide! should be good to go after they get updated.

3. In the **FDR feeds** tab, click **Create feed**.
4. Provide a feed name.
5. Set the feed **status** to on.
6. Select **Customize your FDR feed** in **How do you want to create this feed?** option.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
6. Select **Customize your FDR feed** in **How do you want to create this feed?** option.
6. Select **Customize your FDR feed** in the **How do you want to create this feed?** option.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


### Set up data replication from CrowdStrike FDR to a customer-owned S3 bucket

#### Configure CrowdStrike FDR Feed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Configure CrowdStrike FDR Feed
#### Configure the CrowdStrike FDR feed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

rtrieu
rtrieu previously approved these changes Sep 5, 2025
Copy link
Contributor

@rtrieu rtrieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks!

@temporal-github-worker-1 temporal-github-worker-1 bot dismissed rtrieu’s stale review September 9, 2025 11:41

Review from rtrieu is dismissed. Related teams and files:

  • documentation
    • crowdstrike_fdr/README.md
Signed-off-by: tirthraj.chaudhari <[email protected]>
@torosmassa torosmassa changed the title DDS: CrowdStrike FDR Integration v1.0.0 [SAASINT-4634] DDS: CrowdStrike FDR Integration v1.0.0 Sep 16, 2025

[CrowdStrike Falcon Data Replicator (FDR)][1] is a high-fidelity data export solution that enables organizations to securely stream raw endpoint telemetry in near real time. FDR delivers detailed event data through a data feed in JSON format using Amazon Web Services Simple Storage Service (Amazon S3) and Amazon Simple Queue Service (Amazon SQS).

Integrate CrowdStrike FDR with Datadog to gain insights into Authentication & Identity, Account & Privilege Changes, Execution Monitoring & Threat Detection, File & Malware Activity and Network Behavior events using pre-built dashboard visualizations. Datadog leverages its built-in log pipelines to parse and enrich these logs, facilitating easy search, and detailed insights. Additionally, the integration includes ready-to-use Cloud SIEM detection rules for enhanced monitoring and security.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Activity, and

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@abhi-modugula abhi-modugula added the assets/deploy-logs-staging ONLY USED BY Logs Backend - Validates that a PR is OK to go to staging label Sep 19, 2025
6. In the **Description** section of the support case, be sure to include the following details:
- The Falcon Customer ID (CID)
- Indicate the below type of events you wish to have provided in this new FDR feed.
- primary events (All events found within the Events Data Dictionary)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- primary events (All events found within the Events Data Dictionary)
- Primary events (All events found within the Events Data Dictionary)

Copy link
Contributor

@rtrieu rtrieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one minor suggestion but approving!

@apiazza-dd apiazza-dd added this pull request to the merge queue Sep 23, 2025
Merged via the queue into DataDog:master with commit ba3d2ba Sep 23, 2025
58 of 59 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 23, 2025
* Add crowdstrike-fdr integration

* Add images and test results

* Add dashboard image and update manifest file

* Resolve validate-assets stage

* Empty commit to rerun validate assets

* Address review comments

* Add facets in pipeline yaml file

* Minor description update

* Address review comments

* Update minor configurations steps

Signed-off-by: tirthraj.chaudhari <[email protected]>

* Add extra category value in manifest file

---------

Signed-off-by: tirthraj.chaudhari <[email protected]> ba3d2ba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants