-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathewsn_phd2024.html
More file actions
89 lines (82 loc) · 2.66 KB
/
ewsn_phd2024.html
File metadata and controls
89 lines (82 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>EWSN 2024 PhD School – Mohammad Alhussan</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f3f3f3;
line-height: 1.6;
margin: 0;
padding: 40px 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #ffffff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1, h2 {
text-align: center;
color: #2c3e50;
}
h3 {
color: #34495e;
margin-top: 30px;
}
p, li {
color: #2c3e50;
}
img {
width: 100%;
max-width: 600px;
display: block;
margin-bottom: 10px;
}
ul {
padding-left: 20px;
}
a {
color: #007ACC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em {
color: #555;
font-size: 0.95em;
}
</style>
</head>
<body>
<div class="container">
<h1>EWSN 2024 PhD School</h1>
<h2>PhD school: From Eavesdropping to Exploitation: Exposing
Vulnerabilities in BLE-Enabled Wearable Medical Devices</h2>
<p><strong>Authors:</strong> Mohammad Alhussan, Francesca Boem, Sara Ghoreishizadeh, Anna Maria Mandalari</p>
<p><strong>Event:</strong> PhD School at the 21st International Conference on Embedded Wireless Systems and Networks (EWSN 2024)</p>
<p><strong>Date:</strong> December 10–13, 2024</p>
<p><strong>Location:</strong> St. Regis Abu Dhabi, UAE</p>
<h3>Overview</h3>
<p>This research showcases the potential vulnerabilities in some wearable medical devices that use Bluetooth Low Energy (BLE) for communication, focusing on the risks of Man-in-the-Middle (MITM)
attacks, sabotaging and data manipulation attacks. We show how
these attacks can compromise not only the confidentiality and integrity of potentially sensitive medical data transmitted by wearable
medical devices, but also patients’ privacy and safety as well as
sensors’ reliability.</p>
<h3>Resources</h3>
<ul>
<li><a href="https://www.ewsn.org/file-repository/ewsn2024/EWSN24-PSCE_paper_3.pdf" target="_blank">EWSN 2024 PhD School Proceedings (Full paper PDF)</a></li>
</ul>
<h3>Images</h3>
<img src="/EWSN_Demo_images/2.jpg" alt="PhD School Lecture" />
<p><em>Mohammad Alhussan delivering a lecture at EWSN 2024 PhD School.</em></p>
<img src="/EWSN_Demo_images/4.png" alt="PhD School Group Photo" />
<p><em>Participation Certificate of the EWSN 2024 PhD School in Abu Dhabi.</em></p>
</div>
</body>
</html>