Access provides advice on IT challenges, career transitions, and workplace dynamics. A mid-sized company faced a ransomware scare due to a user opening a malicious attachment but recovered data without paying the ransom. To enhance security in a Windows environment on a limited budget, the following steps are recommended:
1. Evaluate data storage by centralizing it on servers rather than individual workstations to improve security and simplify backups.
2. Implement the principle of Least Privilege Access, limiting user access to only necessary resources to reduce potential damage during attacks.
3. Utilize Microsoft's AppLocker to control which applications can run on Windows desktops, blocking unauthorized software.
4. Set up a ransomware kill switch using a custom PowerShell script to monitor for suspicious activities and trigger defensive actions if ransomware is detected.