Skip to content

Commit e0a2fbf

Browse files
authored
Merge pull request #14455 from Azure/crowdstrike_readme
Readme file for Crowdstrike Solution
2 parents 953f696 + 09af2de commit e0a2fbf

1 file changed

Lines changed: 166 additions & 0 deletions

File tree

  • Solutions/CrowdStrike Falcon Endpoint Protection
Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
# CrowdStrike Data Connectors
2+
3+
## Table of Contents
4+
5+
* [Overview](#overview)
6+
7+
* [Available Data Connectors](#available-data-connectors)
8+
9+
* [CrowdStrike API Data Connector (via Codeless Connector Framework)](#1-crowdstrike-api-data-connector-via-codeless-connector-framework)
10+
* [CrowdStrike Falcon Data Replicator (AWS S3) (via Codeless Connector Framework)](#2-crowdstrike-falcon-data-replicator-aws-s3-via-codeless-connector-framework)
11+
* [CrowdStrike Falcon Adversary Intelligence](#3-crowdstrike-falcon-adversary-intelligence)
12+
13+
* [Best Practices](#best-practices)
14+
15+
* [References](#references)
16+
17+
---
18+
19+
## Overview
20+
21+
Microsoft Sentinel provides multiple CrowdStrike data connectors for ingesting security, telemetry, and threat intelligence data from CrowdStrike Falcon.
22+
23+
This document provides an overview of the available CrowdStrike data connectors and helps you easily determine which connector best fits your data ingestion requirements.
24+
25+
The following CrowdStrike data connectors are currently available:
26+
27+
1. **CrowdStrike API Data Connector (via Codeless Connector Framework)**
28+
2. **CrowdStrike Falcon Data Replicator (AWS S3) (via Codeless Connector Framework)**
29+
3. **CrowdStrike Falcon Adversary Intelligence**
30+
31+
---
32+
33+
## Available Data Connectors
34+
35+
### 1. CrowdStrike API Data Connector (via Codeless Connector Framework)
36+
37+
The **CrowdStrike API Data Connector (via Codeless Connector Framework)** collects data directly from CrowdStrike Falcon native APIs.
38+
39+
Use this connector when you need security-related information that is available through CrowdStrike APIs, including:
40+
41+
* Alerts
42+
* Detections
43+
* Incidents
44+
* Security Findings
45+
* Host Information
46+
* Vulnerability Information
47+
* Other Falcon API-supported datasets
48+
49+
To learn more about the available CrowdStrike APIs and supported datasets, refer to the CrowdStrike API Reference documentation:
50+
51+
**CrowdStrike API Reference**
52+
https://developer.crowdstrike.com/api-reference/overview/
53+
54+
### Configuration Requirements
55+
56+
Before configuring the Microsoft Sentinel connector:
57+
58+
1. Create an API client in CrowdStrike Falcon.
59+
2. Collect the following information:
60+
61+
* Client ID
62+
* Client Secret
63+
* API Endpoint
64+
3. Provide these values during connector configuration in Microsoft Sentinel.
65+
66+
---
67+
68+
### 2. CrowdStrike Falcon Data Replicator (AWS S3) (via Codeless Connector Framework)
69+
70+
The **CrowdStrike Falcon Data Replicator (AWS S3) (via Codeless Connector Framework)** connector collects telemetry data exported by CrowdStrike to Amazon S3 and ingests it into Microsoft Sentinel.
71+
72+
Use this connector when detailed endpoint telemetry is required, including:
73+
74+
* Process Events
75+
* DNS Events
76+
* Network Events
77+
* Authentication Events
78+
* Endpoint Activity Logs
79+
* Other Falcon Data Replicator (FDR) datasets
80+
81+
These telemetry datasets are generally not available through CrowdStrike native APIs and are delivered through the Falcon Data Replicator (FDR) service.
82+
83+
### Prerequisites
84+
85+
Before configuring the Microsoft Sentinel connector:
86+
87+
1. Create the required AWS resources.
88+
2. Configure an Amazon S3 bucket.
89+
3. Configure an Amazon SQS queue.
90+
91+
AWS setup guidance:
92+
93+
**AWS CrowdStrike Source Setup Documentation**
94+
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/crowdstrike-source-setup.html
95+
96+
### CrowdStrike Configuration Steps
97+
98+
1. Sign in to CrowdStrike Falcon.
99+
2. Navigate to **Data Sources**.
100+
3. Add a new data source.
101+
4. Select **CrowdStrike Falcon Data Replicator (FDR)**.
102+
5. Provide the required AWS resource information, including:
103+
104+
* Amazon S3 Bucket
105+
* Amazon SQS Queue
106+
6. CrowdStrike begins exporting telemetry data to the configured Amazon S3 bucket.
107+
108+
### Microsoft Sentinel Configuration
109+
110+
After telemetry export is configured:
111+
112+
1. Open the **CrowdStrike Falcon Data Replicator (AWS S3) (via Codeless Connector Framework)** connector in Microsoft Sentinel.
113+
2. Provide the AWS resource details.
114+
3. Complete the connector deployment.
115+
4. Microsoft Sentinel begins ingesting telemetry data from Amazon S3.
116+
117+
### Data Flow
118+
119+
```text
120+
CrowdStrike Falcon
121+
122+
Amazon S3
123+
124+
Microsoft Sentinel
125+
```
126+
127+
---
128+
129+
### 3. CrowdStrike Falcon Adversary Intelligence
130+
131+
The **CrowdStrike Falcon Adversary Intelligence** connector ingests threat intelligence from CrowdStrike Falcon into Microsoft Sentinel.
132+
133+
Use this connector when you need access to CrowdStrike-curated intelligence related to:
134+
135+
* Threat Actors
136+
* Adversaries
137+
* Indicators of Compromise (IOCs)
138+
* Malware Intelligence
139+
* Threat Intelligence Reports
140+
* Campaign Information
141+
* Threat Intelligence Context
142+
143+
This connector enriches investigations and threat hunting activities by providing intelligence about known adversaries and their tactics, techniques, and procedures (TTPs).
144+
145+
---
146+
147+
## Best Practices
148+
149+
* Use **CrowdStrike API Data Connector (via Codeless Connector Framework)** to collect alerts, detections, incidents, findings, and other data available through CrowdStrike native APIs.
150+
* Use **CrowdStrike Falcon Data Replicator (AWS S3) (via Codeless Connector Framework)** to collect detailed telemetry such as process, DNS, authentication, and network events exported to Amazon S3.
151+
* Use **CrowdStrike Falcon Adversary Intelligence** to enrich investigations with threat intelligence, indicators, adversary information, and intelligence context.
152+
* Deploy multiple connectors when comprehensive visibility across alerts, telemetry, and threat intelligence is required.
153+
154+
---
155+
156+
## References
157+
158+
### CrowdStrike Documentation
159+
160+
* CrowdStrike API Reference
161+
https://developer.crowdstrike.com/api-reference/overview/
162+
163+
### AWS Documentation
164+
165+
* AWS CrowdStrike Source Setup
166+
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/crowdstrike-source-setup.html

0 commit comments

Comments
 (0)