-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.bak
192 lines (178 loc) · 6.5 KB
/
index.html.bak
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Zane Weissman</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style type="text/css">
:root {
--dark: #050020;
--light: #FAE8EB;
--pink: #D39CA2;
--green: #87BAAB;
--yellow: #FFE299;
--border-prop: none;
font-family: Arial, Helvetica, sans-serif;
font-size:large;
}
#main {
width: calc(100% - 160px - 16px);
float: right;
}
#main a {
color: var(--green);
}
hr#section {
color: var(--pink);
}
#tswcsstabs ul {
margin: 0px;
padding: 8px;
list-style: outside none none;
display: inline-block;
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0px;
left: 0px;
background-color: #aa7491;
overflow-x: hidden;
}
#tswcsstabs ul li {
margin-top: 8px;
margin-bottom: 8px;
padding: 0px;
display: block;
text-align: right;
width: 100%;
list-style: outside none none;
float: right;
font-size: larger;
font-family: Arial, Helvetica, sans-serif;
}
#tswcsstabs li a {
color: var(--light);
border: var(--border-prop) var(--pink);
padding: 0px;
margin: px;
text-decoration: none;
width: 100%;
}
#tswcsstabs li:hover {
color: var(--light);
background-color: var(--green) !important;
border: var(--border-prop) var(--light);
}
#about {
font-weight: bold;
font-size: xx-large;
color: var(--light);
}
#social {
float: right;
top: 0px;
display: inline-block;
background: var(--green);
color: var(--dark);
padding-left: 2pt;
padding-right: 2pt;
}
#social a {
text-decoration: none;
font-size: medium;
color:inherit;
}
body {
background-color: var(--dark);
color: var(--light);
}
a {
}
iframe {
height: 100%;
width: 50%;
}
</style></head>
<body>
<div id="tswcsstabs">
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#interests">Research Interests</a></li>
<li><a href="index.html#pub">Publications</a></li>
<li><a href="index.html#talks">Talks</a></li>
</ul>
</div>
<div id="main"> <span id="about">Zane Weissman </span> <span id="social">
<a href="docs/ZaneWeissman_cv.pdf">CV</a> -
<a href="https://www.linkedin.com/in/zane-weissman-b99744219/">LinkedIn</a>
- <a href="https://www.github.com/zane-weissman">GitHub</a> - <a href="https://scholar.google.com/citations?user=-P7qRPoAAAAJ">Scholar</a>
- <a href="mailto:[email protected]">Email</a> </span>
<p style="text-align: left;"><img src="images/bio-2-2.jpg" alt="A headshot of Zane Weissman."
style="width: 30%; max-width:300px; height: auto; float: right; margin: 5px">I
am a Ph.D. researcher at <a href="https://www.wpi.edu">Worcester
Polytechnic Institute</a> (WPI) researching microarchitectural
security threats to modern cloud systems under the supervision of <a href="https://users.wpi.edu/%7Esunar/">Berk
Sunar</a> (WPI) and <a href="https://www.its.uni-luebeck.de/en/staff/thomas-eisenbarth/">Thomas
Eisenbarth</a> (<a href="https://www.uni-luebeck.de/en/university/university.html">University
of Lübeck</a>). I have published two papers presenting new threats
posed by FPGAs in the cloud. Currently, I am working on a security
analysis and threat survey of AWS's new <a href="https://firecracker-microvm.github.io/">Firecracker
MicroVM</a>. In 2019, I completed my BS and MS in electrical and
computer engineering at WPI, where my particular interests included
embedded systems programming and computer architecture and design. I am
currently looking for positions in cybersecurity, computer architecture,
FPGA implementation, or embedded systems design. <br>
</p>
<h2 id="interests">Research Interests
<hr></h2>
<ul>
<li>Side-channel attacks</li>
<li>Speculative execution attacks</li>
<li>FPGAs and FPGA-CPU coprocessing platforms</li>
<li>Virtual machine and cloud system security</li>
<li>Hardware and firmware defenses against microarchitectural
vulnerabilities</li>
</ul>
<h2 id="pub"> Publications
<hr> </h2>
<ul>
<li> <a href="https://arxiv.org/abs/2202.11623"> </a>T. Tiemann, Z.
Weissman, T. Eisenbarth, and B. Sunar, <b>IOTLB-SC: An
Accelerator-Independent Leakage Source in Modern Cloud Systems</b>,
2022, under review. <a href="https://arxiv.org/abs/2202.11623">[arXiv]</a>
<a href="https://arxiv.org/pdf/2202.11623">[PDF]</a> <a href="citations/1912.11523.bib">[BibTeX]</a>
</li>
<br>
<li> Z. Weissman, T. Tiemann, D. Moghimi, E. Custodio, T. Eisenbarth,
and B. Sunar, <b>JackHammer: Efficient Rowhammer on Heterogeneous
FPGA-CPU Platforms</b>, IACR Transactions in Cryptographic Hardware
and Embedded Systems, Volume 2020, Issue 3. <a href="https://arxiv.org/abs/1912.11523">[arXiv]</a>
<a href="https://arxiv.org/abs/1912.11523">[PDF]</a> <a href="docs/jackhammer_poster.pdf">[poster]</a>
<a href="citations/2202.11623.bib">[BibTeX]</a> <a href="https://www.zdnet.com/article/fpga-cards-can-be-abused-for-faster-and-more-reliable-rowhammer-attacks/">[ZDNET]</a>
<a href="https://www.tomshardware.com/news/jackhammer-attack-security-fpga-cpu-rowhammer">[Tom's
Hardware]</a> </li>
</ul>
<h2 id="talks"> Talks
<hr> </h2>
<ul>
<li> JackHammer: Rowhammer and Cache Attacks on Heterogeneous FPGA-CPU
Platforms @ Hardwear.io 2020 <a href="https://www.youtube.com/watch?v=BpocgiNuJKY">[video]</a>
<a href="docs/hardweario2020-jackhammer.pdf">[slides]</a> </li>
<br>
<li> Jackhammer: Efficient Rowhammer on Heterogeneous FPGA-CPU Platforms
@ Intel SCAP 2020 </li>
<br>
<li> Jackhammer: Efficient Rowhammer on Heterogeneous FPGA-CPU Platforms
@ CHES 2020 <a href="https://www.youtube.com/watch?v=cBe3YTtrM5s">[video]</a>
<a href="docs/ches2020-jackhammer.pdf">[slides]</a> </li>
</ul>
</div>
</body>
</html>