> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/workbench-setup/auto-remediations/kill-processes/crowdstrike-kill-processes.md).

# Crowdstrike: Kill Processes

*This guide is the first step of a larger process to enable auto remediations. After completing the steps on this page, you will be instructed to return to the* [*Enable an Auto Remediation in Workbench*](/workbench-setup/auto-remediations/enable-an-auto-remediation-in-workbench.md) *guide to finish your setup.*

## Prerequisites <a href="#h_01hz2r8qtmdxqtp1dcd11h31ev" id="h_01hz2r8qtmdxqtp1dcd11h31ev"></a>

1. You must have enabled read and write permissions for the Real Time Response OAuth2 API client. See Step 1 of [CrowdStrike Falcon® Setup for Workbench](/connect-your-technology/a-c-integrations/crowdstrike/crowdstrike-falcon-insight-xdr-setup-for-workbench.md#h_01hpm2g4z34q379y0r4afz6mtt) for instructions and/or to verify your permissions.
2. You must have admin access in Workbench, as auto remediations are enabled at the organization level.

## Step 1: Edit the Response Policy in Crowdstrike <a href="#h_01hz2r8qtmbqhh1gtt2nj7yt74" id="h_01hz2r8qtmbqhh1gtt2nj7yt74"></a>

For this auto remediation to work, you must enable Real Time Response on the appropriate response policies in the Sensor Settings. Refer to the [Crowdstrike documentation](https://falcon.crowdstrike.com/documentation/page/b8c1738c/real-time-response-and-network-containment#nc81f726) for additional help with this step.

**Before you begin, remember that you must have already** [enabled read and write permissions](/connect-your-technology/a-c-integrations/crowdstrike/crowdstrike-falcon-insight-xdr-setup-for-workbench.md#h_01hpm2g4z34q379y0r4afz6mtt) **for Real Time Response for the OAuth2 API client in CrowdStrike.**&#x20;

1. [Log in to CrowdStrike Falcon](https://falcon.crowdstrike.com/login/?unilogin=1).
2. In the top left menu, navigate to **Support and Resources** > **Host Setup and Management** section > **Response Policies**.
3. Locate the response policy that contains the hosts you want to enable for this auto remediation, and select it.&#x20;
   * In the Sensor Settings, select the **Real Time Response** checkbox to enable it.
   * Select **Save**.
   * Repeat these steps for any additional response policies that contain hosts that need this auto remediation enabled, and be sure to do this for all three platforms (Windows, MacOS, Linux).

## Step 2: Update Your Context <a href="#h_01jj4s9s9e687wb2rzkmxws3kt" id="h_01jj4s9s9e687wb2rzkmxws3kt"></a>

**If you do not want to specify any processes for a "do not kill" list, skip to** [**Step 3**](#h_01j7kypdqgvzxv5wa84vspabyr)**.**

Working with your Customer Success Manager, add any processes that should be on the "do not kill" list as [org context](/workbench-reference/expel-terminology.md#org-context) for your environment. You will then be able to select those processes as "Never kill" assets when you enable the auto remediation in Workbench.

{% hint style="info" %}
If our SOC identifies a process that must be killed, any processes added as "Never kill" assets are assigned to you as actions rather than being killed automatically.
{% endhint %}

## Step 3: Return to the Main Setup Guide <a href="#h_01j7kypdqgvzxv5wa84vspabyr" id="h_01j7kypdqgvzxv5wa84vspabyr"></a>

Your CrowdStrike device is now ready for the Kill Processes auto remediation. You should now do one of the following:

* **If you do not need to set up any other devices for this auto remediation**, you can return to the [Enable an Auto Remediation in Workbench](/workbench-setup/auto-remediations/enable-an-auto-remediation-in-workbench.md) guide to finish Step 2 of the process.
* **If you need to set up additional devices for this auto remediation, or wish to use this device with multiple auto remediations**, be sure to [complete those setup guides as well](/workbench-setup/auto-remediations.md) before returning to the [Enable an Auto Remediation in Workbench](/workbench-setup/auto-remediations/enable-an-auto-remediation-in-workbench.md) guide to finish Step 2 of the process. *Make sure to follow the setup guide that is specific to your auto remediation, as device setup instructions are unique to each auto remediation and device.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.expel.io/workbench-setup/auto-remediations/kill-processes/crowdstrike-kill-processes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
