Back to Columns
Healthcare Security13 min read

Antivirus and EDR: What a Hospital Should Decide Before Buying

September 14, 2026

Antivirus and EDR: What a Hospital Should Decide Before Buying
Share this article

"Antivirus is installed on every endpoint." Ask a hospital about its security posture and this is usually the first answer. It is generally true — signature-based antivirus is widely deployed. The problem is that what it does and does not stop is rarely shared knowledge inside the institution.

EDR — Endpoint Detection and Response — now appears in most vendor proposals. But as the name says, detection and response are a pair, and this is not a product that protects you by being installed. It becomes meaningful only when somebody reads what it detected, decides what it means, and acts: isolating a machine, investigating, escalating. Deploy it without settling that, and you accumulate alerts on a console nobody opens.

This article is written for hospital IT leads and administrative directors deciding whether to adopt or replace endpoint protection. It does not compare products. It focuses on the design question: what are you trying to stop, and how much operational capacity will you have behind it?

Disclaimer: This article is general information. The authoritative sources are the MHLW guidelines and related ministry publications. For reimbursement requirements, consult MHLW notices and official clarifications.

What Conventional Antivirus Does Not Stop

Signature-based antivirus compares files against recorded characteristics of known malicious programs. It works against known threats and remains necessary.

It is structurally weak, however, against:

  • Things that do not match a known signature — a small modification evades comparison
  • Abuse of legitimate tools, where administrative functions built into the OS are used and no file is itself malicious
  • Legitimate logins with stolen credentials, where no malicious program runs at all
  • Exploitation of network equipment, which an endpoint agent is not watching in the first place

A structure recurring across published hospital incidents: a known vulnerability in an internet-facing network appliance provides entry, movement inside happens with legitimate credentials and administrative tooling, and file encryption comes last. Endpoint antivirus only gets to act in the final phase of that sequence.

Conventional antivirus is therefore one layer, not sufficiency. It becomes a whole only alongside the entry point (Managing VPN Appliance Vulnerabilities), lateral movement (Network Segmentation, Privileged ID Management), and recovery (Backup Design). For the full picture see Ransomware Countermeasures for Hospitals.

How EDR Differs

EDR continuously records endpoint behaviour — process launches, file operations, network activity, configuration changes — and detects suspicious chains of activity so that they can be investigated and acted on.

AspectConventional antivirusEDR
Detection basisMatching against known malicious characteristicsJudging suspicion from chains of behaviour
Strong againstKnown malwareNovel techniques, abuse of legitimate tools, post-intrusion activity using stolen credentials
OutputDetection and quarantine resultsAlerts plus a record that lets you trace what preceded and followed
Operations requiredDefinition updates, confirming removalReviewing, triaging, and deciding on alerts — people are required
Post-incident investigationLimitedEntry route and blast radius can be traced
Endpoint impactRelatively lightHigh data volume; test impact on endpoints and links first
CostLow per endpointPer-endpoint licensing plus the cost of monitoring

The decisive rows are the last two. EDR keeps recording, which has an operational footprint, and it presumes a human processes the alerts.

Its particular value for hospitals is being able to investigate afterwards. Whether you can state when entry occurred, from which endpoint, and how far it reached affects your explanation to patients, your report to regulators, and your judgement about the scope of recovery. Without records the only honest answer is "we do not know" — which forces you to treat every system as suspect and lengthens recovery considerably. See Reporting Obligations After a Data Breach.

Note that claims that EDR deployment is a condition of a reimbursement addition could not be confirmed against primary sources at the time of writing (confirm independently). What is confirmed about the electronic clinical information coordination structure addition introduced in the 2026 revision is that its common requirements are compliance with the guidelines and appointment of a dedicated medical information system safety management officer, and that the higher tier additionally requires backups by multiple methods, some held offline, and a BCP for cyberattacks together with exercises. Confirm the details against MHLW publications. See The 2026 Fee Revision.

Installation Is Not Operation

This is the core of the article. Whether to adopt EDR is not a product decision but a question of whether you can staff the response.

EDR produces alerts daily. Most are legitimate activity or ambiguous. Someone must:

  1. Read the alerts — every day, weekends included
  2. Triage legitimate work from genuine threats
  3. Isolate an endpoint or take other action when it is a threat
  4. Investigate the blast radius
  5. Drive recovery and prevention as needed

Steps 1 and 2 are the hard ones in a hospital. Where the IT function is one or two people who also run the EMR and staff the help desk, reading alerts every day is not realistic. A design that expects round-the-clock monitoring from people with other jobs fails within the first few months.

Operating modelWhat it isWhere it fitsWatch for
In-houseHospital staff review and act on alertsA staffed IT department able to run an out-of-hours rotaOne resignation stops it; training and runbooks are essential
Managed detection serviceAn external provider triages alerts and contacts you when action is neededSmall and mid-sized hospitals without dedicated staffYou still must decide who inside the hospital decides once contacted
Delegated to the system vendorYour EMR maintenance vendor monitors as wellEasy to arrange through an existing relationshipFix the scope, coverage hours, and notification criteria in the contract (Demarcating Responsibility)

Whichever you choose, the hospital must decide who decides what after the call comes in. At 2am someone reports suspicious behaviour on a terminal and asks permission to isolate it. Is there a person who can answer? If that terminal is essential to ward operations, isolating it affects care immediately. Building that decision framework in advance is the real preparation work.

Put in writing:

  • Who receives the call (in hours and out of hours)
  • Who can authorise isolation, and their deputy
  • Which endpoints may be isolated freely and which require careful judgement
  • The fallback for the work if an endpoint is isolated, including paper process
  • The escalation path inside the hospital

This is effectively part of your incident response plan. Design it alongside A Hospital Incident Response Plan and A BCP for Cyberattacks — needed regardless, given the BCP and exercise requirement in the higher addition tier.

When You Cannot Install Anything

Not every endpoint in a hospital can take an agent. Typical reasons:

  • The manufacturer does not warrant it. Approved medical devices restrict changes from the approved configuration
  • The OS is old and no product supports it
  • Performance constraints — real-time imaging or measurement is affected
  • No persistent network connection, so updates and monitoring cannot work

Rather than treating these as hopeless, protect them from outside the endpoint. See Securing Network-Connected Medical Devices; the approaches are:

MeasureWhat it doesEffect
Network segmentationPlace the devices on a dedicated segment and limit who they can talk toRestricts both entry and lateral movement; the largest effect
Allow-listed communicationPermit only required destinations, block the restLimits the damage if a device is used as a stepping stone
Restricting what may connectDefine and register which terminals and media may attachDesign alongside Managing Removable Media
Network-side monitoringObserve device traffic externally for unusual behaviourRequires nothing installed on the device
Physical access controlRoom access control, physical port blockingDeters unauthorised connections
Refresh planningFold security into the specification at the next replacementResolves it over the medium term (Putting Security Into Procurement Requirements)

The important step is listing what cannot be covered. Recording which devices lack which protection, and what compensates instead, both supports your compliance narrative and feeds the requirements at replacement. Without that list, planning proceeds on the false premise that every endpoint is protected.

What to Settle Before Buying

ItemWhat to establish
Endpoints in scopeServers, clients, shared terminals, mobile devices, medical devices — feasibility per device
Relationship to existing productsReplacement or coexistence, and conflict testing if both
EMR compatibilityWhether the EMR vendor warrants operation and has recommended settings — always confirm in advance
Endpoint and network impactData and traffic volume; test on your oldest hardware
Post-detection operationsIn-house, managed service, or vendor; coverage hours and notification criteria
Isolation authorityWho may isolate which endpoints, by what procedure
Log retentionLong enough for post-incident investigation (Log Management and Audit Trails)
Uncoverable endpointsThe list and the compensating measures
Cost breakdownNot licences alone but monitoring, deployment, and tuning
Term and terminationMulti-year conditions and early termination handling

Do not skip confirmation with your EMR vendor. Endpoint software interfering with EMR operation has been reported in many places, and discovering it after go-live hits care directly. For structuring vendor questions see Questions to Ask Your Vendors and Security Check Sheets for Vendors.

Compare costs over three years. A low licence price with separately billed monitoring can invert the ranking. The same lens applies when assessing a supplier's own security posture — see What Is an ISMS (ISO/IEC 27001)?.

Conclusion

  1. Conventional antivirus is one layer; it only becomes a defence alongside entry-point, lateral-movement, and recovery controls
  2. EDR records endpoint behaviour and detects suspicious chains; its greatest value is the ability to investigate afterwards
  3. EDR does not protect you by being installed. Without deciding who reads alerts and who authorises isolation, it does not function
  4. The operating model is in-house, managed service, or vendor — and each still requires an internal decision-maker and a fallback for the affected work
  5. Endpoints that cannot take an agent are protected by segmentation, allow-listed traffic, and external monitoring — and the exceptions must be listed
  6. Before buying, confirm compatibility with the EMR vendor and compare three-year totals including monitoring
  7. Claims that EDR is a reimbursement requirement are not confirmed against primary sources; check MHLW publications

Whether EDR is right for you depends less on the product than on whether your institution can absorb the operations. If you need help drawing the line between what you keep in-house and what you outsource, get in touch.

References and Sources

Note: reimbursement conditions are governed by MHLW notices and official clarifications. Where this article differs, follow the primary sources.

Share this article

Related Articles

Healthcare Security

Access Control and Privileged ID Management: What Is Realistic in a Hospital

Role-based permissions, least privilege, offboarding and transfer reviews, vendor maintenance accounts, and what to do where shared IDs genuinely cannot be eliminated. Access design that actually limits blast radius within the constraints of clinical work.

September 14, 2026
Healthcare Security

Logging and Audit Trails: Getting Past 'We Collect It but Nobody Looks'

What to log, how long to retain it, and the real problem — logs collected but never read. Which logs actually matter during an incident, and how to make review a sustainable routine in a hospital with limited staff.

September 14, 2026
Healthcare Security

Backup Design for Hospitals: The 3-2-1 Rule and the Tier 1 Requirement

Japan's FY2026 revision makes multi-method backup with part of it held offline a tier 1 requirement. We cover the three methods accepted as meeting it — external media, automated transfer to a permanently detached NAS, and a logically separated area within a cloud service — plus generation management and why an untested backup does not count.

September 14, 2026
Healthcare Security

Selecting a Cloud Provider: Seven Things a Hospital Must Check

How a hospital should choose the cloud provider that will hold its medical information: verifying guideline alignment, data residency across production, backups and logs, how to read ISO/IEC 27001 and 27017 certifications, data return on exit, and transparency of subcontracting — set out as tables to use before comparing quotes.

September 14, 2026
AI Karte

Explore AI Karte

An AI-native EHR connecting reception, documentation, accounting, claims, and analytics into one cycle.

View the product page

ISMS Certification Support as an Option

From scope design and documentation to training, internal audit, and dealing with the certification body. Pottech supports healthcare companies through ISO/IEC 27001 certification end to end.