Hi everyone, I work as a remote production line operator, connecting to my company's local machine via AnyDesk from home. My main concern is the security of the target (company) machine against advanced persistent threats (APTs) or sophisticated malware that might have already compromised that specific endpoint. My Setup & Constraints: My host machine (home PC) and the connection channel are fully secure. Due to the use of legacy industrial/automation software, Two-Factor Authentication (2FA) cannot be implemented on the production application itself. I do NOT have Administrator privileges on the target machine to make structural OS changes, alter network architecture, or install advanced endpoint security tools (like EDR, AppLocker, or Credential Guard). The target application likely doesn't follow secure coding practices (such as using SecureString or immediate memory zeroing) and might leave the password sitting as plain text in the process memory.…