Winona County Paid Ransom, Then Attacked Again

Winona County, MN Paid Ransom Before Being Hit a Second Time

HIGH
September 6, 2026
5m read
RansomwareCyberattackIncident Response

Related Entities

Organizations

Winona County, Minnesota

Full Report

Executive Summary

Winona County, Minnesota, has confirmed it fell victim to two separate ransomware attacks in early 2026, paying a ransom of $128,539 after the first incident. The initial attack in January 2026 disrupted county services and led to data theft, prompting the county to pay the ransom to restore operations and protect resident information. However, the county was struck again by a different ransomware group in April 2026, causing further significant disruption. This case serves as a stark reminder that paying a ransom does not guarantee safety from future attacks and that victimized organizations are often re-targeted. It underscores the critical need for robust post-incident remediation and security hardening to prevent repeat compromises.

Threat Overview

The first attack was detected on January 22, 2026, forcing Winona County to revert to manual operations for some services. An investigation revealed that attackers had stolen data containing names, Social Security numbers, and medical information. After consulting with cybersecurity experts and its insurance carrier, the county negotiated and paid the ransom. The payment was partially covered by insurance ($50,000), with the county paying the remaining $78,000. Three months later, a second, unrelated ransomware attack occurred, causing further chaos and requiring an emergency declaration from the Minnesota Governor. The identities of the ransomware groups involved have not been publicly disclosed.

Technical Analysis

Specific TTPs for these attacks were not provided, but they fit the pattern of ransomware attacks targeting local governments, which are often perceived as having limited security resources.

The fact that the county was successfully attacked a second time so soon after the first incident strongly suggests that the root cause of the initial breach was not fully identified or remediated. Attackers often leave behind backdoors or fail to close the security gaps they exploited, making a repeat attack easier.

Impact Assessment

  • Financial Loss: The county suffered a direct financial loss of $128,539 for the ransom payment, plus significant additional costs for incident response, system restoration, and security upgrades.
  • Operational Disruption: Both attacks caused major disruptions to county services, forcing a reliance on manual processes and impacting the public.
  • Data Breach: The theft of resident data, including SSNs and medical information, creates a long-term risk of identity theft for the affected individuals and exposes the county to potential legal liability.
  • Loss of Trust: The incidents, particularly the second attack after a ransom payment, can erode public trust in the county's ability to protect their data and manage its IT systems effectively.

IOCs — Directly from Articles

No specific file hashes, IP addresses, or domains were mentioned in the source articles.

Cyber Observables — Hunting Hints

To detect ransomware precursors in a local government network, security teams should hunt for:

Type
event_id
Value
4625
Description
A high volume of logon failures (Event ID 4625) from a single source IP can indicate an RDP brute-force attempt.
Context
Windows Security Logs on external-facing servers
Confidence
high
Type
process_name
Value
mimikatz.exe
Description
The presence or execution of credential dumping tools like Mimikatz is a strong indicator of an active intrusion.
Context
EDR alerts, Antivirus logs, Memory analysis
Confidence
high
Type
command_line_pattern
Value
vssadmin delete shadows
Description
Attackers often delete Volume Shadow Copies to prevent easy recovery. This command is a key indicator of ransomware preparation.
Context
Command line logging, EDR telemetry
Confidence
high
Type
network_traffic_pattern
Value
Anomalous RDP connections
Description
RDP connections at unusual times, from unusual sources, or between workstations (east-west) can indicate lateral movement.
Context
Firewall logs, Netflow data, RDP logs
Confidence
medium

Detection & Response

  1. Monitor for Credential Dumping: Use EDR and SIEM rules to detect the execution of tools like Mimikatz or access to the LSASS process memory. This is a critical point in the attack chain to catch intruders (D3-PCA: Process Code Analysis).
  2. Analyze RDP Logs: Ingest Windows Terminal Services logs (Operational logs for Event IDs 1149, 21, 25) into a SIEM to track RDP connections. Alert on connections from external sources and successful logins after multiple failures.
  3. Detect Shadow Copy Deletion: Create high-priority alerts for the execution of vssadmin.exe delete shadows or similar wmic commands. This is often one of the last actions an attacker takes before deploying ransomware (D3-SFA: System File Analysis).

Mitigation

Local governments must focus on foundational security hygiene to defend against these relentless attacks.

  1. Immutable Backups: This is the most critical defense. Maintain multiple, tested backups, with at least one copy being offline or immutable (e.g., in cloud object storage with versioning and object lock). This allows for recovery without paying the ransom.
  2. Secure RDP: If RDP is required for external access, it must be secured behind a VPN with MFA. Do not expose RDP directly to the internet. This aligns with M1035 - Limit Access to Resource Over Network.
  3. Post-Incident Hardening: After an incident, a full-scale remediation is necessary. This includes resetting all user and service account passwords, re-imaging all affected systems from a known-good state, and conducting a thorough root cause analysis to close the initial access vector.
  4. Network Segmentation: Segmenting the network can prevent a single compromised workstation from leading to the encryption of the entire county's server infrastructure (M1030 - Network Segmentation).

Timeline of Events

1
January 22, 2026
The first ransomware attack against Winona County is detected.
2
February 1, 2026
Winona County pays a ransom of $128,539 to the attackers.
3
April 1, 2026
A second, unrelated ransomware attack hits Winona County.
4
September 6, 2026
This article was published

MITRE ATT&CK Mitigations

Proper network segmentation would limit the blast radius of a ransomware attack, preventing it from spreading across the entire county network.

Mapped D3FEND Techniques:

Do not expose RDP to the internet. Access should be restricted through a VPN with MFA.

Mapped D3FEND Techniques:

Regularly patching all software, especially on internet-facing systems like VPNs, is crucial to prevent exploitation.

Mapped D3FEND Techniques:

Strict control over privileged accounts can prevent attackers from gaining the access needed to deploy ransomware widely.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

The primary countermeasure to the 'impact' phase of a ransomware attack is the ability to restore systems from clean backups. For Winona County, this means implementing a 3-2-1 backup strategy: three copies of data, on two different media types, with one copy off-site and immutable (or offline). The immutability is key; cloud storage with object lock or versioning prevents the ransomware from encrypting or deleting the backups. Regular, automated testing of the restoration process is mandatory to ensure the backups are viable. Had a robust and tested backup system been in place, the county could have restored its systems without considering the $128,000 ransom payment, saving taxpayer money and avoiding negotiations with criminals.

The fact that Winona County was hit twice suggests foundational security weaknesses were not addressed after the first attack. Platform hardening is a critical strategic mitigation. This involves securing configurations across the entire environment. For this specific threat, key hardening steps include: disabling RDP on all systems where it is not essential, and placing any required RDP access behind a multi-factor authenticated VPN gateway. Additionally, implementing Attack Surface Reduction (ASR) rules in Microsoft Defender to block credential theft from LSASS and block processes originating from PsExec and WMI can prevent common lateral movement and execution techniques used by ransomware groups. A full configuration review and hardening effort after the first incident might have prevented the second.

As a last line of defense, automated response actions can stop a ransomware attack in its tracks. EDR and SIEM systems should be configured to automatically terminate processes that exhibit high-confidence indicators of ransomware behavior. For example, a process that rapidly renames and encrypts thousands of files or executes the 'vssadmin delete shadows' command should be killed immediately. This automated 'eviction' can prevent widespread encryption. While there is a risk of terminating a legitimate process, the potential damage from a full-scale ransomware deployment far outweighs the risk of a false positive, especially when the detection logic is based on highly specific, malicious behaviors.

Timeline of Events

1
January 22, 2026

The first ransomware attack against Winona County is detected.

2
February 1, 2026

Winona County pays a ransom of $128,539 to the attackers.

3
April 1, 2026

A second, unrelated ransomware attack hits Winona County.

Sources & References

Winona County pays $128K ransom after January cyberattack
KARE 11 (kare11.com) September 5, 2026
Winona County Paid $128,000 Following Ransomware Attack
Ingstad Media (ingstadmedia.com) September 5, 2026
Ransomware hackers relaunch attacks within Three Months
Cybersecurity Insiders (cybersecurity-insiders.com) September 5, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

ransomwaregovernmentincident responseransom paymentcyberattack

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.