You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
3.7 KiB
HTML
46 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>(DEFN) Malicious Software [malware]</title>
|
|
<link rel="icon" type="image/x-icon" href="../../images/favicon.webp">
|
|
<link rel='stylesheet' type='text/css' href="../../style.css">
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta property="og:image" content="wannacry.webp"></head>
|
|
|
|
<body>
|
|
<a style="text-decoration: none;" href="../../">
|
|
<pre class="main-header">
|
|
_______ _ _ _______ __ __ _______ _______ __ _
|
|
|______ | | |______ \_/ |_____| |_____| | \ |
|
|
______| |_____| | | | | | | | \_|
|
|
</pre>
|
|
</a>
|
|
<hr/>
|
|
<p><a href="../../">sf.me</a> > <a style="color:#50fa7b" href="../">Definitions</a> > <a style="color:#50fa7b" href=".">Malicious Software [malware]</a></p>
|
|
<h1 style="text-align:center;margin-right:8vw;margin-top:20px;">Malicious Software [malware]</h1><p>Categories: <a style="color:#ff79c6" href="../software/"><strong>Software</strong></a></p>
|
|
|
|
<div style="text-align:center;">
|
|
<img src="wannacry.webp" alt="WannaCry Ransomware">
|
|
<figcaption>WannaCry Ransomware</figcaption>
|
|
</div>
|
|
<p>Malware is used to describe any type of malicious software that is designed to exploit, harm or take control of a device or a network. It is of many types:</p>
|
|
<ul>
|
|
<li><strong>Viruses</strong><ul class="nested-list"><li>spreads between devices and causes damage</li></ul>
|
|
<li><strong>Spyware</strong><ul class="nested-list"><li>collects information about user and sends to attacker</li></ul>
|
|
<li><strong>Worms</strong><ul class="nested-list"><li>can propagate or self-replicate without human interaction</li></ul>
|
|
<li><strong>Trojan Horse</strong><ul class="nested-list"><li>disguises itself as a standard program to take control of device</li></ul>
|
|
<li><strong>Ransomware</strong><ul class="nested-list"><li>encrypts your data and blackmails you, asking you to pay in cryptocurrency (mostly)</li></ul>
|
|
<li><strong>Rootkit</strong><ul class="nested-list"><li>collection of malware used by cybercriminals to exploit and gain control of a computer or network</li></ul>
|
|
<li><strong>Backdoor</strong><ul class="nested-list"><li>malware backdoors (not non-malware backdoors) allow remote control of a website or computer</li></ul>
|
|
</ul>
|
|
<p>To stay safe from malware, you should get a good anti-malware. <a href="https://www.clamav.net/">ClamAV</a> is one of the few open-source anti-malware software. It is available on Linux, MacOS and of course, Windows. I believe that your anti-malware should be <a style="color:#50fa7b" href="../free-software/">free software</a> as it is an application that scans all files on your PC and checks them against a database.</p>
|
|
<p>As for smartphones, Android has many options. One of them is the free and open-source app <a href="https://github.com/Divested-Mobile/Hypatia">Hypatia</a>, which is available on <a href="https://f-droid.org/packages/us.spotco.malwarescanner/">F-Droid</a>. It has 7 different lists that will be scanned for viruses. On the other hand, iOS does not have any open-source anti-malware or antivirus applications. It does have closed-source ones, but they are not super good. You have to rely on iOS' security.</p>
|
|
</ul>
|
|
<hr/>
|
|
<footer>
|
|
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>
|
|
<p class="footer-text" style="font-size:80%"><a href="../../">sufyaan.cyou</a></p><p class="footer-text" style="font-size:65%"><a style="color:#aaaaaa" href="../../sitemap">Site Map</a></p>
|
|
</footer>
|