-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreview_muses.bib
897 lines (797 loc) · 28.7 KB
/
review_muses.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
@ARTICLE{Opp_Security11,
AUTHOR = "R. Oppliger",
TITLE = "Security and Privacy in an Online World",
JOURNAL = "IEEE Computer",
VOLUME = {44},
NUMBER = {9},
PAGES = {21-22},
MONTH = "September",
YEAR = {2011}
}
@INBOOK{BYOD13,
AUTHOR = "Bacik, S.",
TITLE = "Information Security Management Handbook",
CHAPTER = {Security Implications of Bring Your Own Device, IT Consumerization, and Managing User Choices},
PAGES = "133-142",
YEAR = "2013",
VOLUME = "7",
EDITION = "Sixth"
}
@BOOK{Adams_Users05,
AUTHOR = "A. Adams and A.S. Sasse",
TITLE = "Security and Usability: Designing Systems That People Can Use",
PUBLISHER = "O\'{}Reilly Associations",
YEAR = "2005"
}
@BOOK{Schu_SecPatterns05,
AUTHOR = "M. Schumacher and E. Fernandez-Buglioni and D. Hybertson and F. Buschmann and P. Sommerlad",
TITLE = "Security Patterns: Integrating Security and Systems Engineering",
PUBLISHER = "John Wiley \& sons",
YEAR = "2005",
}
@MISC{IBM_tool,
AUTHOR = "{IBM}",
TITLE = "IBM Mobile Security",
URL = "http://www-01.ibm.com/software/solutions/mobile-enterprise/security/solutions.html"
}
@MISC{ibm11,
AUTHOR = "Kao, I-L.",
TITLE = "{IBM Security Services}. {Securing} mobile devices in the business environment",
HOWPUBLISHED = "IBM",
YEAR = "2011"
}
@MISC{Sophos_tool,
AUTHOR = "{Sophos}",
TITLE = "Mobile Control",
URL = "http://www.sophos.com/en-us/products/mobile-control.aspx"
}
@MISC{Good_tool,
AUTHOR = "{Good's Technology}",
TITLE = "{BYOD Solution}",
URL = "http://www1.good.com/secure-mobility-solution/bring-your-own-device.html"
}
@MISC{Samsung_tool,
AUTHOR = "{Samsung}",
TITLE = "{KNOX}",
URL = "http://www.samsung.com/global/business/mobile/solution/security/samsung-knox"
}
@MISC{Samsung_mwc13,
AUTHOR = "Ben Woods",
TITLE = "{MWC 2013}: Samsung's {Knox} system takes {BYOD} fight to {BlackBerry}",
URL = "http://zd.net/X5SWBJ"
}
% URL = "http://www.zdnet.com/mwc-2013-samsungs-knox-system-takes-byod-fight-to-blackberry-7000011770/"
@MISC{Samsung_mwc14,
AUTHOR = "{Samsung KNOX News}",
TITLE = "New KNOX solutions being announced at MWC",
URL = "https://www.samsungknox.com/es/blog/new-knox-solutions-being-announced-mwc"
}
@MISC{Samsung_insecure,
AUTHOR = "Thomas Clabum",
TITLE = "Samsung {Knox} Is Weak, Researcher Says",
URL = "http://www.informationweek.com/mobile/mobile-applications/samsung-knox-is-weak-researcher-says/d/d-id/1316954"
}
@MISC{Samsung_android,
AUTHOR = "{Samsung KNOX News}",
TITLE = "Samsung and {Google} to bring enterprise enhancements to {Android}",
URL = "https://goo.gl/nfmhzV"
}
% URL = "http://www.samsung.com/uk/news/local/samsung-and-google-to-bring-enterprise-enhancements-to-android/"
@MISC{AndroidWork_review,
AUTHOR = "Amadeo, Ron",
TITLE = "A review of {Android for Work}: Dual-persona support comes to Android",
URL = "https://arstechnica.com/?post_type=post&p=618939"
}
@MISC{AndroidWork_tool,
AUTHOR = "{Google Inc.}",
TITLE = "Android for Work - Security white Paper",
URL = "https://static.googleusercontent.com/media/www.google.com/es/US/work/android/files/android-for-work-security-white-paper.pdf"
}
@MISC{Blackberry_tool,
AUTHOR = "{Blackberry}",
TITLE = "Blackberry Balance",
URL = "http://es.blackberry.com/business/software/blackberry-balance.html"
}
@MISC{Blackberry_sales,
AUTHOR = "Chris Johnston",
TITLE = "BlackBerry hit by worse-than-expected sales",
URL = "http://www.theguardian.com/technology/2014/dec/19/blackberry-autumn-quarter-results"
}
@MISC{Blackphone,
TITLE = "{Blackphone}",
URL = "https://www.blackphone.ch/"
}
@MISC{WorxSDK,
AUTHOR = "{Citrix}",
TITLE = "Mobile Application Management with {XenMobile} and the {Worx App SDK}",
URL = "https://www.citrix.com/content/dam/citrix/en\_us/documents/products-solutions/mobile-containers-with-citrix-mdx.pdf"
}
@MISC{WSO2_tool,
AUTHOR = "{WSO2}",
TITLE = "Enterprise Mobility Manager",
URL = "http://wso2.com/products/enterprise-mobility-manager/"
}
%----------------------------------------------
@INBOOK{GA_networksecurity-zarza,
AUTHOR = "Zarza, L. and Forné, J. and Pegueroles, J.R. and Soriano, M",
TITLE = "Advances in artificial intelligence for privacy protection and security",
CHAPTER = "Genetic algorithms for designing network security protocols",
PUBLISHER = "World Scientific",
YEAR = "2010",
PAGES = "325--358",
}
@BOOK{AAI_book_2009,
AUTHOR = "Solanas, A. and Martínez-Bal, A.",
TITLE = "Advances in Artificial Intelligence for Privacy Protection and
Security",
PUBLISHER = "World Scientific Publishing Co., Inc.",
YEAR = "2009",
ADDRESS = "River Edge, NJ, USA"
}
@inproceedings{GA_cryptographicprotocols-zarza2,
author = {Luis Zarza and
Josep Pegueroles and
Miguel Soriano and
Rafael Mart{\'{\i}}nez},
title = {Design of Cryptographic Protocols by Means of Genetic Algorithms Techniques},
booktitle = {{SECRYPT} 2006, Proceedings of the International Conference on Security
and Cryptography, Set{\'{u}}bal, Portugal, August 7-10, 2006,
{SECRYPT} is part of {ICETE} - The International Joint Conference
on e-Business and Telecommunications},
pages = {316--319},
year = {2006},
crossref = {DBLP:conf/secrypt/2006}
}
@proceedings{DBLP:conf/secrypt/2006,
editor = {Manu Malek and
Eduardo Fern{\'{a}}ndez{-}Medina and
Javier Hernando},
title = {{SECRYPT} 2006, Proceedings of the International Conference on Security
and Cryptography, Set{\'{u}}bal, Portugal, August 7-10, 2006,
{SECRYPT} is part of {ICETE} - The International Joint Conference
on e-Business and Telecommunications},
publisher = {{INSTICC} Press},
year = {2006},
isbn = {972-8865-63-5}
}
@TECHREPORT{SurveyEventCorrelation_Tiffany02,
AUTHOR = "Tiffany, M.",
TITLE = "A survey of event correlation techniques and related topics",
INSTITUTION = "Georgia Institute of Technology",
YEAR = "2002",
TYPE = "Research Paper"
}
@ARTICLE{risk_reduction_ga_12,
AUTHOR = "Tamjidyamcholo, A. and Al-Dabbagh, R.D. ",
TITLE = "Genetic algorithm approach for risk reduction of information
security",
JOURNAL = "International Journal of Cyber-Security and Digital Forensics
(IJCSDF)",
YEAR = "2012",
VOLUME = "1",
NUMBER = "1",
PAGES = "59--66"
}
@inproceedings{rule_generation_gp_09,
author = {Guillermo Suarez{-}Tangil and
Esther Palomar and
Jos{\'{e}} Mar{\'{\i}}a de Fuentes and
Jorge Blasco Al{\'{\i}}s and
Arturo Ribagorda},
title = {Automatic Rule Generation Based on Genetic Programming for Event Correlation},
booktitle = {Computational Intelligence in Security for Information Systems - CISIS'09,
2nd International Workshop, Burgos, Spain, 23-26 September 2009 Proceedings},
pages = {127--134},
year = {2009},
crossref = {DBLP:conf/cisis-spain/2009}
}
@proceedings{DBLP:conf/cisis-spain/2009,
editor = {{\'{A}}lvaro Herrero and
Paolo Gastaldo and
Rodolfo Zunino and
Emilio Corchado},
title = {Computational Intelligence in Security for Information Systems - CISIS'09,
2nd International Workshop, Burgos, Spain, 23-26 September 2009 Proceedings},
series = {Advances in Intelligent and Soft Computing},
volume = {63},
publisher = {Springer},
year = {2009},
url = {http://dx.doi.org/10.1007/978-3-642-04091-7},
doi = {10.1007/978-3-642-04091-7},
isbn = {978-3-642-04090-0}
}
@article{SecPolComp14,
author = {Mikko T. Siponen and
M. Adam Mahmood and
Seppo Pahnila},
title = {Employees\'{} adherence to information security policies: An exploratory
field study},
journal = {Information {\&} Management},
volume = {51},
number = {2},
pages = {217--224},
year = {2014},
url = {http://dx.doi.org/10.1016/j.im.2013.08.006},
doi = {10.1016/j.im.2013.08.006}
}
@article{SecPolComp09,
author = {Shaw, R. S. and Chen, Charlie C. and Harris, Albert L. and Huang, Hui-Jou},
title = {The Impact of Information Richness on Information Security Awareness Training Effectiveness},
journal = {Computers \& Education},
volume = {52},
number = {1},
month = jan,
year = {2009},
issn = {0360-1315},
pages = {92--100},
numpages = {9},
publisher = {Elsevier Science Ltd.},
address = {Oxford, UK, UK}
}
@INPROCEEDINGS{RT2AE_SOTICS13,
AUTHOR = "Seigneur, J.-M. and Kölndorfer, P. and Busch, M. and Hochleitner, C.",
TITLE = {A survey of trust and risk metrics for a {BYOD} mobile working world},
BOOKTITLE = "Third International Conference on Social Eco-Informatics
(SOTICS 2013)",
YEAR = "2013",
PAGES = "82--91",
ORGANIZATION = "IARIA",
PUBLISHER = "Curran Associates Inc"
}
@inproceedings{policy_generation_clustering_10,
author = {Samak, Taghrid and Al-Shaer, Ehab},
title = {Synthetic Security Policy Generation via Network Traffic Clustering},
booktitle = {Proceedings of the 3rd ACM Workshop on Artificial Intelligence and Security},
series = {AISec '10},
year = {2010},
isbn = {978-1-4503-0088-9},
location = {Chicago, Illinois, USA},
pages = {45--53},
numpages = {9},
url = {http://doi.acm.org/10.1145/1866423.1866433},
doi = {10.1145/1866423.1866433},
acmid = {1866433},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{android11,
author = {Orthacker, Clemens and Teufl, Peter and Kraxberger, Stefan and Lackner, Günther and Gissing, Michael and Marsalek, Alexander and Leibetseder, Johannes and Prevenhueber, Oliver},
title = {Android Security Permissions - Can We Trust Them?},
booktitle = {Security and Privacy in Mobile Information and Communication Systems - Third International {ICST} Conference, MobiSec 2011},
editor = {Ramjee Prasad and
K{\'{a}}roly Farkas and
Andreas U. Schmidt and
Antonio Lioy and
Giovanni Russello and
Flaminia L. Luccio},
pages = {40-51},
publisher = {Springer},
year = {2011}
}
@inproceedings{gangula2013survey,
title={Survey on Mobile Computing Security},
author={Gangula, Arunkumar and Ansari, Saad and Gondhalekar, Mayur},
booktitle={Modelling Symposium (EMS), 2013 European},
pages={536--542},
year={2013},
organization={IEEE}
}
@book{weber2010internet,
title="Internet of Things",
author={Weber, Rolf H and Weber, Romana},
year={2010},
publisher={Springer}
}
@article{kao2011securing,
title={Securing mobile devices in the business environment},
author={Kao, I-Lung},
year={2011}
}
@article{GA_intrusion-majeed,
author = {Majeed, P.G. and Kumar, S.},
title = {{Genetic Algorithms in Intrusion Detection Systems: A Survey}},
journal = {International Journal of Innovation and Applied Studies},
volume = {5},
year = {2014},
pages = {233--240},
issue = {3},
number = {3},
issn = {2028-9324}
}
@BOOK{EventProcessing_Luckham02,
AUTHOR = "Luckham, D.",
TITLE = {The Power of Events: An Introduction to Complex Event Processing in Distributed Enterprise Systems},
PUBLISHER = "Addison-Wesley",
YEAR = "2002",
ADDRESS = "MA, USA"
}
@inproceedings{classification_67,
title = "Some methods for classification and analysis of multivariate observations",
author = "MacQueen, J.",
booktitle = "Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability, Volume 1: Statistics",
pages = "281--297",
publisher = "University of California Press",
address = "Berkeley, Calif.",
url = "http://projecteuclid.org/euclid.bsmsp/1200512992",
year = "1967"
}
@book{BigData_11,
author = {Ratner, Bruce},
title = {Statistical and Machine-Learning Data Mining: Techniques for Better Predictive Modeling and Analysis of Big Data, Second Edition},
year = {2011},
isbn = {1439860912, 9781439860915},
edition = {2nd},
publisher = {CRC Press, Inc.},
address = {Boca Raton, FL, USA},
}
@BOOK{MachineLearning_Bishop06,
AUTHOR = "C.M. Bishop",
TITLE = "Pattern recognition and Machine Learning",
PUBLISHER = "Springer",
YEAR = "2006"
}
@ARTICLE{DataMining_Lee01,
AUTHOR = "Sang Jun Lee and Keng Siau",
TITLE = "A review of data mining techniques",
JOURNAL = "Industrial Management \& Data Systems",
YEAR = "2001",
VOLUME = "101",
NUMBER = "1",
PAGES = "41-46"
}
@article{GP_intrusion-lu,
author = {Wei Lu and
Issa Traor{\'{e}}},
title = {Detecting New Forms of Network Intrusion Using Genetic Programming},
journal = {Computational Intelligence},
volume = {20},
number = {3},
pages = {475--494},
year = {2004}
}
@TECHREPORT{MIT05,
author = {Lippmann, R.P. and Ingols, K.W. and Scott, C. and Piwowarski, K. and Kratkiewicz, K.J. and Artz, M. and Cunningham, R.K.},
title = {Evaluating and Strengthening Enterprise Network Security Using Attack Graphs},
INSTITUTION = "Lincoln Laboratory. Massachusetts Institute of Technology",
YEAR = "2005",
TYPE = "Project Report",
NUMBER = {IA-2},
MONTH = "October"
}
@inproceedings{sec_policy_evolution_gp_08,
author = {Yow Tzu Lim and
Pau{-}Chen Cheng and
Pankaj Rohatgi and
John Andrew Clark},
title = {{MLS} security policy evolution with genetic programming},
booktitle = {Genetic and Evolutionary Computation Conference, {GECCO} 2008, Proceedings, Atlanta, GA, USA, July 12-16, 2008},
pages = {1571--1578},
year = {2008},
crossref = {DBLP:conf/gecco/2008}
}
@proceedings{DBLP:conf/gecco/2008,
editor = {Conor Ryan and
Maarten Keijzer},
title = {Genetic and Evolutionary Computation Conference, {GECCO} 2008, Proceedings,
Atlanta, GA, USA, July 12-16, 2008},
publisher = {{ACM}},
year = {2008},
isbn = {978-1-60558-130-9}
}
@inproceedings{user_classification_ml_13,
author = {Leontjeva, Anna and Goldszmidt, Moises and Xie, Yinglian and Yu, Fang and Abadi, Mart\'{\i}n},
title = {Early Security Classification of Skype Users via Machine Learning},
booktitle = {Proceedings of the 2013 ACM Workshop on Artificial Intelligence and Security},
series = {AISec '13},
year = {2013},
isbn = {978-1-4503-2488-5},
location = {Berlin, Germany},
pages = {35-44},
numpages = {10},
publisher = {ACM},
address = {New York, NY, USA}
}
@INPROCEEDINGS{EAs_securitycosts-kirta,
AUTHOR = "Kirta, T. and Kivimaab, J.",
TITLE = "Optimizing it security costs by evolutionary algorithms",
BOOKTITLE = "Conference on Cyber Conflict",
YEAR = "2010",
EDITOR = "C. Czosseck and K. Podins",
PAGES = "145--160",
PUBLISHER = "CCD COE Publications",
ADDRESS = "Tallinn, Estonia"
}
@book{GP_Koza92,
author = {J. R. Koza},
title = {Genetic Programming: On the programming of computers by means of natural selection},
publisher = {MIT Press},
year = 1992,
address = {Cambridge, MA},
}
@book{GAs_Michalewicz96,
title = {Genetic Algorithms + Data Structures = Evolution Programs},
author = {Zbigniew Michalewicz},
publisher = {Springer},
edition= "Third",
year = {1996}
}
@book{GAs_Goldberg89,
author = "David E. Goldberg",
title = "Genetic Algorithms in search, optimization and machine learning",
publisher = "Addison Wesley",
year = 1989
}
@Book{EAs_Back96,
author = "T. Back",
title = "Evolutionary algorithms in theory and practice",
publisher = "Oxford University Press",
year = 1996
}
@inproceedings{feature_selection_anomalies_08,
author = {Kloft, Marius and Brefeld, Ulf and D\"{u}essel, Patrick and Gehl, Christian and Laskov, Pavel},
title = {Automatic Feature Selection for Anomaly Detection},
booktitle = {Proceedings of the 1st ACM Workshop on Workshop on AISec},
series = {AISec '08},
year = {2008},
isbn = {978-1-60558-291-7},
location = {Alexandria, Virginia, USA},
pages = {71--76},
numpages = {6},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{imbalance_techniques_02,
author = {Japkowicz, Nathalie and Stephen, Shaju},
title = {The Class Imbalance Problem: A Systematic Study},
journal = {Intelligent Data Analysis},
volume = {6},
number = {5},
month = oct,
year = {2002},
issn = {1088-467X},
pages = {429--449},
publisher = {IOS Press},
address = {Amsterdam, The Netherlands, The Netherlands}
}
@article{Clustering_Jain99,
author = {Jain, A. K. and Murty, M. N. and Flynn, P. J.},
title = {Data Clustering: A Review},
journal = {ACM Comput. Surv.},
volume = {31},
number = {3},
month = sep,
year = {1999},
issn = {0360-0300},
pages = {264--323},
publisher = {ACM},
address = {New York, NY, USA}
}
@ARTICLE{SecPolPenalty09,
AUTHOR = "Herath, T. and Rao, H.R.",
TITLE = "Protection motivation and deterrence: a framework for security policy compliance in organisations",
JOURNAL = "European Journal of Information System",
YEAR = "2009",
VOLUME = "18",
PAGES = "106--125"
}
@ARTICLE{PatternMining_Han07,
author = {Han, Jiawei and Cheng, Hong and Xin, Dong and Yan, Xifeng},
title = {Frequent Pattern Mining: Current Status and Future Directions},
journal = {Data Min. Knowl. Discov.},
volume = {15},
number = {1},
year = {2007},
pages = {55-86},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA}
}
@article{FeatureSelection_Guyon03,
author = {Guyon, Isabelle and Elisseeff, Andr{\'e}},
title = {An Introduction to Variable and Feature Selection},
journal = {Journal of Machine Learning Research},
volume = {3},
month = mar,
year = {2003},
issn = {1532-4435},
pages = {1157--1182},
publisher = {JMLR.org}
}
@inproceedings{inferring_policies_socialnetworks_09,
author = {Danezis, George},
title = {Inferring Privacy Policies for Social Networking Services},
booktitle = {Proceedings of the 2Nd ACM Workshop on Security and Artificial Intelligence},
series = {AISec '09},
year = {2009},
isbn = {978-1-60558-781-3},
location = {Chicago, Illinois, USA},
pages = {5-10},
publisher = {ACM},
address = {New York, NY, USA}
}
@BOOK{SecPol09,
AUTHOR = "Cresson Wood, C. and Lineman, D",
TITLE = "Information Security Policies Made Easy",
PUBLISHER = "Information Shield, Inc.",
YEAR = "2009",
VOLUME = "Version 11"
}
@inproceedings{botnet_detection_clustering_09,
author = {Su Chang and
Thomas E. Daniels},
title = {{P2P} botnet detection using behavior clustering {\&} statistical
tests},
booktitle = {Proceedings of the 2nd {ACM} Workshop on Security and Artificial Intelligence,
AISec 2009, Chicago, Illinois, USA, November 9, 2009},
pages = {23--30},
year = {2009},
crossref = {DBLP:conf/ccs/2009aisec}
}
@proceedings{DBLP:conf/ccs/2009aisec,
editor = {Dirk Balfanz and
Jessica Staddon},
title = {Proceedings of the 2nd {ACM} Workshop on Security and Artificial Intelligence,
AISec 2009, Chicago, Illinois, USA, November 9, 2009},
publisher = {{ACM}},
year = {2009},
isbn = {978-1-60558-781-3}
}
@article{SecPolComp10,
author = {Bulgurcu, Burcu and Cavusoglu, Hasan and Benbasat, Izak},
title = {Information Security Policy Compliance: An Empirical Study of Rationality-based Beliefs and Information Security Awareness},
journal = {MIS Q.},
issue_date = {September 2010},
volume = {34},
number = {3},
month = sep,
year = {2010},
issn = {0276-7783},
pages = {523--548},
publisher = {Society for Information Management and The Management Information Systems Research Center},
address = {Minneapolis, MN, USA}
}
@INPROCEEDINGS{SecPolComp12,
author={Al-Omari, A. and El-Gayar, O. and Deokar, A.},
booktitle={System Science (HICSS), 2012 45th Hawaii International Conference on},
title={Security Policy Compliance: User Acceptance Perspective},
year={2012},
month={Jan},
pages={3317--3326}
}
@incollection{cost_adjustment_07,
year={2007},
isbn={978-3-540-71804-8},
booktitle={Applications of Evolutionary Computing},
volume={4448},
series={Lecture Notes in Computer Science},
editor={Giacobini, Mario},
title={A Genetic Programming Approach for Bankruptcy Prediction Using a Highly Unbalanced Database},
url={http://dx.doi.org/10.1007/978-3-540-71805-5_19},
publisher={Springer Berlin Heidelberg},
author={Alfaro-Cid, Eva and Sharman, Ken and Esparcia-Alcázar, Anna I.},
pages={169-178}
}
@incollection{Cios07DataMining,
year={2007},
isbn={978-0-387-33333-5},
booktitle={Data Mining: A Knowledge Discovery Approach},
title={Introduction},
url={http://dx.doi.org/10.1007/978-0-387-36795-8_1},
publisher={Springer US},
author={Cios, Krzysztof J. and Swiniarski, Roman W. and Pedrycz, Witold and Kurgan, Lukasz A.},
pages={3-7},
language={English}
}
@inproceedings{Shirkhorshidi14Review,
author = {Ali Seyed Shirkhorshidi and
Saeed Reza Aghabozorgi and
Ying Wah Teh and
Tutut Herawan},
title = {Big Data Clustering: {A} Review},
booktitle = {Computational Science and Its Applications - {ICCSA} 2014 - 14th International
Conference, Guimar{\~{a}}es, Portugal, June 30 - July 3, 2014, Proceedings,
Part {V}},
pages = {707--720},
url = {http://dx.doi.org/10.1007/978-3-319-09156-3_49},
editor = {Beniamino Murgante and
Sanjay Misra and
Ana Maria A. C. Rocha and
Carmelo Maria Torre and
Jorge Gustavo Rocha and
Maria Irene Falc{~{a}}o and
David Taniar and
Bernady O. Apduhan and
Osvaldo Gervasi},
series = {Lecture Notes in Computer Science},
volume = {8583},
publisher = {Springer},
year = {2014},
}
@TECHREPORT{deliverable21,
author = {Arfwedson, H. and Burvall, M. and Ali, Y. and Mora, A.M. and de las Cuevas, P. and Zamarripa, S. and Seigneur, J.M. and Hodaie, Z.},
title = {{D2.1 MUSES Architecture and Prototype Specification Report}},
pages = {23--27},
INSTITUTION = "FP7-ICT-2011-8",
YEAR = "2013",
TYPE = "Project Report",
NUMBER = {D2-1},
MONTH = "October"
}
@TECHREPORT{deliverable52,
author = {Zamarripa, S. and de las Cuevas, P. and Mora, A. M. and Stanik, C. and J. J. Merelo and Esparcia, A. I.},
title = {{D5.2 First prototype of MUSES self-adaptive event correlation system}},
INSTITUTION = "FP7-ICT-2011-8",
YEAR = "2014",
TYPE = "Project Report",
NUMBER = {D5-2},
MONTH = "May"
}
@TECHREPORT{deliverable72,
author = {Van Der Sype, Yung Shing},
title = {D7.2 Policy Recommendations for the Existing Legal Framework},
INSTITUTION = "FP7-ICT-2011-8",
YEAR = "2014",
TYPE = "Project Report",
NUMBER = {D7-2},
MONTH = "May"
}
@inproceedings{abowd1999towards,
title={Towards a better understanding of context and context-awareness},
author={Abowd, Gregory D and Dey, Anind K and Brown, Peter J and Davies, Nigel and Smith, Mark and Steggles, Pete},
booktitle={Handheld and ubiquitous computing},
pages={304--307},
year={1999},
organization={Springer}
}
@TECHREPORT{viega2005use,
title={{The Use of Galois/Counter Mode (GCM) in IPsec Encapsulating Security Payload (ESP)}},
author={Viega, John and McGrew, David A},
institution={Cisco Systems, Inc.},
year={2005},
note={RFC 4106},
url={https://tools.ietf.org/html/rfc4106}
}
@techreport{salter2012suite,
title={Suite B profile for transport layer security (TLS)},
author={Salter, M and Housley, R},
year={2012},
institution={National Security Agency},
note={RFC 6460},
url={https://tools.ietf.org/html/rfc6460}
}
@MISC{hildenbrand2014,
title={There is no magic in root},
author={Jerry Hildenbrand},
year={2014},
note={http://www.androidcentral.com/there-no-magic-root}
}
@inproceedings{bickford2010rootkits,
title={Rootkits on smart phones: attacks, implications and opportunities},
author={Bickford, Jeffrey and O'Hare, Ryan and Baliga, Arati and Ganapathy, Vinod and Iftode, Liviu},
booktitle={Proceedings of the eleventh workshop on mobile computing systems \& applications},
pages={49--54},
year={2010},
organization={ACM}
}
@book{liu1998feature,
title={Feature extraction, construction and selection: A data mining perspective},
author={Liu, Huan and Motoda, Hiroshi},
year={1998},
publisher={Springer Science \& Business Media}
}
%%%%%ADDED BY FERGU FOR REVIEWER 3
@ARTICLE{Garba15organisational,
author={Garba, A.B. and Armarego, J. and Murray, D.},
title={Bring your own device organisational information security and privacy},
journal={ARPN Journal of Engineering and Applied Sciences},
year={2015},
volume={10},
number={3},
pages={1279-1287},
}
@inproceedings{Scarfo12survey,
author = {Antonio Scarf{\`{o}}},
title = {New Security Perspectives around {BYOD}},
booktitle = {2012 Seventh International Conference on Broadband, Wireless Computing,
Communication and Applications, Victoria, BC, Canada, November 12-14,
2012},
pages = {446--451},
year = {2012},
publisher = {{IEEE}},
url = {http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=6362368},
isbn = {978-1-4673-2972-9},
}
@article{Gessner13userfriendly,
title={Towards a user-friendly security-enhancing BYOD solution},
author={Gessner, Dennis and Girao, Joao and Karame, Ghassan and Li, Wenting},
journal={NEC Technical Journal},
volume={7},
number={3},
pages={113--116},
year={2013},
publisher={{NEC}},
}
@inproceedings{Armando14metamarket,
author = {Alessandro Armando and
Gabriele Costa and
Alessio Merlo and
Luca Verderame},
title = {Enabling {BYOD} through secure meta-market},
booktitle = {7th {ACM} Conference on Security {\&} Privacy in Wireless and
Mobile Networks, WiSec'14, Oxford, United Kingdom, July 23-25, 2014},
pages = {219--230},
editor = {Gergely {\'{A}}cs and
Andrew Martin and
Ivan Martinovic and
Claude Castelluccia and
Patrick Traynor},
publisher = {{ACM}},
year = {2014},
isbn = {978-1-4503-2972-9},
}
@MISC{thor2013,
AUTHOR = "Thor Olavsrud",
TITLE = "10 Mobile Device Management Leaders That Help IT Control BYOD",
YEAR = "2013",
NOTE = "http://www.networkworld.com/article/2357899/data-center/108866-10-Mobile-Device-Management-Leaders-That-Help-IT-Control-BYOD.html\#slide11"
}
@MISC{idc2014,
AUTHOR = "International Data Corporation (IDC)",
TITLE = "Smartphone OS Market Share, 2014 Q3",
YEAR = "2014",
NOTE = "http://www.idc.com/prodserv/smartphone-os-market-share.jsp"
}
@article{Haejung12Door,
author = { Haejung Yun and William J. Kettinger and Choong C. Lee },
title = {A New Open Door: The Smartphone's Impact on Work-to-Life Conflict, Stress, and Resistance},
journal = {International Journal of Electronic Commerce},
volume = {16},
number = {4},
pages = {121-152},
year = {2012},
doi = {10.2753/JEC1086-4415160405},
}
@MISC{Azzurri_tool,
AUTHOR = "{Azzurri Communications}",
TITLE = "Icon Mobilise",
NOTE = "http://www.azzurricommunications.com/icon-mobilise"
}
@mastersthesis{Samaras13SaaS,
author = {Vasileios Samaras},
title = {A BYOD Enterprise Security Architecture for accessing SaaS cloud services},
school = {Delft University of Technology},
year = 2013,
month = 8,
}
@article{Romer14BestPractices,
title = "Best practices for {BYOD} security ",
journal = "Computer Fraud \& Security ",
volume = "2014",
number = "1",
pages = "13 - 15",
year = "2014",
issn = "1361-3723",
author = "Hormazd Romer",
}
@inproceedings{blasing2010android,
title={Android Application Sandbox},
author={Bl{\"a}sing, Thomas},
booktitle={4. GI FG SIDAR Graduierten-Workshop {\"u}ber Reaktive Sicherheit},
pages={10},
year={2010},
organization={Citeseer}
}
@MISC{ibmVulnMgm,
AUTHOR = "{IBM}",
TITLE = "Hosted Vulnerability Management",
URL = "http://www-935.ibm.com/services/us/en/it-services/security-services/vulnerability-management/"
}
@MISC{mobFirstAuth,
AUTHOR = "MobileFirst Foundation",
TITLE = "Offline Authentication",
URL = "https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-6-3/authentication-security/offline-authentication/"
}
@MISC{wso2Pol,
AUTHOR = "{WSO2}",
TITLE = "Working with Policies",
URL = "https://docs.wso2.com/display/EMM200/Working+with+Policies"
}