• 1 Post
  • 5 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle
  • are they behind firewalls or vpn?

    If you are using regular Windows rdp, you might suggest your business follow the guidelines to minimize the attack vector. At my work we use RoyalTS and it is the bee’s knees. Lots of extra security added in and lots of easy of use.

    Disable Persistent Bitmap Caching: RDP clients (such as mstsc.exe) allow users to disable bitmap caching, minimizing the exposure of session data.
    
    Strengthen Network Security: Employ Virtual Private Networks (VPNs) and robust firewalls to secure RDP connections from external threats.
    
    Monitor RDP Sessions: Log and monitor RDP sessions for suspicious activity, including unexpected outgoing connections or file movements.
    
    Restrict Privileges: Implement the principle of least privilege to limit unnecessary RDP usage.
    
    Apply Updates: Regularly update Windows systems and security patches to prevent exploitation of known vulnerabilities.