-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
632 lines (577 loc) · 28.7 KB
/
publications.html
File metadata and controls
632 lines (577 loc) · 28.7 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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<base href="/" />
<!-- Site Properties -->
<title>USS Lab. - Ubiquitous System Security Lab.</title>
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="stylesheet" href="third-party/Swiper-3.4.1/dist/css/swiper.min.css" />
<style type="text/css">
.hidden.menu {
display: none;
}
.largeheader {
margin-top: 3em;
margin-bottom: 0em;
font-size: 4em;
font-weight: normal;
}
.ui.vertical.stripe {
padding: 3em 0em;
}
.ui.vertical.stripe h3 {
font-size: 2em;
}
.ui.vertical.stripe .button+h3,
.ui.vertical.stripe p+h3 {
margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
clear: both;
}
.ui.vertical.stripe p {
font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
margin: 3em 0em;
}
.quote.stripe.segment {
padding: 0em;
}
.quote.stripe.segment .grid .column {
padding-top: 5em;
padding-bottom: 5em;
}
.footer.segment {
padding: 5em 0em;
}
.secondary.pointing.menu .toc.item {
display: none;
}
.top.fixed.menu .ftoc.item {
display: none;
}
@media only screen and (max-width: 700px) {
.ui.fixed.menu {
display: none !important;
}
.secondary.pointing.menu .item,
.secondary.pointing.menu .logo,
.secondary.pointing.menu .menu {
display: none;
}
.secondary.pointing.menu .toc.item {
display: block;
}
.masthead.segment {
min-height: 350px;
}
.masthead h1.ui.header {
font-size: 2em;
margin-top: 1.5em;
}
.masthead h2 {
margin-top: 0.5em;
font-size: 1.5em;
}
}
@media only screen and (max-width: 700px) {
.ui.fixed.menu {
display: none !important;
}
.top.fixed.menu .item,
.top.fixed.menu .menu {
display: none;
}
.top.fixed.menu .ftoc.item {
display: block;
}
}
.logo.image {
width: 50px;
margin-right: 1px;
}
.ui.bib.button {
margin: 0;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 0;
font-size: 80%;
vertical-align: baseline;
}
.ui.pdf.button {
margin: 0;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 0;
font-size: 80%;
color: rgba(0, 0, 0, 0.6);
vertical-align: baseline;
}
.ui.pdf.button:hover {
margin: 0;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 0;
font-size: 80%;
color: rgba(0, 0, 0, 0.87);
vertical-align: baseline;
}
.bibQuote {
padding: 1em 2em 1em 2em;
margin: 10px;
border-left: black 2px solid;
border-right: black 2px solid;
border-top: black 2px solid;
border-bottom: black 2px solid;
}
.galary {
margin-top: 20px;
}
.swiper-container {
width: 100%;
height: 600px;
}
.beian:hover {
color: white;
}
.beian {
color: grey;
}
</style>
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
<script src="semantic/dist/components/visibility.js"></script>
<script src="semantic/dist/components/sidebar.js"></script>
<script src="semantic/dist/components/transition.js"></script>
<script src="third-party/Swiper-3.4.1/dist/js/swiper.min.js"></script>
<script src="semantic/dist/extraFunc.js"></script>
<script>
$(document)
.ready(function () {
// fix menu when passed
$('.secondary.menu')
.visibility({
once: false
, onBottomPassed: function () {
$('.fixed.menu').transition('fade in');
}
, onBottomPassedReverse: function () {
$('.fixed.menu').transition('fade out');
}
});
// create sidebar and attach to menu open
$('.ui.sidebar').sidebar('attach events', '.toc.item');
$('.ui.sidebar').sidebar('attach events', '.ftoc.item');
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination'
, paginationClickable: true
, speed: 1000
, centeredSlides: true
, autoplay: 2500
,
});
});
</script>
</head>
<body>
<!-- Following Menu -->
<div class="ui large top fixed hidden menu">
<div class="ui container">
<a class="ftoc item">
<i class="sidebar icon"></i>
</a>
<a class="header item">
<img class="logo" src="images/logo.png" /> USSLab.
</a>
<a class="item" href="/">Home</a>
<a class="item" href="projects/">Projects</a>
<a class="item active">Publications</a>
<a class="item" href="member/">Members</a>
<a class="item" href="/courses.html">Courses</a>
<a class="item" href="/jarvisoj.html">Jarvis OJ</a>
<a class="item" href="/seminar.html">Seminar</a>
<a class="right item" href="/contact.html">Contact us</a>
</div>
</div>
<!-- Sidebar Menu -->
<div class="ui vertical inverted sidebar menu">
<div class="item">
<a class="ui logo icon image">
<img src="images/logo.png" />
</a>
<a href="#"><b>USSLab.</b></a>
</div>
<a class="item" href="/">Home</a>
<a class="item" href="projects/">Projects</a>
<a class="item active">Publications</a>
<a class="item" href="member/">Members</a>
<a class="item" href="/courses.html">Courses</a>
<a class="item" href="/jarvisoj.html">Jarvis OJ</a>
<a class="item" href="/seminar.html">Seminar</a>
<a class="right item" href="/contact.html">Contact us</a>
</div>
<!-- Page Contents -->
<div class="pusher">
<div class="ui inverted vertical center aligned segment">
<div class="ui container">
<div class="ui large secondary inverted pointing menu">
<a class="toc item">
<i class="sidebar icon"></i>
</a>
<a class="ui logo icon image">
<img src="images/logo.png" />
</a>
<a class="item" href="/"><b>USS Lab.</b></a>
<a class="item" href="/">Home</a>
<a class="item" href="projects/">Projects</a>
<a class="item active">Publications</a>
<a class="item" href="member/">Members</a>
<a class="item" href="/courses.html">Courses</a>
<a class="item" href="/jarvisoj.html">Jarvis OJ</a>
<a class="item" href="/seminar.html">Seminar</a>
<a class="right item" href="/contact.html">Contact us</a>
</div>
</div>
</div>
<div class="ui vertical stripe container segment">
<h1 class="ui header">Publications</h1>
<div class="ui divider"></div>
<h4>2019</h4>
<p>
Xinyan Zhou, Xiaoyu Ji, Chen Yan, Jiangyi Deng, Wenyuan Xu. NAuth: Secure Face-to-Face Device
Authentication
via Nonlinearity. IEEE INFOCOM 2019.<span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><button class="bib ui button"
disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Chen Yan, Yan Long, Xiaoyu Ji, Wenyuan Xu. “The Catcher in the Field: A Fieldprint based Spoofing
Detection for Text-Independent Speaker Verification”, to appear at ACM Conference on Computer and
Communications Security (CCS) 2019.<span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><button class="bib ui button"
disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Chen Yan, Kevin Fu, Wenyuan Xu. “On Cuba, Diplomats, Ultrasound, and Intermodulation Distortion.”
Computers in Biology and Medicine 104 (2019): 250-266.<span><button class="bib ui button"
disabled="disabled" target="_blank">Bibtex</button></span>  <span><button
class="bib ui button" disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Chen Yan, Guoming Zhang, Xiaoyu Ji, Tianchen Zhang, Taimin Zhang, Wenyuan Xu. “The Feasibility of
Injecting Inaudible Voice Commands to Voice Assistants”, to appear on IEEE Transactions on Dependable
and Secure Computing (TDSC).<span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><button class="bib ui button"
disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Yushi Cheng, Xiaoyu Ji, Wenyuan Xu, Hao Pan, Zhuangdi Zhu, Chuangwen You, Yi-Chao Chen, Lili Qiu
"MagAttack: Guessing Application Launching and Operation via Smartphone", in ACM Asia Conference on
Computer and Communications Security (ASIACCS) 2019.
</p>
<p>
Yushi Cheng, Xiaoyu Ji*, Wenyuan Xu, Yichao Chen, "DeMiCPU: Device Fingerprinting with Magnetic Signals
Radiated by CPU", In the Proceeding of ACM Conference on Computer and Communications Security (CCS),
2019. (acceptance ratio: 16%).
</p>
<div class="ui divider"></div>
<h4>2018</h4>
<p>
Chaohao Li, Xiaoyu Ji, Xinyan Zhou, Juchuan Zhang, Jing Tian, Yanmiao Zhang, Wenyuan Xu. HlcAuth:
Key-free
and Secure Communications via Home-Limited Channel. ACM Asia Conference on Computer and Communications
Security, 2018. <span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><button class="bib ui button"
disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Zhou Zhuang, Xiaoyu Ji, Taimin Zhuang, Juchuan Zhang, Wenyuan Xu, Zhenhua Li, Yunhao Liu et al.
FBSleuth:
Fake Base Station Forensics via Radio Frequency Fingerprinting. ACM Asia Conference on Computer and
Communications Security, 2018. <span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><button class="bib ui button"
disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Yushi Cheng, Xiaoyu Ji, Tianyang Lu, Wenyuan Xu. DeWiCam: Detecting Hidden Wireless Cameras via
Smartphones.
ACM Asia Conference on Computer and Communications Security, 2018. <span><button class="bib ui button"
disabled="disabled" target="_blank">Bibtex</button></span>  <span><button
class="bib ui button" disabled="disabled" target="_blank">PDF</button></span>
</p>
<p>
Chen Yan, Kevin Fu, and Wenyuan Xu. On Cuba, Diplomats, Ultrasound, and Intermodulation Distortion.
Technical report, March 2018.<span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><a class="pdf ui button"
href="papers/YanFuXuCuba.pdf" target="_blank">PDF</a></span>
</p>
<p>
Xiaoyu Ji, Yushi Cheng, Wenyuan Xu, and Xinyan Zhou, "User Presence Inference via Encrypted Traffic of
Wireless Camera in Smart Homes", Accepted, Security and Communication Networks, 2018
</p>
<p>
Yushi Cheng, Xiaoyu Ji*, Tianyang Lu and Wenyuan Xu, "DeWiCam: Detecting Hidden Wireless Cameras via
Smartphones", in ACM Asia Conference on Computer and Communications Security (ASIACCS) 2018. (Best Paper
Award, ranked 1/310) (acceptance ratio: 20%)
</p>
<div class="ui divider"></div>
<h4>2017</h4>
<p>
Yushi Cheng, Xiaoyu Ji, Xinyan Zhou, Wenyuan Xu. HomeSpy: Inferring User Presence via Encrypted Traffic
of
Home Surveillance Camera. The 1st International Workshop on Wireless Sensing Technology (WST
2017).<span><button class="bib ui button" disabled="disabled"
target="_blank">Bibtex</button></span>  <span><a class="pdf ui button"
href="papers/icpads.pdf" target="_blank">PDF</a></span>
</p>
<p>
Guoming Zhang, Chen Yan, Xiaoyu Ji, Tianchen Zhang, Taimin Zhang, Wenyuan Xu. DolphinAttack: Inaudible
Voice
Commands. In Proceedings of the ACM Conference on Computer and Communications Security, 2017.<span
class="bib ui button"
onclick="toggleMe('Publicatin2017:3'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="papers/CCS2017_DolphinAttack_CameraReady.pdf"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2017:3" style="display:none " class="bibQuote">
@inproceedings{zhang2017dolphinattack,
title={DolphinAttack: Inaudible voice commands},
author={Zhang, Guoming and Yan, Chen and Ji, Xiaoyu and Zhang, Tianchen and Zhang, Taimin and Xu,
Wenyuan},
booktitle={Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security},
pages={103--117},
year={2017},
organization={ACM}
}
</blockquote>
<p>
Xinyan Zhou, Yushi Cheng, Xiaoyu Ji, Wenyuan Xu. SADO: State-Associated and Delay-Oriented Data
Collection
for Intertidal WSNs, 9th WCSP, 2017.<span class="bib ui button"
onclick="toggleMe('Publicatin2017:2'); return false;">Bibtex</span>  <span><button
class="bib ui button" disabled="disabled" target="_blank">PDF</button></span>
</p>
<blockquote id="Publicatin2017:2" style="display:none " class="bibQuote">
</blockquote>
<p>
Zhuoran Ma, Xinyan Zhou, Xuan Ouyang, Xiaoyu Ji, Wenyuan Xu. A Robust Backup Routing Protocol for
Neighbor
Area Network in the Smart Grid, 9th WCSP, 2017.<span class="bib ui button"
onclick="toggleMe('Publicatin2017:4'); return false;">Bibtex</span>  <span><button
class="bib ui button" disabled="disabled" target="_blank">PDF</button></span>
</p>
<blockquote id="Publicatin2017:4" style="display:none " class="bibQuote">
</blockquote>
<p>
Yujun Xiao, Wenyuan Xu, Zhenhua Jia, Zhuoran Ma, Donglian Qi. NIPAD: a non-invasive power-based anomaly
detection scheme for programmable logic controllers. Frontiers of Information Technology &
Electronic
Engineering, 2017, 18(4): 519-534.<span class="bib ui button"
onclick="toggleMe('Publicatin2017:1'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="https://link.springer.com/article/10.1631/FITEE.1601540"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2017:1" style="display:none " class="bibQuote">
@article{Xiao2017NIPAD,
title={NIPAD:a non-invasive power-based anomaly detection scheme for programmable logic controllers},
author={Xiao, Yu Jun and Wen-Yuan, X. U. and Jia, Zhen Hua and Zhuo-Ran, M. A. and Dong-Lian, Q. I.},
journal={信息与电子工程前沿 (英文)},
volume={18},
number={4},
pages={519-534},
year={2017},
}
</blockquote>
<div class="ui divider"></div>
<h4>2016</h4>
<p>
Chen Yan, Wenyuan Xu, Jianhao Liu, "Can you trust autonomous vehicles: Contactless attacks against
sensors
of self-driving vehicles." DEF CON 24, 2016. <span class="bib ui button"
onclick="toggleMe('Publicatin2016:1'); return false;">Bibtex</span>  <span><a
class="pdf ui button"
href="http://dc.org/files/defcon24/Speaker%20Materials/DEFCON-24-Liu-Yan-Xu-Can-You-Trust-Autonomous-Vehicles-WP.pdf"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2016:1" style="display:none " class="bibQuote">
@article{yan2016can,
title={Can you trust autonomous vehicles: Contactless attacks against sensors of self-driving vehicle},
author={Yan, Chen and Wenyuan, X and Liu, Jianhao},
journal={DEF CON},
year={2016}
}
</blockquote>
<p>
Yanjing Wu, Zhuoran Ma, Wenyuan Xu. Research of anti-eavesdropping technology based on electromagnetic
interference against analog sensors. Electronic Technology, 2016.<span class="bib ui button"
onclick="toggleMe('Publicatin2016:2'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="http://d.wanfangdata.com.cn/periodical/dzjs201604014"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2016:2" style="display:none " class="bibQuote">
@article{Wu2016Research,
title={Research of anti-eavesdropping technology based on electromagnetic interference against analog
sensors},
author={Wu, Yanjing and Ma, Zhuoran and Xu, Wenyuan},
journal={Electronic Technology},
year={2016},
}
</blockquote>
<p>
Yinan Wang, Zhiyun Lin, Xiao Liang, Wenyuan Xu, Qiang Yang, Gangfeng Yan. On Modeling of Electrical
Cyber
Physical Systems Considering Cyber Security. Frontiers of Information Technology & Electronic
Engineering, 2016, 17(5): 465-478.<span class="bib ui button"
onclick="toggleMe('Publicatin2016:3'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="https://link.springer.com/article/10.1631/FITEE.1500446"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2016:3" style="display:none " class="bibQuote">
@article{Wang2016On,
title={On modeling of electrical cyber-physical systems considering cyber security},
author={Wang, Yi Nan and Lin, Zhi Yun and Liang, Xiao and Xu, Wen Yuan and Yang, Qiang and Yan, Gang
Feng},
journal={信息与电子工程前沿 (英文)},
volume={17},
number={5},
pages={465-478},
year={2016},
}
</blockquote>
<p>
Yinan Wang, Zhiyun Lin, Sicheng Zeng, Wenyuan Xu, Qiang Yang, Gangfeng Yan. A New Framework of
Electrical
Cyber Physical Systems. IEEE Conference on Industrial Electronics and Applications(ICIEA), 2016.<span
class="bib ui button"
onclick="toggleMe('Publicatin2016:4'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="http://ieeexplore.ieee.org/abstract/document/7603791/"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2016:4" style="display:none " class="bibQuote">
@inproceedings{Wang2016A,
title={A new framework of electrical cyber physical systems},
author={Wang, Yinan and Zeng, Sicheng and Yang, Qiang and Lin, Zhiyun and Xu, Wenyuan and Yan,
Gangfeng},
booktitle={IEEE Conference on Industrial Electronics and Applications},
pages={1334-1339},
year={2016},
}
</blockquote>
<p>
Ting Zhao, Qiang Yang, Wenyuan Xu, Zhiyun Lin. Assessing Electric Cyber-Physical System using Integrated
Co-simulation Platform. Chinese Control Conference(CCC), 2016.<span class="bib ui button"
onclick="toggleMe('Publicatin2016:5'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="http://ieeexplore.ieee.org/abstract/document/7554918/"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2016:5" style="display:none " class="bibQuote">
@inproceedings{Zhao2016Assessing,
title={Assessing electric cyber-physical system using integrated co-simulation platform},
author={Zhao, Ting and Yang, Qiang and Xu, Wenyuan and Lin, Zhiyun},
booktitle={Control Conference},
pages={9842-9847},
year={2016},
}
</blockquote>
<p>
Ting Zhao, Yun Xu, Yinan Wang, Zhiyun Lin, Wenyuan Xu and Qiang Yang. On identifying vulnerable nodes
for
power system in the presence of undetectable cyber attacks. IEEE Conference on Industrial Electronics
and
Applications(ICIEA), 2016.<span class="bib ui button"
onclick="toggleMe('Publicatin2016:6'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="http://ieeexplore.ieee.org/abstract/document/7603739/"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2016:6" style="display:none " class="bibQuote">
@inproceedings{Zhao2016On,
title={On identifying vulnerable nodes for power systems in the presence of undetectable cyber-attacks},
author={Zhao, Ting and Xu, Yun and Wang, Yinan and Lin, Zhiyun and Xu, Wenyuan and Yang, Qiang},
booktitle={Industrial Electronics and Applications},
pages={1062-1067},
year={2016},
}
</blockquote>
<div class="ui divider"></div>
<h4>2013</h4>
<p>
Denis Foo Kune, John Backes, Shane Clark, Dan Kramer, Matthew Reynolds, Kevin Fu, Yongdae Kim, and
Wenyuan
Xu. Ghost Talk: Mitigating EMI Signal Injection Attacks against Analog Sensors. In Proceedings of the
IEEE
Symposium on Security & Privacy, 2013.<span class="bib ui button"
onclick="toggleMe('Publicatin2013:1'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="http://ieeexplore.ieee.org/abstract/document/6547107/"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2013:1" style="display:none " class="bibQuote">
@inproceedings{Kune2013Ghost,
title={Ghost Talk: Mitigating EMI Signal Injection Attacks against Analog Sensors},
author={Kune, Denis Foo and Backes, John and Clark, Shane S. and Kramer, Daniel and Reynolds, Matthew
and
Fu, Kevin and Kim, Yongdae and Xu, Wenyuan},
booktitle={IEEE Symposium on Security and Privacy},
pages={145-159},
year={2013},
}
</blockquote>
<p>
Miao Xu, Wenyuan Xu. Taco: Temperature-aware compensation for time synchronization in wireless sensor
networks. Mobile Ad-Hoc and Sensor Systems (MASS), 2013.<span class="bib ui button"
onclick="toggleMe('Publicatin2013:2'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="http://ieeexplore.ieee.org/abstract/document/6680231/"
target="_blank" target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2013:2" style="display:none " class="bibQuote">
@inproceedings{Xu2013TACO,
title={TACO: Temperature-Aware Compensation for Time Synchronization in Wireless Sensor Networks},
author={Xu, Miao and Xu, Wenyuan},
booktitle={IEEE International Conference on Mobile Ad-Hoc and Sensor Systems},
pages={122-130},
year={2013},
}
</blockquote>
<div class="ui divider"></div>
<h4>2010</h4>
<p>
Ishtiaq Roufa, Rob Miller, et al. "Security and privacy vulnerabilities of in-car wireless networks: A
tire
pressure monitoring system case study." 19th USENIX Security Symposium, Washington DC. 2010.<span
class="bib ui button"
onclick="toggleMe('Publicatin2010:1'); return false;">Bibtex</span>  <span><a
class="pdf ui button" href="https://www.usenix.org/legacy/event/sec10/tech/full_papers/Rouf.pdf"
target="_blank">PDF</a></span>
</p>
<blockquote id="Publicatin2010:1" style="display:none " class="bibQuote">
@inproceedings{Rouf2010Security,
title={Security and Privacy Vulnerabilities of In-Car Wireless Networks: A Tire Pressure Monitoring
System
Case Study},
author={Rouf, Ishtiaq and Miller, Rob and Mustafa, Hossen and Taylor, Travis and Oh, Sangho and Xu,
Wenyuan
and Gruteser, Marco and Trappe, Wade and Seskar, Ivan},
booktitle={Usenix Security Symposium, Washington, Dc, Usa, August 11-13, 2010, Proceedings},
pages={323-338},
year={2010},
}
</blockquote>
<br />
</div>
<div class="ui inverted vertical footer segment">
<div class="ui center aligned container">
<!--<img src="assets/images/logo.png" class="ui centered mini image">-->
<div class="ui horizontal inverted small divided link list">
Copyright © USS Lab. 2016-2017
<br /> Zhejiang University, Hangzhou, Zhejiang, China. 310027
<br /> All Right Reserved.
<br /><a class="beian" href="http://www.miitbeian.gov.cn/" target="_blank">
<b>浙ICP备16045554号-1</b>
</a>
</div>
</div>
</div>
</div>
</body>
</html>