-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
398 lines (344 loc) · 29.3 KB
/
index.html
File metadata and controls
398 lines (344 loc) · 29.3 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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Andrew Paverd">
<title>Andrew Paverd</title>
<!-- Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css" />
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark" style="margin-bottom:30px">
<div class="container-md">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#myNavbar" aria-controls="myNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="students.html">Students</a>
</li>
<li class="nav-item">
<a class="nav-link" href="talks.html">Talks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teaching.html">Teaching</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row" style="margin-bottom:40px">
<div class="col-sm-6">
<img src="AndrewPaverd2025.jpg" class="img-fluid" alt="Andrew Paverd">
</div>
<div class="col-sm-6">
<h2>Andrew Paverd</h2>
<p>Principal Research Manager</br>
Microsoft Security Response Center (MSRC)</p>
<p>21 Station Road<br/>
Cambridge, CB1 2FB<br/>
United Kingdom</p>
<p>Email: [firstname].[lastname]@microsoft.com</p>
<a href="https://www.microsoft.com/en-us/research/people/anpaverd/">Microsoft Research</a> | <a href="https://github.com/ajpaverd">GitHub</a> | <a href="https://www.linkedin.com/in/andrewpaverd/">LinkedIn</a> | <a href="https://twitter.com/ajpaverd">X</a> | <a href="https://msrc.microsoft.com/blog/authors/anpaverd/">MSRC Blog</a>
</div>
</div>
<div class="row" style="margin-bottom:40px">
<div class="col-sm-10">
<h3>News</h3>
<div class="accordion" id="news">
<div class="accordion-item">
<h2 class="accordion-header" id="news2026-heading">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#news2026-content" aria-expanded="true" aria-controls="collapse2026">
2026
</button>
</h2>
<div id="news2026-content" class="accordion-collapse collapse show" aria-labelledby="news2026-heading" data-bs-parent="#news">
<div class="accordion-body">
<ul>
<li><p>02/2026: Our position paper <a href="https://arxiv.org/abs/2602.08563">Stateless Yet Not Forgetful: Implicit Memory as a Hidden Channel in LLMs</a> has been accepted for presentation and publication at <a href="https://satml.org/">IEEE SaTML 2026</a>.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2025-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2025-content" aria-expanded="true" aria-controls="collapse2025">
2025
</button>
</h2>
<div id="news2025-content" class="accordion-collapse collapse" aria-labelledby="news2025-heading" data-bs-parent="#news">
<div class="accordion-body">
<ul>
<li><p>04/2025: I'll be giving lectures on AI Security at the <a href="https://cispa.de/summer-school-2025">CISPA-Ellis Summer School on Trustworthy AI</a> (August 2025) and the <a href="https://cybersecurity-research.be/summer-school-on-security-privacy-in-the-age-of-ai-2025">KU Leuven Summer School on Security & Privacy in the Age of AI</a> (September 2025).</p></li>
<li><p>02/2025: I'm serving as an Associate Chair for the <a href="https://sp2026.ieee-security.org/">IEEE Symposium on Security and Privacy 2026</a>.</p></li>
<li><p>01/2025: I'll be giving a talk on "Vulnerability Response in the Era of AI" at <a href="https://2025.appliedmldays.org/">EPFL AMLD 2025</a>.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2024-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2024-content" aria-expanded="true" aria-controls="collapse2024">
2024
</button>
</h2>
<div id="news2024-content" class="accordion-collapse collapse collapse" aria-labelledby="news2024-heading" data-bs-parent="#news">
<div class="accordion-body">
<ul>
<li><p>12/2024: Our paper <a href="https://arxiv.org/abs/2406.00799">Get my drift? Catching LLM Task Drift with Activation Deltas</a> has been accepted for presentation and publication at <a href=https://satml.org/>IEEE SaTML 2025</a>.</p></li>
<li><p>11/2024: I'm serving on the program committee for <a href="https://www.sigsac.org/ccs/CCS2025/">ACM CCS 2025</a>.</p></li>
<li><p>08/2024: I'll be giving a lecture at KU Leuven's <a href="https://cybersecurity-research.be/summer-school-on-security-privacy-in-the-age-of-ai-2024">Summer School on Security & Privacy in the Age of AI 2024</a>.</p></li>
<li><p>07/2024: I'll be speaking on a panel about Generative AI and Security at the <a href="https://events.manchester.ac.uk/event/event:n2z1-ltfv5eql-8txd90">Centre for Digital Trust and Society Forum 2024</a>.</p></li>
<li><p>06/2024: Excited to have been part of the inaugural <a href="https://www.cisa.gov/news-events/news/cisa-jcdc-government-and-industry-partners-conduct-ai-tabletop-exercise">AI security tabletop exercise</a> conducted by the Cybersecurity and Infrastructure Security Agency (CISA).</p></li>
<li><p>05/2024: I'm serving on the program committee for the <a href="https://sp2025.ieee-security.org/">IEEE Symposium on Security and Privacy 2025</a>.</p></li>
<li><p>05/2024: Our paper <a href="https://dl.acm.org/doi/10.1145/3665220">Trustworthy AI using Confidential Federated Learning: Federated learning and confidential computing are not competing technologies</a> has been published in ACM Queue.</p></li>
<li><p>02/2024: Our paper <a href="https://www.usenix.org/conference/usenixsecurity24/presentation/cherubin">Closed-Form Bounds for DP-SGD against Record-level Inference Attacks</a> has been accepted for presentation and publication at <a href="https://www.usenix.org/conference/usenixsecurity24">USENIX Security 2024</a>.</p></li>
<li><p>01/2024: We've opened applications for <a href="https://jobs.careers.microsoft.com/global/en/job/1671797/Internship-Opportunities%3A-Azure-Research-Intern">research internships in security and privacy</a> at Microsoft Cambridge.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2023-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2023-content" aria-expanded="true" aria-controls="collapse2023">
2023
</button>
</h2>
<div id="news2023-content" class="accordion-collapse collapse" aria-labelledby="news2023-heading" data-bs-parent="#news">
<div class="accordion-body">
<ul>
<li><p>08/2023: We're published the new <a href="https://www.microsoft.com/en-us/msrc/aibugbar">Microsoft Vulnerability Severity Classification for AI Systems</a> and an accompanying <a href="https://msrc.microsoft.com/blog/2023/08/Updating-our-Vulnerability-Severity-Classification-for-AI-Systems/">blog post</a>.</p></li>
<li><p>07/2023: We're <a href="https://jobs.careers.microsoft.com/global/en/search?q=MSRC%20%22AI%20Security%22">hiring AI Security Researchers</a> to join our new team at the Microsoft Security Response Center.</p></li>
<li><p>06/2023: I'm giving a keynote on Evaluating Privacy in Machine Learning at the <a href="https://dependablesecureml.github.io/">Dependable and Secure Machine Learning (DSML) workshop 2023</a>.</p></li>
<li><p>06/2023: Our paper <a href="https://www.usenix.org/conference/usenixsecurity23/presentation/searles">An Empirical Study & Evaluation of Modern CAPTCHAs</a> has been accepted for presentation and publication at <a href="https://www.usenix.org/conference/usenixsecurity23">USENIX Security 2023</a>.</p></li>
<li><p>05/2023: Our paper <a href="https://arxiv.org/abs/2206.05199">Bayesian Estimation of Differential Privacy</a> has been accepted for presentation and publication at <a href="https://icml.cc/Conferences/2023/">ICML 2023</a>.</p></li>
<li><p>04/2023: Our paper <a href="https://arxiv.org/abs/2212.10986">SoK: Let The Privacy Games Begin! A Unified Treatment of Data Inference Privacy in Machine Learning</a> has been accepted for presentation and publication at the <a href="https://sp2023.ieee-security.org/">IEEE Symposium on Security and Privacy 2023</a>.</p></li>
<li><p>03/2023: I'm serving as an Associate Chair for the <a href="https://sp2024.ieee-security.org/">IEEE Symposium on Security and Privacy 2024</a>.</p></li>
<li><p>01/2023: Our paper on <a href="https://arxiv.org/abs/2105.06942">VICEROY: GDPR-/CCPA-compliant Enforcement of Verifiable Accountless Consumer Requests</a> has been accepted for presentation and publication at <a href="https://www.ndss-symposium.org/ndss2023/">NDSS 2023</a>.
<li><p>01/2023: We've opened applications for <a href="https://careers.microsoft.com/us/en/job/966785/Internship-Opportunities-Confidential-Computing">research internships in confidential computing</a> at MSR Cambridge.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2022-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2022-content" aria-expanded="true" aria-controls="collapse2022">
2022
</button>
</h2>
<div id="news2022-content" class="accordion-collapse collapse" aria-labelledby="news2022-heading" data-bs-parent="#news">
<div class="accordion-body">
<ul>
<li><p>09/2022: I'm serving on the senior program committee for the <a href="https://www2023.thewebconf.org/">ACM Web Conference 2023</a> (formerly WWW). Please consider submitting your work (abstracts due 6 October).</p></li>
<li><p>05/2022: Our paper on <a href="https://www.usenix.org/conference/usenixsecurity22/presentation/sudhodanan">Pre-hijacked accounts: An Empirical Study of Security Failures in User Account Creation on the Web</a> has been accepted for presentation and publication at <a href="https://www.usenix.org/conference/usenixsecurity22/">USENIX Security 2022</a>. Summary available on the <a href="https://msrc-blog.microsoft.com/2022/05/23/pre-hijacking-attacks/">MSRC Blog</a>.</p></li>
<li><p>05/2022: I'm serving on the program committee of the first <a href="https://satml.org/">IEEE Conference on Secure and Trustworthy Machine Learning 2023</a>. Please consider submitting your work to this exciting new conference (abstracts due 22 August)!</p></li>
<li><p>04/2022: I'm serving on the program committee for the <a href="https://www.usenix.org/conference/usenixsecurity23">USENIX Security Symposium 2023</a>.</p></li>
<li><p>03/2022: I'm serving on the program committee for the <a href="https://www.ieee-security.org/TC/SP2023/">IEEE Symposium on Security and Privacy 2023</a>.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2021-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2021-content" aria-expanded="true" aria-controls="collapse2021">
2021
</button>
</h2>
<div id="news2021-content" class="accordion-collapse collapse" aria-labelledby="news2021-heading" data-bs-parent="#news">
<div class="accordion-body">
<ul>
<li><p>12/2021: Great to work with Will Pearce and the other co-authors on Microsoft's <a href="https://github.com/Azure/AI-Security-Risk-Assessment">AI Security Risk Assessment</a> whitepaper.</p></li>
<li><p>10/2021: I'm honoured to have been selected for a 2020/21 Departmental Teaching Award from the University of Oxford Department of Computer Science.</p></li>
<li><p>09/2021: I'm serving as a co-chair of the Security, Privacy, and Trust track at <a href="https://www2022.thewebconf.org/cfp/research/security/">The Web Conference 2022</a>. Please consider submitting your work on any aspects of security, privacy, or trust related to the web (abstracts due 14 October)!</p></li>
<li><p>08/2021: We've opened applications for <a href="https://careers.microsoft.com/us/en/job/1123789/Internship-opportunities-Confidential-Computing">research internships in confidential computing</a> at MSR Cambridge.</p></li>
<li><p>07/2021: I'm serving on the program committee for <a href="https://www.acsac.org/">ACASC 2021</a>.</p></li>
<li><p>06/2021: Our paper <a href="https://www.microsoft.com/en-us/research/publication/grey-box-extraction-of-natural-language-models/">Grey-box Extraction of Natural Language Models</a> has been accepted for presentation and publication at <a href="https://icml.cc/Conferences/2021">ICML 2021</a>.</p></li>
<li><p>05/2021: We're looking for a <a href="https://careers.microsoft.com/us/en/job/1037830/Researcher-Privacy-Preserving-Machine-Learning">Post-doc researcher</a> and a <a href="https://careers.microsoft.com/us/en/job/1042256/Senior-Security-Researcher">Senior researcher</a> (in collaboration with the <a href="https://www.microsoft.com/en-us/msrc">Microsoft Security Response Center</a>) to join our team in MSR Cambridge working on security and privacy in ML.</p></li>
<li><p>04/2021: I'm serving on the program committee for the <a href="https://www.ieee-security.org/TC/SP2022/">IEEE Symposium on Security and Privacy ("Oakland") 2022</a>.</p></li>
<li><p>02/2021: Our paper <a href="https://arxiv.org/abs/2007.10397">CACTI: Captcha Avoidance via Client-side TEE Integration</a> has been accepted for presentation and publication at <a href="https://www.usenix.org/conference/usenixsecurity21">USENIX Security 2021</a>.</p></li>
<li><p>01/2021: We've opened applications for <a href="https://careers.microsoft.com/us/en/job/966785/Internship-Opportunities-Confidential-Computing">research internships in confidential computing</a> at MSR Cambridge.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news-older-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news-older-content" aria-expanded="true" aria-controls="collapse-older">
Older
</button>
</h2>
<div id="news-older-content" class="accordion-collapse collapse" aria-labelledby="news-older-heading" data-bs-parent="#news">
<div class="accordion-body">
<div class="accordion-item">
<h2 class="accordion-header" id="news2020-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2020-content" aria-expanded="true" aria-controls="collapse2020">
2020
</button>
</h2>
<div id="news2020-content" class="accordion-collapse collapse" aria-labelledby="news2020-heading" data-bs-parent="#news-older-content">
<div class="accordion-body">
<ul>
<li><p>11/2020: An extended version of our paper <a href="https://arxiv.org/abs/1909.11601">PDoT: Private DNS-over-TLS with TEE Support</a> has been accepted for publication in <a href="https://dl.acm.org/journal/dtrap">ACM Digital Threats: Research and Practice (DTRAP)</a>.</p></li>
<li><p>10/2020: I'm serving on the program committee for the <a href="https://www.ieee-security.org/TC/EuroSP2021/index.html">6th IEEE European Symposium on Security and Privacy (Euro S&P) 2021</a>.</p></li>
<li><p>09/2020: We have an <a href="http://aka.ms/nlp-privacy">open position</a> for a post-doctoral researcher in privacy-preserving machine learning, focussing on natural language models.</p></li>
<li><p>09/2020: Our paper <a href="https://www.microsoft.com/en-us/research/publication/analyzing-information-leakage-of-updates-to-natural-language-models/">Analyzing Information Leakage of Updates to Natural Language Models</a> has been accepted for presentation and publication at <a href="https://www.sigsac.org/ccs/CCS2020/accepted-papers.html">ACM CCS 2020</a>.</p></li>
<li><p>08/2020: New blog article on our work to bring <a href="https://msrc-blog.microsoft.com/2020/08/17/control-flow-guard-for-clang-llvm-and-rust/">Control Flow Guard (CFG) to Clang/LLVM and Rust</a>. [Press: <a href="https://www.zdnet.com/article/microsofts-control-flow-guard-comes-to-rust-and-llvm-compilers/">ZDNet</a>, <a href="https://www.bleepingcomputer.com/news/security/windows-control-flow-guard-support-added-to-rust-clang-compilers/">BleepingComputer</a>]</p></li>
<li><p>07/2020: I'm honoured to have been selected for a <a href="https://www.cs.ox.ac.uk/news/1835-full.html">Departmental Teaching Award</a> from the University of Oxford Department of Computer Science.</p></li>
<li><p>06/2020: I'm serving on the program committee for the <a href="https://ssr2020.mozilla.org/">Security Standardisation Research Conference 2020</a>.</p></li>
<li><p>02/2020: I'm serving on the program committee for the <a href="https://www.acsac.org/">36th Annual Computer Security Applications Conference (ACSAC) 2020</a>.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2019-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2019-content" aria-expanded="true" aria-controls="collapse2019">
2019
</button>
</h2>
<div id="news2019-content" class="accordion-collapse collapse" aria-labelledby="news2019-heading" data-bs-parent="#news-older-content">
<div class="accordion-body">
<ul>
<li><p>09/2019: Our paper <a href="https://arxiv.org/abs/1909.11601">PDoT: Private DNS-over-TLS with TEE Support</a> has been accepted for presentation and publication at the 2019 <a href="https://www.acsac.org/2019/program/">Annual Computer Security Applications Conference (ACSAC)</a>.</p></li>
<li><p>08/2019: Our paper <a href="https://arxiv.org/abs/1810.06080">S-FaaS: Trustworthy and Accountable Function-as-a-Service using Intel SGX</a> has been accepted for presentation and publication at the 2019 ACM Cloud Computing Workshop (CCSW).</p></li>
<li><p>07/2019: Our paper <a href="http://dx.doi.org/10.4230/OASIcs.CERTS.2019.4">Sustainable Security & Safety: Challenges and Opportunities</a> has published at the 4th International Workshop on Security and Dependability of Critical Embedded Real-Time Systems (CERTS) 2019.</p></li>
<li><p>06/2019: Our paper <a href="https://dl.acm.org/authorize?N37491">Security in Automotive Networks: Lightweight Authentication and Authorization</a> has won the <a href="https://todaes.acm.org/honors-and-awards.cfm">2019 ACM Transactions on Design Automation of Electronic Systems (TODAES) Best Paper Award</a>.</p></li>
<li><p>05/2019: I've been invited to serve on the program committee for the <a href="https://www.ndss-symposium.org/ndss2020/">Network and Distributed Systems Security Symposium (NDSS) 2020</a>.</p></li>
<li><p>02/2019: Our paper <a href="https://arxiv.org/abs/1705.10295">HardScope: Hardening Embedded Systems Against Data-Oriented Attacks</a> has been accepted for presentation and publication at <a href="https://dac.com/content/2019-dac-accepted-papers">DAC 2019</a>.</p></li>
<li><p>01/2019: Our paper <a href="https://ieeexplore.ieee.org/abstract/document/8642293">Smart Grid Metering Networks: A Survey on Security, Privacy and Open Research Issues</a> has been accepted for publication in IEEE Communications Surveys and Tutorials.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2018-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2018-content" aria-expanded="true" aria-controls="collapse2018">
2018
</button>
</h2>
<div id="news2018-content" class="accordion-collapse collapse" aria-labelledby="news2018-heading" data-bs-parent="#news-older-content">
<div class="accordion-body">
<ul>
<li><p>11/2018: Excited to announce that I've started a new job as a Researcher at <a href="https://www.microsoft.com/en-us/research/people/anpaverd/">Microsoft Research Cambridge</a>.</p></li>
<li><p>08/2018: Our paper <a href="https://arxiv.org/abs/1808.06478">Mitigating Branch-Shadowing Attacks on Intel SGX using Control Flow Randomization</a> has been accepted for <a href="https://systex18.ibr.cs.tu-bs.de/">SysTEX 2018</a>.</p></li>
<li><p>08/2018: Our paper <a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/spe.2638">Towards Linux Kernel Memory Safety</a> has been accepted to appear in Software: Practice and Experience.</p></li>
<li><p>06/2018: Klaudia Krawiecka's Masters thesis received an Honorable mention from the Finnish Society for Computer Science. See press release from <a href="http://cs.aalto.fi/en/current/news/2018-06-04/">Aalto</a>. Congratulations Klaudia!</p></li>
<li><p>06/2018: Our paper <a href="https://dl.acm.org/citation.cfm?id=3234518">Keys in the Clouds: Auditable Multi-device Access to Cryptographic Credentials</a> has been accepted for <a href="https://www.ares-conference.eu/workshops/secpid-2018/">SECPID 2018</a>.</p></li>
<li><p>05/2018: Our <a href="https://dl.acm.org/citation.cfm?id=3186101">SafeKeeper paper</a> has been featured on <a href="https://blog.acolyer.org/2018/05/22/safekeeper-protecting-web-passwords-using-trusted-execution-environments/">The Morning Paper - May 22, 2018</a>.</p></li>
<li><p>05/2018: Our 2017 masters course on <a href="teaching.html">Mobile Systems Security (CS-E4310)</a> has been selected as the 5th best small course in the department (< 50 students) based on student feedback.</p></li>
<li><p>04/2018: Our paper <a href="https://ieeexplore.ieee.org/document/8416483/">Migrating SGX Enclaves with Persistent State</a> has been accepted for <a href="https://dsn2018.uni.lu/main-track-accepted-papers/">DSN 2018</a>.</p></li>
<li><p>02/2018: Our paper <a href="https://dl.acm.org/citation.cfm?id=3186101">SafeKeeper: Protecting Web Passwords Using Trusted Execution Environments</a>, and our <a href="https://dl.acm.org/citation.cfm?id=3186968">SafeKeeper demo paper</a> have both been accepted for <a href="https://www2018.thewebconf.org/program/security-and-privacy/">The Web Conference (WWW) 2018</a>.</p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2017-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2017-content" aria-expanded="true" aria-controls="collapse2017">
2017
</button>
</h2>
<div id="news2017-content" class="accordion-collapse collapse" aria-labelledby="news2017-heading" data-bs-parent="#news-older-content">
<div class="accordion-body">
<ul>
<li><p>11/2017: I have been selected as one of the recipients of the <a href="http://www.fulbright.org.uk/alumni/meet-our-fulbrighters/british-fulbright-scholar-award-grantees"> US-UK Fulbright Cyber Security Scholar Award</a> for 2017-18. I will be visiting <a href="http://www.ics.uci.edu/~gts/">Gene Tsudik</a> at the University of California, Irvine in Summer 2018.</p></li>
<li><p>10/2017: [<a href="students.html">Students</a>] Klaudia Krawiecka's masters thesis <a href="https://aaltodoc.aalto.fi/handle/123456789/27920">Improving Web Security Using Trusted Hardware</a> has been selected as the best Information Security masters thesis in Finland for 2016-17. See press releases from <a href="http://cs.aalto.fi/en/current/news/2017-10-27-002/">Aalto</a>, <a href="https://tietoturva.fi/toiminta/opinnaeytetyoekilpailu">Tietoturva</a>, <a href="http://tivia.fi/uutinen/tietoturva-ry-palkitsi-vuoden-parhaat-tietoturva-aiheiset-opinnaytetyot">Tivia</a>, and <a href="http://www.cs.ox.ac.uk/news/1420-full.html">Oxford</a>. Congratulations Klaudia!</p></li>
<li><p>10/2017: [<a href="service.html">Service</a>] I have been appointed as a Deputy Director of the Helsinki-Aalto Center for Information Security (HAIC), with the mandate to establish and lead the new <a href="https://haic.aalto.fi/2017/10/09/haic-meet-and-greet-event-autumn-2017/">HAIC public outreach initiative</a>.</p></li>
<li><p>10/2017: [<a href="talks.html">Talks</a>] I will be visiting <a href="https://www.tudelft.nl/staff/z.erkin/">Prof Z. Erkin</a> at TU Delft. This visit is supported by <a href="https://csng.nl/">CSng</a> and <a href ="https://www.4tu.nl/nirict/en/">4TU.NIRICT</a>.</p></li>
<li><p>10/2017: [<a href="publications.html">Publications</a>] Our paper <a href="publications.html">The Circle Game: Scalable Private Membership Test Using Trusted Hardware</a> has been selected as one of 10 European finalists in the <a href="https://csaw.engineering.nyu.edu/research/finalists">Applied Research Competition at CSAW Europe 2017</a>.</p></li>
<li><p>09/2017: Our project <a href="https://ssg.aalto.fi/research/projects/bcon/">Blockchain Consensus and Beyond: Scalable Secure Consensus & Applications</a> has been funded by the Academy of Finland until September 2020.</p></li>
<li><p>08/2017: [<a href="publications.html">Publications</a>] Our paper on <a href="publications.html">Formal Analysis of V2X Revocation Protocols</a> has been accepted to <a href="http://stm2017.di.unimi.it/">STM 2017</a>.</p></li>
<li><p>05/2017: [<a href="teaching.html">Teaching</a>] Our 2016 masters course on Mobile Systems Security (CSE-E5480) has been selected as the 5th best small course in the department (< 50 students) based on student feedback.</p></li>
<li><p>05/2017: [<a href="service.html">Service</a>] I am on the program committee of the <a href="https://systex17.ibr.cs.tu-bs.de/">2nd Workshop on System Software for Trusted Execution (SysTEX 2017)</a>. Please consider submitting a full paper or a short research statement.</p></li>
<li><p>04/2017: [<a href="publications.html">Publications</a>] Our paper <a href="publications.html">The Circle Game: Scalable Private Membership Test Using Trusted Hardware</a> received an Honourable Mention at <a href="http://asiaccs2017.com/program/distinguished-papers/">ACM ASIACCS 2017</a>.</p></li>
<li><p>04/2017: [<a href="talks.html">Talks</a>] Slides from our ASIACCS 2017 tutorial are now online: <a href="talks.html">Remote Attestation: Building trust in things you can't see</a></p></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="news2016-heading">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#news2016-content" aria-expanded="true" aria-controls="collapse2016">
2016
</button>
</h2>
<div id="news2016-content" class="accordion-collapse collapse" aria-labelledby="news2016-heading" data-bs-parent="#news-older-content">
<div class="accordion-body">
<ul>
<li><p>10/2016: [<a href="teaching.html">Teaching</a>] Our proposal for a summer academy on the topic of Legal and Technical Aspects of Digital Privacy has been accepted by the Studienstiftung des deutschen Volkes.</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-bottom:30px">
<div class="col-sm-10">
<h3>Vita</h3>
<table class="table">
<tbody>
<tr>
<th scope="row">11/2022 - present</th>
<td>Principal Research Manager, <a href="https://www.microsoft.com/en-us/msrc">Microsoft Security Response Center</a> (MSRC)<br></td>
</tr>
<tr>
<th scope="row">11/2018 - 11/2022</th>
<td>Senior Researcher, <a href="https://www.microsoft.com/en-us/msrc">Microsoft Security Response Center</a> (MSRC)<br></td>
</tr>
<tr>
<th scope="row">05/2018 - 08/2018</th>
<td><a href="https://fulbrightscholars.org/grantee/andrew-james-paverd">Fulbright Cyber Security Scholar</a>, University of California, Irvine, USA<br>
Hosted by <a href="http://www.ics.uci.edu/~gts/">Gene Tsudik</a></td>
</tr>
<tr>
<th scope="row">10/2017 - 11/2018</th>
<td>Research Fellow, Aalto University, Finland<br>
Deputy Director of the <a href="https://haic.aalto.fi/">Helsinki-Aalto Center for Information Security (HAIC)</a></td>
</tr>
<tr>
<th scope="row">10/2015 - 09/2017</th>
<td>Post-doctoral researcher, Aalto University, Finland<br>
Secure Systems Group with <a href="https://asokan.org/asokan/">N. Asokan</a></td>
</tr>
<tr>
<th scope="row">10/2011 - 09/2015</th>
<td>DPhil Computer Science, University of Oxford (Balliol College)<br>
Supervisors: <a href="https://www.cs.ox.ac.uk/andrew.martin/">Andrew Martin</a> and <a href="https://twitter.com/1br0wn">Ian Brown</a></td>
</tr>
<tr>
<th scope="row">01/2011 - 09/2011</th>
<td>M.Sc. Electrical & Computer Engineering, University of Cape Town<br>
Supervisor: <a href="http://radarmasters.co.za/staff-members/mike-inggs/">Mike Inggs</a></td>
</tr>
<tr>
<th scope="row">01/2007 - 12/2010</th>
<td>B.Sc. Electrical Engineering, University of the Witwatersrand, Johannesburg</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>