-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDDoS_Attack_(2015-11).html
31 lines (31 loc) · 1.79 KB
/
DDoS_Attack_(2015-11).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
<!DOCTYPE html>
<html>
<head>
<title>DDoS Attack (2015-11)</title>
</head>
<body>
<h1>DDoS Attack (2015-11)</h1>
In a distributed denial-of-service attack (DDoS attack), the incoming traffic flooding the victim originates from many different sources. This effectively makes it impossible to stop the attack simply by blocking a single source.
<p>
A DoS or DDoS attack is analogous to a group of people crowding the entry door of a shop, making it hard for legitimate customers to enter, disrupting trade.</p>
<p>
Around the 2015-11-10, owner of Neocities, Kyle Drake received a Denial-of-service attack ransom. Instead of caving in and bowing down to the publicly unknown ransom, Kyle Drake replied to the sender by telling them to "fuck off".</p>
<p>
As a direct result, the sender DDoSed Neocities, however, neocities.org handled the DDoS just fine. At the same time, Kyle watched Bob Ross and went to sleep.</p>
<p>
The next day, Kyle Drake would recount this event on his Twitter account by writing;</p>
<p>
<blockquote><tt>
Neocities got a DDoS ransom. I replied "fuck off". They DDoSed, our mitigation handled it. I watched Bob Ross and went to sleep. #cyberpunk
</tt></blockquote>
<p>
Who the attacker was, why they wanted to attack Neocities, and even what the ransom was is still unknown.</p>
<p></p>
<h2>References</h2>
<ol>
<li><a href="https://thewikion.neocities.org/wiki/ddos_attack_november_2015.html">Original wiki article about this subject</a></li>
<li><a href="https://twitter.com/kyledrake/status/664313172636008448">Neocities got a DDoS ransom. I replied "fuck off". They DDoSed, our mitigation handled it. I watched Bob Ross and went to sleep. #cyberpunk</a></li>
<li><a href="https://en.wikipedia.org/wiki/Denial-of-service_attack">Denial-of-service attack on Wikipedia</a></li>
</ol>
</body>
</html>