Skip to main content
  • Research article
  • Open access
  • Published:

Towards developing a secure medical image sharing system based on zero trust principles and blockchain technology

Abstract

Background

Data security has been a critical topic of research and discussion since the onset of data sharing in e-health systems. Although digitalization of data has increased efficiency and speed, it has also made data vulnerable to cyber attacks. Medical records in particular seem to be the regular victims of hackers. Several data breach incidents throughout history have warranted the invention of security measures against these threats. Although various security procedures like firewalls, virtual private networks, encryption, etc are present, a mix of these approaches are required for maximum security in medical image and data sharing.

Methods

Relatively new, blockchain has become an effective tool for safeguarding sensitive information. However, to ensure overall protection of medical data (images), security measures have to be taken at each step, from the beginning, during and even after transmission of medical images which is ensured by zero trust security model. In this research, a number of studies that deal with these two concepts were studied and a decentralized and trustless framework was proposed by combining these two concepts for secured medical data and image transfer and storage.

Results

Research output suggested blockchain technology ensures data integrity by maintaining an audit trail of every transaction while zero trust principles make sure the medical data is encrypted and only authenticated users and devices interact with the network. Thus the proposed model solves a lot of vulnerabilities related to data security.

Conclusions

A system to combat medical/health data vulnerabilities has been proposed. The system makes use of the immutability of blockchain, the additional security of zero trust principles, and the scalability of off chain data storage using Inter Planetary File Systems (IPFS). The adoption of this system suggests to enhance the security of medical or health data transmission.

Peer Review reports

Background

Nowadays, about 7.7 billion people use the Internet on a daily basis [1]. Its uses have transcended previous boundaries and veered into fields ranging from minute things like getting food delivered from one point to another to crucial functions like keeping track of money and online banking. With the increase of users, the congenial atmosphere of the Internet has morphed into one of malice [24].

The threats Internet users have been facing since the first data breach have remained the same. In this vein, Jung et al.[5] classified internet security into interception, fabrication, modification, and interruption. More specifically, they can be divided into two groups: unintentional errors (natural and man-made disasters and errors by employees) and intentional acts (fraud, identity theft, embezzlement, etc). Multiple instances of data breaches on the Internet [6, 7] have warranted discussions on the things that need to be considered when it comes to Internet security. With data breaches on the rise [8, 9], the need for an infallible solution was apparent. That solution came in the form of blockchain that provides protection against unwanted data exposure [10]. It is a distributed consensus mechanism that stores transaction information in a Peer-to-Peer (P2P) network [11]. Blockchain ensures digital trust by recording transactions in a public platform, while also making it immutable. Thus, it provides transparency, auditing and is also decentralized [12]. Currently blockchain is being implemented in various fields for data security, however, its use in the health sector to secure patient records is the most beneficial and crucial [1315]. This is because health records are some of the most sensitive information out there and continues to be the victim of cyber attacks constantly [6]. Medical imaging devices in particular are the latest target of hackers [16] due to the lack of proper security measures taken around them [17]. Recent experiments by Israeli researchers show how easily MRI and CT scans can be tampered without any trace [18].

Advancements in cloud storage and cloud services has led to an increase in the mobile workforce and also provided an alternative to paper storage. Thus, security measures have to be taken at each step, from the beginning, during and even after transmission of data [19].

The zero trust security model addresses the aforementioned issues regarding security during every phase of data transmission. It is an IT security model that involves strict verification for users and devices trying to access resources on a network, regardless of whether they are sitting within or outside of the network perimeter [20]. No single specific technology is associated with zero trust, it is a holistic approach to network security that incorporates several different principles and technologies. Theoretically, blockchain is impenetrable, but it has its weaknesses. Blockchain cannot ensure protection against errors like: social engineering (an attack that involves the manipulation of people into ignoring security procedures and providing access to their data [21]), identity theft (stealing someone’s private key and accessing their accounts) [22], using weak passwords, and not patching known security vulnerabilities. Thus, it is important to enhance blockchain security by taking some extra measures such as: micro-segmentation, automated patch management, native data-at-rest encryption, and monitoring for changes to an application’s intended state and behaviour [23]. The traditional Moat-and-Castle security model for digital information can be enhanced using zero trust, which when implemented in a blockchain model would improve the overall security because blockchain will ensure transaction security, and the zero trust principles will improve access management, and user authentication [24].

Thus, the objective of this paper is to propose a decentralised, trustless and scalable framework which integrates the concepts of zero trust principles and blockchain. The proposed framework will facilitate to tackle data security issues and thus provide a safe way to transfer and store sensitive medical/health records and images.

A number of research has been conducted on the application of blockchain and zero trust models in various fields for data security.

The first ever functioning prototype has been proposed by Azaria et al.[25] which integrates blockchain to handle EMRs (Electronic Medical Record). Patients are given full control over their data. Medical stakeholders act as miners who are incentivized in two ways. Permissions associated with medical records are handled by smart contracts deployed on Ethereum. Later, data exchange is handled off chain between pre-existing centralized trusted databases. At every node, patient medical records are stored locally. In another study, Al Omar et al.[26] put forward a model which provides accountability, integrity, pseudonymity, security and privacy by storing encrypted medical data on blockchain and giving patients full control over their data. Here the data senders are the patients themselves and the data receivers are doctors, hospitals etc. Only registered users can communicate with the blockchain. It uses cryptography with blockchain to tackle data preserving vulnerabilities. Similarly, Dubovitskaya et al.[27] propose a framework that handles EMR data of cancer patients using permissioned blockchain. Data is stored off chain in a cloud-based storage. The nodes use PBFT (Practical Byzantine Fault Tolerance) consensus mechanism to validate each block. In another study, Dwivedi et al. [28] propose a model that integrates blockchain with IoT based wearable medical devices to share patient data. It uses a decentralized overlay network with several clusters instead of a single chain of blocks. The encrypted data is stored off chain in cloud storage. For preserving anonymity, ring signature is used. A study done by Vishal Patel includes blockchain to create a decentralized and secure system for sharing medical images. The medical images are kept at imaging centers and blockchain is used to regulate data viewing and sharing privileges [29].

The model put forward by Dey et al. [30] stands out because although they store data of patients measured by bio-sensors in blockchain, IPFS (Interplanetary File System) is used to save data of discharged patients to reduce the load on blockchain. It proposes an alternative solution to the traditional IoT model by using blockchain and encrypting communication between IoT devices.

The characteristics and the key concerns of implementation of a zero trust network are briefly discussed in [20] where Gilman and Barth stated that authentication and encryption of network flows, and at endpoints, enumeration of network flows, strength of the authentication and encryption techniques, public vs. private key infrastructures, and regular scanning and examining of device security are the aspects that need to be decided in the implementation of a zero trust network.

On the other hand, blockchain is considered a trust less system; but it does take some factors like device security, and intent of the miners for granted. Removing these elements of trust can fall under the domain of zero trust architecture. A very limited number of research has been conducted that has considered the use of blockchain and zero trust principles together. In [24], a model has been proposed using blockchain as an enabler in implementing the zero trust framework. The main focus of this framework was the implementation of zero trust architecture, using blockchain to ensure access management, user authentication and transaction security. In another work, Samaniego and Deters [31] proposed a model named Amatista, incorporating zero trust in blockchain for using it as a middleware for IoT devices. The zero trust hierarchical mining process was used in this model which puts block and transaction validation at different levels of trust.

In sum, the literature reviews suggest three important things. Firstly, it is seen that although blockchain has been used for maintaining health records, most rely on storing the data either directly on blockchain which is not scalable or on off chain storage systems that are not fully decentralised or compatible with blockchain. Moreover very few works have been done regarding large files like medical imaging data. Secondly, because zero trust architecture is relatively new, not much work has been done with it although implementation of its concepts will result in a more secured model. And finally, incorporation of the two concepts have lightly been talked about. The only model that combines blockchain with zero trust principles, does not fully explore the potential of enhancing security. Thus this paper focuses on developing a framework which is scalable, trustless and fully decentralised to ensure a secured process to transfer and store medical data by integrating blockchain and zero trust principles.

Methods

To attain the research objective, a conceptual model is proposed by integrating the concepts of zero trust principles and blockchain. The proposed model deals with two users that share any medical/health data. In case of medical image sharing, medical technologist (person responsible for generating X-ray files, MRI scans etc.) acts as the sender, patient as the receiver and the data in question will be medical image files. The patient can also share data with a doctor in which case patient becomes the sender and doctor the receiver.

The following subsections discuss how zero trust principles and blockchain are individually implemented in the model and later an overview of the integrated system as a whole is provided.

Zero trust principles

Zero trust principles ensure verification of users (and their devices) and data security (via encryption) in different layers as shown in Fig. 1.

Fig. 1
figure 1

Zero trust principles in the proposed model

The sender sends sensitive data to the intended receiver safely by going through the following three layers of security [32]:

  1. a.

    Login : This provides outermost layer of security which involves authentication of the sender using their login credentials like username and password via their end device, which in this case is the PC connected to the medical imaging device.

  2. b.

    Health Parameter Check : This is the second layer of security which involves checking the health parameter of the sender’s device before sending the data. This helps to detect whether the device is up to date on the latest security patches and precautions. This in turn ensures that the device has not been hacked or compromised.

  3. c.

    Encryption : This is the innermost layer of security which deals with data encryption. After the sender successfully passes the previous two layers, the data to be sent is encrypted with receiver’s public key- thus making it accessible only to the intended receiver possessing the key.

Again, the receiver will be able to access their data through a web page or app interface by undergoing the following security layers:

  1. a.

    Login : This provides the outermost layer of security which involves authentication of the receiver using their login credentials. However, this does not give them immediate access.

  2. b.

    2FA : This is the second layer of security which involves undergoing two factor authentication (2FA) in order to enter the system. An authentication app will generate a code, which they must also input in order to gain access. Thus attackers cannot easily access a person’s device or online account because knowing the victim’s password alone is not enough. Two-factor authentication adds this additional layer of security to the authentication process [33].

  3. c.

    Decryption : This is the innermost layer of security which involves decryption of data. After completing the previous two steps,the receiver can view the encrypted data sent to them after decrypting it with their private key. Thus only the receiver can see their data.

Blockchain

Blockchain is used in the model primarily to keep a record of every transaction taking place. The smart contracts in blockchain help to enable role-based access control which allows individuals to perform activities they are given permission for. To increase scalability, only hash of the data is stored in blockchain while the actual data is stored off chain in IPFS (a distributed file system and storage platform). It is decentralized so there is no single point of failure, and all trust is not put on a single node [34]. Moreover, it has been found to be the most suitable for blockchain than any other off chain storage (Swarm, StorJ, CoAP) [35]. Transaction will take place between the sender and the receiver of data. Each block consists of hash of the previous block, address of the sender, address of the receiver, symmetric key, ipfshash (hash generated by IPFS when image is uploaded) as shown in Fig. 2.

Fig. 2
figure 2

Block structure used in the proposed model

Whenever the sender requests to upload data, smart contract is called. This prompts the creation of a block, which is added to the blockchain only if the nodes participating in the blockchain network approve the addition of this node to the blockchain. If the block is successfully added then the receiver can retrieve their data. The sender and receiver will interact with the blockchain indirectly, through web pages. Since the primary focus of this research is to make the system as trustless and decentralised as possible, the proposed model will use a public blockchain like Ethereum which uses Proof of Work consensus mechanism to validate nodes. Figure 3 shows how blockchain interacts with the front end of the proposed model.

Fig. 3
figure 3

Blockchain usage in the proposed model

Combination of blockchain and zero trust principles

The concepts of zero trust principles and blockchain are integrated to propose the model as shown in Fig. 4. Blockchain is used to ensure decentralization and immutability of data while zero trust principles are used for access control and authorization. Considering the cases of sending medical images, the functionalities of the proposed model are discussed below:

  1. a.

    Step 1 (Send request) : After the sender goes through the first two outer layers of security, Login and Health Parameters Checkup (as shown in Fig. 1), the smart contract checks their authorization roles and privileges. If available, the request is processed and they will be able to send a file.

    Fig. 4
    figure 4

    Integration of zero trust principles with blockchain in the proposed model

  2. b.

    Step 2 (Send file) : The file itself will be encrypted with a symmetric key and stored in IPFS. The corresponding hash of the file, referred to as ipfshash, is instantly generated. This hash denotes the location of the file in IPFS.

  3. c.

    Step 3 (Send ipfshash) : The generated ipfshash will be digitally signed with the sender’s private key and then encrypted using the receiver’s public key. A block will be created in the blockchain containing the elements mentioned in Fig. 2.

  4. d.

    Step 4 (Request for file) : After the receiver goes through the first two outer layers of security, Login and Two factor authentication (as shown in Fig. 1), the smart contract compares their authorization roles and privileges. If available, they will be able to request for file retrieval.

  5. e.

    Step 5 (Retrieve ipfshash) : If the request for file sent by the receiver contains the correct private key, the encrypted ipfshash retrieved from the blockchain will be decrypted and later verified with the sender’s public key.

  6. f.

    Step 6 (Receive file) : The encrypted file will be retrieved from IPFS with the help of the ipfshash and later decrypted with the symmetric key. Only then will the user be able to view the file they had requested for, in their end device.

The user can similarly share this file with other actors in the system, as a sender, if they have the permission to do so.

The system is dependent on the use of private and public key pairs for verification, validation, signing and cryptography. These can be assigned/generated using the user’s National Identity or Social Security Number with help from a Certification Authority - thus making them unique and legitimate [27].

Results

The proposed system is developed, its security and performance evaluation and consequent implications are analysed.

Implementation

In accordance with the proposed model, a decentralised web application was developed which allows a medical technologist to send medical image files to a patient. The file itself is stored off chain in IPFS while blocks in blockchain store the corresponding ipfshash. The workflow of the system from the perspective of sender and receiver is illustrated in Figs. 5 and 6.

Fig. 5
figure 5

Workflow diagram shows the steps that take place when sender wants to send a file

Fig. 6
figure 6

Workflow diagram shows the steps that take place when receiver wants to retrieve the file

A few tools were utilised to develop the model. Firstly, Ganache was used to run a local blockchain. It provides ten free accounts with fake Ether that were used to carry out the transactions. The private and public keys of these accounts were used for encryption and decryption. Secondly, Metamask was used to connect to the local Ethereum network. The system was connected to an IPFS node instance with the help of Infura for uploading image files. Thirdly, the client-side website was created to communicate with the smart contract with the help of Truffle framework. And finally, Solidity programming language was used to write the smart contract. Table 1 shows the specifications of the simulation platform.

Table 1 Simulation Platform

The smart contract contains a few role based functions. AddUser can only be called by the admin. This function is used to register the users (patient and medical technologist) and provide them with respective privileges (See Algorithm 1). Send function takes encrypted ipfshash and the recipient’s address as parameters and adds this new data to the sender’s image array (See Algorithm 2). And finally, the Get function takes an image array index as parameter and returns the corresponding encrypted ipfshash sent by the medical technologist (See Algorithm 3). The smart contract was tested and debugged using Truffle and Remix (a Solidity IDE used to write, compile and debug Solidity code).

Security analysis

The implemented model is analysed below to see how it can effectively meet with the aforementioned design goals:

(a) Data security: The security of web page login systems can be compromised by an active network attacker, as login credentials are shared over HTTP or third party resources [36]. To add more security and bypass this vulnerability, two factor authentication is used. According to Dmitrienko et al. [37], access to the OTP (One Time Password) is only possible if the interceptor has the user’s mobile device. As two factor authentication is the second step in accessing the web page after Login, it provides a barrier to potential threats by giving access upon receiving the OTP.

Before data can be sent, various health parameters of the device are checked. This ensures that the device that will send the data is not compromised in any way and is up to date on the latest security patches and precautions. Data is encrypted and sent to the IPFS only if all the device health requirements are met.

The system uses blockchain to keep an immutable audit trail of data access instances. Tsung-Ting et al. [38] states that the use of blockchain in medical systems protects data and is virtually unbreakable unless a 51 percent attack occurs.

Moreover, IPFS ensures secured data transfer among peers by providing secure filesharing and encrypted communication [39]. All the medical records are stored in IPFS after asymmetric encryption and data integrity is achieved by the digital signature of the sender.

(b) Role-based access control: In the proposed model, smart contract assigns users with different roles associated with different functions and privileges. It makes sure users cannot disguise their roles by acting as “autonomous agents” running exactly as programmed [40]. For example: only the Admin is allowed to add users in the system and assign them with different roles. Thus, users are only allowed to perform activities based on their role and can only access files that they own or have the permission to view. As a result, data ownership is also ensured.

(c) Decentralization: The data is decentralized both on and off chain, through blockchain and IPFS, both of which involve peer-to-peer verification and eliminate central control. According to Bashir et al. [41], decentralization is the distribution of control to end devices as opposed to a central authority. This removes single point of failure and more importantly, eliminates trust from central authority.

Performance analysis

Medical records, especially medical imaging data, are relatively large in size. Storing them directly in blockchain is not feasible in terms of cost, space and time [42]. For this reason, the proposed system ensures scalability by storing the encrypted data off chain in IPFS and only the corresponding ipfshash in blockchain.

In order to evaluate the system performance and efficiency, the time taken to retrieve the image files from IPFS was measured. The aforementioned data is presented in Table 2. Although larger files start to load at around 5 to 7 seconds, the full image can sometimes take as long as 1 minute to show up on screen. The gathered data has been illustrated in the form of a chart in Fig. 7. From the chart, it is evident that file size and latency are directly proportional, the bigger the file, the longer it takes to retrieve. However, it is also seen that, retrieval of the same files from IPFS the second time is significantly a lot faster because IPFS caches the data locally after the first delivery, thus, reducing the latency. Either way, improvements need to be made to retrieve larger files quicker.

Fig. 7
figure 7

Difference in latency when same files are retrieved for the first and second time

Table 2 Retrieval time of varying file sizes

Discussion

This paper provides a brief overview of the proposed decentralised trustless model which aims to tackle a lot of the security issues related to sharing and storing of medical records and images in an electronic health system. This has been done by the incorporation of blockchain and zero trust principles. The model was simulated by deploying a decentralized web application which helps to share and store medical records and images between users. The proposed model was fully decentralised and scalable. It improves data security by ensuring role-based access and encryption.

This research, however, has a few limitations. One of the drawbacks of the proposed model is the network speed. Since each transaction requires peer-to-peer verification, it becomes time-consuming especially in a public blockchain with many nodes. And although Proof of Work ensures total decentralisation, it has a high demand on node performance and wastes energy. Apart from that, key management can become a bit cumbersome for the users especially during the loss of a key.

Conclusions

The aim of this study was to enhance the security of medical records and images (before, during and after) transmission through a combination of blockchain and zero trust principles. Blockchain was used to keep an audit trail of medical/health data transmissions for future examination. Zero trust principles were employed in keeping medical data safe during transmission and enhancing security on the user’s side.

In the future, the plan involves implementation of the total framework and its deployment on the Ethereum blockchain to test out its scalability and efficiency in the real world. The plan also includes incorporation of all the proposed security layers, testing and analysing their effectiveness quantitatively by deploying it in an actual industry. One of the future objectives also involves finding ways to make the system a lot faster and user friendly.

Availability of data and materials

The data set used and/or analysed during the current study are available from the corresponding author on reasonable request.

Abbreviations

IPFS:

Inter Planetary File System

MRI:

Magnetic’Resonance Imaging

CT:

Computerized Tomography

e-health:

Electronic Health

2FA:

Two Factor Authentication

EMR:

Electronic Medical Record

PBFT:

Practical Byzantine FaultTolerance

IoT:

Internet of Things

ipfshash:

Hash generated by IPFS when image is uploaded

References

  1. World Internet Users Statistics and 2019 World Population Stats. https://www.internetworldstats.com/stats.htm. Accessed 12 Dec 2019.

  2. Asaduzzaman M, Rawshan PP, Liya NN, Islam MN, Dutta NK. A vulnerability detection framework for cms using port scanning technique. In: International Conference on Cyber Security and Computer Science. Springer: 2020. p. 128–39.

  3. Islam MN, Zaki T, Uddin MS, Hasan MM. Security threats for big data: An empirical study. Int J Inf Commun Technol Human Dev (IJICTHD). 2018; 10(4):1–18.

    Article  Google Scholar 

  4. Zaki T, Uddin MS, Hasan MM, Islam MN. Security threats for big data: A study on enron e-mail dataset. In: 2017 International Conference on Research and Innovation in Information Systems (icriis), Langkawi, Malaysia. IEEE: 2017. p. 1–6.

  5. Jung B, Han I, Lee S. Security threats to internet: a korean multi-industry investigation. Inf Manag. 2001; 38(8):487–98.

    Article  Google Scholar 

  6. Wikina SB. What caused the breach? an examination of use of information technology and health data breaches. Perspect Health Inf Manag. 2014; 11(Fall):2–3.

    Google Scholar 

  7. Khan FS, Kim JH, Moore RL, Mathiassen L. Data breach risks andresolutions: a literature synthesis. In: Proceedings of the 25th Americas Conference on Information Systems: 15-17 August 2019, Cancun, Mexico. Association for Information systems: 2019. p. 3.

  8. Bellika JG, Makhlysheva A, Bakkevoll PA. A significant increase in the risk for exposure of health information in the united states: result from analysing the us data breach registry. In: Proceedings from The 15th Scandinavian Conference on Health Informatics 2017 Kristiansand, Norway, August 29-30, 2017. Linköping: Linköping University Electronic Press: 2018. p. 55–9.

    Google Scholar 

  9. Liu L, Han M, Wang Y, Zhou Y. Understanding data breach: a visualization aspect. In: International Conference on Wireless Algorithms, Systems, and Applications: June 20-22, Tianjin, China. Cham: Springer: 2018. p. 883–92.

    Google Scholar 

  10. Nakamoto S. Bitcoin: A Peer-to-Peer Electronic Cash System. 2008. http://nakamotoinstitute.org/bitcoin/. Accessed 18 July 2019.

  11. Islam I, Munim KM, Oishwee SJ, Islam AN, Islam MN. A critical review of concepts, benefits, and pitfalls of blockchain technology using concept map. IEEE Access. 2020; 8:68333–41.

    Article  Google Scholar 

  12. Puthal D, Malik N, Mohanty SP, Kougianos E, Yang C. The blockchain as a decentralized security framework [future directions]. IEEE Consum Electron Mag. 2018; 7(2):18–21.

    Article  Google Scholar 

  13. Cyran MA. Blockchain as a foundation for sharing healthcare data. Blockchain Healthcare Today. 2018; 1:1–6.

    Google Scholar 

  14. Zhang A, Lin X. Towards secure and privacy-preserving data sharing in e-health systems via consortium blockchain. J Med Syst. 2018; 42(8):140.

    Article  Google Scholar 

  15. Azim A, Islam MN, Spranger PE. Blockchain and novel coronavirus: Towards preventing covid-19 and future pandemics. Iberoamerican J Med. 2020; 2:215–8.

    Google Scholar 

  16. Desjardins B, Mirsky Y, Ortiz MP, Glozman Z, Tarbox L, Horn R, Horii SC. Dicom images have been hacked! now what?. Am J Roentgenol. 2020; 214(4):727–35.

    Article  Google Scholar 

  17. Mahler T, Nissim N, Shalom E, Goldenberg I, Hassman G, Makori A, Kochav I, Elovici Y, Shahar Y. Know your enemy: Characteristics of cyber-attacks on medical imaging devices. Comput Res Repository (CoRR). 2018; abs/1801.05583:1–6.

    Google Scholar 

  18. Israeli researchers show medical scans vulnerable to fake tumors | The Times of Israel. https://www.timesofisrael.com/israeli-researchers-show-medical-scans-vulnerable-to-fake-tumors/. Accessed 6 Dec 2019.

  19. A Brief History of Zero Trust Security. https://www.okta.com/security-blog/2018/08/a-brief-history-of-zero-trust-security/. Accessed 14 Dec 2019.

  20. Gilman E, Barth D. Zero Trust Networks. United States: O’Reilly Media, Incorporated; 2017.

    Google Scholar 

  21. Hatfield JM. Social engineering in cybersecurity: The evolution of a concept. Comput Secur. 2018; 73:102–13.

    Article  Google Scholar 

  22. Xu JJ. Are blockchains immune to all malicious attacks?. Financ Innov. 2016; 2(1):1–9.

    Article  Google Scholar 

  23. Blockchain is no ‘magic wand’ for cyber security. https://www.computerweekly.com/news/252449435/Blockchain-is-no-magic-wand-for-cyber-security. Accessed 14 Dec 2019.

  24. Council Post: Enhancing Security By Leveraging Blockchain Tech As An Enabler For Zero-Trust Frameworks. https://www.forbes.com/sites/forbestechcouncil/2018/08/23/enhancing-security-by-leveraging-blockchain-tech-as-an-enabler-for-zero-trust-frameworks/#5c02f3e13192. Accessed 6 Dec 2019.

  25. Azaria A, Ekblaw A, Vieira T, Lippman A. Medrec: Using blockchain for medical data access and permission management. In: 2016 2nd International Conference on Open and Big Data (OBD). Vienna: IEEE: 2016. p. 25–30.

    Google Scholar 

  26. Al Omar A, Rahman MS, Basu A, Kiyomoto S. Medibchain: A blockchainbased privacy preserving platform for healthcare data. In: International Conference on Security, Privacy and Anonymity in Computation, Communication and Storage: Dec 12-15, Guangzhou, China. Springer: 2017. p. 534–43.

  27. Dubovitskaya A, Xu Z, Ryu S, Schumacher M, Wang F. Secure and trustable electronic medical records sharing using blockchain. In: AMIA Annual Symposium Proceedings: Nov 4-8 2017, vol. 2017. Washington, D.C.: American Medical Informatics Association: 2017. p. 650.

    Google Scholar 

  28. Dwivedi AD, Srivastava G, Dhar S, Singh R. A decentralized privacy-preserving healthcare blockchain for iot. Sensors. 2019; 19(2):326.

    Article  Google Scholar 

  29. Patel V. A framework for secure and decentralized sharing of medical imaging data via blockchain consensus. Health Inf J. 2019; 25(4):1398–411.

    Article  Google Scholar 

  30. Dey T, Jaiswal S, Sunderkrishnan S, Katre N. Healthsense: A medical use case of internet of things and blockchain. In: 2017 International Conference on Intelligent Sustainable Systems (ICISS). IEEE: 2017. p. 486–91.

  31. Samaniego M, Deters R. Zero-trust hierarchical management in iot. In: 2018 IEEE International Congress on Internet of Things (ICIOT). IEEE: 2018. p. 88–95.

  32. What is Zero Trust? A Comprehensive Security Model - Varonis. https://www.varonis.com/blog/what-is-zero-trust/. Accessed 19 June 2020.

  33. Aloul F, Zahidi S, El-Hajj W. Multi factor authentication using mobile phones. Int J Math Comput Sci. 2009; 4:65–80.

    Google Scholar 

  34. Benet J. IPFS - content addressed, versioned, P2P file system. Comput Res Repository (CoRR). 2014; abs/1407.3561:1–11.

    Google Scholar 

  35. Eisenring L. Performance Analysis of Blockchain Off-chain Data Storage Tools. Bachelor Thesis, University of Zurich Department of Informatics (IFI). 2018. page-3,43, Abstract.

  36. Van Acker S, Hausknecht D, Sabelfeld A. Measuring login webpage security. In: Proceedings of the Symposium on Applied Computing. New York: Association for Computing Machinery: 2017. p. 1753–60.

    Google Scholar 

  37. Dmitrienko A, Liebchen C, Rossow C, Sadeghi A-R. On the (in) security of mobile two-factor authentication. In: International Conference on Financial Cryptography and and Data Security, Christ Church, Barbados. Cham: Springer: 2014. p. 365–83.

    Google Scholar 

  38. Kuo T-T, Kim H, Ohno-Machado L. Blockchain distributed ledger technologies for biomedical and health care applications. J Am Med Inform Assoc. 2017; 24:1211–20. https://0-doi-org.brum.beds.ac.uk/10.1093/jamia/ocx068.

    Article  Google Scholar 

  39. Muralidharan S, Ko H. An interplanetary file system (ipfs) based iot framework. In: 2019 IEEE International Conference on Consumer Electronics (ICCE). Las Vegas: IEEE: 2019. p. 1–2.

    Google Scholar 

  40. Cruz JP, Kaji Y, Yanai N. Rbac-sc: Role-based access control using smart contract. IEEE Access. 2018; 6:1. https://0-doi-org.brum.beds.ac.uk/10.1109/ACCESS.2018.2812844.

    Article  Google Scholar 

  41. Bashir I. Mastering Blockchain: Distributed Ledger Technology, Decentralization, and Smart Contracts Explained. Birmingham: Packt Publishing Ltd.; 2018.

    Google Scholar 

  42. Engelhardt MA. Hitching healthcare to the chain: An introduction to blockchain technology in the healthcare sector. Technol Innov Manag Rev. 2017; 7(10):22–34.

    Article  Google Scholar 

Download references

Acknowledgments

The authors would like to thank the Head of the Computer Science and Engineering department of MIST for his continuous support and encouragement to pursue this research work.

Funding

Not Applicable.

Author information

Authors and Affiliations

Authors

Contributions

The idea of this article was developed by MS, AH and MNI. Literature review was conducted by AH and FL. The framework was proposed by MS, KAT and MNI. The simulation was carried out with the combined effort of MS, FL and AH. All authors took part in interpreting the data. MNI contributed toward rewriting the entire draft article to prepare it for publication. All authors read, edited, and approved the final manuscript.

Corresponding author

Correspondence to Muhammad Nazrul Islam.

Ethics declarations

Ethics approval and consent to participate

We confirm that ethical approval was applied for conducting this research. No human data, human tissue or any clinical data were collected for this study. Therefore, the ethical committee headed by the Research & Development Wing of Military Institute of Science and Technology (MIST) decided that it is not required to have formal approval.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Sultana, M., Hossain, A., Laila, F. et al. Towards developing a secure medical image sharing system based on zero trust principles and blockchain technology. BMC Med Inform Decis Mak 20, 256 (2020). https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-020-01275-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-020-01275-y

Keywords