Konnectify
CrowdStrike Falcon + Konnectify

CrowdStrike Falcon Integration with Konnectify

Automate your security operations by connecting CrowdStrike Falcon's endpoint security, threat intelligence, and host management capabilities with your IT and incident response tools.

Alerts Devices Host Groups Containment Scans 1 Trigger 17 Actions

What is CrowdStrike Falcon?

CrowdStrike Falcon is a cloud-native cybersecurity platform offering endpoint protection, threat intelligence, and immediate response capabilities. By integrating CrowdStrike Falcon with Konnectify, security operations teams can orchestrate incident response, automate host containment, manage host groups, and streamline alert handling without manual intervention.

New to CrowdStrike Falcon?

Set up cloud-delivered endpoint security, threat intelligence, and response controls.

Visit CrowdStrike →

New to Konnectify?

Create your free account to build automated security workflows and threat response pipelines.

Sign up free →

What you can automate:

  • Instantly trigger incident response workflows when a new Falcon alert is generated.
  • Isolate compromised endpoints by initiating network containment immediately during critical events.
  • Orchestrate on-demand and scheduled vulnerability scans across specific host groups.
  • Dynamically manage host group membership based on asset discovery or compliance status.
  • Synchronize prevention policies with host groups to ensure consistent security baselines.
  • Retrieve real-time sensor details and installation packages for deployment auditing.

API & Authentication

Secure Client Credentials Connection

CrowdStrike Falcon uses API Client Credentials (OAuth 2.0) to establish a secure, authenticated connection with Konnectify. You will generate a Client ID and Client Secret within your Falcon Console, which grants scoped access to specific Falcon APIs without sharing master login credentials. Additionally, you must specify your regional CrowdStrike Cloud environment (e.g., US-1, US-2, EU-1, or US-GOV-1) to route API requests correctly.

Required API Client Scopes:

Ensure your Falcon API Client has read and write permissions enabled for: Alerts, Devices, Host groups, Prevention policies, and On-demand scans in the CrowdStrike Console. Missing scopes will cause corresponding actions to fail.

For detailed instructions, refer to the official CrowdStrike Developer Documentation.

How to Connect

Prerequisites:

You need a CrowdStrike Falcon account with Administrator permissions to generate API Clients, your regional Cloud environment name, your Client ID, and your Client Secret.

1

Add CrowdStrike Falcon to a Workflow

  1. Log in to your Konnectify workspace and open or create a workflow.
  2. Search for and select CrowdStrike Falcon from the app directory.
2

Authorize via Client Credentials

  1. Select your CrowdStrike Cloud environment (e.g., US-1, US-2, EU-1, US-GOV-1) from the dropdown.
  2. Enter your generated Falcon API Client ID and Client Secret.
  3. If you are an MSSP managing multiple tenants, enter the optional Member CID; otherwise, leave it blank.
  4. Click Connect to authorize the API connection securely.
3

Configure the Trigger or Action

  1. Select your desired trigger or action from the available options.
  2. Map the required input fields (such as Host AIDs, Host Group IDs, or Scan IDs) using variables from previous steps.

Configuration Alert: Double-check that the host group IDs and host AIDs mapped from previous steps match the target environment structure exactly to prevent execution errors.

4

Test the Workflow

  1. Click Test Step to send a sample payload through the integration.
  2. Verify the test results in the output console to ensure data is structured and mapped correctly.
5

Activate the Workflow

  1. Once tested successfully, toggle the workflow status to Active.
  2. Your automated security processes will now run automatically in the background.

Triggers 1

Triggers monitor your CrowdStrike Falcon environment for specific events. This integration uses polling to check for updates periodically and instantly pass new data into your workflow.

Alerts 1 trigger
New Alert Beta

Polls CrowdStrike Alerts using the created_timestamp FQL range and emits full alert entities created between since and till.

Actions 17

Actions are operations that Konnectify can execute inside CrowdStrike Falcon. Use these actions to automate response tasks, query endpoints, and enforce security policies.

Alerts 2 actions
Get Alerts by Composites Beta

Retrieves CrowdStrike alerts for the supplied composite IDs using POST /alerts/entities/alerts/v2.

List All Alerts Beta

Queries CrowdStrike alert composite IDs and then retrieves the full alert entities for those IDs.

Devices 2 actions
List Devices

Returns a page of device AIDs using GET /devices/queries/devices/v1.

List Device Entities

Retrieves full device records using GET /devices/entities/devices/v2.

Containment 2 actions
Contain Host

Requests Falcon network containment for the specified host AIDs.

Lift Containment

Requests removal of Falcon network containment for the specified host AIDs.

Scans 4 actions
Start Scan Beta

Starts an ODS scan on explicitly selected hosts or host groups.

Schedule Scan Beta

Creates a Falcon ODS scheduled scan targeting the specified host groups.

Get Scan Results Beta

Retrieves scan entities including status, file counts, and severity using /ods/entities/scans/v2.

Cancel Scan Beta

Cancels ODS scan runs. Enable Delete Schedule to remove future scheduled scans by schedule ID.

Host Groups 3 actions
List Host Groups

Returns a page of host groups with their details and pagination metadata.

Add Hosts to Group

Adds the specified host AIDs to a static host group.

Remove Hosts from Group

Removes the specified host AIDs from a static host group.

Policies 2 actions
List Prevention Policies

Returns a page of prevention policies and their settings.

Assign Policy to Group Beta

Adds a host group to a prevention policy using the add-host-group action.

Sensors 2 actions
List Sensor Installers

Lists sensor installer metadata, including SHA256 IDs used for downloads.

Get Installation Details

Retrieves the customer ID with checksum for installation and optionally the current sensor details for host AIDs.

Popular Automations

Isolate Compromised Endpoints on High Severity Alerts

Automatically request network containment in Falcon the moment a high-severity alert is detected to prevent lateral movement.

New Alert Beta Contain Host

Sync Threat Alerts to IT Ticketing Systems

Fetch complete device records for any host triggering an alert, then route the enriched detail to your internal ticketing system.

New Alert Beta List Device Entities

Automate On-Demand Scans for Newly Grouped Hosts

When an asset is added to a high-risk host group, immediately initiate an on-demand Falcon scan to audit its security state.

Add Hosts to Group Start Scan Beta

Deploy and Audit Prevention Policies

Automatically update policy assignments for host groups when compliance requirements change, and verify the settings.

Assign Policy to Group Beta List Prevention Policies

Frequently Asked Questions

How do I find my CrowdStrike Falcon Client ID and Client Secret?
Log in to your CrowdStrike Falcon Console, navigate to Support and Resources > API Clients and Keys. Click Add API Client, define the required scopes (read or write permissions), and save to generate your credentials.
Which CrowdStrike Cloud regions are supported?
All major regions are supported, including US-1, US-2, EU-1, and US-GOV-1. You must select the region matching your Falcon tenant during the authentication step in Konnectify.
How fast does the New Alert trigger detect events?
The New Alert trigger operates on a polling model, periodically querying the CrowdStrike Alerts API using Falcon Query Language (FQL) timestamp ranges to retrieve and process newly created alerts.
What is a Host AID and where is it used?
An AID (Agent ID) is Falcon's unique identifier for an endpoint sensor. Actions like Contain Host and Lift Containment require specific AIDs to target the correct machine.
Can I manage multi-tenant MSSP environments?
Yes. By utilizing the optional 'Member CID' field during connection setup, Managed Security Service Providers (MSSPs) can route actions and triggers to specific child CID environments.
What happens when I request Network Containment for a host?
The Contain Host action instructs the Falcon sensor to isolate the host from the network. It blocks all network traffic to and from the endpoint, except for traffic going directly to the CrowdStrike cloud, allowing you to investigate safely.
Are there any Falcon API rate limits I should be aware of?
Yes, CrowdStrike enforces rate limits on API requests depending on your subscription tier. Konnectify automatically manages request spacing, but you should review the CrowdStrike API documentation for your specific plan limits.

Ready to automate your CrowdStrike Falcon workflows?

Connect CrowdStrike Falcon with Konnectify today to orchestrate threat response and secure your endpoints.

Get started free →

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article