Detecting Invisible Cross-Layer and Cross-Protocol Attacks in IoMT Using Resource-Aware Machine Learning

Our recent study explores lightweight and efficient machine learning techniques for detecting advanced cross-layer and cross-protocol cyberattacks in Internet of Medical Things (IoMT) environments while maintaining low computational overhead.
Like

Share this post

Choose a social network to share with, or copy the URL to share elsewhere

This is a representation of how your post may appear on social media. The actual post will vary between social networks

Explore the Research

Springer US
Springer US Springer US

Resource-aware ML framework for multi-level cross-layer and cross-protocol attack detection in IoMT - The Journal of Supercomputing

With the increasing complexity of attacks on Internet of Medical Things (IoMT) systems, Cross-Protocol (CP) and Cross-Layer (CL) attacks have recently emerged as critical threats, further intensifying the challenges faced by intrusion detection systems (IDS). While most prior studies have focused on traditional binary or multi-class classification, CP and CL attacks remain largely overlooked. These attacks exploit interactions across protocols and layers to evade conventional IDS solutions that operate in a protocol- or layer-isolated manner. Our work introduces an Intrusion Detection System (IDS) framework designed to identify advanced threats effectively. We tested the proposed IDS framework using the CICIoMT2024 dataset. The CICIoMT2024 dataset contains Wi-Fi and Message Queuing Telemetry Transport (MQTT) traffic. We ran different algorithms through standardized preprocessing, both with and without Principal Component Analysis (PCA). Feature clustering and hierarchical balancing were also applied to ensure fair and reliable evaluation across label, category, and subcategory levels. Among the tested models, Random Forest (RF) without PCA achieved the most consistent performance, reaching accuracy values above 99% and F1-scores of 0.9951 (CP) and 0.9926 (CL). In addition, RF demonstrated high computational efficiency, requiring approximately 0.02 s per test instance and consuming less than 1 MiB of memory, making it suitable for resource-constrained IoMT devices. This low-latency design supports real-time intrusion detection in safety–critical IoMT systems, where fast decisions are essential to prevent delayed or incorrect medical responses. PCA further demonstrated its value by stabilizing the performance of MLP, improving its F1-score in CP detection from 0.0385 to 0.9867. These results highlight the practicality of combining efficient models with resource-aware design to provide robust CP/CL detection in real-world IoMT environments.

Behind the Paper: Detecting the “Invisible” Attacks in the Internet of Medical Things (IoMT)

Healthcare systems are rapidly becoming smarter, more connected, and increasingly dependent on the Internet of Medical Things (IoMT). From wearable sensors and smart infusion pumps to remote patient monitoring systems and intelligent hospital networks, these technologies are transforming healthcare delivery and improving patient outcomes. However, this transformation also introduces new cybersecurity risks that traditional defense mechanisms are often unable to detect.

Our recent publication, “Resource-aware ML framework for multi-level cross-layer and cross-protocol attack detection in IoMT,” published in the Journal of Supercomputing, explores one of the emerging and overlooked cybersecurity threats in IoMT environments: Cross-Protocol (CP) and Cross-Layer (CL) attacks. Springer Article

Why We Started This Research

Most intrusion detection systems (IDS) are designed around isolated protocol analysis. In practice, this means they inspect traffic at a single network layer or focus on one communication protocol at a time. While this approach can detect many traditional attacks, modern attackers have become far more sophisticated.

Cross-Protocol and Cross-Layer attacks exploit interactions between multiple protocols and layers simultaneously. Instead of attacking a system directly, adversaries manipulate the relationships between communication layers or tunnel malicious traffic through unexpected protocols. This allows malicious activity to bypass conventional security monitoring tools.

In healthcare environments, such attacks can be extremely dangerous. Imagine a malicious actor manipulating communication between wearable sensors and hospital monitoring systems, delaying alerts, or disrupting medical data transmission. Even a small delay or misclassification could affect patient safety.

Despite the growing importance of IoMT security, we found that most existing research focused primarily on binary attack detection or conventional multi-class classification. Very little attention had been given to CP and CL attacks, especially under resource constraints typical in IoMT systems.

This gap motivated us to design a lightweight yet highly effective machine learning framework capable of detecting these advanced attack patterns in real time.

The Core Challenge

IoMT devices are fundamentally different from traditional computing systems. They are often resource-constrained, with limited memory, processing power, and energy availability. This means that many computationally expensive deep learning solutions may not be practical for real-world healthcare deployment.

The challenge was therefore twofold:

  1. Develop a detection framework capable of identifying sophisticated CP and CL attacks.

  2. Ensure the framework remains lightweight and efficient enough for deployment in practical IoMT settings.

Balancing security effectiveness with computational efficiency was a central theme of this work.

Building the Framework

To address this challenge, we designed a resource-aware intrusion detection framework using machine learning techniques. We evaluated it on the CICIoMT2024 dataset, which contains realistic Wi-Fi and MQTT traffic for IoMT environments. (researchgate.net)

Our framework included several important stages:

  • Standardized preprocessing for stable and fair evaluation.

  • Hierarchical balancing to handle data imbalance across labels and categories.

  • Feature clustering and dimensionality reduction using Principal Component Analysis (PCA).

  • Comparative evaluation of multiple machine learning models.

We intentionally explored both PCA and non-PCA configurations because dimensionality reduction can significantly influence model stability and computational cost.

One particularly interesting finding involved the Multi-Layer Perceptron (MLP) model. Without PCA, the MLP struggled significantly in CP detection. However, after applying PCA, its performance improved dramatically. This highlighted how preprocessing decisions can heavily impact the effectiveness of machine learning in cybersecurity applications.

At the same time, Random Forest consistently delivered the best balance between accuracy, stability, and efficiency.

What We Found

Among all evaluated models, Random Forest without PCA achieved the most reliable and consistent performance. The framework achieved accuracy values above 99% and F1-scores reaching 0.9951 for Cross-Protocol attacks and 0.9926 for Cross-Layer attacks. (researchgate.net)

Equally important, the framework demonstrated very low computational overhead:

  • Approximately 0.02 seconds per test instance.

  • Less than 1 MiB memory usage.

These results are highly significant because IoMT environments require low-latency and lightweight security solutions. In healthcare systems, delayed detection may directly lead to delayed medical decisions.

Our results demonstrated that high detection performance does not necessarily require extremely heavy deep learning architectures. Carefully designed resource-aware machine learning solutions can still provide strong protection while remaining deployable in constrained environments.

Beyond Accuracy Metrics

One lesson we learned from this work is that cybersecurity research should not focus solely on accuracy percentages. In many publications, very high accuracy values are reported without considering whether the proposed systems can realistically operate in constrained real-world environments.

For healthcare applications, deployability matters as much as detection capability.

This is why we emphasized resource awareness throughout the paper. A practical IDS for IoMT should not only detect attacks accurately but also

  • Operate with minimal latency.

  • Consume limited memory and computational resources.

  • Adapt to heterogeneous communication protocols.

  • Maintain reliability under realistic traffic conditions.

Future cybersecurity research should increasingly evaluate models from this operational perspective.

The Human Side of the Project

This work was also a rewarding collaborative effort between researchers and students working on advanced cybersecurity challenges in emerging healthcare technologies. One of the exciting aspects of the project was exploring how relatively classical machine learning techniques could still outperform more complex methods when combined with proper preprocessing, balancing, and evaluation strategies.

Another rewarding aspect was working with realistic IoMT traffic rather than overly simplified benchmark datasets. Real healthcare communication environments are noisy, heterogeneous, and dynamic, making the problem substantially more challenging.

Throughout the project, we repeatedly refined preprocessing pipelines, experimented with balancing strategies, and analyzed why certain models failed under specific attack scenarios. Many of the final insights emerged only after extensive iterative experimentation.

Looking Ahead

Cross-Protocol and Cross-Layer attacks are likely to become increasingly common as interconnected healthcare ecosystems continue to grow. Future IoMT systems will integrate AI-driven diagnostics, cloud-assisted healthcare, edge computing, wearable devices, and autonomous medical systems, all communicating through diverse protocols and layers.

This increasing complexity will inevitably expand the attack surface.

Future research directions may include:

  • Federated and privacy-preserving intrusion detection for distributed healthcare systems.

  • Explainable AI techniques for interpretable medical cybersecurity decisions.

  • Real-time adaptive IDS frameworks capable of evolving with new attack patterns.

  • Hybrid edge-cloud architectures for scalable IoMT security.

  • Integration of post-quantum cryptographic protection with intelligent intrusion detection.

We hope this work contributes toward building more secure and trustworthy healthcare infrastructures.

Final Thoughts

Cybersecurity in healthcare is no longer optional. As medical systems become smarter and more interconnected, attackers are also becoming more creative and adaptive.

Our goal with this research was not only to improve attack-detection performance but also to demonstrate that practical, lightweight, and deployable security solutions are achievable in IoMT environments.

Ultimately, protecting digital healthcare systems means protecting patients themselves.

We are excited to continue exploring intelligent and resource-aware cybersecurity solutions for next-generation cyber-physical and healthcare systems.

Published article:
“Resource-aware ML framework for multi-level cross-layer and cross-protocol attack detection in IoMT” in The Journal of Supercomputing. (researchgate.net)

Please sign in or register for FREE

If you are a registered user on Research Communities by Springer Nature, please sign in

Go to the profile of Qasem Abu Al-Haija
26 days ago

Glad to see our work now live on the Springer Nature Research Community. Advancing lightweight and intelligent IoMT cybersecurity remains an important research direction.

Follow the Topic

Data and Information Security
Mathematics and Computing > Computer Science > Data and Information Security
Cybercrime
Humanities and Social Sciences > Society > Criminology > Cybercrime
Internet of Things
Technology and Engineering > Electrical and Electronic Engineering > Communications Engineering, Networks > Internet of Things
Internet of Things
Mathematics and Computing > Computer Science > Computer Engineering and Networks > Internet of Things
Mobile and Network Security
Mathematics and Computing > Computer Science > Data and Information Security > Mobile and Network Security
Security Services
Mathematics and Computing > Computer Science > Data and Information Security > Security Services

Related Collections

With Collections, you can get published faster and increase your visibility.

Section - Architectures, Systems and Hardware Security

All aspects of high-performance hardware and architectures, including optimizing and evaluating processors, systems issues, and security, especially at the hardware level and sustainability of systems.

Topics include but not limited to the following:

T

• Architectural support for programming languages or software development.

• Architectures to support extremely heterogeneous composable systems (e.g., chiplets)

• Design-space exploration/performance projection for future systems

• Evaluation and measurement on testbed or production hardware systems

• Hardware acceleration of containerization and virtualization mechanisms for HPC

• Interconnect technologies, topology, switch architecture

• I/O architecture/hardware and emerging storage technologies

• Memory systems: caches, memory technology, non-volatile memory, memory system architecture (to include address translation for cores and accelerators)

• Multi-processor architecture and micro-architecture (e.g., reconfigurable, vector, stream, dataflow, GPUs, and custom/novel architecture)

• Sustainable design aspects, including power and energy efficiency and power-management strategies

• Resilience, error correction, high availability architectures

• Scalable and composable coherence (for cores and accelerators)

• Secure architectures, side-channel attacks, and mitigation, covering all attack vectors, including all forms of side-channel attacks, piracy, reverse engineering, tampering, and hardware Trojan attacks, including countermeasures at different stages of system design - i.e., architecture definition, design, validation, and deployment

• The security of hardware and system security at all levels of abstraction

• Interactions between hardware and systems, and between hardware and firmware/software, including in the context of security and trust

• Software/hardware co-design, domain-specific language support

• Interactions among architectures, compilers, programming languages, and operating systems

Architectures, Systems and Hardware Security research relates to multiple United Nations Sustainable Development Goals (SDGs) through advances in health care, education, and energy, among other fields. This Section particularly welcomes submissions related to SDG 9 “Industry, Innovation, And Infrastructure.”

An essential aspect of supercomputing involves solving computer-intensive problems. Paper submissions are expected to address problems that require significant computational resources.

Publishing Model: Hybrid

Deadline: Ongoing

Section - Advanced Embedded Systems

The Journal of Supercomputing announces a new section dedicated to Advanced Embedded Systems, bringing together embedded hardware, novel embedded software solutions, and advancements related to solving critical issues in embedded security, energy efficiency, or emerging applications. We aim to foster collaboration among researchers spanning various domains, facilitating the exchange of original research findings and practical insights relevant to the expansive realm of embedded systems.

Topics of interest include, but are not restricted to:

Embedded Hardware Design:

• Microcontroller and microprocessor architectures

• FPGA design

• High-performance embedded computing

• Power-efficient hardware design

• Hardware security and trustworthiness

Embedded Software Development:

• Real-time operating systems (RTOS)

• Embedded software development tools and methodologies

• Firmware development and debugging

• Middleware and communication protocols for embedded systems

• Embedded software testing and verification

IoT and Wireless Embedded Systems:

• Internet of Things (IoT) applications and technologies

• Wireless sensor networks

• Low-power communication protocols (e.g., LoRa, Zigbee, NB-IoT)

• Edge computing in IoT

• Security and privacy in IoT and wireless embedded systems

Embedded System Security:

• Hardware and software security mechanisms

• Secure boot and firmware update

• Intrusion detection and prevention in embedded systems

• Secure communication and encryption

• Vulnerability assessment and mitigation

Embedded Systems in Autonomous Vehicles:

• Autonomous vehicle control systems

• Perception and sensor fusion for autonomous vehicles

• V2X communication and vehicle-to-vehicle (V2V) communication

• Safety-critical embedded systems in automotive applications

• Regulatory and safety standards in automotive embedded systems

Medical Embedded Systems:

• Medical device design and development

• Wearable health monitoring systems

• Telemedicine and remote patient monitoring

• Regulatory compliance and safety in medical embedded systems

• Healthcare data security and privacy

Energy-efficient Embedded Systems:

• Energy harvesting for embedded systems

• Battery management and energy optimization

• Green computing and sustainability in embedded systems

• Energy-efficient algorithms and hardware design

Embedded Systems for Space and Aerospace:

• Spacecraft onboard computers

• Satellite control systems

• Avionics and flight control systems

• Radiation-hardened electronics

• Space communication protocols

AI and Machine Learning in Embedded Systems:

• Edge AI and inference on embedded devices

• Deep learning accelerators for embedded systems

• Machine learning for embedded vision and audio processing

• AI-driven autonomous systems

• Ethical considerations in AI-enabled embedded systems

Trends and Emerging Technologies:

• Emerging hardware platforms (e.g., neuromorphic computing)

• Quantum computing and its potential impact on embedded systems

Advanced Embedded Systems research relates to multiple United Nations Sustainable Development Goals (SDGs) through advances in health care, education, and energy, among other fields. This Section particularly welcomes submissions related to SDG 9 “Industry, Innovation, And Infrastructure.”

An essential aspect of supercomputing involves solving computer-intensive problems. Paper submissions are expected to address problems that require significant computational resources.

Publishing Model: Hybrid

Deadline: Ongoing