-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefs.bib
1527 lines (1409 loc) · 47.4 KB
/
refs.bib
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
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@misc{androidkeystore,
author = {{Android Open Source Project}},
title = {Hardware-backed Keystore},
howpublished = {\url{https://source.android.com/security/keystore/}},
COMMENTEDnote = {Accessed: 2019-08-29}
}
@misc{asylo,
author = {Google},
title = {Asylo},
howpublished = {\url{https://asylo.dev/}},
COMMENTEDnote = {Accessed: 2019-08-28},
shorthand={Asy},
}
@misc{Bitlocker,
author = {Microsoft},
title = {{BitLocker}},
COMMENTEDyear = {2018},
howpublished = {\url{https://docs.microsoft.com/en-us/windows/security/information-protection/bitlocker/bitlocker-overview}},
note = {Accessed: 2019-05-20},
shorthand={Bit}
}
@misc{ibmswtpm,
Author = {IBM},
Title = {{IBM}'s Software Trusted Platform Module},
howpublished = {\url{http://ibmswtpm.sourceforge.net/}}
}
@techreport{intel64b,
author = {{Intel}},
title = {{Intel 64 and IA-32 Architectures Software Developer’s Manual, Combined Volumes: 1, 2A, 2B, 2C, 2D, 3A, 3B, 3C, 3D and 4}},
month = {5},
year = {2019},
number = {325462-070US},
institution = {Intel Inc.},
}
@misc{mstpm2sim,
Author = {Microsoft},
Title = {{TSS.MSR} v1.1 {TPM2} Simulator},
howpublished = {\url{http://research.microsoft.com/en-US/downloads/35116857-e544-4003-8e7b-584182dc6833/default.aspx}}
}
@misc{mstssmsr11,
Author = {Microsoft},
Title = {The {TPM} Software Stack from {Microsoft} Research},
howpublished = {\url{https://tpm2lib.codeplex.com/}}
}
@manual{MTM1.0spec,
author = {{Trusted Computing Group}},
title = {{TCG Mobile Trusted Module Specification, Specification Version 1.0, Revision 7.02}},
year = {2010},
month = {4},
shorthand={MTM10}
}
@misc{netflixprize,
author = {Netflix},
title = {Netflix Prize},
howpublished = {\url{https://www.netflixprize.com/}},
note = {(visited on: 2019-02-07)}
}
@misc{openenclave,
author = {Microsoft},
title = {Open Enclave},
howpublished = {\url{https://openenclave.io/}},
note = {Accessed: 2019-08-28},
shorthand = {OpE},
}
@techreport{rfc8446,
author = {E. Rescorla},
title = {The Transport Layer Security (TLS) Protocol Version 1.3},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {8446},
year = {2018},
month = {8},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
shorthand = {RFC8446},
}
@manual{TCGglossary,
author = {{Trusted Computing Group}},
title = {{TCG Glossary, Version 1.1, Revision 1.00}},
year={2017},
month={5}
}
@manual{TPM1.1bspec,
AUTHOR = {{Trusted Computing Group}},
title={{Trusted Computing Platform Alliance (TCPA) Main Specification Version 1.1b}},
year={2002},
month={2},
shorthand={TPM11}
}
@manual{TPM1.2spec,
author = {{Trusted Computing Group}},
title = {{TPM Main, Part 1--3, Specification 1.2, Revision 116}},
year = {2011},
month = {3},
shorthand={TPM12}
}
@manual{TPM2.0r07,
AUTHOR = {{Trusted Computing Group}},
TITLE = {Trusted Platform Module Library Specification, Family "2.0", Level 00, Revision 01.07},
YEAR = {2014},
MONTH = {3},
shorthand={TPM20a}
}
@manual{TPM2.0r16,
AUTHOR = {{Trusted Computing Group}},
TITLE = {Trusted Platform Module Library Specification, Family "2.0", Level 00, Revision 01.16},
YEAR = {2014},
MONTH = {10},
shorthand={TPM20b}
}
@manual{TPM2.0r38,
AUTHOR = {{Trusted Computing Group}},
TITLE = {Trusted Platform Module Library, Part 1--4, Family 2.0, Level 00 Revision 01.38},
YEAR = {2016},
MONTH = {9},
shorthand={TPM20c}
}
@techreport{TXT-mle,
author = {Intel},
title = {Intel Trusted Execution Technology (Intel TXT) Software Development Guide},
number = {315168-015},
institution = {Intel Corporation},
year = {2017},
month = {11},
shorthand = {TXT}
}
@book{aggarwal:2016,
author = {Aggarwal, Charu C.},
title = {Recommender Systems},
publisher = {Springer},
year = {2016},
}
@inproceedings{anati:2013,
title = {{Innovative technology for CPU based attestation and sealing}},
author = {Anati, Ittai and Gueron, Shay and Johnson, Simon and Scarlata, Vincent},
booktitle = {Proc. 2nd International Workshop on Hardware and Architectural Support for Security and Privacy},
series = {HASP '13},
pages = {10},
year = {2013},
isbn = {978-1-4503-2118-1},
location = {Tel-Aviv, Israel},
publisher = {ACM},
month = {6}
}
@inproceedings{arnautov:2016,
author = {Arnautov, Sergei and Trach, Bohdan and Gregor, Franz and Knauth, Thomas and Martin, Andre and Priebe, Christian and Lind, Joshua and Muthukumaran, Divya and O'Keeffe, Dan and Stillwell, Mark L. and Goltzsche, David and Eyers, David and Kapitza, R\"{u}diger and Pietzuch, Peter and Fetzer, Christof},
title = {{SCONE: Secure Linux Containers with Intel SGX}},
booktitle = {Proc. 12th USENIX Conference on Operating Systems Design and Implementation},
series = {OSDI'16},
month = {11},
year = {2016},
isbn = {978-1-931971-33-1},
location = {Savannah, GA, USA},
pages = {689--703},
numpages = {15},
acmid = {3026930},
publisher = {USENIX},
}
@book{arthur:2015,
title = {A Practical Guide to TPM 2.0},
author = {Arthur, Will and Challener, David and Goldman, Kenneth},
year = {2015},
publisher = {Apress}
}
@InProceedings{bahmani:2017,
author="Bahmani, Raad
and Barbosa, Manuel
and Brasser, Ferdinand
and Portela, Bernardo
and Sadeghi, Ahmad-Reza
and Scerri, Guillaume
and Warinschi, Bogdan",
editor="Kiayias, Aggelos",
title="Secure Multiparty Computation from SGX",
booktitle="Financial Cryptography and Data Security",
year="2017",
publisher="Springer International Publishing",
address="Cham",
pages="477--497",
isbn="978-3-319-70972-7"
}
@article{baumann:2015,
author = {Baumann, Andrew and Peinado, Marcus and Hunt, Galen},
title = {Shielding Applications from an Untrusted Cloud with Haven},
journal = {ACM Trans. Comput. Syst.},
issue_date = {September 2015},
volume = {33},
number = {3},
month = 8,
year = {2015},
issn = {0734-2071},
pages = {8:1--8:26},
articleno = {8},
numpages = {26},
url = {http://doi.acm.org/10.1145/2799647},
doi = {10.1145/2799647},
acmid = {2799647},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{boivie:2013,
title = {SecureBlue++: CPU support for secure executables},
author = {R. Boivie and P. Williams},
institution = {IBM},
number = {RC25287},
year = {2013},
}
@InProceedings{boneh:2011,
author="Boneh, Dan
and Sahai, Amit
and Waters, Brent",
editor="Ishai, Yuval",
title="Functional Encryption: Definitions and Challenges",
booktitle="Theory of Cryptography",
year="2011",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="253--273",
isbn="978-3-642-19571-6"
}
@inproceedings{brasser:2017,
author = {Ferdinand Brasser and Urs M{\"u}ller and Alexandra Dmitrienko and Kari Kostiainen and Srdjan Capkun and Ahmad-Reza Sadeghi},
title = {Software Grand Exposure: {SGX} Cache Attacks Are Practical},
booktitle = {11th {USENIX} Workshop on Offensive Technologies ({WOOT} 17)},
year = {2017},
address = {Vancouver, BC},
url = {https://www.usenix.org/conference/woot17/workshop-program/presentation/brasser},
publisher = {{USENIX} Association},
month = {8},
}
@INPROCEEDINGS{brickell:2010,
author={E. {Brickell} and J. {Li}},
booktitle={2010 IEEE Second International Conference on Social Computing},
title={Enhanced Privacy ID from Bilinear Pairing for Hardware Authentication and Attestation},
year={2010},
volume={},
number={},
pages={768-775},
keywords={data privacy;private key cryptography;enhanced privacy ID;cryptographic scheme;bilinear pairing;hardware authentication;hardware attestation;corrupted private key;revocation manager;decisional Diffie-Hellman assumption;Hardware;Protocols;Privacy;Games;Authentication;Public key;hardware authentication;trusted computing;privacy;anonymity;direct anonymous attestation;cryptographic protocol},
doi={10.1109/SocialCom.2010.118},
ISSN={},
month={8},
}
@article{burke:2002,
author="Burke, Robin",
title="Hybrid Recommender Systems: Survey and Experiments",
journal="User Modeling and User-Adapted Interaction",
year="2002",
month="11",
volume="12",
number="4",
pages="331--370",
issn="1573-1391",
doi="10.1023/A:1021240730564",
url="https://doi.org/10.1023/A:1021240730564"
}
@INPROCEEDINGS{calandrino:2011,
author={J. A. {Calandrino} and A. {Kilzer} and A. {Narayanan} and E. W. {Felten} and V. {Shmatikov}},
booktitle={2011 IEEE Symposium on Security and Privacy},
title={`You Might Also Like:' Privacy Risks of Collaborative Filtering},
year={2011},
volume={},
number={},
pages={231-246},
doi={10.1109/SP.2011.40},
ISSN={2375-1207},
month={5}
}
@inproceedings{canny:2002,
author = {Canny, John},
title = {Collaborative Filtering with Privacy via Factor Analysis},
booktitle = {Proceedings of the 25th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval},
series = {SIGIR '02},
year = {2002},
isbn = {1-58113-561-0},
location = {Tampere, Finland},
pages = {238--245},
numpages = {8},
url = {http://doi.acm.org/10.1145/564376.564419},
doi = {10.1145/564376.564419},
acmid = {564419},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{casado:2014,
author = {Casado, Martin and Foster, Nate and Guha, Arjun},
title = {Abstractions for Software-defined Networks},
journal = {Commun. ACM},
issue_date = {October 2014},
volume = {57},
number = {10},
month = 9,
year = {2014},
issn = {0001-0782},
pages = {86--95},
numpages = {10},
url = {http://doi.acm.org/10.1145/2661061.2661063},
doi = {10.1145/2661061.2661063},
acmid = {2661063},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{castroschez:2011,
title = "A highly adaptive recommender system based on fuzzy logic for B2C e-commerce portals",
journal = "Expert Systems with Applications",
volume = "38",
number = "3",
pages = "2441 - 2454",
year = "2011",
issn = "0957-4174",
doi = "https://doi.org/10.1016/j.eswa.2010.08.033",
url = "http://www.sciencedirect.com/science/article/pii/S095741741000816X",
author = "Jose Jesus Castro-Schez and Raul Miguel and David Vallejo and Lorenzo Manuel López-López",
keywords = "e-Commerce, C2C, B2C, Product selection, Recommender system, Supervised learning, Fuzzy logic, Rule-based knowledge learning",
}
@INPROCEEDINGS{champagne:2010,
author={D. {Champagne} and R. B. {Lee}},
booktitle={HPCA - 16 2010 The Sixteenth International Symposium on High-Performance Computer Architecture},
title={Scalable architectural support for trusted software},
year={2010},
volume={},
number={},
pages={1-12},
doi={10.1109/HPCA.2010.5416657},
ISSN={2378-203X},
month={1},
}
@InProceedings{chandra:2017,
author="Chandra, Swarup
and Karande, Vishal
and Lin, Zhiqiang
and Khan, Latifur
and Kantarcioglu, Murat
and Thuraisingham, Bhavani",
title="Securing Data Analytics on SGX with Randomization",
booktitle="Computer Security -- ESORICS 2017",
year="2017",
publisher="Springer International Publishing",
address="Cham",
pages="352--369",
isbn="978-3-319-66402-6"
}
@article{coker:2011,
author = {Coker, George and Guttman, Joshua and Loscocco, Peter and Herzog, Amy and Millen, Jonathan and O'Hanlon, Brian and Ramsdell, John and Segall, Ariel and Sheehy, Justin and Sniffen, Brian},
title = {{Principles of remote attestation}},
journal = {{International Journal of Information Security}},
volume = {10},
number = {2},
month = {4},
year = {2011},
pages = {63--81},
}
@inproceedings{costan:2016b,
author = {Victor Costan and Ilia Lebedev and Srinivas Devadas},
title = {Sanctum: Minimal Hardware Extensions for Strong Software Isolation},
booktitle = {25th {USENIX} Security Symposium ({USENIX} Security 16)},
year = {2016},
isbn = {978-1-931971-32-4},
address = {Austin, TX},
pages = {857--874},
url = {https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/costan},
publisher = {{USENIX} Association},
month = 8,
}
@misc{costan:2016,
author = {Victor Costan and Srinivas Devadas},
title = {Intel SGX Explained},
howpublished = {Cryptology ePrint Archive, Report 2016/086},
year = {2016},
note = {\url{https://eprint.iacr.org/2016/086}},
}
@inproceedings{danev:2011,
author = {Danev, Boris and Masti, Ramya Jayaram and Karame, Ghassan O. and Capkun, Srdjan},
title = {Enabling Secure VM-vTPM Migration in Private Clouds},
booktitle = {Proceedings of the 27th Annual Computer Security Applications Conference},
series = {ACSAC '11},
year = {2011},
isbn = {978-1-4503-0672-0},
location = {Orlando, Florida, USA},
pages = {187--196},
numpages = {10},
url = {http://doi.acm.org/10.1145/2076732.2076759},
doi = {10.1145/2076732.2076759},
acmid = {2076759},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{diao:2014,
author = {Diao, Qiming and Qiu, Minghui and Wu, Chao-Yuan and Smola, Alexander J. and Jiang, Jing and Wang, Chong},
title = {Jointly Modeling Aspects, Ratings and Sentiments for Movie Recommendation (JMARS)},
booktitle = {Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
series = {KDD '14},
year = {2014},
isbn = {978-1-4503-2956-9},
location = {New York, New York, USA},
pages = {193--202},
numpages = {10},
url = {http://doi.acm.org/10.1145/2623330.2623758},
doi = {10.1145/2623330.2623758},
acmid = {2623758},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {collaborative filtering, integrated modeling, sentiment analysis, topic models},
}
@Inproceedings{dinur:2009,
author="Dinur, Itai
and Shamir, Adi",
title="Cube Attacks on Tweakable Black Box Polynomials",
bookTitle="Advances in Cryptology - EUROCRYPT 2009: 28th Annual International Conference on the Theory and Applications of Cryptographic Techniques, Cologne, Germany, April 26-30, 2009. Proceedings",
year="2009",
publisher="Springer",
pages="278--299",
isbn="978-3-642-01001-9",
doi="10.1007/978-3-642-01001-9_16",
url="http://dx.doi.org/10.1007/978-3-642-01001-9_16"
}
@inproceedings{dwork:2006,
author = {Dwork, Cynthia and McSherry, Frank and Nissim, Kobbi and Smith, Adam},
title = {{Calibrating Noise to Sensitivity in Private Data Analysis}},
booktitle = {Theory of Cryptography},
year = {2006},
publisher = {Springer Berlin Heidelberg},
address = {Berlin, Heidelberg},
pages = {265--284},
isbn = {978-3-540-32732-5}
}
@ARTICLE{dsilva:2008,
author={V. {D'Silva} and D. {Kroening} and G. {Weissenbacher}},
journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
title={A Survey of Automated Techniques for Formal Software Verification},
year={2008},
volume={27},
number={7},
pages={1165--1178},
doi={10.1109/TCAD.2008.923410},
ISSN={0278-0070},
month={7}
}
@techreport{ekberg:2007,
title = {{Mobile Trusted Module (MTM) -- an introduction}},
author = {Ekberg, Jan-Erik and Kylänpää, Markku},
year = {2007},
month = {11},
institution = {Nokia Research Center},
number = {NRC-TR-2007-015},
}
@inproceedings{ekberg:2009,
author = {Ekberg, Jan-Erik and Bugiel, Sven},
title = {Trust in a Small Package: Minimized MRTM Software Implementation for Mobile Secure Environments},
booktitle = {Proceedings of the 2009 ACM Workshop on Scalable Trusted Computing},
series = {STC '09},
year = {2009},
isbn = {978-1-60558-788-2},
location = {Chicago, Illinois, USA},
pages = {9--18},
numpages = {10},
url = {http://doi.acm.org/10.1145/1655108.1655111},
doi = {10.1145/1655108.1655111},
acmid = {1655111},
publisher = {ACM},
address = {New York, NY, USA},
}
@InProceedings{englund:2005,
author="Englund, H{\aa}kan
and Johansson, Thomas",
title="A New Simple Technique to Attack Filter Generators and Related Ciphers",
booktitle="Selected Areas in Cryptography",
year="2005",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="39--53",
}
@article{farris:2018,
author = {Farris, Katheryn A. and Shah, Ankit and Cybenko, George and Ganesan, Rajesh and Jajodia, Sushil},
title = {VULCON: A System for Vulnerability Prioritization, Mitigation, and Management},
journal = {ACM Trans. Priv. Secur.},
issue_date = {October 2018},
volume = {21},
number = {4},
month = {6},
year = {2018},
issn = {2471-2566},
pages = {16:1--16:28},
articleno = {16},
numpages = {28},
url = {http://doi.acm.org/10.1145/3196884},
doi = {10.1145/3196884},
acmid = {3196884},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Cyber-security analysts, cyber-security operations center (CSOC), multiobjective optimization, structured vulnerability response programs, vulnerability triage and management},
}
@InProceedings{filiol:2002,
author="Filiol, Eric",
title="A New Statistical Testing for Symmetric Ciphers and Hash Functions",
booktitle="Information and Communications Security",
year="2002",
publisher="Springer Berlin Heidelberg",
pages="342--353",
isbn="978-3-540-36159-6"
}
@inproceedings{fisch:2017,
author = {Fisch, Ben and Vinayagamurthy, Dhinakaran and Boneh, Dan and Gorbunov, Sergey},
title = {IRON: Functional Encryption Using Intel SGX},
booktitle = {Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security},
series = {CCS '17},
year = {2017},
isbn = {978-1-4503-4946-8},
location = {Dallas, Texas, USA},
pages = {765--782},
numpages = {18},
url = {http://doi.acm.org/10.1145/3133956.3134106},
doi = {10.1145/3133956.3134106},
acmid = {3134106},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{gadepally:2016,
author = {Gadepally, Vijay N. and Hancock, Braden J. and Greenfield, Kara B. and Campbell Jr, Joseph P. andCampbell, William M. and Reuther, Albert I.},
title = {Recommender Systems for the Department of Defense and the Intelligence Community},
journal = {Lincoln Laboratory Journal},
volume = {22},
number = {1},
year = {2016},
pages = {74--89}
}
@inproceedings{gentry:2009,
author = {Gentry, Craig},
title = {Fully Homomorphic Encryption Using Ideal Lattices},
booktitle = {Proceedings of the Forty-first Annual ACM Symposium on Theory of Computing},
series = {STOC '09},
year = {2009},
isbn = {978-1-60558-506-2},
location = {Bethesda, MD, USA},
pages = {169--178},
numpages = {10},
url = {http://doi.acm.org/10.1145/1536414.1536440},
doi = {10.1145/1536414.1536440},
acmid = {1536440},
publisher = {ACM},
address = {New York, NY, USA},
}
@INPROCEEDINGS{ghafari:2017,
author={V. A. {Ghafari} and H. {Hu}},
booktitle={2017 International Conference on Cyber-Enabled Distributed Computing and Knowledge Discovery (CyberC)},
title={A New Chosen IV Statistical Attack on Grain-128a Cipher},
year={2017},
volume={},
number={},
pages={58-62},
doi={10.1109/CyberC.2017.101},
ISSN={},
month={10}
}
@inproceedings{gotzfried:2017,
author = {G\"{o}tzfried, Johannes and Eckert, Moritz and Schinzel, Sebastian and M\"{u}ller, Tilo},
title = {Cache Attacks on Intel SGX},
booktitle = {Proceedings of the 10th European Workshop on Systems Security},
series = {EuroSec'17},
year = {2017},
isbn = {978-1-4503-4935-2},
location = {Belgrade, Serbia},
pages = {2:1--2:6},
articleno = {2},
numpages = {6},
url = {http://doi.acm.org/10.1145/3065913.3065915},
doi = {10.1145/3065913.3065915},
acmid = {3065915},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Cache-timing Attacks, Intel SGX, Root-level Attacks},
}
@inproceedings{gruss:2017,
author = {Daniel Gruss and Julian Lettner and Felix Schuster and Olya Ohrimenko and Istvan Haller and Manuel Costa},
title = {Strong and Efficient Cache Side-Channel Protection using Hardware Transactional Memory},
booktitle = {26th {USENIX} Security Symposium ({USENIX} Security 17)},
year = {2017},
isbn = {978-1-931971-40-9},
address = {Vancouver, BC},
pages = {217--233},
url = {https://www.usenix.org/conference/usenixsecurity17/technical-sessions/presentation/gruss},
publisher = {{USENIX} Association},
month = {8},
}
@article{harper:2015,
author = {Harper, F. Maxwell and Konstan, Joseph A.},
title = {The MovieLens Datasets: History and Context},
journal = {ACM Trans. Interact. Intell. Syst.},
issue_date = {January 2016},
volume = {5},
number = {4},
month = 12,
year = {2015},
issn = {2160-6455},
pages = {19:1--19:19},
articleno = {19},
numpages = {19},
url = {http://doi.acm.org/10.1145/2827872},
doi = {10.1145/2827872},
acmid = {2827872},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Datasets, MovieLens, ratings, recommendations},
}
@InProceedings{hell:2007,
author="Hell, Martin
and Johansson, Thomas",
title="Cryptanalysis of Achterbahn-Version 2",
booktitle="Selected Areas in Cryptography",
year="2007",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="45--55",
isbn="978-3-540-74462-7"
}
@inproceedings{herlocker:1999,
author = {Herlocker, Jonathan L. and Konstan, Joseph A. and Borchers, Al and Riedl, John},
title = {An Algorithmic Framework for Performing Collaborative Filtering},
booktitle = {Proceedings of the 22Nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval},
series = {SIGIR '99},
year = {1999},
isbn = {1-58113-096-1},
location = {Berkeley, California, USA},
pages = {230--237},
numpages = {8},
url = {http://doi.acm.org/10.1145/312624.312682},
doi = {10.1145/312624.312682},
acmid = {312682},
publisher = {ACM},
address = {New York, NY, USA},
}
@ARTICLE{huang:2007,
author={Z. {Huang} and D. {Zeng} and H. {Chen}},
journal={IEEE Intelligent Systems},
title={A Comparison of Collaborative-Filtering Recommendation Algorithms for E-commerce},
year={2007},
volume={22},
number={5},
pages={68-78},
doi={10.1109/MIS.2007.4338497},
ISSN={1541-1672},
month={9},
}
@article{hunt:2018,
author = {Hunt, Tyler and Zhu, Zhiting and Xu, Yuanzhong and Peter, Simon and Witchel, Emmett},
title = {Ryoan: A Distributed Sandbox for Untrusted Computation on Secret Data},
journal = {ACM Trans. Comput. Syst.},
issue_date = {December 2018},
volume = {35},
number = {4},
month = 12,
year = {2018},
issn = {0734-2071},
pages = {13:1--13:32},
articleno = {13},
numpages = {32},
url = {http://doi.acm.org/10.1145/3231594},
doi = {10.1145/3231594},
acmid = {3231594},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{hunt:2018b,
author = {Tyler Hunt and
Congzheng Song and
Reza Shokri and
Vitaly Shmatikov and
Emmett Witchel},
title = {Chiron: Privacy-preserving Machine Learning as a Service},
journal = {CoRR},
volume = {abs/1803.05961},
year = {2018},
url = {http://arxiv.org/abs/1803.05961},
archivePrefix = {arXiv},
eprint = {1803.05961},
timestamp = {Mon, 13 Aug 2018 16:45:59 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1803-05961},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{kaminskas:2013,
author = {Kaminskas, Marius and Ricci, Francesco and Schedl, Markus},
title = {Location-aware Music Recommendation Using Auto-tagging and Hybrid Matching},
booktitle = {Proceedings of the 7th ACM Conference on Recommender Systems},
series = {RecSys '13},
year = {2013},
isbn = {978-1-4503-2409-0},
location = {Hong Kong, China},
pages = {17--24},
numpages = {8},
url = {http://doi.acm.org/10.1145/2507157.2507180},
doi = {10.1145/2507157.2507180},
acmid = {2507180},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{kanonov:2016,
author = {Kanonov, Uri and Wool, Avishai},
title = {Secure Containers in Android: The Samsung KNOX Case Study},
booktitle = {Proceedings of the 6th Workshop on Security and Privacy in Smartphones and Mobile Devices},
series = {SPSM '16},
year = {2016},
isbn = {978-1-4503-4564-4},
location = {Vienna, Austria},
pages = {3--12},
numpages = {10},
url = {http://doi.acm.org/10.1145/2994459.2994470},
doi = {10.1145/2994459.2994470},
acmid = {2994470},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{kern:1999,
author = {Kern, Christoph and Greenstreet, Mark R.},
title = {Formal Verification in Hardware Design: A Survey},
journal = {ACM Trans. Des. Autom. Electron. Syst.},
issue_date = {April 1999},
volume = {4},
number = {2},
month = 4,
year = {1999},
issn = {1084-4309},
pages = {123--193},
numpages = {71},
url = {http://doi.acm.org/10.1145/307988.307989},
doi = {10.1145/307988.307989},
acmid = {307989},
publisher = {ACM},
address = {New York, NY, USA},
}
@ARTICLE{kim:2010,
author={M. {Kim} and H. {Ju} and Y. {Kim} and J. {Park} and Y. {Park}},
journal={IEEE Transactions on Consumer Electronics},
title={Design and implementation of mobile trusted module for trusted mobile computing},
year={2010},
volume={56},
number={1},
pages={134--140},
doi={10.1109/TCE.2010.5439136},
ISSN={0098-3063},
month={2},
}
@inproceedings{klein:2009,
author = {Klein, Gerwin and Elphinstone, Kevin and Heiser, Gernot and Andronick, June and Cock, David and Derrin, Philip and Elkaduwe, Dhammika and Engelhardt, Kai and Kolanski, Rafal and Norrish, Michael and Sewell, Thomas and Tuch, Harvey and Winwood, Simon},
title = {seL4: Formal Verification of an OS Kernel},
booktitle = {Proceedings of the ACM SIGOPS 22Nd Symposium on Operating Systems Principles},
series = {SOSP '09},
year = {2009},
isbn = {978-1-60558-752-3},
location = {Big Sky, Montana, USA},
pages = {207--220},
numpages = {14},
url = {http://doi.acm.org/10.1145/1629575.1629596},
doi = {10.1145/1629575.1629596},
acmid = {1629596},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {isabelle/hol, l4, microkernel, sel4},
}
@misc{koren:2009,
title = {The BellKor Solution to the Netflix Grand Prize},
author = {Yehuda Koren},
year = {2009},
month = {8},
howpublished = {\url{https://www.netflixprize.com/assets/GrandPrize2009_BPC_BellKor.pdf}}
}
@inproceedings{kucuk:2016,
author = {K\"{u}\c{c}\"{u}k, Kubilay Ahmet and Paverd, Andrew and Martin, Andrew and Asokan, N. and Simpson, Andrew and Ankele, Robin},
title = {Exploring the Use of Intel SGX for Secure Many-Party Applications},
booktitle = {Proceedings of the 1st Workshop on System Software for Trusted Execution},
series = {SysTEX '16},
year = {2016},
isbn = {978-1-4503-4670-2},
location = {Trento, Italy},
pages = {5:1--5:6},
articleno = {5},
numpages = {6},
url = {http://doi.acm.org/10.1145/3007788.3007793},
doi = {10.1145/3007788.3007793},
acmid = {3007793},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{lee:2018,
author = {Lee, Yongjae and Shin, Seungwon},
title = {Toward Semantic Assessment of Vulnerability Severity: A Text Mining Approach},
year = {2018},
booktitle = {1st International Workshop on EntitY REtrieval (EYRE '18)}
}
@inproceedings{lie:2017,
author = {Lie, David and Maniatis, Petros},
title = {Glimmers: Resolving the Privacy/Trust Quagmire},
booktitle = {Proceedings of the 16th Workshop on Hot Topics in Operating Systems},
series = {HotOS '17},
year = {2017},
isbn = {978-1-4503-5068-6},
location = {Whistler, BC, Canada},
pages = {94--99},
numpages = {6},
url = {http://doi.acm.org/10.1145/3102980.3102996},
doi = {10.1145/3102980.3102996},
acmid = {3102996},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Glimmers, Privacy, SGX},
}
@inproceedings{lipp:2018,
author = {Moritz Lipp and Michael Schwarz and Daniel Gruss and Thomas Prescher and Werner Haas and Anders Fogh and Jann Horn and Stefan Mangard and Paul Kocher and Daniel Genkin and Yuval Yarom and Mike Hamburg},
title = {Meltdown: Reading Kernel Memory from User Space},
booktitle = {27th {USENIX} Security Symposium ({USENIX} Security 18)},
year = {2018},
}
@article{liu:2011,
title={{VRSS}: A new system for rating and scoring vulnerabilities},
author={Qixu Liu and Yuqing Zhang},
journal={Computer Communications},
year={2011},
volume={34},
pages={264-273}
}
@misc{lyons:2014,
author = {Lyons, Katherine B.},
title = {A Recommender System in the Cyber Defense Domain},
year = {2014},
howpublished = {\url{https://scholar.afit.edu/etd/612/}},
}
@ARTICLE{maene:2018,
author={Maene, Pieter and Götzfried, Johannes and de Clercq, Ruan and Müller, Tilo and Freiling, Felix and Verbauwhede, Ingrid},
journal={IEEE Transactions on Computers},
title={Hardware-Based Trusted Computing Architectures for Isolation and Attestation},
year={2018},
volume={67},
number={3},
pages={361-374},
ISSN={0018-9340},
month={3}
}
@inproceedings{mckeen:2013,
title = {{Innovative Instructions and Software Model for Isolated Execution}},
author = {McKeen, Frank and Alexandrovich, Ilya and Berenzon, Alex and Rozas, Carlos V. and Shafi, Hisham and Shanbhogue, Vedvyas and Savagaonkar, Uday R.},
booktitle = {Proc. 2nd International Workshop on Hardware and Architectural Support for Security and Privacy},
series = {HASP '13},
year = {2013},
isbn = {978-1-4503-2118-1},
location = {Tel-Aviv, Israel},
pages = {10:1--10:1},
articleno = {10},
numpages = {1},
acmid = {2488368},
publisher = {ACM},
month = {6}
}
@inproceedings{mckeen:2016,
author = {McKeen, Frank and Alexandrovich, Ilya and Anati, Ittai and Caspi, Dror and Johnson, Simon and Leslie-Hurd, Rebekah and Rozas, Carlos},
title = {{Intel Software Guard Extensions (Intel SGX) Support for Dynamic Memory Management Inside an Enclave}},
booktitle = {Proc. 2016 Hardware and Architectural Support for Security and Privacy},
series = {HASP '16},
year = {2016},
isbn = {978-1-4503-4769-3},
location = {Seoul, Republic of Korea},
pages = {10:1--10:9},
articleno = {10},
numpages = {9},
acmid = {2954331},
publisher = {ACM},
month = {6},
}
@inproceedings{mcsherry:2009,
author = {McSherry, Frank and Mironov, Ilya},
title = {Differentially Private Recommender Systems: Building Privacy into the Netflix Prize Contenders},
booktitle = {Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
series = {KDD '09},
year = {2009},
isbn = {978-1-60558-495-9},
location = {Paris, France},
pages = {627--636},
numpages = {10},
COMMENTEDurl = {http://doi.acm.org/10.1145/1557019.1557090},
doi = {10.1145/1557019.1557090},
acmid = {1557090},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Netflix, differential privacy, recommender systems},
}
@ARTICLE{mijumbi:2016,
author={R. {Mijumbi} and J. {Serrat} and J. {Gorricho} and N. {Bouten} and F. {De Turck} and R. {Boutaba}},
journal={IEEE Communications Surveys Tutorials},
title={Network Function Virtualization: State-of-the-Art and Research Challenges},
year={2016},
volume={18},
number={1},
pages={236--262},
doi={10.1109/COMST.2015.2477041},
ISSN={1553-877X},
}
@inproceedings{mokhtar:2017,
author = {Mokhtar, Sonia Ben and Boutet, Antoine and Felber, Pascal and Pasin, Marcelo and Pires, Rafael and Schiavoni, Valerio},
title = {X-search: Revisiting Private Web Search Using Intel SGX},
booktitle = {Proceedings of the 18th ACM/IFIP/USENIX Middleware Conference},
series = {Middleware '17},
year = {2017},
isbn = {978-1-4503-4720-4},
location = {Las Vegas, Nevada},
pages = {198--208},
numpages = {11},
url = {http://doi.acm.org/10.1145/3135974.3135987},
doi = {10.1145/3135974.3135987},
acmid = {3135987},
publisher = {ACM},
address = {New York, NY, USA},
}
@INPROCEEDINGS{narayanan:2008,
author={A. {Narayanan} and V. {Shmatikov}},
booktitle={2008 IEEE Symposium on Security and Privacy (S\&P 2008)},
title={Robust De-anonymization of Large Sparse Datasets},
year={2008},
volume={},
number={},
pages={111--125},
doi={10.1109/SP.2008.33},
ISSN={1081-6011},