Compare commits

...

3 Commits

Author SHA1 Message Date
blink-so[bot]
1a48b88b5c fix: replace VMware link with Palo Alto Cortex XDR
VMware product pages return 404 to link checker. Using Palo Alto Cortex XDR instead.
2025-12-04 20:51:25 +00:00
blink-so[bot]
15f767e30b fix: update VMware Carbon Black link to working URL 2025-12-04 20:43:59 +00:00
blink-so[bot]
0d4647bada docs: expand endpoint security solution guidance in FAQ
Clarifies what endpoint security solutions are, explains the categories (DLP, EDR, network-level DLP), and provides specific product examples with links.
2025-12-04 20:36:26 +00:00

View File

@@ -558,7 +558,29 @@ primary purpose of this feature is to warn and discourage users from downloading
confidential resources to their local machines.
For more advanced security needs, consider adopting an endpoint security
solution.
solution. These are third-party tools that operate at the operating system or
network level to monitor and control data movement, providing stronger
enforcement than application-layer controls.
Endpoint security solutions typically fall into these categories:
- **Data Loss Prevention (DLP)**: Software that monitors, detects, and blocks
sensitive data transfers based on content inspection and policy rules.
- **Endpoint Detection and Response (EDR)**: Agents installed on user machines
that can monitor file operations and network activity in real-time.
- **Network-level DLP**: Solutions that inspect traffic at the network boundary
to prevent unauthorized data exfiltration.
Examples of endpoint security products include:
- [CrowdStrike Falcon](https://www.crowdstrike.com/products/endpoint-security/)
- [Microsoft Defender for Endpoint](https://www.microsoft.com/en-us/security/business/endpoint-security/microsoft-defender-endpoint)
- [Palo Alto Cortex XDR](https://www.paloaltonetworks.com/cortex/cortex-xdr)
- [Symantec Endpoint Security](https://www.broadcom.com/products/cybersecurity/endpoint)
These tools can enforce data protection policies regardless of how users attempt
to transfer files, complementing Coder's built-in controls with OS-level and
network-level enforcement.
## How do I change the access URL for my Coder server?