Skip to content

RDP (MSTSC)

Validate classic Microsoft Remote Desktop (MSTSC) interactions with clipboard, drive/printer redirection, audio devices, and screen capture behavior under the Secure Sandbox.

Objectives

  • Enforce clipboard and device redirection policies for remote sessions.
  • Verify that drive and printer mappings do not enable unauthorized egress.
  • Confirm screen capture deterrence for the RDP window per policy.

Preconditions

  • Windows target with Turbo Launcher and Secure Sandbox.
  • MSTSC installed (classic).
  • DataMotion posture configured for clipboard and screen capture; device controls configured for printers/audio.

Controls Under Test

  • runtime.dataMotion.rules[] with channel: "clipboard"|"screenCapture".
  • Device policies for printers and audio devices.
  • Storage Contexts when using mapped drives.

Test Scenarios

IDCanonical IDScenarioProcedureExpected Outcome
SCEN-REMOTE-RDP-01DM-CLIP-01Clipboard outboundCopy text/file from remote session; paste on host.Denied/processed per policy; audit dataMotion event with channel: "clipboard", direction: "out".
SCEN-REMOTE-RDP-02DM-CLIP-06Clipboard inboundCopy on host; paste into remote session.Denied/processed per policy when inbound deny is set; audit shows direction: "in".
SCEN-REMOTE-RDP-03HARD-FILES-01Drive redirectionEnable drive mapping; attempt copy to host drive.Denied per file policies or restricted to Storage Contexts; audit fileOp shows deny/virtualize.
SCEN-REMOTE-RDP-04DM-DEVICE-01Printer redirectionAttempt to print from remote app to host printers.Denied or watermarked per policy.
SCEN-REMOTE-RDP-05DM-DEVICE-01Audio devicesTest microphone/output redirection.Denied unless explicitly allowed.
SCEN-REMOTE-RDP-06DM-SCREEN-04Window captureSnipping Tool on RDP window.Block/obfuscate or watermark per policy; audit dataMotion with channel: "screenCapture".

Evidence Requirements

  • dataMotion events for clipboard/screenCapture.
  • device events for printer/audio; fileOp where drive mappings interact with Storage Contexts.

Troubleshooting

  • Ensure MSTSC redirection settings match intended tests (on/off per channel).
  • Validate that device policies apply within the sandbox session for redirected devices.

Known Limitations & Negative Space

  • Remote host policies may affect observed behavior; focus on sandbox-side enforcement.