> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/detect-investigate-and-respond-to-threats/investigate-and-respond-to-cases/response-actions.md).

# Response actions

To assist you with your investigation, Cortex XDR provides response actions for investigating and remediating endpoints. For example, if you detect a compromised endpoint you can isolate it from your network. This action prevents the endpoint from communicating with other internal or external devices, and thereby reducing an attacker’s mobility on your network.

For response actions that rely on the Cortex XDR agent, the following table describes the supported platforms and minimum agent version. A dash (—) indicates that the setting is not supported.

| Module                                                                                                                                                                                                                                                                                                                   | Windows                            | Mac                                                           | Linux                              |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------- | ------------------------------------------------------------- | ---------------------------------- |
| <p><strong>Initiate a Live Terminal Session</strong></p><p>Initiates a remote connection to an endpoint, enabling you to investigate and respond to security events. Using <code>Live Terminal</code> you can manage files in the file system, manage active processes, and run operating system or Python commands.</p> | <p>✓</p><p>Agent 6.1 and later</p> | <p>✓</p><p>Agent 7.0 and later</p>                            | <p>✓</p><p>Agent 7.0 and later</p> |
| <p><strong>Isolate an Endpoint</strong></p><p>Halts all network access on the endpoint except for traffic to Cortex XDR. This prevents a compromised endpoint from communicating with other internal or external devices.</p>                                                                                            | <p>✓</p><p>Agent 6.0 and later</p> | <p>✓</p><p>Agent 7.3 and later on macOS 10.15.4 and later</p> | <p>✓</p><p>Agent 7.7 and later</p> |
| <p><strong>Run Scripts on an Endpoint</strong></p><p>Allows executing Python 3.7 scripts on your endpoints directly from Cortex XDR, including out-of-the-box scripts or your own Python scripts and code snippets.</p>                                                                                                  | <p>✓</p><p>Agent 7.1 and later</p> | <p>✓</p><p>Agent 7.1 and later</p>                            | <p>✓</p><p>Agent 7.1 and later</p> |
| <p><strong>Remediate Changes from Malicious Activity</strong></p><p>Investigates suspicious causality process chains and cases on your endpoints, and provides suggested actions for remediating processes, files and registry keys on your endpoint that were changed as a result of malicious activity.</p>            | <p>✓</p><p>Agent 7.2 and later</p> | —                                                             | —                                  |
| <p><strong>Search and Destroy Malicious Files</strong></p><p>Searches for the presence of known and suspected malicious files on endpoints, and destroys the file on endpoints where it exists.</p>                                                                                                                      | <p>✓</p><p>Agent 7.2 and later</p> | <p>✓</p><p>Agent 7.3 and later on macOS 10.15.4 and later</p> | —                                  |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/detect-investigate-and-respond-to-threats/investigate-and-respond-to-cases/response-actions.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.
