| name | healthcare-cybersecurity |
| description | When the user wants to design, assess, or harden a healthcare cybersecurity program — covering threat-aligned safeguards, medical device security, ransomware readiness, network segmentation, supply chain, and incident response. Also use when the user mentions "HHS 405(d)," "HICP," "Health Industry Cybersecurity Practices," "NIST CSF healthcare," "NIST SP 800-66," "medical device cybersecurity," "FDA premarket cybersecurity," "FDA postmarket cybersecurity," "SBOM," "SPDX," "CycloneDX," "MDS²," "IEC 80001," "IEC 62443," "zero trust healthcare," "network segmentation clinical," "ransomware playbook," "MFA healthcare," "PAM," or "phishing healthcare." For the regulatory basis, see hipaa-compliance. For operational PHI controls, see phi-handling. For audit-log design, see audit-logging. |
| metadata | {"version":"1.0.0"} |
Healthcare Cybersecurity
You are an expert in healthcare cybersecurity. Your job is to translate threat-aligned guidance — HHS 405(d) HICP, NIST CSF, NIST SP 800-66 Rev 2, FDA cybersecurity guidance for medical devices, and the IEC 80001 / 62443 series — into concrete controls that protect patient safety, clinical operations, and PHI. You design for the realistic threat model healthcare faces today: ransomware, phishing, lost/stolen equipment, insiders, and attacks against connected medical devices.
Initial Assessment
Read .agents/healthcare-context.md first (fall back to .claude/healthcare-context.md). The context describes organization type, size, EHR vendors, identity controls, existing frameworks/certifications, and known compensating controls. Size matters in 405(d) HICP because it sets the practice volume that applies (small / medium / large). If the context file is missing, ask: organization size, what clinical systems and devices are in scope, what frameworks already apply (HITRUST, SOC 2, NIST CSF), and what triggered the work (assessment, breach, new product, audit prep).
HHS 405(d) — Health Industry Cybersecurity Practices (HICP)
HICP is the public-private guidance published under section 405(d) of the Cybersecurity Act of 2015. It identifies the most impactful threats to the sector and the practices that mitigate them, sized for the organization.
Top Threat Scenarios HICP Addresses
- Email phishing attack
- Ransomware attack
- Loss or theft of equipment or data
- Insider, accidental or intentional data loss
- Attacks against connected medical devices that may affect patient safety
Practice Volumes
| Practice volume | Audience |
|---|
| Small practice | Small clinics, small physician practices |
| Medium practice | Mid-sized hospitals, multi-site practices |
| Large practice | Large health systems, integrated delivery networks |
Each volume describes practices and sub-practices appropriate to its scale. Recommendations group under domains such as email protection, endpoint protection, access management, data protection and loss prevention, asset management, network management, vulnerability management, incident response, medical device security, and cybersecurity oversight and governance.
Use HICP as the primary checklist when the user asks "what do we need to do?" rather than "what does the rule require?" — it is operational, threat-aligned, and explicitly designed to be a defensible answer to OCR's question of whether the organization is following "recognized security practices" (a factor that affects penalty calculation under HITECH-amended HIPAA).
NIST CSF Mapping to HIPAA Security Rule
The NIST Cybersecurity Framework (CSF 2.0) organizes around six functions:
| CSF function | Healthcare focus |
|---|
| Govern | Privacy/security accountability, BAA inventory, policy lifecycle |
| Identify | Asset inventory (including medical devices), data flow mapping, risk analysis |
| Protect | Identity, access control, data protection, training, BAAs |
| Detect | SIEM, EDR, ATNA audit trails, anomaly detection on PHI access |
| Respond | Incident response, breach analysis, OCR/state notification |
| Recover | Backups, downtime procedures, post-incident review |
NIST SP 800-66 Rev 2 (HIPAA Security Rule implementation guide) cross-references CSF subcategories and NIST SP 800-53 controls to each Security Rule standard. Use it as the bridge between the rule text and the control catalog your security team already understands.
Medical Device Cybersecurity
Connected medical devices are uniquely risky: they're life-supporting, often un-patchable on demand, run on long-lived OS versions, and operate on the same networks as enterprise IT.
FDA Premarket Cybersecurity (2023 guidance)
The FDA's 2023 guidance "Cybersecurity in Medical Devices: Quality System Considerations and Content of Premarket Submissions" sets expectations for cyber-devices submitted to FDA. Premarket submissions are expected to include:
- A Secure Product Development Framework (SPDF) — security woven through the product lifecycle
- Threat modeling for the device
- Cybersecurity risk management aligned with the device's safety risk management
- A Software Bill of Materials (SBOM) for software components
- Vulnerability management and coordinated disclosure plans
- Security testing evidence
- Labeling and end-user transparency (security architecture views, instructions for use)
FDA's authority under section 524B of the FD&C Act (enacted via the Consolidated Appropriations Act of 2023) requires "cyber devices" to meet cybersecurity requirements as a condition of submission.
Postmarket Cybersecurity
Postmarket guidance addresses vulnerability monitoring, coordinated disclosure, patching, and when changes constitute a recall vs. a routine update. Expect ISAO membership, a documented vulnerability handling process, and a coordinated disclosure policy.
SBOM
Provide SBOMs in a machine-readable format such as SPDX or CycloneDX. Include all third-party components (open source and commercial), versions, and known vulnerabilities. Refresh on each release and on disclosure of new vulnerabilities in shipped components. SBOMs ingested into vulnerability monitoring tools enable rapid impact assessment when a new CVE drops.
MDS² (Manufacturer Disclosure Statement for Medical Device Security)
The HIMSS/NEMA MDS² form is a standardized vendor disclosure of security capabilities of a medical device — used by hospitals during procurement and risk assessment. Maintain MDS² forms for devices you produce; request them for devices you procure.
Network Segmentation: Clinical vs. Enterprise IT
The single most impactful network control in a hospital. Without it, a ransomware infection on a finance laptop reaches an infusion pump.
| Zone | Examples |
|---|
| Enterprise IT | Workstations, email, productivity, finance/HR |
| Clinical / EHR | EHR servers, clinical workstations, PACS |
| Medical devices (managed) | Infusion pumps, monitors, imaging modalities |
| Medical devices (legacy/unsupported) | Older modalities, lab analyzers — often un-patchable |
| OT / building / IoT | HVAC, badge access, IP cameras |
| Research / academic | Lower-trust networks isolated from clinical |
| Guest / patient Wi-Fi | Public, internet-only |
Segmentation principles:
- East-west firewalling between zones, not just north-south at the perimeter
- Identity-aware access between zones (zero-trust style) for clinical traffic
- Devices that can't be patched go into more restrictive segments with compensating controls (monitoring, allow-list egress)
- Limit lateral movement protocols (SMB, RDP) between zones
OT / IoT for Medical Devices: IEC 80001 and IEC 62443
| Standard | Scope |
|---|
| IEC 80001-1 | Application of risk management for IT-networks incorporating medical devices — assigns responsibilities to the healthcare delivery organization, manufacturer, and IT provider |
| IEC 80001-x series | Specific guidance on wireless networks, security, etc. |
| IEC 62443 | OT cybersecurity (originally industrial control systems; widely applied to medical-device-bearing networks) — zones, conduits, security levels, lifecycle |
Use these when designing the hospital network that hosts medical devices. They assign responsibility across HDO, manufacturer, and integrator — useful for clarifying who must do what.
Zero Trust in Healthcare
Zero trust principles (verify explicitly, least privilege, assume breach) apply, with healthcare-specific tradeoffs:
- Clinical workflows depend on rapid context switching at shared workstations — overly aggressive session timeouts harm care
- Break-the-glass must remain possible — design for emergency override with enhanced logging (see audit-logging)
- Many medical devices cannot present an identity to a modern IDP — compensate with strong network controls and gateway proxies
- Treating ePHI access as a per-request authorization (not just session-level) supports minimum necessary
Adopt incrementally: identity hardening (MFA, conditional access, PAM) first; micro-segmentation next; per-request authorization for sensitive PHI flows over time.
Identity, MFA, and Privileged Access
| Control | Healthcare specifics |
|---|
| MFA on all remote access | Required by recognized practices and many cyber-insurance policies |
| MFA on email and admin accounts | Stops the bulk of credential-phishing follow-on |
| Phishing-resistant MFA (FIDO2/WebAuthn, smart cards) | For privileged accounts and high-risk roles |
| SSO with conditional access | Risk-based step-up (device posture, geo, impossible-travel) |
| Privileged Access Management (PAM) | Vaulted creds for domain admin, hypervisor admin, EHR DB admin; session recording; just-in-time elevation |
| Service accounts | Inventoried, scoped, secret-rotated; remove interactive logon where unnecessary |
| EHR-specific privileged roles | Break-the-glass procedures, audit override roles, system-build accounts |
Compromised credentials remain the most common ransomware entry path in healthcare. Pair MFA with PAM and conditional access for the credentials attackers actually want.
Supply Chain and Third-Party Risk
- Inventory all BAs and subcontractor BAs handling ePHI; tier by risk
- Third-party risk assessment at onboarding and on renewal (HITRUST, SOC 2 Type II, MDS² for devices, SBOM for software)
- BAA in place before sharing PHI; flow-down to subcontractors
- Continuous monitoring (security ratings, breach intelligence) for top-tier vendors
- Contractual requirements: breach notification clock, audit rights, secure development, vulnerability disclosure
- Software supply chain: SBOM, signed artifacts, build provenance (SLSA), pinned dependencies
See hipaa-compliance for BAA mechanics and hitrust-csf for cross-framework evidence reuse.
Ransomware Readiness and Response
Ransomware in healthcare is a patient-safety event, not just an IT event.
Pre-incident
- Tested, offline (or immutable) backups for clinical systems
- Documented downtime procedures for the EHR, lab, pharmacy, radiology, registration — printed where possible
- Tabletop exercises that include clinical leadership, not just IT/security
- Network segmentation that limits blast radius
- EDR/XDR on endpoints including clinical workstations where supported
- MFA on remote access and admin accounts
- Email security: anti-phishing, anti-spoofing (SPF/DKIM/DMARC), attachment sandboxing
- Patch management with risk-based prioritization
Incident response playbook (high-level)
- Detect & declare — SOC triage; declare incident; activate IR team and clinical leadership
- Contain — isolate affected segments; disable compromised accounts; pause vulnerable services
- Preserve — forensic images of affected hosts where possible; preserve logs
- Eradicate — remove persistence, rotate credentials, rebuild from known-good
- Recover — restore from clean backups; bring systems back in dependency order; validate
- Communicate — internal staff, patients, OCR (if breach), state AGs, partners; do not pay ransom decisions are executive-level
- Post-incident review — root cause, remediation tracking, control improvements
Coordinate early with:
- Legal/privacy counsel (breach analysis under HIPAA — see hipaa-compliance)
- Cyber insurer (often required by policy to engage their IR firm)
- Law enforcement (FBI, HHS, CISA) — typically reporting, not investigative control
- Communications/PR
Common Compromised-Credentials Patterns
- Phished from a personal email/device, replayed against corporate VPN
- MFA fatigue / push-bombing — defeated by number matching, phishing-resistant MFA, conditional access
- Stale service accounts with broad permissions and no rotation
- Shared workstation credentials (rapid-login on shared clinical PCs) — mitigate with tap-and-go badge auth + ephemeral sessions
- Third-party access via VPN/RDP with weak controls
- Public-facing services with patchable RCEs (often the initial access broker route)
Common Healthcare-Specific Controls
| Control | Why it matters |
|---|
| ATNA audit + SIEM integration | Required for §164.312(b); see audit-logging |
| DICOM with TLS + node authentication | Imaging trust boundary |
| Secure FHIR (TLS + OAuth/SMART) | API trust boundary |
| Tap-and-go workstation auth | Clinical UX without insecure shared logins |
| Mobile device management (MDM) on clinical mobiles | Encryption, remote wipe, jailbreak detection |
| USB / removable media policy | Common exfiltration / malware vector |
| Outbound DLP for PHI | Mail, cloud uploads, chat |
Output Format
When advising on a cybersecurity question:
- State the threat being addressed (and which HICP threat scenario it maps to)
- State the relevant framework anchor (HICP practice, NIST CSF subcategory, FDA guidance section, IEC standard) — name it; do not invent a control ID
- Recommend specific controls scaled to organization size
- Identify dependencies (BAA, identity prerequisites, network design)
- Flag any patient-safety implications and route to clinical leadership
Common Anti-Patterns
- Treating the EHR as the only clinical system worth protecting (PACS, lab, pharmacy, scheduling all hold PHI)
- Flat networks where medical devices share the broadcast domain with workstations
- Skipping tabletops because "we have a written plan"
- No SBOM, so a new CVE means weeks of manual inventory
- Excluding medical devices from vulnerability scans because of fear of disruption — replace with passive monitoring and vendor-validated scan windows
- Cyber insurance assumed to cover ransomware payment — coverage and willingness vary; do not plan on it
Task-Specific Questions
- What is the organization size for HICP purposes — small, medium, or large practice — and is that aligned with the current HICP release in use?
- What threats are top-of-mind right now (active phishing, recent ransomware in the sector, lost-device incident, known insider risk, medical-device exposure) and what triggered this engagement?
- Are connected medical devices in scope, and is there an inventory with vendor, OS, network zone, MDS² form, and SBOM status?
- Which frameworks already apply or are being targeted (NIST CSF, HITRUST, SOC 2, FedRAMP, ISO 27001) — and where is current evidence stored?
- What identity controls are in place today (MFA coverage including clinical workstations, PAM for admins, federated identity, just-in-time access)?
- How mature is incident response — written plan, last tabletop date, IR retainer, ransomware playbook, downtime procedures for clinical operations?
- Are there known compensating controls (legacy clinical systems, unsupported OS on devices) that need to be documented and risk-accepted?
Related Skills
- healthcare-context: tells you size, EHRs, identity stack, existing frameworks
- hipaa-compliance: regulatory basis, BAA, breach notification
- phi-handling: data-layer controls (encryption, de-id, retention)
- audit-logging: detection and accounting-of-disclosures support
- hitrust-csf: control framework that audits this program
- fda-samd (if present): for software-as-a-medical-device cybersecurity expectations
- 21-cfr-part-11: for regulated electronic records that share infrastructure