<?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>K7 Blog - Antivirus Software News &#187; Security news</title>
	<atom:link href="http://blog.k7computing.com/category/security-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.k7computing.com</link>
	<description>K7 Computing Blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 11:53:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Malware Authors and Multiple Scanners</title>
		<link>http://blog.k7computing.com/2012/01/malware-authors-and-multiple-scanners/</link>
		<comments>http://blog.k7computing.com/2012/01/malware-authors-and-multiple-scanners/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 11:53:52 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1502</guid>
		<description><![CDATA[One of the items on a malware authors checklist while distributing malicious code is to make sure that their malware remains undetected, for as long as possible. Scanning their creation using a multiple Anti-Virus scanning system is one among the many techniques in their arsenal which ensures just that. Although time consuming and resource intensive, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the items on a malware authors checklist while distributing malicious code is to make sure that their malware remains undetected, for as long as possible. Scanning their creation using a multiple Anti-Virus scanning system is one among the many techniques in their arsenal which ensures just that.</p>
<p>Although time consuming and resource intensive, the malware author installs various Anti-Virus software and keeps them updated. The malicious files are scanned on this system before they are distributed to the victim.</p>
<p>For malware authors/script kiddies who can&#8217;t afford to build such a system, there are underground sites which mimic genuine online file/URL scanning services. A significant difference being, these underground sites in exchange for money, promise not to distribute the scanned files to the Anti-Virus vendors. Given below are screen shots of two such sites:</p>
<p><img class="alignnone" title="scanners" src="http://blog.k7computing.com/wp-content/uploads/scanners_01.gif" alt="" width="547" height="335" /></p>
<p><img class="alignnone" title="scanners01" src="http://blog.k7computing.com/wp-content/uploads/scanners_02.gif" alt="" width="552" height="275" /></p>
<p>Then there are tools which incorporate multiple scanners &amp; are distributed for free. Given below is a screen shot of one such tool:</p>
<p><img class="alignnone" style="border: 0pt none; margin: 0px;" title="scanners_03" src="http://blog.k7computing.com/wp-content/uploads/scanners_03.gif" alt="" width="512" height="425" /></p>
<p>If their malicious code is detected by the Anti-Virus vendors during the initial stage of the attack, the malware authors are quick to change their binary.</p>
<p>While traditional checksum based detections alone might be ineffective against such files, a combination of several detection methods, which include a behaviour based approach will prove far more effective.</p>
<p>R.V Shyam Charan<br />
K7 TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:<br />
<a href="http://blog.k7computing.com/feed/">http://blog.k7computing.com/feed/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2012/01/malware-authors-and-multiple-scanners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware Who Hosts Your Holiday</title>
		<link>http://blog.k7computing.com/2011/12/beware-who-hosts-your-holiday/</link>
		<comments>http://blog.k7computing.com/2011/12/beware-who-hosts-your-holiday/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 10:10:50 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>
		<category><![CDATA[Tech articles]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1480</guid>
		<description><![CDATA[We recently came across an Indian holiday booking site which appears to be serving up a copy of an old malware. Shown below is the screen shot of the site in discussion: A quick look at the source code for the page shows an encoded binary file embedded in a VBScript: Visiting this site with [...]]]></description>
			<content:encoded><![CDATA[<p>We recently came across an Indian holiday booking site which appears to be serving up a copy of an old malware. Shown below is the screen shot of the site in discussion:</p>
<p style="text-align: center;"><img class="aligncenter" title="holiday_01.png" src="http://blog.k7computing.com/wp-content/uploads/holiday_01.png" alt="" width="543" height="299" /></p>
<p>A quick look at the source code for the page shows an encoded binary file embedded in a VBScript:</p>
<p style="text-align: center;"><img class="aligncenter" title="holiday_02.png" src="http://blog.k7computing.com/wp-content/uploads/holiday_02.png" alt="" width="516" height="172" /></p>
<p>Visiting this site with a poorly configured Internet Explorer browser will lead to the above script being rendered. The encoded file in turn is decoded and a malicious file named svchost.exe is dropped onto the user’s computer and is executed.</p>
<p>The malicious executable is an infamous file infector named Win32.Ramnet and detection for this executable has been around for more than a year now. This seems to suggest that the machine hosting the website has either little or no security solution in place.</p>
<p>With the holiday season in full swing, online shoppers are requested not to let their guard down. While you may be on holiday, the miscreants aren&#8217;t.</p>
<p>K7 Security products don&#8217;t just detect and delete the malicious file, but also prevent access to the hacked site:</p>
<p style="text-align: center;"><img class="aligncenter" title="holiday_03.png" src="http://blog.k7computing.com/wp-content/uploads/holiday_03.png" alt="" width="526" height="375" /></p>
<p>Lokesh Kumar<br />
K7 TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:<br />
<a href="http://blog.k7computing.com/feed">http://blog.k7computing.com/feed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/12/beware-who-hosts-your-holiday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mmmm &#8230; AVARicious!</title>
		<link>http://blog.k7computing.com/2011/11/mmmm-avaricious/</link>
		<comments>http://blog.k7computing.com/2011/11/mmmm-avaricious/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 09:05:00 +0000</pubDate>
		<dc:creator>Samir Mody</dc:creator>
				<category><![CDATA[Security news]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1270</guid>
		<description><![CDATA[The 14th AVAR conference is due to take place next week (9th to 11th November) in Hong Kong, and the K7TCL team will be represented in force. V Dhanalakshmi will be presenting on the increasing threat of Android malware and how to protect oneself from these threats in her talk titled &#8220;Paranoid Android?&#8221; on the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.aavar.org/avar2011/">14th AVAR conference</a> is due to take place next week (9th to 11th November) in Hong Kong, and the K7TCL team will be represented in force.</p>
<p>V Dhanalakshmi will be presenting on the increasing threat of Android malware and how to protect oneself from these threats in her talk titled <em><strong>&#8220;Paranoid Android?&#8221;</strong></em> on the 10th of November at 10am. Samuel Jebamani, Saravanan Mohankumar and myself have reserve presentations prepared on the topics of MBR threats, malicious VB P-Code detection, and Asian malware respectively. All four papers will be available in the conference proceedings.</p>
<p>We hope to see you all there.</p>
<p>Samir Mody<br />
Senior Manager, K7TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:</p>
<p>http://blog.k7computing.com/feed/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/11/mmmm-avaricious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fileave.com shutdown</title>
		<link>http://blog.k7computing.com/2011/10/fileave-com-shutdown/</link>
		<comments>http://blog.k7computing.com/2011/10/fileave-com-shutdown/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 12:53:03 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1259</guid>
		<description><![CDATA[Readers of this blog may recall an earlier post regarding the abuse of the free file hosting service &#8211; fileave.com by malware authors to host their malicious code. Given below is a list of the number of files our web crawler managed to download from this file host over the last 5 months: Fileave.com was [...]]]></description>
			<content:encoded><![CDATA[<p>Readers of this blog may recall an <a title="file-ave-it" href="http://blog.k7computing.com/2011/09/file-ave-it/" target="_blank">earlier post</a> regarding the abuse of the free file hosting service &#8211; fileave.com by malware authors to host their malicious code. Given below is a list of the number of files our web crawler managed to download from this file host over the last 5 months:</p>
<p><img class="alignnone" title="fileave_dead" src="http://blog.k7computing.com/wp-content/uploads/fileave_shutdown_00.gif" alt="" width="279" height="121" /></p>
<p>Fileave.com was probably well on its way to becoming the preferred free file hosting service for the malware authors. However, the site&#8217;s ISP &#8220;Hurrican Electric, Inc.&#8221; finally decided to shutdown this site and its associated ripway.com.</p>
<p><img class="alignnone" title="fileave_dead" src="http://blog.k7computing.com/wp-content/uploads/fileave_shutdown01.gif" alt="" width="362" height="167" /></p>
<p>We can breath a temporary sigh of relief, for its only a matter of time before the malware authors find a new site to host their parasite.</p>
<p>Lokesh Kumar<br />
K7 TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:<br />
<a href="../feed/" target="_blank">http://blog.k7computing.com/feed/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/10/fileave-com-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warring IT Security</title>
		<link>http://blog.k7computing.com/2011/10/warring-it-security/</link>
		<comments>http://blog.k7computing.com/2011/10/warring-it-security/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 04:57:29 +0000</pubDate>
		<dc:creator>Samir Mody</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1247</guid>
		<description><![CDATA[As an increasingly influential global player, India has many belligerent foes, both external and internal. At the recent Combined Commanders Conference of the Armed Forces, the Prime Minister, Dr Manmohan Singh, referred to the need for India to stand on its own two feet in formulating a robust response to threats facing the nation. The [...]]]></description>
			<content:encoded><![CDATA[<p><img title="virtual_soldier" src="http://blog.k7computing.com/wp-content/uploads/virtual_soldier.jpg" alt="" width="200" height="160" align="left" /></p>
<p>As an increasingly influential global player, India has many belligerent foes, both external and internal. At the recent Combined Commanders Conference of the Armed Forces, the Prime Minister, Dr Manmohan Singh, referred to the need for India to stand on its own two feet in formulating a robust response to threats facing the nation. The context of the PM&#8217;s reference was related to the development of indigenous defence technologies, which is considered a <a href="http://www.thehindu.com/news/national/article2528789.ece">&#8220;national security objective&#8221;</a>. Indeed, mention was made of the involvement of private industry in achieving these goals.</p>
<p>National security requirements have major implications for the IT industry, especially indigenous technological entities. The<a href="http://www.thehindu.com/news/national/article2528475.ece"> PM made the following statement</a>:</p>
<p>&#8220;Cyber threats are emerging as a major source of worry. Cyber and information warfare could qualitatively change the concept of a battlefield.&#8221;</p>
<p>There is a recognition of the requirement for a close and productive relationship between the Ministry of Defence and private industry, the IT security industry included, in the development of the nation&#8217;s defences in all forms of warfare.</p>
<p>A presentation on cyber warfare at the recently concluded Virus Bulletin 2011 security conference suggests that India&#8217;s response to and defence against cyber attacks can be considered sub-optimal at this point in time. There is clearly a recognition of this vulnerability in the higher echelons of government and the Ministry of Defence. It remains to be seen how defence policy incorporates the knowledge and skills of the IT security sector in formulating strategies for combating cyber warfare. We must all, of course, do our bit to safeguard the nation&#8217;s security.</p>
<p>* Image courtesy of <a href="http://cyberlawsinindia.blogspot.com/2010/01/indian-national-security-needs.html">cyberlawsinindia.blogspot.com</a></p>
<p>Samir Mody<br />
Senior Manager, K7TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:</p>
<p>http://blog.k7computing.com/feed/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/10/warring-it-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Depths Phishermen Go To Catch a Phish</title>
		<link>http://blog.k7computing.com/2011/10/depths-phishermen-go-to-catch-a-phish/</link>
		<comments>http://blog.k7computing.com/2011/10/depths-phishermen-go-to-catch-a-phish/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 11:31:23 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>
		<category><![CDATA[Tech articles]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1223</guid>
		<description><![CDATA[It is common knowledge that phishers [Authors of a phish] attempt to steal sensitive information such as passwords, credit card details etc. by masquerading as a trustworthy entity. Some key elements of a phish are: A fake website created by simply ripping content off the original site and pasting them on the spurious one A [...]]]></description>
			<content:encoded><![CDATA[<p>It is common knowledge that phishers [Authors of a phish] attempt to steal sensitive information such as passwords, credit card details etc. by masquerading as a trustworthy entity. Some key elements of a phish are:</p>
<ul>
<li>A fake website created by simply ripping content off the original site and pasting them on the spurious one</li>
</ul>
<p><img class="aligncenter" title="fb01" src="http://blog.k7computing.com/wp-content/uploads/fbshirts01.png" alt="" width="500" height="146" /></p>
<ul>
<li>A bait which engages potentially attractive terms like &#8220;Watch nude girls now&#8221;, &#8220;You’ve won a million dollars&#8221;, &#8220;Find what your neighbor is up to &#8220;, etc. to attract victims</li>
</ul>
<p><img class="aligncenter" title="fb02" src="http://blog.k7computing.com/wp-content/uploads/fbshirts02.png" alt="" width="387" height="126" /></p>
<ul>
<li>Scare mongering by using words like &#8220;Account has been suspended&#8221;, &#8220;Computer found to be infected&#8221;, &#8220;Severe action will taken&#8221; etc.</li>
</ul>
<p><img class="aligncenter" title="fb03" src="http://blog.k7computing.com/wp-content/uploads/fbshirts03.png" alt="" width="411" height="73" /></p>
<ul>
<li>Create a YouTube video</li>
</ul>
<p>Yes, you read that right!! Phishers now go to the depths of creating videos explaining to the potential victim how to execute the phish. Call it a &#8220;how-to-guide&#8221; to give your secrets away, if you’d like.</p>
<p>The site under discussion http://fbshirts.[Blocked], apart from having all the usual elements of a phish also has a video on YouTube instructing users how to give away their Facebook &#8220;mobile email address&#8221;. This is a personalized email address used to post status updates straight to your profile.</p>
<p><img class="aligncenter" title="fb04" src="http://blog.k7computing.com/wp-content/uploads/fbshirts04.png" alt="" width="446" height="89" /></p>
<p><img class="aligncenter" title="fb05" src="http://blog.k7computing.com/wp-content/uploads/fbshirts05.png" alt="" width="462" height="369" /></p>
<p>Users who’ve fallen victim to this scam will have a spam message posted on their facebook wall like the one below:</p>
<p style="text-align: center;"><img class="aligncenter" title="fb06" src="http://blog.k7computing.com/wp-content/uploads/fbshirts06.jpg" alt="" width="442" height="152" /></p>
<p>One would like to think that no one would fall victim for such a scam. But the number of hits that this video has received, (80,432 and counting) paints a bleak picture. See image below:</p>
<p><img class="aligncenter" title="fb07" src="http://blog.k7computing.com/wp-content/uploads/fbshirts07.png" alt="" width="412" height="235" /></p>
<p>Our usual sentiments about keeping one’s security solutions up-to-date and being vary of giving one’s personal information to unknown sites apply.</p>
<p>Lokesh Kumar<br />
K7 TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:<br />
<a href="../feed/" target="_blank">http://blog.k7computing.com/feed/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/10/depths-phishermen-go-to-catch-a-phish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Malware Musical!</title>
		<link>http://blog.k7computing.com/2011/09/a-malware-musical/</link>
		<comments>http://blog.k7computing.com/2011/09/a-malware-musical/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 11:51:04 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>
		<category><![CDATA[Tech articles]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1207</guid>
		<description><![CDATA[We at K7 TCL came across an interesting source for a malware file to be hosted on. The site hosting the malware was the official fan site of the famous Indian playback singer Sonu Nigam. This file has been up in the server for almost a month now. Users must exercise caution when they happen [...]]]></description>
			<content:encoded><![CDATA[<p>We at K7 TCL came across an interesting source for a malware file to be hosted on. The site hosting the malware was the official fan site of the famous Indian playback singer <a href="http://en.wikipedia.org/wiki/Sonu_Nigam">Sonu Nigam</a>.</p>
<p><img class="alignnone" title="sonu03" src="http://blog.k7computing.com/wp-content/uploads/sonu_nigam_03.png" alt="" width="429" height="364" /></p>
<p>This file has been up in the server for almost a month now. Users must exercise caution when they happen to download an executable file from a fan site that has remotely no purpose of distributing executable files to its visitors.</p>
<p><img class="alignnone" title="sonu01" src="http://blog.k7computing.com/wp-content/uploads/sonu_nigam_01.png" alt="" width="404" height="266" /></p>
<p>The malware file upon execution has capabilities to read saved passwords from a user’s internet browser, Mozilla Firefox, to be specific. It tries to read data from ‘signons[number].txt’ file found in the Firefox directory.</p>
<p><img class="alignnone" title="sonu02" src="http://blog.k7computing.com/wp-content/uploads/sonu_nigam_02.png" alt="" width="404" height="266" /></p>
<p>This text file holds the user’s logon information for websites for which the user has set ‘Remember Password’ in Firefox. Now imagine the scale of damage this could cause if the infected machine was a public computer at an internet café.<br />
Following simple practices whenever you use a public computer would save you from such threats:</p>
<ul>
<li> Never save your logon information on public computers</li>
<li> Always clear the history and cache before leaving the computer, or you could use the private browsing session option available in most modern browsers</li>
<li> If possible use portable applications, these are applications that run out of a pen drive</li>
<li> Avoid entering any kind of sensitive information on a public computer</li>
</ul>
<p>For our customers though, it’s just a one step process: keep your antivirus definitions up to date. K7TotalSecurity detects this file, as Trojan ( 001987931 )</p>
<p>The server hosting the fan site has been clearly compromised. The administrators of the compromised domain have been intimated about the impending damage they might be causing to unsuspecting fans.</p>
<p>Kaarthik .R.M<br />
K7 TCL</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/09/a-malware-musical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File-AVE IT!</title>
		<link>http://blog.k7computing.com/2011/09/file-ave-it/</link>
		<comments>http://blog.k7computing.com/2011/09/file-ave-it/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 07:50:28 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>
		<category><![CDATA[Tech articles]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1196</guid>
		<description><![CDATA[Fileave.com is a one click hosting site which provides free file hosting for its users. When compared to other similar one click hosts, the 50MB of free disk space provided by fileave.com may sound minuscule, but the fact that there&#8217;s no &#8220;wait&#8221; restrictions or CAPTCHAs to solve before downloading a file seems to make it [...]]]></description>
			<content:encoded><![CDATA[<p>Fileave.com is a one click hosting site which provides free file hosting for its users. When compared to other similar one click hosts, the 50MB of free disk space provided by fileave.com may sound minuscule, but the fact that there&#8217;s no &#8220;wait&#8221; restrictions or CAPTCHAs to solve before downloading a file seems to make it a favourite among malware authors to host their malicious code.</p>
<p><img class="aligncenter" title="fileaveit01" src="http://blog.k7computing.com/wp-content/uploads/fileave01.jpg" alt="" width="485" height="293" /></p>
<p>The graph above displays the number of unique URLs hosting malicious files from fileave.com which were collected by our automated systems.</p>
<p>Closer inspection revealed that the sudden spike from ~100 URLs in the month of July to ~550 in the month of August was due to a <a href="http://hphosts.blogspot.com/2011/08/alert-clickmefileavecom.html" target="_blank">mass compromise using the “Black-hole” exploit kit</a> with the final payload hosted on fileave.com. The malware author responsible for this mass compromise had registered a total of ~400 unique URLs in just 1 month in the following format:</p>
<ul>
<li>“http://clickme[2 Random characters].fileave.com”</li>
</ul>
<p>Discounting these URLs, the graph still shows a worrying trend:</p>
<p><img class="aligncenter" title="fileaveit02" src="http://blog.k7computing.com/wp-content/uploads/fileave01.jpg" alt="" width="485" height="293" /></p>
<p>The number of malware authors using fileave.com to host their malicious payload is on the rise. Our blog readers might recall that we had recently <a href="http://blog.k7computing.com/2011/07/the-host-that-overlooked-the-parasite/" target="_blank">blogged</a> about how malware authors abuse file hosting services with minimal security checks. The fact that fileave.com has none of these measures in place is bound to be exploited even more by malware authors in the days to come.</p>
<p>Lokesh Kumar<br />
K7 TCL</p>
<p>If you wish to subscribe to our blog, please add the URL provided below to your blog reader:<br />
<a href="http://blog.k7computing.com/feed/" target="_blank">http://blog.k7computing.com/feed/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/09/file-ave-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Return of the Prodigal Companion (Virus)!</title>
		<link>http://blog.k7computing.com/2011/09/return-of-the-prodigal-companion-virus/</link>
		<comments>http://blog.k7computing.com/2011/09/return-of-the-prodigal-companion-virus/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 07:49:01 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>
		<category><![CDATA[Tech articles]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1175</guid>
		<description><![CDATA[Last week at K7TCL we received a malware sample that had an interesting infection mechanism, harking back to the days of DOS companion viruses. Apart from the regular modern behaviour of dropping a self-copy and a registry entry that would initiate it on every reboot, the malware targets every program in the system that was [...]]]></description>
			<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.21cm; } -->Last week at K7TCL we received a malware sample that had an interesting infection mechanism, harking back to the days of DOS companion viruses. Apart from the regular modern behaviour of dropping a self-copy and a registry entry that would initiate it on every reboot, the malware targets every program in the system that was not part of the Windows installation. It creates a copy of the respective program’s main executable and prefixes its filename with a ‘v’. So ‘abc.exe’ would become ‘vabc.exe’. Once this is done the malware then overwrites the original program executable.</p>
<p><img class="alignnone" title="prodigal_b4" src="http://blog.k7computing.com/wp-content/uploads/b4.png" alt="" width="420" height="170" /></p>
<p>The interesting malware functionality here is that it retrieves the icon from the original executable and embeds it within itself so as to masquerade as the original file.</p>
<p><img class="alignnone" title="prodigal_after" src="http://blog.k7computing.com/wp-content/uploads/aftr.png" alt="" width="556" height="150" /></p>
<p>Of course, if the original file has a shortcut and you happen to open the shortcut then this would initiate the malware file instead, since the target filename that has now been replaced by a malware.</p>
<p>Importantly, when the malware gets executed, it in turn initiates the original file in the folder, thereby camouflaging itself on the victim’s computer. It even sets the original program’s attribute as hidden so that the victim would be none the wiser.</p>
<p><img class="alignnone" title="Prodigal_Process" src="http://blog.k7computing.com/wp-content/uploads/process.png" alt="" width="261" height="31" /></p>
<p>In the above screenshot of process explorer it can be seen that malware file gets initiated first and it in turn calls the associated safe file.</p>
<p>The malware’s functionality is merely that of a companion virus, but in a modern context, GUI and all. In the DOS days, companion viruses used to exploit the fact that a file with a COM extension (the virus) always runs before a file with the same stub name but with an EXE extension (the original host). Thus running a filename from the command line without specifying the extension explicitly would result in the virus file running instead of the companion EXE host.</p>
<p>As in the DOS days, the modern companion virus described above can also spread from computer to computer. Consider the scenario where an unsuspecting victim shares his applications with another user. This malware would appear legitimate with its borrowed icon and filename. The sample that arrived at K7TCL had a legitimate program  icon and was not detected by any other AV at the time. Under these circumstances it would be the actual malware file and not the original program being shared, and the virus has the opportunity to do its business on a fresh computer.</p>
<p>K7Total Security detects this malware as Virus ( 002c651a1 )</p>
<p>Disclaimer: No safe files were harmed in the making of this blog post.</p>
<p>Kaarthik R.M<br />
K7TCL</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/09/return-of-the-prodigal-companion-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holding you to ransom for fun and (f)rolik</title>
		<link>http://blog.k7computing.com/2011/08/holding-you-to-ransom-for-fun-and-frolik/</link>
		<comments>http://blog.k7computing.com/2011/08/holding-you-to-ransom-for-fun-and-frolik/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 09:33:59 +0000</pubDate>
		<dc:creator>Lokesh Kumar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personally speaking]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security news]]></category>
		<category><![CDATA[Tech articles]]></category>

		<guid isPermaLink="false">http://blog.k7computing.com/?p=1168</guid>
		<description><![CDATA[Here at K7TCL, we noticed a spike in the number of samples arriving with the file name &#8220;porno-rolik[2 digit number].avi.exe&#8221;. Closer inspection of the files revealed that it was yet another variant of a Ransomware. On execution, this ransomware displays a fake error message like the one shown below: The ransomware then reboots the computer [...]]]></description>
			<content:encoded><![CDATA[<p>Here at K7TCL, we noticed a spike in the number of samples arriving with the file name &#8220;porno-rolik[2 digit number].avi.exe&#8221;. Closer inspection of the files revealed that it was yet another variant of a Ransomware. On execution, this ransomware displays a fake error message like the one shown below:</p>
<p><img class="alignnone" title="frolik_error" src="http://blog.k7computing.com/wp-content/uploads/frolik_error.gif" alt="" width="302" height="103" /></p>
<p>The ransomware then reboots the computer and a sexually explicit image is displayed to the user demanding him/her to dial a premium rate number and enter a code which would then unlock the machine. This particular ransomware even goes to the extent of displaying a countdown message and threatening to delete the files on the computer if the unlock code is not provided within a period of 24 hours.</p>
<p><img class="alignnone" title="Frolik" src="http://blog.k7computing.com/wp-content/uploads/frolik.png" alt="" width="530" height="243" /></p>
<p>Given below is a list of the URLs which were found distributing this ransomware last week:</p>
<ul>
<li>http://pornovirtualxxx.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
<li>http://veryhotxxxporno.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
<li>http://bestvideopornoxxx.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
<li>http://lolkorussiangirlsporno.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
<li>http://megabytespornovideo.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
<li>http://pornovirtualxxx.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
<li>http://smotripornomnogoxxx.ru/[Blocked]porno-rolik[Blocked].avi.exe</li>
</ul>
<p>Our blog readers might recall an <a href="http://blog.k7computing.com/2011/07/disingenuous-ingenuity/">earlier blog post</a> where we had discussed about how malware authors have gotten better at manipulating peoples behaviour to execute their code &amp; this ransomware campaign is another example of such a scenario. Looking at the file name, the URLs which distribute them and the error message that is displayed on the malware execution suggests that this ransomware arrives as a part of a fake codec scam, possibly when a user attempts to download a video promising to deliver explicit content.</p>
<p>Our usual sentiments about keeping one’s security solution up-to-date &amp; avoiding downloads from unknown sites apply.</p>
<p>Lokesh Kumar<br />
K7TCL</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.k7computing.com/2011/08/holding-you-to-ransom-for-fun-and-frolik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

