-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="images/tud-icon.svg">
<link rel="stylesheet" href="css/style.css">
<title>NETD Research Scans</title>
</head>
<body>
<header>
<img src="images/TU_Dresden_Logo_weiss.svg" alt="TU Dresden Logo">
</header>
<div class="content">
<h1>NETD Research Scans</h1>
<h2>About Our Scans</h2>
<p>
We are researchers trying to improve the Internet.
You have probably found our scanning node because you see incoming scan traffic reaching your network.
You do not need to worry, we are a research team focusing on improving the Internet security.
You can find a list of scans running on this node below.
</p>
<h2>Scanning campaigns currently running on this node</h2>
<table>
<tr>
<th>Scan Type</th>
<th>Description</th>
<th>Frequency</th>
<th>Source</th>
</tr>
<tr>
<td>Type 1</td>
<td>Detailed description of scan type 1.</td>
<td>Weekly</td>
<td>Source 1</td>
</tr>
<tr>
<td>Type 2</td>
<td>Detailed description of scan type 2.</td>
<td>Monthly</td>
<td>Source 2</td>
</tr>
</table>
<h2>You don't want to be scanned?</h2>
<p>
Of course, we can also exclude your network from our scans. <br>
This way nothing will arrive at your edge. <br>
We just need your prefix.
</p>
<h2>Contact</h2>
<p class="contact">
This project is maintained by the <a href="https://tu-dresden.de/ing/informatik/sya/netd/about//?set_language=en">Chair of Networked and Distributed (NETD) Systems</a>.<br>
An email is enough, we will sort it out: <a href="mailto:[email protected]?subject=[PROJECT] Please stop scanning my network">[email protected]</a><br>
Please include the name of this project in the subject of your mail: <code>PROJECT<code>
</p>
</div>
</body>
</html>