<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zenis Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/zenis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 19 Mar 2018 14:27:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Zenis Ransomware – Deletes Your Backup and Encrypts Files</title>
		<link>https://www.osradar.com/zenis-ransomware-deletes-your-backup-and-encrypts-files/</link>
					<comments>https://www.osradar.com/zenis-ransomware-deletes-your-backup-and-encrypts-files/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sun, 18 Mar 2018 06:33:54 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[ransomware]]></category>
		<category><![CDATA[zenis]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2183</guid>

					<description><![CDATA[<p>Ransomware has been the hot topic of security world for quite a few months. This is a type of attack that encrypts a system’s file and asks for a ransom to the victim for the unlocking password. Recently, we’ve seen a new ransomware infecting systems – Zenis. Discovered by MalwareHunterTeam, this ransomware deletes your file [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/zenis-ransomware-deletes-your-backup-and-encrypts-files/">Zenis Ransomware – Deletes Your Backup and Encrypts Files</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ransomware has been the hot topic of security world for quite a few months. This is a type of attack that encrypts a system’s file and asks for a ransom to the victim for the unlocking password. Recently, we’ve seen a new ransomware infecting systems – Zenis. Discovered by MalwareHunterTeam, this ransomware deletes your file backups on purpose!</p>
<p>Zenis</p>
<p>When MalwareHunterTeam discovered the ransomware, it was using an unidentified method of file encryption. However, the latest edition of the malware is using the AES encryption method for encrypting files. Once encrypted, there’s no way to decrypt the files, but Michael Gillespie, a security researcher, is analyzing the malware for any weakness.</p>
<p>It’s still unknown how this ransomware is getting across devices, but the scenarios indicate that it’s using Remote Desktop services to infect other systems.</p>
<h3>The working method of Zenis</h3>
<p>The current variation of the ransomware performs 2 steps to see if it should encrypt the current system.</p>
<ul>
<li>A process (iis_agent32.exe) is running</li>
<li>A registry key (HKEY_CURRENT_USER\SOFTWARE\ZenisService “Active”) is present in the system.</li>
</ul>
<p>If the steps return NO, then it won’t encrypt the system. If the answer is YES, it will start its preparation to encrypt the system. Here’s the ransom note from Zenis.</p>
<p><img loading="lazy" class="wp-image-2184 size-full aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note.png" alt="" width="1240" height="771" srcset="https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note.png 1240w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-300x187.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-768x478.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-1024x637.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-696x433.png 696w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-1068x664.png 1068w, https://www.osradar.com/wp-content/uploads/2018/03/zenis-ransomware-ransom-note-675x420.png 675w" sizes="(max-width: 1240px) 100vw, 1240px" /></p>
<p>The key point is, the creator of this ransomware holds the private RSA key required to decrypt the base64 encoded files. That’s why the note. However, the ransomware is under analysis, so don’t pay the ransom until it’s completely analyzed.</p>
<h3>How to stay protected</h3>
<p>First of all, it’s unknown how this ransomware is getting distributed into networks, so you have to follow caution while operating your system. Moreover, good usage habits are more important than anything to prevent any such attack. Here’s a short list of what to do and what not.</p>
<ul>
<li>Backup – It’s the most important thing to do in your life. Backup your important files to an external storage that’s not connected to the computer. This allows your data a safe position, in case the original source is corrupted or encrypted.</li>
<li>Anti-malware – Malware is the culprit of such attacks. To ensure the protection of your system, you have to install a proper anti-malware software. We have the list of <a href="https://www.osradar.com/best-antivirus-software-2018/">best antivirus software of 2018</a>.</li>
<li>File attachments – When someone sends you an attached file with the email, make sure not to open it until you know the sender is an authorized one. If anything looks suspicious, scan the file using VirusTotal first.</li>
<li>Software update – All the software vendors release updates of their software regularly with enhanced security and performance. Update all your software, especially Windows, Java, and Adobe products.</li>
<li>Password – Protect your system with a hard password. Note that your password should contain alphanumeric &amp; special characters with a long string length.</li>
</ul>
<p>The post <a rel="nofollow" href="https://www.osradar.com/zenis-ransomware-deletes-your-backup-and-encrypts-files/">Zenis Ransomware – Deletes Your Backup and Encrypts Files</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/zenis-ransomware-deletes-your-backup-and-encrypts-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
