forked from AlexandroRoxaz/Database_Protection_2023
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbibliography.bib
More file actions
1090 lines (952 loc) · 41.2 KB
/
bibliography.bib
File metadata and controls
1090 lines (952 loc) · 41.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
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
@article{Al2015,
author = {Ал-Исауи Висам Чяад Карим, Смелов Владимир Владиславович, and Мороз Леонарда Станиславовна},
journal = {Труды БГТУ. Серия 3: Физико-математические науки и информатика},
number = {6},
pages = {171--175},
title = {{Обобщенная модель информационной безопасности системы управления базами данных}},
url = {https://cyberleninka.ru/article/n/obobschennaya-model-informatsionnoy-bezopasnosti-sistemy-upravleniya-bazami-dannyh/viewer},
year = {2015}
}
@article{Ytebov2008,
author = {Утебов Данияр Рашидович, Белов Сергей Валерьевич},
journal = {Вестник Астраханского государственного технического университета},
number = {1},
year = {2008},
pages = {87--92},
title = {{Классификация угроз в системах управления базами данных}},
url = {https://cyberleninka.ru/article/n/klassifikatsiya-ugroz-v-sistemah-upravleniya-bazami-dannyh/viewer}
}
@article{Mysev2019,
author = {Мысев Алексей Эдуардович, Морозов Николай Владимирович},
journal = {Отечественная юриспруденция},
number = {3},
year = {2019},
pages = {51--55},
title = {{Правовое регулирование информационной безопасности в Российской Федерации}},
url = {https://cyberleninka.ru/article/n/pravovoe-regulirovanie-informatsionnoy-bezopasnosti-v-rossiyskoy-federatsii}
}
@book{Smirnov2007,
author = {Смирнов},
title = {{Безопасность систем баз данных}},
publisher = {Гелиос АРВ},
year = 2007,
isbn = {9785854381635},
url = {https://www.twirpx.com/file/1706071/}
}
@book{ExpertSystems,
author = {{Никулин А.Н.}},
title = {{Экспертные системы}},
publisher = {Ульяновск, УлГТУ},
year = 2015,
isbn = {978-5-9795-1489-5},
url = {http://venec.ulstu.ru/lib/disk/2016/75.pdf}
}
@online{Lihonosov2011,
author = {{Лихоносов А. Г.}},
title = {{Интернет-курс по дисциплине Безопасность баз данных}},
url = {http://www.e-biblio.ru/book/bib/01_informatika/b_baz_dan/sg.html},
urldate = {2020-03-01},
year={2011}
}
@online{Sergeeva,
author = {{Т.Ю.Сергеева, М.Ю.Сергеев}},
title = {{Распределенная обработка данных}},
url = {https://cchgeu.ru/upload/iblock/cf5/metod_roi_ivt_ras_24.06.2016.pdf},
urldate = {2020-04-20},
year = {2014}
}
@online{DDBMSIndusEdition,
url = {https://www.tutorialspoint.com/distributed_dbms/distributed_dbms_databases.htm},
urldate = {2022-06-13}
}
@online{bmstu,
author = {{Бомонка}},
title = {{Распределенная обработка данных}},
url = {https://ru.bmstu.wiki/%D0%A0%D0%B0%D1%81%D0%BF%D1%80%D0%B5%D0%B4%D0%B5%D0%BB%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F_%D0%BE%D0%B1%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0_%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85},
urldate = {2020-04-20},
year = {2019}
}
@online{dce,
url = {https://www.ibm.com/docs/en/cics-ts/5.3?topic=SSGMCP_5.3.0/com.ibm.cics.ts.doc/dfhtm/topics/dfhtm0a.html},
urldate = {2022-06-14}
}
@book{WebServices,
author = {{G. Alonso, F. Casati, H. Kuno, V. Machiraju}},
title = {Web Services. Concepts, Architectures and Applications},
year = {2004},
isbn = {978-3-662-10876-5}
}
@online{infosec,
author = {{В. Ю. Статьев, В.А. Тиньков}},
title = {{Информационная безопасность распределенных информационных систем}},
url = {http://emag.iis.ru/arc/infosoc/emag.nsf/BPA/9191949adeb83654c32575be0039f17c},
urldate = {2020-04-20}
}
@online{PostrgreSQL,
url = {https://www.postgresql.org/docs/},
urldate = {2020-05-20}
}
@online{oracle,
url = {https://www.oracle.com/ru/database/},
urldate = {2020-05-21}
}
@online{oracleWhatIsDatabase,
url = {https://www.oracle.com/cis/database/what-is-database/#:~:text=База%20данных%20—%20это%20упорядоченный,для%20краткости%2C%20просто%20базой%20данных},
urldate = {2024-04-29}
}
@online{casandra,
url = {https://cassandra.apache.org},
urldate = {2020-05-22}
}
@book{ComputerSecurity2008,
author = {Lawrie Brown, William Stallings},
title = {{Computer Security Principles and Practice}},
publisher = {Pearson},
year = 2008,
isbn = {9780134794105},}
@article{IDSClassification,
author = {Stefan Axelsson},
title = {Intrusion detection systems: a survey and taxonomy},
month = {3},
year = {2000},
journal = {Technical Report 99–15},
publisher = {Chalmers Univ.},
}
@article{IDSBranitsky,
author = {А.А. Браницкий, И.В. Котенко},
journal = {Труды СПИИРАН, выпуск 45},
year = {2016},
title = {Анализ и классификация методов обнаружения сетевых атак},
pages = {207--244},
url = {http://www.mathnet.ru/links/348a035b6c0c5f4351d9a14db6e991fe/trspy873.pdf}
}
@techreport{IDSFSTEK,
title = {ИНФОРМАЦИОННОЕ ПИСЬМО ОБ УТВЕРЖДЕНИИ ТРЕБОВАНИЙ К СИСТЕМАМ ОБНАРУЖЕНИЯ ВТОРЖЕНИЙ},
institution = {ФЕДЕРАЛЬНАЯ СЛУЖБА ПО ТЕХНИЧЕСКОМУ И ЭКСПОРТНОМУ КОНТРОЛЮ (ФСТЭК РОССИИ)},
year = {2012}
}
@online{kasperskyIDS,
url = {https://encyclopedia.kaspersky.ru/glossary/ids-intrusion-detection-system/},
urldate = {2024-08-23}
}
@online{kasperskyIPS,
url = {https://encyclopedia.kaspersky.ru/glossary/ips-intrusion-prevention-system/},
urldate = {2024-08-23}
}
@article{SIEMSec,
author = {K.-O. Detken, T. Rix, C. Kleiner},
journal = {The 8th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems},
year = {2015},
title = {SIEM approach for a higher level of IT security in enterprise networks},
pages = {1--2},
url = {https://simu-project.de/cms/upload/pdf/SIMU_IDAACS2015_final.pdf}
}
@online{IBMSIEM,
url = {https://www.ibm.com/topics/siem},
urldate = {2024-08-25}
}
@online{KasperskyEDR,
url = {https://encyclopedia.kaspersky.ru/glossary/edr-endpoint-detection-response/},
urldate = {2024-09-20}
}
@online{PositiveTechnologiesXDR,
url = {https://www.ptsecurity.com/ru-ru/research/knowledge-base/dlya-chego-kompaniyam-xdr-resheniya/},
urldate = {2024-09-20}
}
@online{KasperskyXDR,
url = {https://content.kaspersky-labs.com/se/media/en/business-security/enterprise/XDRvsSIEMvsSOAR_article.pdf},
urldate = {2024-09-20}
}
@article{SDB1989,
author = {NABIL R. ADAM, JOHN C. WORTMANN},
journal = {ACM Computing Surveys, Vol. 21,},
number = {4},
year = {1989},
title = {Security-Control Methods for Statistical Databases: A Comparative Study},
url = {https://dl.acm.org/doi/pdf/10.1145/76894.76895}
}
@book{IntroBD2014,
author = {{Дейт К. Дж.}},
title = {{Введение в системы баз данных [7 издание]}},
publisher = {Уфимский Государственный Авиационный Технический Университет},
year = 2014,
}
@article{SDB1999,
author = {KRISHNAMURTY MURALIDHAR, RATHINDRA SARATHY},
journal = {ACM Transactions on Database Systems, Vol. 24},
number = {4},
year = {1999},
title = {Security of Random Data Perturbation Methods},
url = {https://www.researchgate.net/publication/220225494_Security_of_Random_Data_Perturbation_Methods}
}
@article{LatticeModel,
author = {Gultekin Ozsoyoglu, JiYong Chung},
journal = {1986 IEEE Second International Conference on Data Engineering},
year = {1986},
title = {Information loss in the lattice model of summary tables due to cell suppression},
url = {https://ieeexplore.ieee.org/document/7266208}
}
@article{Utebov2008,
author = {Утебов Д. Р., Белов С. В.},
journal = {Вестник Астраханского государственного технического университета},
number = {1},
year = {2008},
pages = {87--92},
title = {{Классификация угроз в системах управления базами данных}},
url = {https://cyberleninka.ru/article/n/klassifikatsiya-ugroz-v-sistemah-upravleniya-bazami-dannyh}
}
@book{Pirogov2009,
author = {Пирогов},
title = {{Информационные системы и базы данных: организация и проектирование}},
publisher = {БХВ-Петербург},
year = 2009,
isbn = {978-5-9775-0399-0},
url = {https://litmy.ru/knigi/os_bd/107950-informacionnye-sistemy-i-bazy-dannyh-organizaciya-i-proektirovanie.html}
}
@book{Karpova2009,
author = {Карпова},
title = {{Базы данных. Учебное пособие}},
publisher = {Питер},
year = 2009,
isbn = {978-5-94157-770-5},
url = {https://rucont.ru/file.ashx?guid=a46c217d-4dbd-496b-a229-2ac562197d70}
}
@book{Kirillov2009,
author = {Кирилов},
title = {{Введение в реляционные базы данных}},
publisher = {БХВ-Петербург},
year = 2009,
isbn = {978-5-496-00546-3},
url = {https://mipt.ru/dnbic/content/db.pdf}
}
@book{Date2005,
author = {Дейт},
title = {{Введение в системы баз данных}},
publisher = {Вильямс},
year = 2005,
isbn = {5-8459-0788-8},
url = {http://tc.kpi.ua/content/lib/vvedenie_v_sistemy_baz_dannyh_8izdanie.pdf}
}
@online{SqlOracle,
author = {Sql-oracle},
title = {{Представления словаря данных}},
url = {http://sql-oracle.ru/predstavleniya-slovarya-dannyx.html},
urldate = {2020-05-30},
year={2014}
}
@online{Serial,
author = {{Citforum}},
title = {{Транзакции и целостность баз данных}},
url = {http://citforum.ru/database/dblearn/dblearn09.shtml},
urldate = {2020-05-30},
year={2020}
}
@online{Intuit,
author = {{Intuit}},
title = {{Лекция 11: Модели транзакций}},
url = {https://www.intuit.ru/studies/professional_retraining/953/courses/297/lecture/7419?page=4},
urldate = {2020-05-30},
year={2020}
}
@online{IntuitTrigg,
author = {{Intuit}},
title = {{Лекция 14: Триггеры: создание и применение}},
url = {https://www.intuit.ru/studies/courses/5/5/lecture/148},
urldate = {2020-05-30},
year={2020}
}
@online{Wiki,
author = {{Wikipedia}},
title = {{Двухфазная блокировка}},
url = {https://ru.wikipedia.org/wiki/Двухфазная_блокировка},
urldate = {2020-05-30},
year={2020}
}
@online{WikiLink,
author = {{Wikipedia}},
title = {{Ссылочная целостность}},
url = {https://ru.wikipedia.org/wiki/Ссылочная_целостность},
urldate = {2020-05-30},
year={2020}
}
@online{TransCit,
author = {{Citforum}},
title = {{Двухфазная блокировка}},
url = {https://ru.wikipedia.org/wiki/Двухфазная_блокировка},
urldate = {2020-05-30},
year={2020}
}
@online{OSP,
author = {{Jet Infosystems}},
title = {{Системы управления базами данных - коротко о главном}},
url = {https://www.osp.ru/news/articles/1995/0402/13031414#part_4},
urldate = {2020-05-30},
year={1995}
}
@book{GOST50922,
author = {Федеральное агенство по техническому регулированию и метрологии},
title = {{ГОСТ Р 50922—2006. Защита информации. Основные термины и определения.}},
publisher = {Стандартинформ},
year = 2008,
url = {https://files.stroyinf.ru/Data2/1/4293836/4293836037.pdf}
}
@book{OrangeBook,
author = {Department Of Defense},
title = {Trusted Computer System Evaulation Criteria},
year = {1983},
url = {https://irp.fas.org/nsa/rainbow/std001.htm}
}
@online{OrangeBookTranslation,
title = {Информационная безопасность --- обзор основных положений. Часть 1},
url = {https://www.jetinfo.ru/informaczionnaya-bezopasnost-obzor-osnovnyh-polozhenij-chast-1/}
}
@book{PurpleBook,
author = {The National Computer Security Center},
title = {Trusted Database Management System Interpretation},
year = {1991},
url = {https://irp.fas.org/nsa/rainbow/tg021.htm}
}
@article{CombinedSecurityPolicies,
title = {Совмещение политик безопасности, основанное на алгоритмах поддержки принятий решений},
author = {С.В. Белим, Н.Ф. Богаченко, Ю.С. Ракицкий},
journal = {Информационно-управляющие системы},
number = {5},
year = {2016},
pages = {66 -- 72},
url = {https://cyberleninka.ru/article/n/sovmeschenie-politik-bezopasnosti-osnovannoe-na-algoritmah-podderzhki-prinyatiya-resheniy/viewer}
}
@book{CISSP,
author = {Harris Shon},
title = {CISSP All-in-One Exam Guide},
year = {2012},
publisher = {McGraw-Hill Osborne Media},
isbn = {0071781749},
}
@article{BellLaPadulaModel,
author = {D. Elliott Bell, Leonard J. LaPadula},
journal = {MITRE Technical Report 2547},
number = {1},
year = {1973},
title = {Secure Computer Systems: Mathematical Foundations},
url = {https://web.archive.org/web/20060618092351/http://www.albany.edu/acc/courses/ia/classics/belllapadula1.pdf}
}
@online{FSTECCertificationSystem,
title = {Приказ ФСТЭК России от 3 апреля 2018 г. № 55 Об утверждении положения о системе сертификации средств защиты информации},
author = {ФСТЭК России},
url = {https://fstec.ru/dokumenty/vse-dokumenty/prikazy/prikaz-fstek-rossii-ot-3-aprelya-2018-g-n-55},
year = {2018}
}
@online{GTKTemporaryRegulation,
title = {Руководящий документ ГТК России от 30 марта 1992 г. Временное положение по организации разработки, изготовления
и эксплуатации программных и технических средств защиты информации от несанкционированного доступа в автоматизированных системах
и средствах вычислительной техники},
author = {ГТК России},
url = {https://meganorm.ru/Index2/1/4293791/4293791148.htm},
year = {1992}
}
@misc{FSTECContacts,
title = {Контакты ФСТЭК России},
url = {https://fstec.ru/kontakty}
}
@online{GTK_1992,
title = {Руководящий документ ГТК России от 30 марта 1992 г. Средства вычислительной техники. Защита от несанкционированного доступа к информации. Показатели
защищенности от несанкционированного доступа к информации},
author = {ГТК России},
url = {https://fstec.ru/dokumenty/vse-dokumenty/spetsialnye-normativnye-dokumenty/rukovodyashchij-dokument-ot-30-marta-1992-g-2},
year = {1992}
}
@book{Zegzhda,
author = {Зегжда Д.П., Ивашко А.M.},
title = {{Основы безопасности информационных систем}},
publisher = {Горячая линия - Телеком},
year = 2000,
isbn = {5-93517-018-3},
url = {https://www.studmed.ru/zegzhda-d-p-osnovy-bezopasnosti-informacionnyh-sistem_dcc012e982a.html}
}
@online{URFULecture10Models,
author = {{Уральский федеральный университет}},
title = {{Лекция 10. Политика и модели безопасности}},
url = {https://learn.urfu.ru/resource/index/data/resource_id/40980/revision_id/0},
urldate = {2021-04-07},
}
@online{CitForumSafeDB,
author = {{Лилия Козленко}},
title = {{Информационная безопасность в современных системах управления базами данных}},
url = {http://citforum.ru/security/articles/safe_db/},
urldate = {2021-04-09},
}
@book{Skakun,
title = {{Защита информации в базах данных и экспертных системах}},
author = {{Скакун В.В.}},
publisher = {БГУ},
year = {2017},
url = {https://elib.bsu.by/bitstream/123456789/48524/5/%D0%97%D0%B0%D1%89%D0%B8%D1%82%D0%B0%20%D0%B8%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D0%B8%20%D0%B2%20%D0%91%D0%94.pdf},
urldate = {2024-05-13}
}
@online{WikiHRU,
title = {{Модель Харрисона-Руззо-Ульмана — Википедия}},
url = {https://ru.wikipedia.org/wiki/%D0%9C%D0%BE%D0%B4%D0%B5%D0%BB%D1%8C_%D0%A5%D0%B0%D1%80%D1%80%D0%B8%D1%81%D0%BE%D0%BD%D0%B0-%D0%A0%D1%83%D0%B7%D0%B7%D0%BE-%D0%A3%D0%BB%D1%8C%D0%BC%D0%B0%D0%BD%D0%B0},
urldate = {2021-04-09},
year={2021}
}
@online{WikiTakeGrant,
title = {{Модель Take-Grant — Википедия}},
url = {https://ru.wikipedia.org/wiki/%D0%9C%D0%BE%D0%B4%D0%B5%D0%BB%D1%8C_Take-Grant},
urldate = {2021-04-10},
year={2021}
}
@online{Jalili,
title = {{Database Security, 2nd Semester, CE, SUT}},
author = {Jalili},
url = {http://ce.sharif.ac.ir/courses/84-85/2/ce925/resources/root/Course%20Materials/3_Acten_Wood_Slides.pdf},
urldate = {2021-04-12},
year={2021}
}
@online{SecModels,
title = {{Security models}},
url = {https://slideplayer.com/slide/4007727/},
urldate = {2021-04-12},
year={2021}
}
@online{Biba,
title = {{Модель Биба - Biba Model}},
url = {https://ru.qaz.wiki/wiki/Biba_Model},
urldate = {2021-04-12},
year={2021}
}
@book{Osama,
author = {Osama S. Faragallah},
title = {{Multilevel Security for Relational Databases}},
publisher = {CRC Press},
year = 2015,
url = {http://www.ittoday.info/Excerpts/Multilevel_Database_Security.pdf}
}
@online{LBAC,
title = {{Lattice-based access control - Wikipedia}},
url = {https://en.wikipedia.org/wiki/Lattice-based_access_control},
urldate = {2021-04-13},
year={2021}
}
@online{Jalili2,
title = {{Rasool Jalili; 2nd semester 1384-1385; Database Security, Sharif Uni. of Tech.}},
author = {Jalili},
url = {http://ce.sharif.ir/courses/84-85/2/ce925/resources/root/Course%20Materials/5_Access_Models_Dion_SeaView.pdf},
urldate = {2021-04-14},
year={2021}
}
@book{Patterson,
author = {David A. Patterson, Garth Gibson, Randy H. Katz},
title = {{A Case of Redundant Arrays of Inexpensive Disks}},
publisher = {Department of Electrical Engineering and Computer Sciences, University of California},
year = {1988},
url = {https://www2.eecs.berkeley.edu/Pubs/TechRpts/1987/CSD-87-391.pdf}
}
@online{WikiHA,
title = {{High availability}},
url = {https://en.wikipedia.org/wiki/High_availability},
urldate = {2022-06-10},
year={2022}
}
@online{Gregorchenko,
title = {{Репликация данных}},
url = {https://highload.today/replikatsiya-dannykh/},
urldate = {2022-06-12},
year={2022}
}
@online{PostrgreSQL1,
title = {{Как настроить репликацию в PostgreSQL}},
url = {https://selectel.ru/blog/tutorials/how-to-set-up-replication-in-postgresql/},
urldate = {2022-06-12},
year={2022}
}
@online{Prometheus-vs-Zabbix,
title = {{Prometheus vs Zabbix}},
url = {https://www.metricfire.com/blog/prometheus-vs-zabbix/},
urldate = {2022-06-12},
year={2022}
}
@article{Baron,
author = {Барон Г.Г.},
journal = {Системы управления базами данных},
number = {2},
year = {1995},
title = {Параллельные архитектуры серверов баз данных},
url = {https://www.osp.ru/dbms/1995/02/13031421#part_4}
}
@book{Aristov,
author = {{Аристов Е.Н.}},
title = {{PostgreSQL 13. Тюнинг, Kubernetes, облака.}},
publisher = {ООО "Сам Полиграфист"},
year = 2021,
}
@online{Klyukin,
title = {{Управление высокодоступными PostgreSQL кластерами с помощью Patroni}},
author = {А.Клюкин, А.Кукушкин},
url = {https://habr.com/ru/post/504044/},
urldate = {2022-06-12},
year={2022}
}
@online{Greenplum,
title = {{Greenplum DB}},
author = {kapustor},
url = {https://habr.com/ru/companies/tbank/articles/267733/},
urldate = {2015-10-13},
year={2015}
}
@online{DatabaseSharding,
title = {{Database Sharding – System Design Interview Concept}},
author = {anuupadhyay},
url = {https://www.geeksforgeeks.org/database-sharding-a-system-design-concept/},
urldate = {2021-09-02},
year={2021}
}
@online{Replication,
title = {{Путеводитель по репликации баз данных}},
author = {hard\_sign},
url = {https://habr.com/ru/post/514500/},
urldate = {2020-08-10},
year={2020}
}
@online{DataDictionary,
author = {Wesley Chai},
title = {data dictionary},
url = {https://www.techtarget.com/searchapparchitecture/definition/data-dictionary},
urldate = {2021-03-19}
}
@online{MongoDocsCommands,
author = {MongoDB, Inc.},
title = {data dictionary},
url = {https://docs.mongodb.com/manual/reference/command/},
urldate = {2021-03-19}
}
@online{BeginningSQL,
author = {Paul Wilton, John Colby},
title = {Beginning SQL},
url = {https://books.google.com/books?id=9eqbXSnji84C},
urldate = {2021-03-19}
}
@online{TransactionalInformationSystems,
author = {Gerhard Weikum, Gottfried Vossen},
title = {Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control and Recovery},
url = {https://db.in.tum.de/teaching/ss20/transactions/pdf/chapter4.pdf},
urldate = {2021-04-16}
}
@online{DockerSecurity,
title = {Docker security},
url = {https://docs.docker.com/engine/security/},
urldate = {2022-04-20}
}
@online{DockerSwarmPKI,
title = {Manage swarm security with public key infrastructure (PKI)},
url = {https://docs.docker.com/engine/swarm/how-swarm-mode-works/pki/},
urldate = {2022-04-20}
}
@online{DockerSwarmSecrets,
title = {Manage sensitive data with Docker secrets},
url = {https://docs.docker.com/engine/swarm/secrets/},
urldate = {2022-04-20}
}
@online{DockerSwarmConcepts,
title = {Swarm mode key concepts},
url = {https://docs.docker.com/engine/swarm/key-concepts/},
urldate = {2022-04-20}
}
@online{KuberComponents,
title = {Kubernetes Components},
url = {https://kubernetes.io/docs/concepts/overview/components/},
urldate = {2022-04-20}
}
@online{SeaView,
title = {SeaView},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=55088}
}
@online{IDSystem,
title = {Системы и методы обнаружения вторжений},
url = {http://citforum.ru/security/internet/ids_overview/}
}
@book{BeynonDavies,
author = {{P. Beynon-Davies}},
title = {{Expert database systems}},
publisher = {McGraw-Hill},
year = 1991,
}
@book{IntrusionDetection,
author = {{T.D. Garvey, T.F. Lunt}},
title = {{Model-based Intrusion Detection}},
publisher = {Baltimore, MD},
year = 1991,
}
@online{proglib,
title = {SQL injections},
url = {https://proglib.io/p/vzlamyvaem-sayty-shpargalka-po-sql-inekciyam-2019-12-21},
urldate = {2022-06-14}
}
@article{SqlInjection,
author = {Mohd Amin Bin Mohd Yunus},
journal = {International journal on informatics visualization},
year = {2018},
title = {Review of SQL Injection : Problems and Prevention},
url = {https://www.researchgate.net/publication/325940419_Review_of_SQL_Injection_Problems_and_Prevention}
}
@techreport{ClientServerArchitecture,
TITLE = "{Различные архитектурные решения, используемые при реализации многопользовательских СУБД. Краткий обзор СУБД}",
HOWPUBLISHED = {НОУ ИНТУИТ},
PAGES = {1-3},
YEAR = {2012},
URL={https://intuit.ru/studies/courses/508/364/lecture/8643?page}
}
@techreport{OAuthRoles,
AUTHOR = "D. Hardt, Ed.",
TITLE = "{The OAuth 2.0 Authorization Framework}",
HOWPUBLISHED = {Internet Engineering Task Force (IETF)},
TYPE="{RFC}",
PAGES = {5},
YEAR = {2012},
MONTH = {10},
ISSN = {2070-1721},
URL={https://datatracker.ietf.org/doc/html/rfc6749#section-1.1}
}
@techreport{OAuthToken,
AUTHOR = "D. Hardt, Ed.",
TITLE = "{The OAuth 2.0 Authorization Framework}",
HOWPUBLISHED = {Internet Engineering Task Force (IETF)},
TYPE="{RFC}",
PAGES = {9-11},
YEAR = {2012},
MONTH = {10},
ISSN = {2070-1721},
URL={https://datatracker.ietf.org/doc/html/rfc6749#section-1.1}
}
@techreport{OAuth2.0,
AUTHOR = "D. Hardt, Ed.",
TITLE = "{The OAuth 2.0 Authorization Framework}",
HOWPUBLISHED = {Internet Engineering Task Force (IETF)},
TYPE="{RFC}",
PAGES = {1-75},
YEAR = {2012},
MONTH = {10},
ISSN = {2070-1721},
URL={https://datatracker.ietf.org/doc/html/rfc6749#section-1.1}
}
@techreport{OpenIDConnect,
AUTHOR = "N. Sakimura",
TITLE = "{OpenID Connect Standard 1.0}",
TYPE="{RFC}",
PAGES = {1-54},
YEAR = {2013},
MONTH = {7},
ISSN = {2070-1721},
URL={https://openid.net/specs/openid-connect-standard-1_0-21.html#rfc.authors}
}
@techreport{IDToken,
AUTHOR = "D. Hardt, Ed.",
TITLE = "{OpenID Connect Standard 1.0}",
TYPE="{RFC}",
PAGES = {7-8},
YEAR = {2013},
MONTH = {7},
ISSN = {2070-1721},
URL={https://openid.net/specs/openid-connect-standard-1_0-21.html#rfc.authors}
}
@online{DockerSecurityTrust,
title = {Content trust in Docker},
url = {https://docs.docker.com/engine/security/trust/},
urldate = {2022-04-20}
}
@online{DockerSecurityCertificates,
title = {Verify repository client with certificates},
url = {https://docs.docker.com/engine/security/certificates/},
urldate = {2022-04-20}
}
@online{IntrusionDetectionSystemsMsu,
title = {Лекции по системному администрированию МГУ им. Ломоносова, Лекция 4 Intrusion Detection Systems},
url = {https://intuit.ru/studies/professional_retraining/943/courses/20/lecture/631},
urldate = {2022-06-19}
}
@book{NetSecChristos,
author = {{Christos Douligeris, Dimitrios N. Serpanos}},
title = {{Network Security: Current Status and Future Directions}},
publisher = {John Wiley and Sons},
year = 2007,
}
@incollection{brankovic2007statistical,
title={Statistical database security},
author={Brankovic, Ljiljana and Giggins, Helen},
booktitle={Security, Privacy, and Trust in Modern Data Management},
pages={167--181},
year={2007},
publisher={Springer}
}
@book{DatabaseSecurity,
title = {DatabaseSecurity},
author = {Basta and Zgola},
publisher = {Cengage Learning},
year = {2011},
url = {https://pdfcoffee.com/alfred-basta-melissa-zgola-database-security-cengage-learning-2011-pdf-pdf-free.html},
urldate = {2024-05-02}
}
@online{InfoSecDBMS,
title = {Информационная безопасность систем управления базами данных},
author = {Н.И. Вьюкова, В.А. Галатенко},
url = {https://www.osp.ru/news/articles/1996/0131/13031467},
urldate = {2024-06-12},
year = {1996}
}
@online{DataProtectionMaterials,
title = {{Прокачаться в 2023 — подборка материалов по киберугрозам и защите данных}},
author = {{randall}},
url = {https://habr.com/ru/companies/cloud_mts/articles/710986/},
urldate = {2024-04-26},
year={2023}
}
@online{CCRFPart4,
title = {{Гражданский кодекс Российской Федерации (часть четвертая) от 18.12.2006 N 230-ФЗ (ред. от 30.01.2024)}},
url = {https://www.consultant.ru/cons/cgi/online.cgi?req=doc&base=LAW&n=468390&cacheid=D6E5187FB4B223B671BA9DBF3CFB6481&mode=splus&rnd=PzoSNCUeeaeMXDe71#RS1TNCUEfyB4FXPg},
urldate = {2024-05-05}
}
@online{LAPA,
title = {{Основные аспекты безопасности СУБД: что следует знать}},
author = {{Лапа}},
year = {2016},
url = {https://tproger.ru/articles/db-security-basics/},
urldate = {2024-05-05}
}
@online{CONS149FZ,
title = {{ФЗ <<Об информации, информационных технологиях и о защите информации>>}},
url = {http://www.consultant.ru/document/cons_doc_LAW_61798/0e9ec16b786dcbdaaa7f44abfc4a15e601d5be22/#dst100144},
urldate = {2024-05-12},
year = {2023}
}
@online{CONSUP351,
title = {{Указ президента <<О мерах по обеспечению информационной безопасности Российской Федерации при использовании информационно-телекоммуникационных сетей международного информационного обмена>>}},
url = {http://www.consultant.ru/document/cons_doc_LAW_75586/#dst0},
urldate = {2024-05-12},
year = {2015}
}
@online{FSTEKOBKIS,
title = {{Приказ ФСТЭК России от 25 декабря 2017 г. N 239. Требования по обеспечению безопасности значимых объектов критической информационной инфраструктуры Российской Федерации}},
url = {https://fstec.ru/dokumenty/vse-dokumenty/prikazy/prikaz-fstek-rossii-ot-25-dekabrya-2017-g-n-239},
urldate = {2024-05-12},
year = {2017}
}
@online{BSEU,
title = {{Лекция на тему: администрирование баз данных}},
url = {http://www.bseu.by/it/tohod/lekcii9_2.htm},
urldate = {2024-05-12}
}
@online{Elin,
title = {{Сравнительный анализ правового обеспечения информационной безопасности в России и за рубежом. Монография}},
author = {{Елин В.М.}},
url = {https://publications.hse.ru/mirror/pubs/share/folder/ie7oj6cz00/direct/202314863},
urldate = {2024-05-13},
year = {2016}
}
@online{4studClntSrv,
title = {{Компоненты сетевого приложения. Клиент-серверное взаимодействие и роли серверов.}},
url = {http://www.4stud.info/networking/lecture5.html},
urldate = {2024-06-12}
}
@article{DistrDBThreats,
author = {Статьев В.Ю},
journal = {Современные методы обеспечения информационной безопасности},
number = {1},
year = {1997},
title = {Информационная безопасность распределенных информационных систем}
}
@online{AnsiSqlTrans,
title = {{Поддержание механизма транзакций. Проблемы параллелизма транзакций}},
url = {https://edu.kstu.kz/pluginfile.php/44201/mod_resource/content/1/8.htm},
urldate = {2024-06-12}
}
@online{TransactionMonitors,
title = {{Системы управления базами данных — коротко о главном}},
url = {https://www.jetinfo.ru/sistemy-upravleniya-bazami-dannyh-korotko-o-glavnom-chast-3/},
urldate = {2024-06-12}
}
@online{FixProtocols,
title = {{Распределенная СУБД — протоколы коммитов}},
url = {https://coderlessons.com/tutorials/akademicheskii/izuchite-raspredelennuiu-subd/raspredelennaia-subd-protokoly-kommitov},
urldate = {2024-06-12}
}
@online{SecureFix,
title = {{Вопросы разграничения доступа к данным в СУБД}},
url = {https://koapp.narod.ru/tehlit/base/bd/dbms.htm},
urldate = {2024-06-12}
}
@article{PhysLogPeplic,
author = {Тесленко Денис Максимович},
journal = {Specialized and multidisciplinary scientific researches},
number = {122},
year = {2020},
title = {ФИЗИЧЕСКИЙ И ЛОГИЧЕСКИЙ ПОДХОДЫ К РЕПЛИКАЦИИ ДАННЫХ}
}
@online{DBaaS,
title = {{Definition database as a service (DBaaS) }},
url = {https://www.techtarget.com/searchdatamanagement/definition/database-as-a-service-DBaaS},
urldate = {2024-06-12}
}
@online{GTK187,
title = {Приказ ГТК России от 19 июня 2002 г. № 187. Безопасность информационных технологий. Критерии оценки безопасности информационных технологий},
author = {ГТК России},
url = {https://fstec.ru/dokumenty/vse-dokumenty/spetsialnye-normativnye-dokumenty/rukovodyashchij-dokument-ot-19-iyunya-2002-g-n-187},
year = {2002}
}
@online{o-salo,
url = {https://web.archive.org/web/20200128173824/http://www.o-salo.narod.ru/page4.htm#_Toc287060195},
urldate = {2024-06-13},
year = {2011}
}
@online{univermvd-eios,
title = {{Электронная информационно-образовательная среда Санкт-Петербургского университета МВД России}},
url = {https://univermvd.ru/eios/},
urldate = {2024-06-13},
year = {2024}
}
@online{system-hack,
title = {{Лекция 8: Организация защиты информации в информационных технологиях}},
author = {{Алексей Денисов, Ирина Коноплева, Ольга Хохлова}},
url = {https://intuit.ru/studies/courses/3609/851/lecture/31660},
urldate = {2024-06-13},
year = {2012}
}
@online{leaks,
title = {{Утечки информации}},
url = {https://www.anti-malware.ru/threats/leaks},
urldate = {2024-06-13}
}
@book{os-protection,
title = {{Защита в операционных системах}},
author = {{В. Г. Проскурин}},
publisher = {М.: Горячая линия Телеком},
url = {https://tocit.ru/static/files/cd4fc73d3931e001a4118a7d12aa3c494153e91cbb336c83ea666160c90ca544.pdf},
urldate = {2024-06-13},
year = {2014}
}
@book{crypto-methods,
title = {{Криптографические методы защиты информации. Учебное пособие.}},
author = {{Владимиров С. М., Габидулин Э. М., Колыбельников А. И., Кшевецкий А. С.}},
publisher = {{М.: МФТИ}},
ISBN = {{978-5-7417-0615-2}},
year = 2016
}
@online{privacy-oracle,
title = {{ISO27000, Обеспечение защиты персональных данных в СУБД Oracle}},
url = {http://www.iso27000.ru/chitalnyi-zai/zaschita-personalnyh-dannyh/obespechenie-zaschitypersonalnyh-dannyh-v-subd-oracle},
urldate = {2019}
}
@article{data-replication,
title = {{Achieving Database Security Through Data Replication: The Sintra Prototype}},
author = {{Myong H. Kang, J. Froscher, J. McDermott, O. Costich, Rodney Peyton}},
url = {https://semanticscholar.org/paper/Achieving-Database-Security-Through-Data-The-Sintra-Kang-Froscher/606591924dfdda7ac91300ab9ca9aa7070bc5a5c?p2df},
urldate = {2024-06-13},
year = 1994
}
@article{dbms-security,
title = {{Информационная безопасность систем управления базами данных}},
author = {{Н.И. Вьюкова, В.А. Галатенко}},
url = {https://www.osp.ru/news/articles/1996/0131/13031467},
urldate = {2024-06-13},
year = 1996
}
@article{zkd,
title = {{Zero knowledge databases}},
author = {{thiloplanz}},
url = {https://gist.github.com/thiloplanz/e1136a04b26c138c8225},
urldate = {2024-05-14},
year = {2023}
}
@article{availability-ApplicationContinuity,
title = {{Application continuity (Oracle)}},
url = {https://docs.oracle.com/en/database/oracle/oracle-database/19/haovw/configuring-continuous-availability-applicationsconfiguring-continuous-availability-applicati.html#GUID-5EBF37EA-48AB-4508-A14E-86A2583A24BF},
urldate = {2024-06-14},
}
@article{availability-postgres,
title = {{PostgreSQL HA configuration parameters}},
url = {https://www.postgresql.org/docs/current/wal-configuration.html},
urldate = {2024-06-14},
}
@article{availability-oracle,
title = {{Oracle HA configuration parameters}},
url = {https://docs.oracle.com/en/database/oracle/oracle-database/19/adfns/flashback.html#GUID-CAC23AAE-AD5A-47FA-B446-B4DE00B2B876},
urldate = {2024-06-14},
}
@article{availability-mysql,
title = {{MySQL HA configuration parameters}},