> 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-xsiam/protect-your-endpoints/endpoint-security/endpoint-protection.md).

# Endpoint protection

Learn how Cortex XSIAM endpoint protection uses the Cortex XDR agent to prevent malware, exploits, and zero-day threats.

Cortex XSIAM endpoint protection uses the Cortex XDR agent to prevent malware, exploits, and zero-day threats. It combines endpoint security controls with AI analysis to stop attacks before they execute.

### How endpoint attacks work

Cyberattacks target endpoints to steal data, disrupt operations, or gain system control. Attackers can trick users into running malicious executable files, known as malware. They can also exploit vulnerabilities in legitimate applications to run code without user knowledge.

### Limits of traditional antivirus

Traditional signature-based antivirus (AV) compares files, dynamic-link libraries (DLLs), and other code against known threat signatures. New threats remain undetected until signatures are created and distributed. This delay leaves endpoints exposed to zero-day malware and exploits.

### Cortex XSIAM malware and exploit protection

Cortex XSIAM endpoint protection uses a multi-method prevention approach. Exploit protection modules block attacks against software vulnerabilities. Malware protection modules inspect executable files, DLLs, and macros for malicious signatures and behavior.

Together with AI analysis, these controls prevent known and unknown threats at attack entry points. This approach reduces reliance on traditional antivirus and improves endpoint security.

![](https://2786854933-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAEIjuYE3RXcIfmuQnBbm%2Fuploads%2Fgit-blob-33e525a91963a6583ec23f05f31a199900a6913d%2F08289a729eca57174ccf16fc176f9352eb8ecf2e7f1e3a048e4e17fd91111397.png?alt=media)


---

# 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-xsiam/protect-your-endpoints/endpoint-security/endpoint-protection.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.
