← Latest papers
💻 computer science

Smart Honeypot for Threat Detection and Classification in IoMt Networks

This paper presents HoneyMed, a protocol-aware honeypot framework for IoMT networks that simulates medical services to capture and classify attacks in real time using machine learning, achieving 98.50% accuracy with Random Forest while generating blockchain-ready evidence without risking production assets.

Original authors: Vishalakshi Prabhu, Shankaramma Malige, Prathmesh Sayal, Ishan Chitkarsh, Dhanush J, Bhaskar Datta Paramkusam

Published 2026-09-10
📖 4 min read☕ Coffee break read

Original authors: Vishalakshi Prabhu, Shankaramma Malige, Prathmesh Sayal, Ishan Chitkarsh, Dhanush J, Bhaskar Datta Paramkusam

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Hospitals today rely on a vast network of connected devices, from patient monitors at the bedside to imaging systems in the radiology wing. These devices, often called the Internet of Medical Things, allow doctors to track vital signs and share data instantly, but this constant connection also opens the door to trouble. Because many of these devices were built for trusted hospital networks rather than the hostile environment of the internet, they can be vulnerable to attackers who try to sneak in, steal data, or shut down critical equipment. Traditional security measures often wait for an attack to happen on a real machine before raising an alarm, which can be too late for sensitive medical gear. To solve this, researchers have turned to a strategy called deception: setting up a fake target that looks real enough to lure an attacker in, allowing security teams to study the intruder's behavior without risking actual patients.

A team of researchers at the Ramaiah Institute of Technology in India has built a new system called HoneyMed to put this idea into practice specifically for medical networks. Their goal was to create a digital trap that mimics the specific services hospitals use, such as the protocols for sending medical images or monitoring patient data. Instead of waiting for a real breach, HoneyMed sits quietly on the network, pretending to be a patient monitor and a server for medical records. When an attacker probes the system, looking for weaknesses or trying to guess passwords, they interact with this fake device instead of a real one. The system captures every move the attacker makes, from the size of the data they send to the specific commands they try to execute.

Once the system catches this suspicious activity, it does not just store the raw data; it immediately analyzes it to understand what kind of attack is happening. The researchers trained computer programs to recognize patterns in the captured traffic, sorting the intrusions into categories like attempts to overwhelm the system with traffic, efforts to guess passwords, or simple scanning to see what is on the network. In their tests, the system used a dataset of 5,000 simulated interactions to teach these programs how to tell the difference between normal activity and a malicious attack. The results showed that one specific method, known as a Random Forest classifier, was exceptionally good at this task, correctly identifying the type of attack in 98.50% of the cases.

The system is designed to be lightweight and fast, meaning it can run on standard hospital computers without needing expensive, specialized hardware. It breaks down the complex data of an attack into simple, understandable features, such as how much data was sent or whether the attacker included login credentials. This approach allows the system to explain why it flagged an event as dangerous, a crucial feature for medical security where understanding the "why" is just as important as the detection itself. Furthermore, to ensure that the evidence of an attack cannot be altered later, the system creates a unique digital fingerprint for every incident, a process that secures the record for future review or legal purposes.

In a live test, the researchers simulated various attacks against their fake patient monitor, including attempts to flood the system with requests and probes for hidden services. The HoneyMed system successfully caught these simulated intrusions in real time, displaying them on a dashboard that showed exactly what was happening and which services were being targeted. While the system proved highly effective at spotting common attacks like password guessing and network scanning, the researchers noted that it found it slightly harder to distinguish between harmless probing and more subtle, low-frequency reconnaissance attempts. This suggests that while the system is a powerful tool for immediate threat detection, it may still need refinement to catch the most stealthy observers.

The work demonstrates that it is possible to build a security system that protects medical devices by luring attackers away from real patients and into a controlled environment where their actions can be studied and stopped. By combining the art of deception with smart, explainable analysis, HoneyMed offers a practical way for hospitals to see threats before they cause harm. The researchers emphasize that their current results come from simulations and a specific dataset they created, so the system has not yet been tested in a live hospital environment with real patient data. However, the prototype shows that a combination of fake targets and intelligent analysis can provide a clear view of the threats facing modern healthcare networks, offering a new layer of defense that keeps real medical equipment safe while learning from the attempts to breach it.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →