-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
94 lines (78 loc) · 2.75 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
@article{kvm,
author = {Qumranet, Avi and Qumranet, Yaniv and Qumranet, Dor and Qumranet, Uri and Liguori, Anthony},
year = {2007},
month = {01},
pages = {},
title = {KVM: The Linux virtual machine monitor},
volume = {15},
journal = {Proceedings Linux Symposium}
}
@techreport{nistcloud,
author = {Mell, Peter M. and Grance, Timothy},
title = {SP 800-145. The NIST Definition of Cloud Computing},
year = {2011},
publisher = {National Institute of Standards & Technology},
address = {Gaithersburg, MD, USA},
abstract = {Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. This cloud model is composed of five essential characteristics, three service models, and four deployment models.}
}
@online{venom-cve,
title = {CVE-2015-3456},
year = 2015,
url = {https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2015-3456}
}
@online{mem-api,
title = {QEMU Memory API documentation},
url = {https://qemu.readthedocs.io/en/latest/devel/memory.html}
}
@online{linux-rep,
title = {Linux kernel source tree},
url = {https://github.com/torvalds/linux}
}
@online{qemu-rep,
title = {QEMU official mirror},
url = {https://github.com/qemu/qemu}
}
@online{rootfs-rep,
title = {Generation of Debian rootfs for multiple architectures},
url = {https://github.com/jubinson/debian-rootfs}
}
@online{struct-layout-rand,
title = {Randomizing structure layout},
url = {https://lwn.net/Articles/722293/}
}
@online{kvm-msr,
title = {KVM-specific MSRs},
url = {https://www.kernel.org/doc/html/latest/virt/kvm/msr.html}
}
@online{kees-cook,
title = {Security Things in Linux kernel v5.3},
url = {https://outflux.net/blog/archives/2019/11/14/security-things-in-linux-v5-3/}
}
@online{tdp-mmu,
title = {Introducing the TDP MMU},
url = {https://lwn.net/Articles/832835/}
}
@online{lkrg,
title = {Linux Kernel Runtime Guard},
url = {https://www.openwall.com/lkrg/}
}
@online{libvmi,
title = {LibVMI},
url = {https://libvmi.com/}
}
@online{diamorph,
title = {Diamorphine Rootkit},
url = {https://github.com/m0nad/Diamorphine}
}
@online{reptile,
title = {Reptile Rootkit},
url = {https://github.com/f0rb1dd3n/Reptile}
}
@online{rootkit-techniques,
title = {Advanced Linux kernel Rootkit Techniques},
url = {"https://vx-underground.org/papers/h2hc/"}
}
@online{hlat,
title = {Instruction Set Extensions and Future Features Programming Reference},
url = {https://software.intel.com/content/dam/develop/external/us/en/documents/architecture-instruction-set-extensions-programming-reference.pdf}
}