A subscription to JoVE is required to view this content. Sign in or start your free trial.

Research Article

Blockchain-Integrated Bidirectional Long Short-Term Memory Network for Real-Time Intrusion Detection in Healthcare Internet of Medical Things

117 views

DOI:

10.3791/71834

July 17th, 2026

In This Article

Summary

This protocol describes the implementation of a blockchain-integrated bidirectional long short-term memory intrusion detection system for healthcare Internet of Medical Things networks, enabling real-time attack detection, tamper-proof forensic logging, and automated mitigation.

Abstract

Healthcare Internet of Medical Things (IoMT) environments require intrusion detection systems that not only identify cyberattacks accurately but also provide forensic accountability, auditability, and rapid response capabilities. Conventional intrusion detection approaches primarily emphasize classification performance while offering limited support for tamper-proof event recording and post-incident investigation. This study presents a forensic-aware intrusion detection framework that integrates an Extended Bidirectional Long Short-Term Memory (BiLSTM) network with a permissioned blockchain layer to support real-time detection, secure logging, and automated mitigation in healthcare IoMT systems. The protocol combines data preprocessing, AQU-IMF-RFE feature selection, temporal sequence modeling, attention-based learning, residual connections, and blockchain-based event recording. The Extended BiLSTM model was trained and evaluated independently on the UNSW-NB15, CICIDS2017, and Bot-IoT benchmark datasets using reproducible preprocessing, stratified data partitioning, and fixed random seeds. Intrusion events detected by the model were recorded on a Proof-of-Authority blockchain through smart contracts that enabled immutable logging and automated response actions. Experimental results demonstrated high intrusion detection performance with low false-positive rates across all evaluated datasets while maintaining forensic traceability and real-time response capability. The blockchain layer provided tamper-resistant audit records and automated mitigation without introducing prohibitive computational overhead. These findings demonstrate that integrating deep-learning-based intrusion detection with blockchain-enabled forensic logging improves the trustworthiness, accountability, and practical deployability of healthcare cybersecurity systems.

Introduction

In the healthcare system, digitization has led to a new era of intelligent, connected, and patient-centered healthcare services. Modern medical infrastructure heavily relies on network communication and data exchange between wearable sensors, remote patient monitoring systems, electronic health records (EHRs)1,2, and intelligent diagnostic platforms. However, this increasing interconnectivity also expands the attack surface of healthcare networks, exposing them to cyber threats such as data breaches, ransomware, distributed denial-of-service (DDoS) attacks, and man-in-the-middle attacks3

Access restricted. Please log in or start a trial to view this content.

Protocol

All experiments were conducted exclusively using publicly available benchmark network intrusion datasets (UNSW-NB15, CIC-IDS-2017, and Bot-IoT), which contain network traffic records without identifiable personal or medical information. The datasets were used in accordance with their respective licenses and terms of use. Because no human participants, patient samples, or identifiable personal data were involved, institutional ethics approval and informed consent were not required.

Overview of the Proposed Framework
This section presents the proposed dual-layer intrusion detection and prevention framework for securing Io....

Access restricted. Please log in or start a trial to view this content.

Results

The results are organized to mirror the methodological steps of the Protocol, with each subsection reporting the observations produced by the corresponding step.

Dataset handling and experimental setup
The three benchmark datasets were analyzed independently rather than merged. Because UNSW-NB15, CICIDS2017, and Bot-IoT use different feature schemas and labeling conventions, each dataset was preprocessed, windowed, and evaluated separately using its own 80:20 train/test sp.......

Access restricted. Please log in or start a trial to view this content.

Discussion

The present study proposes an integrated Extended BiLSTM–Blockchain framework for intrusion detection and prevention in IoMT environments. The results demonstrate that the framework effectively identifies intrusion patterns in heterogeneous IoMT network traffic by combining bidirectional temporal learning with blockchain-based forensic logging. The bidirectional architecture enables the model to capture both forward and backward temporal dependencies within network traffic, resulting in high precision (99.44%), a r.......

Access restricted. Please log in or start a trial to view this content.

Disclosures

Conflict of Interest:
The authors declare that they have no competing interests relevant to the content of this article.

Acknowledgements

I would like to express my sincere gratitude to Lakireddy Bali Reddy College of Engineering (A), Mylavaram, for providing the research facilities instrumental in completing this work. The resources and support offered by the center played a vital role in enabling the smooth progress of my research. I am deeply grateful to my supervisors, Dr. D. Veeraiah and Dr. L. Sumalatha, for their continuous guidance, invaluable insights, and unwavering encouragement throughout this study. This research did not receive any specific grants from funding agencies in the public, commercial, or not-for-profit sectors.

....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
AQU-IMF-RFE Feature Selection ModuleSelf-developedN/AHybrid feature-selection method integrating Mutual Information, Aquila Optimizer, and Recursive Feature Elimination
Attention LayerSelf-developed (Keras-based)N/ATemporal attention mechanism used for feature weighting in the Extended BiLSTM model
Bot-IoT DatasetUNSW Canberra CyberN/APublic benchmark dataset used for intrusion-detection evaluation
CICIDS2017 DatasetCanadian Institute for CybersecurityN/APublic benchmark intrusion-detection dataset
Ethereum Client (Geth)Ethereum Foundation1.13.15Blockchain client used to deploy and operate the Proof-of-Authority network
Extended BiLSTM ModelSelf-developedN/ADeep-learning intrusion detection model integrating Conv1D, BiLSTM, residual learning, and temporal attention
Jupyter NotebookProject Jupyter7.xInteractive environment used for implementation, experimentation, and result visualization
NumPyNumPy Developers2.4.4Numerical-computing library used for preprocessing and model training
PandasPandas Development Team3.0.2Data-processing library used for preprocessing and data analysis
Proof-of-Authority Blockchain NetworkSelf-developedN/APermissioned blockchain network used for immutable intrusion logging and automated mitigation
PythonPython Software Foundation3.12.7Programming language used for data preprocessing, model development, blockchain integration, and evaluation
Random Forest EstimatorScikit-learn DevelopersN/ARandom Forest classifier used for Recursive Feature Elimination (RFE)
Scikit-learnScikit-learn Developers1.8.0Machine-learning library used for preprocessing, feature selection, and model evaluation
Solidity Compiler (solc)Solidity Team0.8.19Compiler used for smart-contract compilation and deployment
Solid-State Drive (SSD)Dell512 GBStorage used for datasets, trained models, and blockchain ledger
System Memory (RAM)Dell128 GBMain memory used during preprocessing, model training, blockchain execution, and evaluation
TensorFlowGoogle2.16.1Deep-learning framework used to implement and train the Extended BiLSTM model
UNSW-NB15 DatasetUNSW Canberra CyberN/APublic benchmark dataset used for training and evaluation
Web3.pyWeb3.py Developers6.15.1Python interface used for communication between the intrusion detection system and the blockchain network
Windows Operating SystemMicrosoftWindows 11Operating system used for all experiments
Workstation / ServerDellPowerEdge R740Computing platform used for model training, blockchain deployment, and evaluation

Reprints and Permissions

Tags

EngineeringBiLSTMIntrusion Detection SystemIoMTCybersecuritydeep learningReal Time DetectionAnomaly detectionNetwork Security
Video Coming Soon