Windows Service to check if files has been changed by ransomware
Windwos Service to check if files has been changed by crypto ransomware.
It does not prevent from ransomware infection!
Don't use it in productive environments to prevent data loss! The Software comes without any warranty.
If files has been changed it send a email and shutdown or disconnect the host or stop the server (LanmanServer) service to disconnect all shares on the server.
The FileSystemWatcher object raises the events for the files in the monitored target folder. If a file in the monitor folder is changed by a user or programm a false alarm will be raised! ...
Console app to check if files has been changed by crypto ransomware
Console application to check if files has been changed by crypto ransomware like Locky.
It does not prevent from ransomware infection!
Don't use it in productive environments to prevent data loss! The Software comes without any warranty.
If files has been changed it send a email and shutdown or disable the network interfaces of the host.
It runs under the user account and monitor drives which are connected to a server share.
Works with remote to local Symlinks on a server share.
Can map and monitor drives by using the subst or net use command. ...