-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbiblio.bib
More file actions
56 lines (55 loc) · 1.88 KB
/
biblio.bib
File metadata and controls
56 lines (55 loc) · 1.88 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
@online{a1,
author = {Serge Malenkovich},
title = {Was ist ein Rootkit?},
year = 2013,
note = {https://blog.kaspersky.de/was-ist-ein-rootkit/853/, visited 2016-01-19},
}
@online{b2,
author = {Unknown},
title = {PART 1: STEALING KEYBOARD KEYS FOR FUN \& PROFIT},
year = 2014,
note = {http://r00tkit.me/?tag=keylogger, visited 2016-01-19},
urldate = {2016-01-19}
}
@online{c3,
author = {Unknown},
title = {KernelMode rootkits: Part 3, kernel filters},
year = 2014,
note = {http://www.adlice.com/kernelmode-rootkits-part-3-kernel-filters/, visited 2016-01-19},
urldate = {2016-01-19}
}
@book{rechenberg1997informatik,
title={Informatik-Handbuch},
author={Rechenberg, Peter and Pomberger, Gustav and M{\"a}rtin, Doris and Pirklbauer, Klaus},
volume={3},
year={1997},
publisher={Hanser M{\"u}nchen-Wien}
}
@online{d4,
author = {Dan Goodin},
title = {GPU-based rootkit and keylogger offer superior stealth and computing power},
year = 2015,
note = {http://arstechnica.com/security/2015/05/gpu-based-rootkit-and-keylogger-offer-superior-stealth-and-computing-power/, visited 2016-01-19},
urldate = {2016-01-19}
}
@online{e5,
author = {Unknown},
title = {How To: Building your own kernel space keylogger},
year = 2010,
note = {https://www.gadgetweb.de/programming/39-how-to-building-your-own-kernel-space-keylogger.html, visited 2016-01-19},
urldate = {2016-01-19}
}
@online{f6,
author = {Morgan Phillips},
title = {How To: Building your own kernel space keylogger},
year = 2014,
note = {https://github.com/mrrrgn/simple-rootkit, visited 2016-01-19},
urldate = {2016-01-19}
}
@online{f7,
author = {Unknown},
title = {I fail to correctly modify ICMP traffic in a kernel module},
year = 2012,
note = {http://stackoverflow.com/questions/10070258/i-fail-to-correctly-modify-icmp-traffic-in-a-kernel-module, visited 2016-02-19},
urldate = {2016-01-19}
}