Ransomware hits healthcare - Clearing of system logs
Description
// Look for attempts to use fsutil.exe to delete file system logs that can be used as forensic artifacts.
Query · kql
DeviceProcessEvents | where Timestamp > ago(7d) | where FileName =~ "fsutil.exe" and ProcessCommandLine has "usn" and ProcessCommandLine has "deletejournal"