how can I determine the encryption settings of an RDP session?

1

We have a new client who is having us connect to their Server remotely via RDP without the use of a VPN Tunnel.

I have been asked to confirm that the connection will be encrypted (HIPAA). Unfortunately, I do not have access to check the Server group policy settings. How would I determine what type of encryption is being used from our user's side?

user8717314

Posted 2020-01-24T18:49:44.480

Reputation: 11

1If you have neither real control over the client nor the server the only option I see is looking at the network traffic e.g. using Wireshark. Wireshark should have a matching dissector for the RDP protocol so you may be able to check what connection is established. – Robert – 2020-01-24T18:57:02.493

No answers