> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cystack.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Block Data Transfer via External Storage

> Guide to blocking data transfers on external storage devices

<Card>
  **Use Cases**

  * Prevent unauthorized exfiltration of sensitive corporate data via external USB drives.
  * Mitigate the risk of malware introduction from unmanaged or infected external storage devices.
</Card>

## Configuration Workflow

<Steps>
  <Step title={<>Navigate to "Endpoint" {'\u2192'} "Data protection" {'\u2192'} "External storage".</>} />

  <Step title={<>To restrict <code>USB</code>, <code>HDD/SSD</code>, or <code>CD/DVD</code> usage, toggle the <code>Status</code> switch for the corresponding device type.</>}>
    <img src="https://mintcdn.com/cystack/VpRN_kk1rAZUN_De/images/endpoint/en-usb-block-toggle.png?fit=max&auto=format&n=VpRN_kk1rAZUN_De&q=85&s=794d8309b507c28d0d1da83aa1a2ab87" alt="usb-block-toggle" width="1080" height="381" data-path="images/endpoint/en-usb-block-toggle.png" />
  </Step>

  <Step title={<>Configure the blocking permissions:</>}>
    In the pop-up window, select the desired restriction level:

    * **Read:** Prevents the endpoint from reading data from the external storage device. Users can still write data to the device.
    * **Write:** Prevents users from writing data to the external storage device. Users can still read data from the device.
    * **Read and Write:** Blocks all bidirectional data transfer between the endpoint and the external storage device.

          <img src="https://mintcdn.com/cystack/VpRN_kk1rAZUN_De/images/endpoint/en-usb-block-config-options.png?fit=max&auto=format&n=VpRN_kk1rAZUN_De&q=85&s=7b7067c42c544971460c08f83a8afa9d" alt="usb-block-config-options" width="748" height="483" data-path="images/endpoint/en-usb-block-config-options.png" />
  </Step>

  <Step title={<>Select the target devices or device groups (by tag) to enforce the policy. Specific devices can also be excluded from the policy scope if necessary.</>}>
    <img src="https://mintcdn.com/cystack/VpRN_kk1rAZUN_De/images/endpoint/en-usb-block-config-device.png?fit=max&auto=format&n=VpRN_kk1rAZUN_De&q=85&s=bde7d95c67a9d0571a0b848868ed51b5" alt="usb-block-config-device" width="751" height="483" data-path="images/endpoint/en-usb-block-config-device.png" />
  </Step>

  <Step title={<>Click <code>Save</code> to apply the configuration. The specified restrictions will be enforced on the selected endpoints immediately.</>} />

  <Step title={<>When a user attempts to connect an external storage device (e.g., a USB drive) to a managed endpoint, a system notification will appear indicating that access is restricted:</>}>
    <img src="https://mintcdn.com/cystack/VpRN_kk1rAZUN_De/images/endpoint/en-usb-block-noti.png?fit=max&auto=format&n=VpRN_kk1rAZUN_De&q=85&s=b38ab2f7f37bc14e6db24015220cfc2c" alt="usb-block-noti" width="1166" height="722" data-path="images/endpoint/en-usb-block-noti.png" />
  </Step>
</Steps>
