-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (106 loc) · 4.36 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>PROTECT - Security Research</title>
<meta name="description" content="Presentation about the security research at PROTECT in LJMU" />
<meta name="author" content="Bartek Szopka" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/presentation.css" rel="stylesheet" />
</head>
<body class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> for this presentation, so you are presented with a simplified version.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div id="background">
<img id="logo-protect" src="images/PROTECT.png" />
<img id="logo-ljmu" src="images/LJMU.png" />
<h1>Security Research</h1>
<div id="impress" data-transition-duration="1000">
<div id="title" class="step slide" data-x="2500" data-y="0" data-z="0" data-rotate-y="70" >
<div id="title-background">
<div class="left-line">
<h2>School of Computer Science<h2>
<br />
<h2>PROTECT Research Centre</h2>
</div>
</div>
</div>
<div id="security" class="step slide" data-x="2349" data-y="200" data-z="855" data-rotate-y="50" >
<h2>Security?</h2>
<p /><em>Who can access what and how?</em>
<p />Creating mechanisms to enforce this
<p />Security doesn't exist on its own; needs to be applied in a context
<div class="alicebob"><img class="alicebobcat" src="images/alicebobcat.png" /></div>
</div>
<div id="forensics" class="step slide" data-x="1915" data-y="400" data-z="1607" data-rotate-y="30" >
<h2>Security and forensics</h2>
<p /><em>Security: hypothetical</em>
<p class="indent" />Help enforce the security requirements
<p class="indent" />Understand if something is secure
<img id="fingerprint" src="images/forensics.png" />
<p /><em>Forensics: historical</em>
<p class="indent" />Who accessed what and how?
<p class="indent" />Often circumventing security
</div>
<div id="existing" class="step slide" data-x="1250" data-y="600" data-z="2165" data-rotate-y="10" >
<div id="lever">
<h2>Existing research</h2>
<ul>
<li>Network security</li>
<li>Intrusion/anomaly detection</li>
<li>Systems-of-Systems security</li>
<li>Security visualisation</li>
<li>Cryptography and protocols</li>
<li>Risk analysis</li>
<li>Social network forensics</li>
<li>Cloud security</li>
<li>Cyber-physical security</li>
</ul>
</div>
</div>
<div id="future" class="step slide" data-x="434" data-y="800" data-z="2462" data-rotate-y="-10" >
<h2>Future topics of interest</h2>
<ul>
<li>IoT security</li>
<li>Data analysis security</li>
<li>Security gamification</li>
<li>Cloud forensics</li>
<li>Security usability</li>
<li>Computer forensic visualisation</li>
<li>Digital Rights Management</li>
<li>Quantum and massively parallel security</li>
<li>Emergent security and trust</li>
</ul>
</div>
<div id="not-covered" class="step slide" data-x="-434" data-y="1000" data-z="2462" data-rotate-y="-30" >
<h2>Topics not covered</h2>
<ul>
<li>Finding vulnerabilities (white hats)</li>
<li>Incident response and CERTs</li>
<li>Formal security analysis</li>
<li>Human security testing</li>
</ul>
</div>
<div id="overview" class="step" data-x="500" data-y="900" data-z="4000" data-scale="2">
<p />PROTECT: <a href="http://www.protect-ci.org">www.protect-ci.org</a>
<p style="height: 300px;" />
<p />Slides: <a href="https://github.com/ljmu-cms/security-research-2014">https://github.com/ljmu-cms/security-research-2014</a>
</div>
</div>
</div>
<div class="hint">
<p>Use a spacebar or arrow keys to navigate</p>
</div>
<script>
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
}
</script>
<script src="js/impress.js"></script>
<script>impress().init();</script>
</body>
</html>