108,000 to 126,000
On January 1, 2026, ManageMyHealth, New Zealand's predominant patient portal service, disclosed a major data breach affecting up to 126,000 of its 1.8 million users. The incident, detected on December 30, 2025, involved unauthorized access to a specific document storage module containing highly sensitive patient health information. A threat actor, 'Kazu', has claimed responsibility and issued a ransom demand, stating they exfiltrated 428,337 files. This breach poses a severe privacy risk to affected individuals and highlights the critical need for robust security controls around sensitive healthcare data repositories.
The attack specifically targeted the "My Health Documents" module of the ManageMyHealth platform. This module is a repository for documents uploaded by both patients and clinicians. The company has stated that its core patient database, user credentials, and other portal functions were not compromised. However, the data stolen from the document module is extensive and includes:
The threat actor 'Kazu' claimed responsibility on a cybercrime forum, asserting the theft of 108 GB of data. This action follows a double-extortion model, where data is not only encrypted or stolen but also threatened to be publicly released if the ransom is not paid. The New Zealand government has commissioned a review, and relevant authorities like the New Zealand Police and the Office of the Privacy Commissioner are involved.
While the exact initial access vector has not been disclosed, the compromise of a specific document storage module points towards several potential TTPs. The attack likely involved exploiting a vulnerability in the web application or its underlying cloud infrastructure.
T1190 - Exploit Public-Facing Application)T1530 - Data from Cloud Storage Object)T1567 - Exfiltration Over Web Service)T1486 - Data Encrypted for Impact is often paired with extortion, even if encryption wasn't the primary goal).The business and societal impact of this breach is severe. For the affected 126,000 individuals, the exposure of their most private health information can lead to emotional distress, blackmail, and identity theft. For ManageMyHealth, the incident results in significant reputational damage, loss of trust from patients and clinicians, and substantial costs related to incident response, legal fees, regulatory fines, and patient notifications. The operational impact on Health New Zealand (Te Whatu Ora) and associated general practices includes managing patient concerns and potential disruptions to digital workflows.
Security teams should hunt for the following patterns to detect similar attacks:
network_traffic_patternapi_endpoint/api/documents/download or similar endpoints.user_account_patternlog_sourceGetObject requests or changes in bucket policies.D3-NTA: Network Traffic Analysis: Implement network monitoring to baseline normal traffic patterns from the application's storage modules. Alert on significant deviations in data volume, destination, or frequency, especially traffic directed to non-standard external IP addresses.D3-FA: File Analysis: While the data was legitimate, file access logging is crucial. Implement detailed logging for all access to the 'My Health Documents' module. Correlate access logs with user sessions to detect anomalous patterns, such as a single session accessing thousands of documents.D3-ACH: Application Configuration Hardening: Conduct a thorough security review of the patient portal application, focusing on access control mechanisms (especially for the document module). Implement strong authorization checks to ensure users can only access their own documents (preventing IDOR).ManageMyHealth faces severe criticism for its handling of the data breach, with patients reporting slow, confusing notifications and access issues.
Isolating the document storage module from other application components can limit the blast radius of a compromise.
Implement strict network controls and firewall rules to limit how the document storage can be accessed, preventing direct unauthorized access.
Maintain and regularly review detailed audit logs for all access to sensitive data repositories to detect anomalous activity.
Use a Web Application Firewall (WAF) to protect the patient portal from common web application exploits.
Deploy network monitoring solutions to establish a baseline of normal data transfer volumes and patterns from the ManageMyHealth document storage module. Configure alerts for any significant deviations, such as a sudden spike in outbound data transfer to previously unseen IP addresses or geolocations. This is critical for detecting mass data exfiltration in real-time, as seen with the 108GB theft. Analysis of NetFlow or VPC Flow Logs can provide the necessary telemetry without impacting application performance. This technique directly addresses the exfiltration phase of the attack.
Conduct a rigorous security audit of the ManageMyHealth application, specifically focusing on the access control logic within the 'My Health Documents' module. Ensure that authorization checks are performed on every single request to prevent Insecure Direct Object Reference (IDOR) flaws, where an authenticated user might be able to access another user's documents by manipulating identifiers. This hardening should be part of the secure software development lifecycle (SDLC) and validated by regular penetration testing. This countermeasure is designed to prevent the initial unauthorized access to the data.
Implement a Web Application Firewall (WAF) in front of the ManageMyHealth portal. Configure the WAF with rulesets designed to block common web application attacks, such as SQL injection, cross-site scripting (XSS), and path traversal. For this specific incident, the WAF could be tuned to detect and block requests that appear to be enumerating document identifiers or attempting to bypass access controls. This provides a critical layer of defense against the exploitation of unknown or unpatched vulnerabilities in the application code.
ManageMyHealth becomes aware of the cybersecurity incident after being alerted by a partner organization.
ManageMyHealth publicly discloses the data breach and notifies relevant authorities.
The company provides additional clarification as the forensic investigation continues.

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.
Help others stay informed about cybersecurity threats
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.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
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 detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.