-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
214 lines (169 loc) · 11 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
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
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<script src="jquery/jquery-1.12.2.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Thirdeyedetect.GitHub.io by ThirdEyeDetect</title>
</head>
<body>
<!-- Ribbon -->
<a href="https://github.com/ThirdEyeDetect"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<a href="https://github.com/ThirdEyeDetect"><img style="position: absolute; top: 0; right: 0; border: 0; max-height:50px;" src="images/github-mark.png"></a>
<div id="container" class="col-sm-12 col-lg-offset-2 col-lg-8">
<div class="inner">
<div>
<header>
<h2 style="text-align:center">ThirdEye: Continuous Facebook Account Authentication</h2>
<!-- <img src="images/third_eye.gif"/> -->
</header>
<div>
<div class="row">
<div class="span12 centered-pills">
<ul class="nav nav-pills">
<li class="active"><a href="#">Home</a></li>
<li><a href="#overview">Overview</a></li>
<li><a href="#install_guide">Installation</a></li>
<!-- <li><a href="#usage">Usage</a></li> -->
<li><a href="#people">Contact</a></li>
<li><a href="#support">Supporting organizations</a></li>
</ul>
</div>
</div>
<div id="video-frame" style="padding: 10pt">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mscqg6MtRLc" frameborder="0" allowfullscreen style="display:block;border: .5px solid;"></iframe>
</div>
<div>
<section id="main_content">
<!-- Overview -->
<h3>
<a id="overview" class="anchor"
href="#welcome-to-github-pages" aria-hidden="true"
name="overview"><span aria-hidden="true"
class="octicon
octicon-link"></span></a>Overview</h3>
<p style="margin-left:15px; margin-right:15px;">
ThirdEye is continuous authentication system for
accessing Facebook through the Google Chrome web
browser. It scrapes a user's Facebook activity
directly from browser events to create a user's
profile. Subsequent user Facebook activity is
authenticated against the generated profile. If
observed activity deviates significantly from
expected behaviour, the user is notified through a
pre-established communication method, such as
email.</p>
<h5 style="margin-left:15px; margin-right:15px;">System Architecture</h5>
<img src="images/drawing2.png" style="max-height: 500px;"/>
<p style="margin-left:15px; margin-right:15px;">The
system consists of a cross-platform Chrome
web <a href="#ext">extension</a> and
a <a href="#serv">server</a>. The extension captures
events, which are then sent to the server for user
behaviour analysis and profile creation with machine
learning techniques. If the server detects an
anomaly, it notifies the user using a secondary
channel specified at install-time.</p>
<!-- Installation Instuctions-->
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true" name="install_guide"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation</h3>
<h5 style="margin-left:15px; margin-right:15px;" name="ext">Extension [<a href="https://github.com/ThirdEyeDetect/ThirdEyeExtension">GitHub repository</a>]</h5>
<p style="margin-left:15px; margin-right:15px;"> The
ThirdEye extension requires
the <a href="https://www.google.com/chrome">Google
Chrome</a> web browser. Follow instructions below to
install the extension:
<div style="margin-left:35px; margin-right:35px;">
<ul>
<li>Download
the <a href="https://github.com/ThirdEyeDetect/ThirdEyeExtension/archive/master.zip">repository zip</a>
and unzip to a desired location (such as your
Desktop).</li>
<li>Go to the settings page in Chrome (click on
<img src="images/unnamed.png"/> in the top
right of the window) and select 'Extensions'
on the left side of the page.</li>
<li>Click on <bold>'Load Unpacked
Extension'</bold> and navigate to where you have
unzipped the repository.</li>
<li>Select the folder
'ThirdEyeExtension-master' and click Okay.</li>
<li>The extension will be added to Chrome and
the options page will automatically open.</li>
<li>Enter your email in the form to create a
secondary notification channel. Close the
options page.<br>
<code>NOTE:</code> If you do not enter your
email, ThirdEye will not be able to inform you
of anomalous activity.</li>
<li>You should receive an email from the
ThirdEye platform indicating that your
installation was successful.</li>
<li>The extension is now active and is listening
for Facebook activity across all the current
and future tabs in Chrome.</li>
<!--<li> Stuff about making extension point to Server -->
</ul>
</div>
<h5 style="margin-left:15px; margin-right:15px;" name="serv">Server (Ubuntu or Windows) [<a href="https://github.com/ThirdEyeDetect/ThirdEyeServer">GitHub repository</a>]</h5>
<p style="margin-left:15px; margin-right:15px;">
The ThirdEye server needs Python 2.7 and MongoDB
installed on your system. The server runs
automatically on Port 5000.
<div style="margin-left:35px; margin-right:35px;">
<!-- <code>Note:</code> ThirdEye Server is available for inspection but will not function stand alone. This feature will be added in the next release -->
<ul>
<li>Download the <a href="https://github.com/ThirdEyeDetect/ThirdEyeServer/archive/master.zip">repository zip</a> and unzip to a desired location</li>
<li>Set the proper SMTP/server/email values
in <code>detection_system.py</code> in the
<code>alarm</code> function.</li>
<li>Start the server with: <code>python server.py</code></li>
</ul>
</div>
<!-- Usage -->
<!-- <h3>
<a id="creating-pages-manually" class="anchor" href="#usage" aria-hidden="true" name="usage"><span aria-hidden="true" class="octicon octicon-link"></span></a>Usage</h3>
<p></p>
-->
<!-- Authors and Contributors -->
<h3>
<a id="authors-and-contributors" class="anchor" href="#people" aria-hidden="true" name="people"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contributors</h3>
<p style="margin-left:15px;
margin-right:15px"><a style="color:black"
href="http://arcaneiceman.github.io/"> Wali Ahmed
Usmani</a>, <a style="color: black;"
href="http://www.cs.ubc.ca/~bestchai/">Ivan
Beschastnikh</a> </p>
<p style="margin-left:15px;
margin-right:15px;">Please contact us at
waliusmani(at)gmail(dot)com</p>
</div>
<footer name="support">
<div style="text-align:left;">
Our supporters:
</div>
<div style="display: inline-block; text-align: center;">
<!-- <img src="images/opc.png" height="120px" style="max-height:120px"/> -->
<img src="images/nsercw.gif" height="100px" style="margin-top:10px; margin-bottom:10px; max-height:100px"/>
<img src="images/ubc.png" height="90px" style="margin-top:10px; margin-bottom:10px;max-height:90px"/>
</div>
<div style="text-align:left;">
<h6>DISCLAIMER</h6>
The views expressed in this publication do not necessarily reflect the views of the Office of the Privacy Commissioner of Canada or the Canadian Government.
</div>
</footer>
</div>
</div>
</div>
</body>
</html>