Card 1 — early warning signs
Show the first clues: strange file renames, encryption notices, and endpoint alerts.
Detection rule example
Use the code pane to show how defenders spot mass-change behavior.
# Pseudocode for suspicious file activity if renamed_files_per_minute > 500: trigger_alert("possible ransomware activity") isolate_host = True # Goal: stop spread early.