Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Application Monitoring That Won't Slow Your App Down
AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.
Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
Windows Service to check if files has been changed by ransomware
...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! It checks the MD5 hash of the monitor files for file changes.
c# source is included in the zip file
It uses the FileSystemMonitor class.
...
Console app to check if files has been changed by crypto ransomware
...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. Can monitor multiple folders or drives.
It communicates with a Windows LockyDisconnectService to disable all physical Network Interfaces (NICs).
Use the commandline Parameter:
-q to hide the console
-i to add the console to windows autorun and install LockyDisconnectService
c# source is included in the zip file
It uses the FileSystemMonitor class.
...