-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (92 loc) · 5.08 KB
/
index.html
File metadata and controls
110 lines (92 loc) · 5.08 KB
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
---
layout: index
title: Data Flooding Against Ransomware
---
<section id="hero" class="d-flex flex-column justify-content-end align-items-center">
<div id="heroCarousel" data-bs-interval="5000" class="container carousel carousel-fade" data-bs-ride="carousel">
<div class="carousel-item active">
<br>
<div class="carousel-container">
<img src="images/ranfloodLogo_w.png" alt="Ranflood" class="col-2 img-fluid">
<h2 class="animate__animated animate__fadeInDown">Ranflood</h2>
<p class="animate__animated fanimate__adeInUp">
Ranflood is an open-source tool for Windows, macOs, and Linux that
<u>counteracts ransomware attacks</u> by flooding specific
folders (e.g., where the ransomware is encrypting files, the user's
folders) with decoy files. Contrasting an attack with Ranflood can
also help users <u>recover their files</u> once the
ransomware has been stopped.
</p>
<p class="small text-end">Do not know what ransomware is? <a class="scrollto" href="#ransomware">Learn more</a>.</span></p>
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(0, 174, 239, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(0, 174, 239, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section>
<main id="main">
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>In a nutshell</h2>
<p>What is Ranflood</p>
</div>
<div class="row content">
<div class="col-lg-4 justify-content-center mb-4">
<p>
Ranflood is an anti-crypto-ransomware tool that counteracts the
encryption phase by flooding specific folders (e.g., the attacked
location; the user's folders) with decoy files and helps users recover
their files after an attack.
</p>
<p>This action has a twofold effect.</p>
<p>First, it <strong>confounds the genuine files of the user with
decoy files</strong>, drawing the attacking ransomware to waste time
on sacrificial data rather than on the victim's genuine files.</p>
<p>Second, the file-flooding IO-intensive activity <strong>contends
with the ransomware to access the victim's computing
resources</strong>, further slowing down the attack of the
malware.</p>
<p>Conceptually, we call this approach <a
href="/concept">Data Flooding against
Ransomware</a>.
</p>
<a href="/concept"><p class="text-center btn-learn-more btn-block">Learn more on the principles behind how Ranflood contrasts ransomware</p></a>
</div>
<div class="col-lg-8">
<img class="img-fluid" src="images/ranflood_schema.svg" alt="">
</div>
</div>
</div>
</section>
<section id="cta" class="cta">
<div class="container">
<div class="row">
<div id="ransomware" class="offset-1 col-10 text-left text-lg-start justify-content">
<h3>Ransomware</h3>
<p>Ransomware is one of the worst types of computer virus. A ransomware attack penetrates the victim's computer and seizes the user's data, rendering it useless unless a ransom is paid.</p>
<p>
An estimated $20 billion was extorted worldwide in 2021 through ransomware, compounded by incalculable sunk costs that users and businesses face due to computer equipment rendered useless. Currently, due to the ease of penetrating computer systems and exploiting user's attachment to their data, ransomware has very high extortion leverage, so much so that it has become a favourite tool of cyber criminals, who have gone from an arsenal consisting of 28 percent ransomware in 2018 to 67 percent in 2021.
</p>
<p>
Some striking cases that have happened recently include the attack on the computer network of the U.K. health service, the attack on Ukrainian institutions (even going so far as to disable some monitors at the Chernobyl power plant).
</p>
<p>The attacks affect individuals, private companies, and the public sector. Specifically, the last category is particularly targeted precisely because of the extent of the damage done both in the case of data theft (usually involving personal information of citizens and companies) and because these provide essential services to the community, which allows criminals to demand even larger ransoms.</p>
<p class="text-end"><a target="_blank" href="https://en.wikipedia.org/wiki/Ransomware">Link to the dedicated Wikipedia page</a>.</p>
</div>
</div>
</div>
</section>
</main>