跳至正文

CrowdStrike Falcon Integration

Overview

CrowdStrike Falcon is a cloud-native endpoint detection and response (EDR) platform. KYRA MDR ingests CrowdStrike detection and event data via the Falcon SIEM Connector or Streaming API for centralized threat correlation. Supports Falcon Prevent, Insight, and Discover modules.

Prerequisites

  • A KYRA MDR Collector installed and running
  • CrowdStrike Falcon tenant with administrative access
  • API client credentials (Client ID and Secret) with Event Streams scope
  • Falcon SIEM Connector or Streaming API access

Configuration

Configure CrowdStrike Falcon SIEM Connector:

  1. In the Falcon console, navigate to Support > API Clients and Keys
  2. Create a new API client with Event Streams: Read scope
  3. Note the Client ID and Client Secret
  4. Install the Falcon SIEM Connector on a Linux host:
Terminal window
sudo dpkg -i falcon-siem-connector.deb
sudo /opt/crowdstrike/etc/cs.falconhoseclient.cfg \
--cid <client-id> \
--csecret <client-secret> \
--output syslog \
--syslog-host <collector-ip> \
--syslog-port 514
sudo systemctl start cs.falconhoseclient
  1. Verify events are flowing with sudo systemctl status cs.falconhoseclient

Collected Log Types

Log TypeDescriptionSecurity Use
DetectionMalware and behavioral detectionsEndpoint threat detection
IncidentCorrelated detection groupsIncident investigation
AuthenticationUser logon/logoff eventsIdentity monitoring
ProcessProcess creation and terminationThreat hunting, lateral movement
NetworkEndpoint network connectionsC2 detection, data exfiltration
FileFile creation, modification, deletionRansomware detection, forensics

Troubleshooting

SIEM Connector not streaming: Verify the API credentials have the correct scope (Event Streams: Read). Check the connector logs at /var/log/crowdstrike/falconhoseclient.log.

Missing detections: The SIEM Connector streams events in near real-time. Ensure the connector service is running and the API rate limits are not exceeded.

Duplicate events: If multiple SIEM Connectors share the same API credentials, events may be duplicated. Use unique client credentials per connector.

Contact kyra@seekerslab.com for support.