<body onLoad="window.defaultStatus='Welcome!. You are in my weblog.';return true"><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/9550158?origin\x3dhttps://www.txemaromero.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Friday, December 01, 2023

Master Thesis in Cybersecurity

Recently, my Master Thesis in Cybersecurity, entitled (in Spanish language) "Análisis Forense Digital de dispositivos IoMT".

Abstract:

The project aims to develop a methodology and tools for Digital Forensics focused on IoMT (Internet of Medical Things) devices for the healthcare sector, specifically at the Medex health center (which is fictitious). This project seeks to enhance the response to security incidents, enabling the identification and analysis of intrusions that may compromise medical information. Additionally, it aims to comply with regulations such as the Peruvian Data Protection Law and GDPR, ensuring data security. The implementation includes phases of planning, execution, monitoring, and closure, with an economic justification based on the Return on Security Investment (ROSI). A risk management plan and a continuity plan are included to ensure the project's success and sustainability.

The following screenshot shows a simulated IoMT device LCD with the Python script to execute.



Keywords: Digital Forensics, IoMT, Information Security, and Regulatory Compliance.