-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
523 lines (482 loc) · 36.4 KB
/
index.html
File metadata and controls
523 lines (482 loc) · 36.4 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
<!DOCTYPE html>
<html lang="en">
<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 content="Cyber Security Systems Research Lab at KAIST" name=description>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Cyber Security Systems Research Lab at KAIST</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/custom.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
<style type="text/css">
div.thumbnail {
height: 385px;
}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="./images/cyseclab.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">HOME</a></li>
<li><a href="#members">MEMBERS</a></li>
<li><a href="#publications">PUBLICATIONS</a></li>
<li><a href="#course">COURSE</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
<div class="container-fluid">
<h1>Cyber Security Systems Research Lab</h1>
</div>
</nav>
<div id="home"> </div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>News</h1>
<p><img src="./images/islet-logo-title.avif">Our team contributes to Islet, an ARM CCA-based confidential computing platform</p>
<p><a class="btn btn-lg btn-primary" href="https://confidentialcomputing.io/projects/current-projects/" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>News</h1>
<p><img src="./images/dialect.png">The protocol dialect technique is covered by the media</p>
<p><a class="btn btn-lg btn-primary" href="https://www.boannews.com/media/view.asp?idx=110440" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>SelMon (MobiSys 2020) Best Paper Honourable Mention</h1>
<p><img src="./images/mobisys.png" style="border: 1px solid #000; width:400px; height:250px;"> Prof. Jinsoo Jang and Prof. Brent Byunghoon Kang's collaborative team earned the "Best Paper Honourable Mention" from MobiSys 2020. </p>
<p><a class="btn btn-lg btn-primary" href="https://www.sigmobile.org/mobisys/2020/program/" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container">
<div id="kimon" class="carousel-caption">
<h1>CyberSecurity@KAIST International Workshop</h1>
<p><img src="./images/CyberSecurityKAIST.png">The CyberSecurity@KAIST International Workshop June 9(Sat), 2018, KAIST N1 building #102, Daejeon, Korea</p>
<p><a class="btn btn-lg btn-primary" href="http://143.248.36.162:8080/CyberSecurityKAIST/" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>WISA 2018</h1>
<p><img src="./images/wisa.png">The 19th World Conference on Information Security Applications August 23-25, 2018, Lotte City Hotel, Jeju Island, Korea<br><br>http://www.wisa.or.kr </p>
<p><a class="btn btn-lg btn-primary" href="http://www.wisa.or.kr" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container">
<div id="kimon" class="carousel-caption">
<h1>Daehee Jang Awarded Grand Prize in Cyber Attack Defense Competition</h1>
<p><img src="./images/cce2017.jpg">Daehee Jang won the prize money of 5 million won in his paper(RUMA: Rethinking Byte Granularity Heap Randomization) and took second place in the hacking defense contest which was held together. </p>
<p><a class="btn btn-lg btn-primary" href="http://www.kaist.ac.kr/_prog/_board/?code=kaist_news&mode=V&no=73601&upr_ntt_no=73601&site_dvs_cd=kr&menu_dvs_cd=0601" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide">
<div class="container">
<div id="kimon" class="carousel-caption">
<h1>Our research has been featured in KAIST Breakthroughs.</h1>
<p><img src="./images/kimon-20140829.png">KI-MON and VIGILARE are new hardware-based security monitors designed to defend against OS rootkit attacks, however the recent discovery of “Address Translation Redirection Attack (ATRA)” calls for more robust monitor designs that can overcome the fundamental architectural limitation.</p>
<p><a class="btn btn-lg btn-primary" href="http://breakthroughs.kaist.ac.kr/?post_no=163" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>pwnable.kr</h1>
<p><img src="./images/pwnable_logo.png">pwnable.kr is a Wargame site which provides various challenges regarding educational system exploitation. CySecLab is running the pwnable.kr server which is created by one of our student.</p>
<p><a class="btn btn-lg btn-primary" href="http://pwnable.kr" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>News</h1>
<p><img src="./images/2017contest.jpg">Four of the CySecLab members (PwnPineappleApplePwn) participated SECCON2016 International CTF competition and awarded 2nd place.</p>
<p><a class="btn btn-lg btn-primary" href="http://v.media.daum.net/v/20170129210654715" target="_blank" role="button">Learn more</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<section id="members" class="content-2 col-4">
<div class="container">
<img class="img-responsive" src="images/CysecLabFellows2.JPG">
<h3 class="text-center" style="margin-bottom: 2em">Faculty</h3>
<div class="row">
<div class="thumbnail">
<img class="img-circle" src="images/members/강병훈.jpg">
<div class="caption">
<h3></h3><p></p>
<h3>Brent Byunghoon Kang</h3>
<p>Professor</p>
<p>brentkang (at) kaist.ac.kr</p>
<p></p>
<p class="group">
<a class="btn btn-default" href="https://drive.google.com/file/d/1wjzCSNJGMtVGVUQAFPcYPPWuth6AoOpb/view">Curriculum Vitae »</a>
<a class="btn btn-default" href="brentkang/new_brentkang.html">Introduction »</a>
</p>
</div>
</div>
</div>
<h3 class="text-center" style="margin-bottom: 2em">Doctoral Students</h3>
<div id="doctor" class="row"></div>
<h3 class="text-center" style="margin-bottom: 2em">Master's Students</h3>
<div id="master" class="row"></div>
<h3 class="text-center" style="margin-bottom: 2em">Alumni</h3>
<div id="alumni" class="row"></div>
</div>
</section>
<script src="js/members.js"></script>
<div id="publications"> </div>
<div class="container">
<h3>SELECTED PUBLICATIONS</h3>
<ul class="nav nav-pills nav-justified">
<li class="active"><a data-toggle="tab" href="#system">Systems Security and Malware Defense:</a></li>
<li><a data-toggle="tab" href="#book">Book Chapter/Articles (Refereed):</a></li>
<li><a data-toggle="tab" href="#education">Cyber Security Education (Hands-on Labs) and Others:</a></li>
</ul>
<div class="tab-content">
<div id="system" class="tab-pane fade in active">
<p><br></p>
<p><b>Adaptive Spiking Neural Networks for Real-Time Multi-Object Detection Tasks [to appear]</b></p>
<p>Donghwa Kang, Woojin Shin, Cheol-Ho Hong, <b>Brent Byunghoon Kang</b>, Jinkyu Lee and Hyeongboo Baek</p>
<p>Design Automation Conference (DAC) 2026</p>
<p><br></p>
<p><span style="font-weight: bold;">Timestep-Compressed Attack on Spiking Neural Networks through Timestep-Level Backpropagation [to appear]</span></p>
<p>Donghwa Kang, Doohyun Kim, Sang-Ki Ko, Jinkyu Lee, Hyeongboo Baek, <strong>Brent ByungHoon Kang</strong></p>
<p>Annual Association for the Advancement of Artificial Intelligence (AAAI) 2026</p>
<p><span style="font-weight: bold;"><br></span></p>
<div id="papers-1"></div>
<p><br></p>
<p><span style="font-weight: bold;">Software Supply Chain Security Guidance</span></p>
<p>Contributed by Minjoon Park, Changil Lim, Changjo Yun, <strong>Brent Byunghoon Kang</strong></p>
<p>Ministry of Science and ICT, and National Intelligence Service, and Presidential Committee on the Digital Platform Government <a href="/publications/sbom.pdf">[PDF]</a></p>
<p><span style="font-weight: bold;"><br></span></p>
<div id="papers-2"></div>
<p><br></p>
<p><span style="font-weight: bold;">Towards scalable and configurable simulation for disaggregated architecture</span></p>
<p>Daegyeong Kim, Wonwoo Choi, Chang-il Lim, Eunjin Kim, Geonwoo Kim, Yongho Song, Junsu Lee, Youngkwang Han, Hojoon Lee, <strong>Brent Byunghoon Kang</strong></p>
<p>Simulation Modelling Practice and Theory (SIMPAT) 2023 <a href="https://www.sciencedirect.com/science/article/pii/S1569190X23000217">[PDF]</a>
<a href="/publications/disaggsim.bib">[BIBTEX]</a>
<a href="https://github.com/KAIST-CysecLab/DisaggSim">[SOURCE]</a>
</p>
<p><span style="font-weight: bold;"><br></span></p>
<div id="papers-3"></div>
<p><br></p>
<p><span style="font-weight: bold;">OpenSGX: An Open Platform for SGX Research</span></p>
<p>Prerit Jain, Soham Desai, Seongmin Kim, Ming-Wei Shih,</p>
<p>JaeHyuk Lee, Changho Choi, Young Shin, Taesoo Kim, <strong>Brent Byunghoon Kang</strong>, Dongsu Han</p>
<p>23nd Annual Network and Distributed System Security Symposium, NDSS 2016 (15.4%) <a href="/publications/jain-opensgx.pdf">[PDF]</a> <a href="/publications/opensgx.bib">[BIBTEX]</a></p>
<p><br></p>
<div id="papers"></div>
<p><br></p>
<p><span style="font-weight: bold;">Efficient Kernel Integrity Monitor Design for Commodity Mobile Application Processors</span></p>
<p>Ingoo Heo, Daehee Jang, Hyunggon Moon, Hansu Cho, Seungwook Lee, <span style="font-weight: bold;">Brent Byunghoon Kang</span>, and Yunheung Paek</p>
<p>Journal of Semiconductor Technology and Science <a href="/publications/JSTS_15_01_08.pdf">[PDF]</a> <a href="/publications/JSTS_15_01_08.bib">[BIBTEX]</a></p>
<p><br><span style="font-weight: bold;">SeCReT: Secure Channel between Rich Execution Environment and Trusted Execution Environment </span><br></p>
<p>Jinsoo Jang, Sunjune Kong, Minsoo Kim, Daegyeong Kim and <span style="font-weight: bold;">Brent Byunghoon Kang </span></p>
<p>22nd Annual Network and Distributed System Security Symposium, NDSS 2015 (Acceptance rate 16.6% (50/302))<a href="/publications/NDSS_2015_SeCReT.pdf"> [PDF]</a><a href="/publications/NDSS_2015_SeCReT.bib"> [BIBTEX]</a> <a href="/publications/[NDSS]SeCReT_Secure_channel_between_Rich_Execution_Environment_and_Trusted_Execution_Environment.pdf">[PRESENTATION]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">ATRA: Address Translation Redirection Attack against Hardware-based External Monitors </span></p>
<p>Daehee Jang, Hojoon Lee, Minsoo Kim, Daehyeok Kim, Daegyeong Kim and <span style="font-weight: bold;">Brent Byunghoon Kang</span></p>
<p>Proceedings of the 2014 ACM SIGSAC Conference on Computer and Communications Security (CCS) (Acceptance rate 19.5% (114/585)) <a href="/publications/ACM_CCS_2014_ATRA.pdf">[PDF]</a><a href="/publications/ACM_CCS_2014_ATRA.bib"> [BIBTEX]</a> <a href="/publications/ATRA_Presentation.pdf">[PRESENTATION]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">Rosemary: A Robust, Secure, and High-performance Network Operating System </span></p>
<p>Seungwon Shin, Yongsoo Song, Taekyung Lee, Sangho Lee, Jaewoong Chung, Phillip Porras, Vinod Yegneswaran†, Jiseong Noh and <span style="font-weight: bold;">Brent Byunghoon Kang</span></p>
<p>Proceedings of the 2014 ACM SIGSAC Conference on Computer and Communications Security (CCS) (Acceptance rate 19.5% (114/585)) <a href="/publications/rosemary.pdf">[PDF]</a> <a href="/publications/rosemary.bib">[BIBTEX] </a></p>
<p><br></p>
<p><span style="font-weight: bold;">KI-Mon: A Hardware-assisted Event-triggered Monitoring Platform for Mutable Kernel Object</span></p>
<p>Hojoon Lee, Hyungon Moon, Daehee Jang, Kihwan Kim, Jihoon Lee, Yunheung Paek and <span style="font-weight: bold;">Brent Byunghoon Kang</span></p>
<p>13th USENIX Security Symposium (USENIX Security 2013) (Acceptance rate: 15.9% (44/277)) <a href="/publications/kimon.pdf">[PDF]</a> <a href="/publications/kimon.bib">[BIBTEX]</a> </p>
<p><br></p>
<p><span style="font-weight: bold;">Vigilare: Toward Snoop-based Kernel Integrity Monitor. </span></p>
<p>Hyungon Moon, Hojoon Lee, Jihoon Lee, Kihwan Kim, Yunheung Paek and <span style="font-weight: bold;">Brent Byunghoon Kang</span></p>
<p>Proceedings of the 2012 ACM SIGSAC Conference on Computer and Communications Security (CCS) (Acceptance rates: 17.2%, 14%, 18.9%) <a href="/publications/vigilare.pdf">[PDF]</a> <a href="/publications/vigilare.bib">[BIBTEX]</a> </p>
<p><br></p>
<p><span style="font-weight: bold;">DoubleGuard: Detecting Intrusions In Multi-tier Web Applications. </span></p>
<p>M. Le, A. Stavrou, <span style="font-weight: bold;">B. Kang</span></p>
<p>IEEE Transactions on Dependable and Secure Computing, July-Aug. 2012, Volume: 9, Issue: 4 Page(s): 512-525. </p>
<p><a href="/publications/double_guard_TDSC11.pdf">[PDF]</a> <a href="/publications/double_guard_TDSC11.bib">[BIBTEX]</a> </p>
<p><br></p>
<p><span style="font-weight: bold;">Identifying Users with Application-Specific Command Streams </span></p>
<p>A. El-Masri, P. Likarish, H. Wechsler, <span style="font-weight: bold;">B. Kang</span></p>
<p>Twelfth Annual International Conference on Privacy, Security and Trust (PST 2014) July 2014, REGULAR paper. (Acceptance rate 47/161 = 29%) <a href="/publications/Identifying_Users_with_Application-Specific_Command_Streams.pdf">[PDF]</a> <a href="/publications/Identifying_Users_with_Application-Specific_Command_Streams.bib">[BIBTEX]</a> </p>
<p><br></p>
<p><span style="font-weight: bold;">Developing and Refining Infected-Host Enumeration Methods for Advanced Botnets</span></p>
<p>C. Nunnery and <span style="font-weight: bold;">B. Kang</span></p>
<p>2012.12.25, Telecommunications Review, Vol. 22 Issue 6.</p>
<p><br></p>
<p><span style="font-weight: bold;">Entropy-Based Measurement of IP Address Inflation in the Waledac Botnet. </span></p>
<p>R. Weaver, C. Nunnery, G. Singaraju, and <span style="font-weight: bold;">B. Kang</span></p>
<p>CERT FloCon 2011 </p>
<p><br></p>
<p><span style="font-weight: bold;">Towards Complete Node Enumeration in a Peer-to-Peer Botnet. </span></p>
<p><span style="font-weight: bold;">B. Kang</span>, E. Chan-Tin, C. Lee, J. Tyra, H. Kang, C. Nunnery, Z. Wadler, G. Sinclair, N. Hopper, D. Dagon and Y. Kim</p>
<p>ACM Symposium on Information, Computer & Communication Security (ASIACCS 2009) <a href="/publications/p2pbot_asiaccs09.pdf">[PDF]</a> <a href="/publications/p2pbot_asiaccs09.bib">[BIBTEX]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">Hash History Approach for Reconciling Mutual Inconsistency</span></p>
<p><span style="font-weight: bold;">B. Kang</span>, R. Wilensky, J. Kubiatowicz, Proceedings of 23rd International Conference on Distributed Computing Systems (ICDCS), 2003 (Acceptance rates: 17.7%, 17.7%, 13.8%) </p>
<p><a href="/publications/Hash_History_Approach_for_Reconciling_Mutual_Inconsistency.pdf">[PDF]</a> <a href="/publications/Hash_History_Approach_for_Reconciling_Mutual_Inconsistency.bib">[BIBTEX]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">Network Support for Mobile Multimedia using a Self-adaptive Distributed Proxy</span></p>
<p>Z. Mao, H. So, <span style="font-weight: bold;">B. Kang</span> and R. Katz</p>
<p>Proceedings of 11th International Workshop on Network and Operating Systems Support for Digital Audio and Video (NOSSDAV), 2001 (Acceptance rates: 33.3%, 30.5%, 30%) </p>
<p>[PDF] <a href="/publications/Network_Support_for_Mobile_Multimedia_using_a_Self-adaptive_Distributed_Proxy.bib">[BIBTEX]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">Toward a Model of Self-administering Data</span></p>
<p><span style="font-weight: bold;">B. Kang</span> and R. Wilensky</p>
<p>Proceedings of the first ACM/IEEE-CS Joint Conference on Digital Libraries (JCDL), 2001 (Acceptance rates: 30%, 25%, 33%)</p>
<p><a href="/publications/Toward_a%20Model_of_Self-administering_Data.pdf">[PDF]</a> <a href="/publications/Toward_a%20Model_of_Self-administering_Data.bib">[BIBTEX]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">Dissertation: “S2D2: A Framework for Scalable and Secure Optimistic Replication.”</span></p>
<p><span style="font-weight: bold;">B. Kang</span></p>
<p>Ph.D. Dissertation, 2004. UC Berkeley TechReport, UCB/CSD-04-1351, Committee: Robert Wilensky, John Kubiatowicz, Eric Brewer, and John Chuang Qualification Exam Area: Operating Systems (with Security) <a href="/publications/S2D2.pdf">[PDF]</a></p>
<p><br></p>
<p><span style="font-weight: bold;">Utility Patent: "SYSTEM AND METHOD FOR IMPLEMENTING A HIDDEN SERVER". </span></p>
<p>Filed by George Mason University, January 12, 2012. </p>
<p>Sole Inventor, Publication number: US 2012/0180127, Publication date: July 12, 2012 </p>
<p><br></p>
<p><span style="font-weight: bold;">Entropy-Based Measurement of IP Address Inflation in the Waledac Botnet</span></p>
<p>R. Weaver, C. Nunnery, G. Singaraju, and <span style="font-weight: bold;">B. Kang</span>, CERT/CC (Computer Emergency Readiness Team) Proceedings of FloCon 2011. [PDF]</p>
<p><br></p>
<p><strong>Tumbling Down the Rabbit Hole: Exploring the Idiosyncrasies of Botmaster Systems in a Multi-Tier Botnet Infrastructure. </strong></p>
<p>C. Nunnery, G. Sinclair and <strong>B. Kang</strong></p>
<p>USENIX LEET 2010 <a href="/publications/LEET_2010_MultiTierBotnet_Kang.pdf">[PDF]</a></p>
<p><br></p>
<p><strong>The Waledac Protocol: The How and Why. </strong></p>
<p>G. Sinclair, C. Nunnery and <strong>B. Kang</strong></p>
<p>IEEE Malware 2009 <a href="/publications/Kang_Waledac_Protocols_IEEE_MALWARE_2009.pdf">[PDF]</a></p>
<p><br></p>
<p><strong>Tracking Email Reputation for Authenticated Sender Identities.</strong> </p>
<p>G. Singaraju, J. Moss and <strong>B. Kang</strong></p>
<p>CEAS 2008 <a href="/publications/CEAS_2008_KANG.pdf">[PDF]</a></p>
<p><br></p>
<p><strong>Concord: A Secure Mobile Data Authorization Framework for Regulatory Compliance.</strong> </p>
<p>G. Singaraju and <strong>B. Kang</strong></p>
<p>LISA 2008 <a href="/publications/UsenixLISA08_Concord.pdf">[PDF]</a></p>
<p><br></p>
<p><strong>RepuScore: Collaborative Reputation Management Framework for Email Infrastructure. </strong></p>
<p>G. Singaraju and <strong>B. Kang</strong></p>
<p>LISA 2007 <a href="/publications/repuscore_lisa2007.pdf">[PDF]</a></p>
<p><br></p>
<p><strong>Peer-to-Peer Botnets: Overview and Case Study. </strong></p>
<p>J. Grizzard, V. Sharma, C. Nunnery, <strong>B. Kang</strong> and D. Dagon. </p>
<p>(Cited by 340 times since its publication in Fall 2007)</p>
<p>USENIX HOTBOTS 2007 <a href="/publications/p2pbot_asiaccs09_final.pdf">[PDF]</a></p>
<p><br></p>
<p><strong>Privilege Messaging: An Authorization Framework over Email Infrastructure</strong></p>
<p><strong>B. Kang</strong> , G. Singaraju, and S. Jain</p>
<p>USENIX 20th Large Installation System Administration Conference (USENIX LISA), 2006 [PDF]</p>
<p><br></p>
<p><strong>RegColl: Centralized Registry Framework for Infrastructure System Management</strong></p>
<p><strong>B. Kang</strong>, V. Sharma, and P. Thanki</p>
<p>USENIX 19th Large Installation System Administration Conference (USENIX LISA), 2005 [PDF]</p>
</div>
<script src="js/papers.js"></script>
<div id="book" class="tab-pane fade">
<p><span style="font-weight: bold;">Decentralized Peer-to-Peer Botnet Architectures</span></p>
<p><span style="font-weight: bold;">B. Kang</span> and C. Nunnery</p>
<p>Book Chapter: "Advances in Information & Intelligent Systems", 2009 Springer Studies in Computational Intelligence, SCI 251, pp. 251?264. Springer-Verlag Berlin Heidelberg 2009 </p>
<p>http://link.springer.com/chapter/10.1007/978-3-642-04141-9_12</p>
<p><br></p>
<p><span style="font-weight: bold;">Spam Detection Using Network-Level Characteristics </span></p>
<p><span style="font-weight: bold;">B. Kang</span> and G. Singaraju</p>
<p>Encyclopedia of Cryptography and Security, 2nd Edition, Springer 2011 </p>
<p>http://www.informatik.uni-trier.de/~ley/db/reference/crypt/crypt2011.html</p>
<p><br></p>
<p><span style="font-weight: bold;">Unpacking Malware </span></p>
<p><span style="font-weight: bold;">B. Kang</span> and G. Sinclair</p>
<p>Encyclopedia of Cryptography and Security, 2nd Edition, Springer 2011 </p>
<p>http://www.informatik.uni-trier.de/~ley/db/reference/crypt/crypt2011.html</p>
<p><br></p>
<p><span style="font-weight: bold;">DNS-Based Botnet Detection </span></p>
<p><span style="font-weight: bold;">B. Kang</span> and M. Lim</p>
<p>Encyclopedia of Cryptography and Security, 2nd Edition, Springer 2011 </p>
<p>http://www.informatik.uni-trier.de/~ley/db/reference/crypt/crypt2011.html</p>
<p><br></p>
<p><span style="font-weight: bold;">Dynamic Analysis Of Malware</span></p>
<p><span style="font-weight: bold;">B. Kang</span> and A. Srivastava</p>
<p>Encyclopedia of Cryptography and Security, 2nd Edition, Springer 2011 </p>
<p>http://www.informatik.uni-trier.de/~ley/db/reference/crypt/crypt2011.html</p>
</div>
<div id="education" class="tab-pane fade">
<p><span style="font-weight: bold;">Teaching Security With Network Testbeds</span></p>
<p>J. Mirkovic, M. Ryan, J. Hickey, K. Sklower, P. Reiher, P. Peterson, <span style="font-weight: bold;">B. Kang</span>, M. Chuah, D. Massey, G. Ragusa</p>
<p>SIGCOMM 2011 Education Workshop. </p>
<p>http://edusigcomm.info.ucl.ac.be/pmwiki/uploads/Workshop2011/20110312001/sigedu.pdf </p>
<p>(Also appeared in SIGCOMM Computer Communication Review)</p>
<p><br></p>
<p><span style="font-weight: bold;">Interactive simulation tools for information assurance education</span></p>
<p> H. Yu, K. Williams, J. Xu, X. Yuan, B. Chu, <span style="font-weight: bold;">B. Kang</span>, T. Kombol</p>
<p>Proceedings of the Second Annual Conference on Education in Information Security (ACEIS), 2009</p>
<p><br></p>
<p><span style="font-weight: bold;">Unified Table Approach for Typographic Rendering</span></p>
<p><span style="font-weight: bold;">B. Kang (Sole Author)</span></p>
<p>Electronic Publishing, Artistic Imaging, and Digital Typography, 7th International Conference on Raster Imaging and Digital Typography (RIDT), 1998, Lecture Notes in Computer Science (LNCS), Springer Verlag, St. Malo, France, 1998. Volume 1375/1998, 55-65, DOI: 10.1007/BFb0053262 </p>
<p>http://www.springerlink.com/content/26466n942338t236/</p>
</div>
</div>
</div>
<section class="content-2 simple col-2" id="content4-13" style="background-color: rgb(255, 255, 255);">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div>
<h2 id="course">COURSE</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div>
<div class="thumbnail">
<div class="caption">
<div>
<h3>IS632: Hypervisor System Security (Spring)</h3><p>Hypervisor is a software platform that virtualizes computer hardware to support multiple instances of operating system running concurrently on a shared hardware system. Hypervisors are also widely used for cloud-based hosting service. This hypervisor platform can be utilized for higher degree of isolation for computer security monitoring and analysis. It provides an adequate environment for building kernel integrity monitors. This course will provide the fundamentals and inner-workings of hypervisors in the context of designing new security, monitoring, and analysis tools.</p>
<p></p>
</div>
</div>
</div>
</div>
<div>
<div class="thumbnail">
<div class="caption">
<div>
<h3>IS631: Kernel System Security (Fall)</h3><p>Operating system kernel is the most critical component in the system as it provides the basic functionalities and the secure environment in which applications run and operate. In this course, the fundamentals of OS kernel and system programming, principles and operation of the open-source Linux operating system are taught with an emphasis on security aspect, so that students can acquire a comprehensive understanding of operating system kernel, analysis methods and countermeasures against various rootkit malware that compromise and manipulate operating system.</p>
<p></p>
</div>
</div>
</div>
</div>
<div>
<div class="thumbnail">
<div class="caption">
<div>
<h3>IS511: Introduction to Information Security (Spring)</h3>
<p>This course covers the overall content of information security. The first half covers basics of information security including Usability, Protocols, Access Control and Cryptography. The latter part includes specific areas such as software and system security as well as web and network security.</p>
<a href="https://sites.google.com/view/is511/">[link]</a>
<p></p>
</div>
</div>
</div>
</div>
<div>
<div class="thumbnail">
<div class="caption">
<div>
<h3>IS522: Intro to System Security (Spring)</h3>
<p>The main purpose of this course is to review the fundamental concepts in operating systems with the view of security perspective and learn about system exploitations and the defenses methods in order to cultivate the ability to design a robust system against security attacks. Also, it covers kernel reference monitors and trusted execution environment which can be employed to design secure systems.</p>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section mbr-section--relative mbr-section--fixed-size" id="contacts1-24" style="background-color: rgb(60, 60, 60);">
<div class="mbr-section__container container">
<div class="mbr-contacts mbr-contacts--wysiwyg row">
<div class="col-sm-4">
<img class="mbr-contacts__img mbr-contacts__img--left" alt="" src="./images/cyseclab-final265x93-167.png">
</div>
<div class="col-sm-8">
<div class="row">
<div class="col-sm-4">
<p class="mbr-contacts__text">
</p><p class="mbr-contacts__text"><strong>ADDRESS</strong><br>N5 2320 at KAIST,</p><p class="mbr-contacts__text">291 Daehak-ro,</p><p class="mbr-contacts__text">Yuseong-gu, Daejeon,</p><p class="mbr-contacts__text">Republic of Korea 305-701</p>
<p></p>
</div>
<div class="col-sm-4">
<p class="mbr-contacts__text">
</p><p class="mbr-contacts__text"><strong>CONTACTS</strong><br><span style="line-height: 1.7em;">Phone: +82 (42) 350-8338</span><br></p>
<p></p>
</div>
<div class="col-sm-4">
<p class="mbr-contacts__text"><strong>LINKS</strong></p><ul class="mbr-contacts__list"><li><a href="https://gsis.kaist.ac.kr/" target="_blank">Graduate School of Information Security (GSIS)</a></li><li><a href="http://www.kaist.ac.kr/" target="_blank">KAIST</a></li></ul>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="mbr-section mbr-section--relative mbr-section--fixed-size" id="footer1-25" style="background-color: rgb(68, 68, 68);">
<div class="mbr-section__container container">
<div class="mbr-footer mbr-footer--wysiwyg row">
<div class="col-sm-12">
<p class="mbr-footer__copyright">
</p><p class="mbr-footer__copyright">Copyright (с) 2020 Cyber Security Systems Research Lab</p>
<p></p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>