Garmin service outage linked to ransomware incident
Garmin experienced a multi-day outage affecting customer-facing services and internal operations in July 2020 and issued a public statement during restoration efforts. Security reporting and analyses characterized the event as a ransomware incident impacting Garmin’s systems and availability. The disruption highlights how ransomware can produce material downtime and business interruption even when customer data theft is not the primary public focus.
First reported July 23, 2020Ransomwaremed overall confidence
T1486: Public reporting and analysis describe a ransomware event consistent with encryption and operational disruption.
Mitigations
Now
Maintain offline/immutable backups and regularly test restoresEnables recovery without paying ransom and reduces business downtime when systems are encrypted or wiped.
Soon
Segment networks and restrict administrative privilegesSlows attacker movement and limits the blast radius of ransomware deployment across the enterprise.
Later
Harden endpoints/servers with EDR and restrict remote admin toolsImproves detection and blocking of ransomware behaviors and common lateral-movement mechanisms used to deploy payloads.
Detection ideas
Detect mass file encryption or destructive file operations
Alert on rapid renames/overwrites across many directories, creation of ransom notes, and high-entropy writes by unfamiliar processes.
Data sources: EDR telemetry, File integrity monitoring, Windows Security Event Logs
Detect lateral movement and remote execution used for ransomware deployment
Look for PsExec/SMB service creation, remote scheduled tasks, or WMIC usage followed by execution of the same binary on multiple hosts.
Data sources: EDR telemetry, Windows Security Event Logs, Network flow logs