-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
216 lines (180 loc) · 10.7 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
215
216
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; object-src 'none'">
<link rel="icon" type="image/x-icon" href="static/favicon.ico">
<title>🍯 Computacenter Honeypot</title>
<!-- Check integrity: openssl dgst -sha256/384 -binary your.file.name | openssl base64 -A-->
<!--Setup D3-->
<!-- <script src="https://d3js.org/d3.v7.min.js" defer></script> -->
<script src="static/d3.v7.min.js" defer integrity="sha256-yUdn/lyl/rHBn4bD4HkKmnR7S6Fj+tXIO0ozSay1Bik=" charset="utf-8"></script>
<!--Setup JQuery-->
<!-- <script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script> -->
<script src="static/jquery-3.6.3.min.js" defer integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<!--Setup Luxon-->
<!-- <script src="https://moment.github.io/luxon/global/luxon.min.js" integrity="sha384-DwavIJUME7NNaTw+CuxB85mS1L5A6XkHXHWnd1hmNIzSnX48mIjZ0Nc/tPQONPwe" crossorigin="anonymous"></script> -->
<script src="static/luxon.min.js" defer integrity="sha384-DwavIJUME7NNaTw+CuxB85mS1L5A6XkHXHWnd1hmNIzSnX48mIjZ0Nc/tPQONPwe" crossorigin="anonymous"></script>
<!--Setup Bootstrap-->
<!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> -->
<link href="static/bootstrap.min.css" rel="stylesheet" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"/>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script> -->
<script src="static/bootstrap.min.js" defer integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<!--Setup Leaflet-->
<!--<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin=""/>-->
<link rel="stylesheet" href="static/leaflet.css" integrity="sha256-SmNGWusqL/quKm2d54JB3Czw54vO38NvLHGMNImsOLM=" crossorigin=""/>
<!--<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js" defer integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script>-->
<script src="static/leaflet.js" defer integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script>
<!--Setup Leaflet Fullscreen Plugin (https://github.com/Leaflet/Leaflet.fullscreen) -->
<link href="static/leaflet.fullscreen.css" integrity="sha256-MflZPm5xURTiMHa6EWKPaKMBAltEuF/7cPykvJR1IU4=" rel="stylesheet"/>
<script src="static/leaflet.fullscreen.js" defer integrity="sha256-vyeY5ks+R+8YrzVIff5C+KgXJSjtJh0CEEY5h/OgJMY="></script>
<link href="static/index.css" rel="stylesheet" crossorigin="anonymous"/>
</head>
<body>
<div id="map"></div>
<div id='informIP'></div>
<div class="myStats">
<table>
<tbody>
<tr>
<td class="myStatsHeader" id="honeypotStatsHeader">🍯 Computacenter HoneyPot</td>
<td class="myStatsHeader">Attaques en temps réel</td>
<td class="myStatsHeader">version 2.2.0c</td>
<td class="myStatsHeader">Last 1m:</td>
<td class="myStatsValue" id="last_1m"> - </td>
<td class="myStatsHeader">Last 1h:</td>
<td class="myStatsValue" id="last_1h"> - </td>
<td class="myStatsHeader">Last 24h:</td>
<td class="myStatsValue" id="last_24h"> - </td>
</tr> <!--close myStats row-->
</tbody> <!--close myStats body-->
</table> <!--close myStats table-->
</div> <!--close myStats-->
<div class='container-fluid'>
<div class='row'>
<div class='col-md-1'>
<table class='table table-condensed'>
<thead>
<tr>
<th>Color</th>
<th>Service</th>
</tr>
</thead>
<tbody>
<tr>
<td><div class='circle' id='ftp-color' style='background:#ff0000'></div></td>
<td>FTP</td>
</tr>
<tr>
<td><div class='circle' id='ssh-color' style='background:#ff8000'></div></td>
<td>SSH</td>
</tr>
<tr>
<td><div class='circle' id='telnet-color' style='background:#ffff00'></div></td>
<td>TELNET</td>
</tr>
<tr>
<td><div class='circle' id='email-color' style='background:#80ff00'></div></td>
<td>EMAIL</td>
</tr>
<tr>
<td><div class='circle' id='sql-color' style='background:#00ff00'></div></td>
<td>SQL</td>
</tr>
<tr>
<td><div class='circle' id='dns-color' style='background:#00ff80'></div></td>
<td>DNS</td>
</tr>
<tr>
<td><div class='circle' id='http-color' style='background:#00ffff'></div></td>
<td>HTTP</td>
</tr>
<tr>
<td><div class='circle' id='https-color' style='background:#0080ff'></div></td>
<td>HTTPS</td>
</tr>
<tr>
<td><div class='circle' id='vnc-color' style='background:#0000ff'></div></td>
<td>VNC</td>
</tr>
<tr>
<td><div class='circle' id='snmp-color' style='background:#8000ff'></div></td>
<td>SNMP</td>
</tr>
<tr>
<td><div class='circle' id='smb-color' style='background:#bf00ff'></div></td>
<td>SMB</td>
</tr>
<tr>
<td><div class='circle' id='medical-color' style='background:#ff00ff'></div></td>
<td>MEDICAL</td>
</tr>
<tr>
<td><div class='circle' id='rdp-color' style='background:#ff0060'></div></td>
<td>RDP</td>
</tr>
<tr>
<td><div class='circle' id='sip-color' style='background:#ffccff'></div></td>
<td>SIP</td>
</tr>
<tr>
<td><div class='circle' id='adb-color' style='background:#ffcccc'></div></td>
<td>ADB</td>
</tr>
<tr>
<td><div class='circle' id='other-color' style='background:#ffffff'></div></td>
<td>OTHER</td>
</tr>
</tbody>
</table> <!--close service-table-->
</div> <!--close service col-->
<div class='col-md-2'>
<table class='table table-condensed' id='ip-origin-table'>
<thead>
<tr>
<th style='width:20%;'>Hits</th>
<th style='width:20%;'></th>
<th style='width:60%;'>IP</th>
</tr>
</thead>
<tbody id='ip-tracking'>
<!--APPEND CONTENT HERE-->
</tbody>
</table> <!--close continent-origin-table-->
</div> <!--close continent-origin col-->
<div class='col-md-2'>
<table class='table table-condensed' id='country-origin-table'>
<thead>
<tr>
<th style='width:20%;'>Hits</th>
<th style='width:20%;'></th>
<th style='width:60%;'>Country</th>
</tr>
</thead>
<tbody id='country-tracking'>
<!--APPEND CONTENT HERE-->
</tbody>
</table> <!--close country-origin-table-->
</div> <!--close country-origin col-->
<div class='col-md-7'>
<table class='table table-condensed' id='live-attacks-table'>
<thead>
<tr>
<th style='width:20%;'>Events</th>
<th style='width:20%;'>IP</th>
<th style='width:10%;'></th>
<th style='width:20%;'>Country</th>
<th style='width:20%;'>Honeypot</th>
<th style='width:10%;'>Service</th>
</tr>
</thead>
<tbody id='attack-tracking'>
<!--APPEND TABLE ROWS HERE-->
</tbody>
</table> <!--close live-attacks-table-->
</div> <!--close live-attack col-->
</div> <!--close row-->
</div> <!--close dashboard-->
<script src="static/map.js" defer></script>
</body>
</html>