Written by
Halkwinds Editorial Team
Halkwinds Research & Editorial
Healthcare Data Security Best Practices for Modern Organizations
Practical security controls and governance practices for protecting PHI across modern, cloud-connected healthcare technology stacks.

Healthcare is the most attacked industry sector in cybersecurity. The average cost of a healthcare data breach reached $10.93 million in 2023 — nearly double the cross-industry average — and the trend is upward. Ransomware attacks on healthcare organizations increased 78% between 2022 and 2024. Several large health systems have faced weeks-long system outages that disrupted patient care, delayed surgeries, and forced ambulance diversions.
This is not a technology problem in the abstract sense. It is an engineering, operations, and leadership problem with direct patient safety implications. This guide covers the practices that materially reduce risk for modern healthcare organizations.
Table of Contents
- The Healthcare Threat Landscape in 2026
- Why Healthcare Is Disproportionately Targeted
- Core Security Architecture Principles
- Network Security
- Identity and Access Management
- Data Protection
- Third-Party and Supply Chain Risk
- Incident Response for Healthcare
- Security Culture and Workforce
- How Halkwinds Approaches Healthcare Security
- FAQs
Key Takeaways
- Healthcare data breaches cost nearly 3× the cross-industry average — the economics of underinvestment are strongly negative
- Ransomware is the dominant threat vector; defensive architecture choices (network segmentation, offline backups, MFA) have documented impact on ransomware resilience
- Third-party vendor risk is the fastest-growing attack surface — supply chain compromise accounted for 22% of healthcare breaches in 2024
- Security is a patient safety issue, not just a compliance issue — system unavailability during a ransomware attack has been associated with adverse patient outcomes
The Healthcare Threat Landscape in 2026
The primary threat actors targeting healthcare are ransomware groups (motivated by ransom payment and data extortion), nation-state actors (motivated by research data and strategic intelligence), and opportunistic attackers (motivated by PHI resale value on dark web markets). Healthcare PHI sells for $250–$1,000 per record — substantially more than financial credentials — because it is immutable (you cannot change your medical history), combinable (health + financial data enables complex fraud), and perpetually valuable.
The attack surface has expanded dramatically with healthcare's digital transformation: EHR platforms connected to dozens of third-party integrations, medical IoT devices with legacy firmware, remote access infrastructure deployed hastily during the pandemic, cloud migrations with inconsistent security configuration, and a workforce trained to prioritize care delivery over security hygiene.
Why Healthcare Is Disproportionately Targeted
- High ransom payment propensity: Healthcare organizations pay ransoms at higher rates than other sectors because system unavailability has direct patient safety consequences that create extreme time pressure
- Legacy infrastructure: Healthcare technology environments contain a higher density of legacy systems (Windows XP, unpatched medical devices, decade-old EHR configurations) than most industries
- Large and varied vendor ecosystem: The average hospital has 1,500+ connected devices and integrates with dozens of third-party software vendors — each integration is a potential attack vector
- Complex regulatory environment: Security investment is frequently crowded out by compliance activity — organizations invest in HIPAA audit preparation rather than active threat defense
Core Security Architecture Principles
Zero Trust Architecture
The traditional perimeter security model — trust internal network traffic, distrust external — has been obsolete for healthcare organizations since they began connecting EHRs to external networks, cloud services, and vendor integrations. Zero trust assumes breach and requires every user, device, and service to continuously authenticate and be authorized for every resource access, regardless of network location.
Implementation requires: identity-based access controls for all resources, device health verification before network access, micro-segmentation to limit lateral movement, continuous monitoring of all traffic, and just-in-time privileged access rather than persistent admin rights.
Defense in Depth
No single security control is sufficient. Defense in depth layers multiple independent controls so that the failure of any one does not result in a breach. For healthcare, this means: network controls (segmentation, firewall) + endpoint controls (EDR, patching) + identity controls (MFA, PAM) + data controls (encryption, DLP) + monitoring (SIEM, behavioral analytics) + backup (immutable, tested) operating simultaneously.
Network Security
Network segmentation is the single highest-impact architectural control for ransomware resilience. When every system can communicate with every other system (flat network), ransomware spreads laterally without constraint — this is how attacks encrypt entire health systems within hours. Segmented networks limit blast radius: ransomware that breaches a clinical workstation cannot reach the EHR database if they are in separate network segments with restricted connectivity.
Practical segmentation for healthcare organizations:
- Separate VLANs for clinical workstations, medical devices, administrative systems, EHR servers, and guest/patient Wi-Fi
- East-west firewall rules that restrict inter-segment communication to explicitly required flows
- Medical IoT devices in dedicated isolated segments with no direct internet access and monitored egress
- Remote access through zero trust network access (ZTNA) rather than VPN, with device health verification
Identity and Access Management
Compromised credentials are the entry vector for the majority of healthcare breaches. Identity controls that materially reduce this risk:
- Multi-factor authentication: Required for all accounts with remote access capability and all administrative accounts. MFA reduces credential-based breach risk by over 99% for targeted phishing attacks.
- Privileged Access Management: Administrative accounts (domain admin, EHR admin, database admin) should use PAM solutions that require just-in-time approval, record sessions, and auto-revoke access after the approved window
- Identity governance: Automated provisioning and deprovisioning tied to HR systems. Regular access recertification. Orphaned accounts (former employees, vendor accounts) are a consistent finding in breach investigations
- Single sign-on: Reduces password fatigue and credential reuse while enabling centralized authentication policy enforcement and anomaly detection
Data Protection
- Encryption everywhere: AES-256 at rest, TLS 1.3 in transit, including internal service-to-service communication. Key management in dedicated KMS with access logging and rotation schedules.
- Data loss prevention: DLP controls that detect and block bulk PHI exports, transmission to unauthorized external destinations, and anomalous data access patterns
- Immutable backups: Backup data that cannot be encrypted or deleted by ransomware is the most important recovery capability. Object storage with write-once-read-many (WORM) policies, air-gapped backup copies, and tested restoration procedures
- Retention and disposal: PHI that is no longer needed for care or compliance should be disposed of. Retained data is risk; organizations with precise data retention and disposal programs have smaller breach footprints when incidents occur
Third-Party and Supply Chain Risk
Third-party risk is the fastest-growing attack vector in healthcare. The Change Healthcare ransomware attack in 2024 — which disrupted claims processing for hundreds of health systems simultaneously — demonstrated the systemic risk created by healthcare's dependency on concentrated vendor infrastructure.
Effective third-party risk management requires:
- Comprehensive vendor inventory with PHI access classification for each vendor
- Security assessments before contracting — not just BAA execution but verification of security controls (SOC 2 Type II reports, penetration test results)
- Contractual security requirements that specify minimum controls, breach notification timelines, and audit rights
- Continuous monitoring of vendor security posture through security ratings services
- Business continuity planning that addresses the failure of critical vendors — what manual processes exist if your clearinghouse, EHR, or cloud provider is unavailable?
Incident Response for Healthcare
Healthcare incident response has unique requirements compared to other industries because system unavailability has direct patient safety consequences. An effective healthcare incident response program requires:
- Downtime procedures for all critical systems: Paper-based or offline processes for EHR, pharmacy, imaging, and lab systems that activate when primary systems are unavailable. These must be current, trained, and tested.
- Communication protocols: Clear internal and external communication chains — who notifies whom, by when, through what channel — for incidents of different severity levels
- Regulatory notification readiness: HIPAA breach notification requires notification to affected individuals within 60 days, to OCR within 60 days (or 30 days for large breaches), and to media for breaches affecting 500+ residents of a state. These timelines must be embedded in incident response procedures.
- Forensic preservation: Evidence preservation protocols that do not conflict with recovery priorities — a tension that must be resolved in advance, not during the incident
- Annual tabletop exercises: Incident response plans that have not been tested will fail under pressure. Annual exercises with executive participation are the minimum standard.
Security Culture and Workforce
The most sophisticated technical controls are undermined by a workforce that clicks phishing links, shares passwords, or circumvents security controls to improve convenience. Security culture requires:
- Regular, realistic phishing simulation and training — not compliance checkbox training that everyone clicks through
- Easy reporting mechanisms for suspected security incidents, without fear of punitive consequences for good-faith reporting
- Leadership visibility: security as a stated organizational priority, not just an IT function
- Security considerations in workflow design — controls that make clinicians' jobs harder will be bypassed; security-conscious workflow design finds approaches that protect PHI without adding friction
How Halkwinds Approaches Healthcare Security
Security architecture is embedded in all of our healthcare software development engagements from initial design. We build to HIPAA Technical Safeguard requirements, implement zero trust principles in our cloud architecture patterns, and provide security review as part of our development process.
The CareAxis platform includes pre-built security infrastructure components — audit logging, encryption management, access control frameworks — that reduce both the engineering effort and the risk associated with building secure healthcare systems. Review the CareAxis compliance case study for specifics.
Contact our team to discuss security architecture review for healthcare software projects.
Frequently Asked Questions
What is the most common cause of healthcare data breaches?
Hacking and IT incidents — primarily phishing-enabled credential compromise and ransomware — account for approximately 80% of large healthcare breaches by volume, according to OCR breach data. Insider threats and physical theft account for most of the remainder.
How does HIPAA enforcement work in practice?
OCR investigates reported breaches and complaints. The investigation examines whether the organization had and followed an adequate risk analysis, implemented required safeguards, and responded appropriately to the breach. Penalties scale with the level of negligence — organizations with documented risk management programs and good-faith remediation receive substantially lower penalties than those with no program at all.
What security certifications should healthcare software vendors have?
SOC 2 Type II is the baseline expectation for software vendors with PHI access. HITRUST CSF certification is increasingly required by large health system procurement. FedRAMP is required for federal healthcare programs. ISO 27001 is sometimes accepted in lieu of or alongside these.
How do medical IoT devices create security risk?
Medical devices often run legacy operating systems (Windows XP or older), cannot be patched without FDA approval, have default credentials that are not changed, and communicate over unencrypted protocols. They represent a large, generally unmanaged attack surface. Network segmentation and monitoring are the primary mitigations for devices that cannot themselves be secured.
What is the minimum security baseline for a small healthcare organization?
MFA on all remote access and email, endpoint detection and response (EDR) on all workstations, immutable offsite backups tested quarterly, vendor BAA inventory, annual security training, and documented downtime procedures. This is achievable and affordable for practices of any size, and represents the difference between a manageable incident and a catastrophic one.
Explore Further