<?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>Pure Binary &#187; Security Issues</title>
	<atom:link href="http://www.pure-binary.com/category/security-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pure-binary.com</link>
	<description>Introducing You To The World Of Binary</description>
	<lastBuildDate>Fri, 18 Jun 2010 08:40:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How Buffer-overflow attacks work?</title>
		<link>http://www.pure-binary.com/2010/01/19/how-buffer-overflow-attacks-work/</link>
		<comments>http://www.pure-binary.com/2010/01/19/how-buffer-overflow-attacks-work/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:55:44 +0000</pubDate>
		<dc:creator>Deepak</dc:creator>
				<category><![CDATA[Security Issues]]></category>

		<guid isPermaLink="false">http://www.pure-binary.com/?p=354</guid>
		<description><![CDATA[Just now I listened to a brdocast by MIT guy on Malware threats and I encountered an attack technique known as Buffer Overflow Attack. I had heard about this attack before but to know how it works I did some research. I am posting what I understood and perhaps you will like it. Buffer overflow [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Just now I listened to a brdocast by MIT guy on Malware threats and I encountered an attack technique known as Buffer Overflow Attack. I had heard about this attack before but to know how it works I did some research. I am posting what I understood and perhaps you will like it.</p>
<p>Buffer overflow is one of the most common attack techniques used by hackers. Most importantly it is often undetectable, and above that, most of the home build programs or code are vulnerable to such threats. I can gaurantee that all the codes that you wrote since your school and all the applications you build till date is vulnearable to buffer overflow attack. Code wriiten in unsafe languages such as C++ are more prone to such threats. Infact these days buffer overflows are a favorite exploit for hackers. You will be surprised to know that the vast majority of patches that Microsoft releases oftten in its updates actually fix unchecked buffer problems. However the applications developed in our house just as susceptible as commercial applications to buffer-overflow attack. And this is the only reason why freewares are not accepted as standard software in IT firms.</p>
<p>A buffer overflow takes advantage of a program that is waiting on a user&#8217;s input. Buffer overflow attacks can of two types &#8211; first is stack based and the other is heap based. Heap is nothing but a free pool of memory used by compilers to dynamically allocate the memory to running program. Heap-based attack basically flood the memory space reserved for a program, however this attack is rare due to the complexity involved. On the other hand stack-based buffer overflow is much easier and often used.</p>
<p>I could explain you this in my own words but it would be better if I quote from a technical article published at SearchWindowsSecurity.com as it would an unaltered version for you. Article goes like this:</p>
<p><span style="color: #808080;"><em><span style="color: #003300;">&#8220;In a stack-based buffer overrun, the program being exploited uses a memory object known as a stack to store user input. Normally, the stack is empty until the program requires user input. At that point, the program writes a return memory address to the stack and then the user&#8217;s input is placed on top of it. When the stack is processed, the user&#8217;s input gets sent to the return address specified by the program.</span></em></span></p>
<div><span style="color: #808080;"><em><span style="color: #003300;">However, a stack does not have an infinite potential size. The programmer who develops the code must reserve a specific amount of space for the stack. If the user&#8217;s input is longer than the amount of space reserved for it within the stack, then the stack will overflow. This in itself isn&#8217;t a huge problem, but it becomes a huge security hole when combined with malicious input.</span></em></span></div>
<div><span style="color: #808080;"><em><span style="color: #003300;"> </span></em></span></div>
<div><span style="color: #003300;"> <em>Yet overflowing the buffer with an executable command doesn&#8217;t mean that the command will be executed. The attacker must then specify a return address that points to the malicious command. The program partially crashes because the stack overflowed. It then tries to recover by going to the return address, but the return address has been changed to point to the command specified by the hacker. Of course this means that the hacker must know the address where the malicious command will reside. To get around needing the actual address, the malicious command is often padded on both sides by NOP instructions, a type of pointer. Padding on both sides is a technique used when the exact memory range is unknown. Therefore, if the address the hacker specifies falls anywhere within the padding, the malicious command will be executed.</em></span></div>
<div><span style="color: #808080;"><em><span style="color: #003300;"> </span></em></span></div>
<div><span style="color: #808080;"><em><span style="color: #003300;"> </span></em></span></div>
<div><span style="color: #808080;"><em><span style="color: #003300;">The last part of the equation is the executable program&#8217;s permissions. As you know, most modern operating systems have some sort of mechanism to control the access level of the user who&#8217;s currently logged on and executable programs typically require a higher level of permissions. These programs therefore run either in kernel mode or with permissions inherited from a service account. When a stack-overflow attack runs the command found at the new return address, the program thinks it is still running. This means that the command prompt window that has been opened is running with the same set of permissions as the application that was compromised. Generally speaking, this often means that the attacker will gain full control of the operating system. &#8220;</span></em></span></div>
<p><span style="color: #000000;"> </span></p>
<p><span style="color: #000000;">I hope you liked this article from SearchWindowsSecurity.com. Please post your comment and some other security issues if you have encountered or solutions which think is applicable. If you want to know about how </span><a href="http://searchsecurity.techtarget.com/originalContent/0,289142,sid14_gci1048482,00.html"><span style="color: #800000;">You can prevent buffer-overflow attacks</span></a><span style="color: #000000;"> then follow the link associated.</span></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Find some related Blogs" onclick="return Sphere.Widget.search('http://www.pure-binary.com/2010/01/19/how-buffer-overflow-attacks-work/')" href="http://www.sphere.com/search?q=sphereit:http://www.pure-binary.com/2010/01/19/how-buffer-overflow-attacks-work/">Find some related Blogs</a></span><br/><br/><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.pure-binary.com%2F2010%2F01%2F19%2Fhow-buffer-overflow-attacks-work%2F&amp;linkname=How%20Buffer-overflow%20attacks%20work%3F"><img src="http://www.pure-binary.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.pure-binary.com/2010/01/19/how-buffer-overflow-attacks-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Kerberos Protocol?</title>
		<link>http://www.pure-binary.com/2008/11/14/what-is-kerberos/</link>
		<comments>http://www.pure-binary.com/2008/11/14/what-is-kerberos/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 02:23:22 +0000</pubDate>
		<dc:creator>Deepak</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Computer networks]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Network security]]></category>
		<category><![CDATA[RFC 1510]]></category>

		<guid isPermaLink="false">http://www.pure-binary.com/?p=207</guid>
		<description><![CDATA[Those who have some knowledge about the Computer Networks and Network Security, Kerberos might not be a new term. Kerberos Protocol is basically an authentication service which was originally worked out at Massachusetts Institute of Technology (MIT) as a part of Project Athena. Kerberos is the term derived somewhere from the Greek Mythology. Kerberos in [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p style="text-align: justify;">Those who have some knowledge about the <span style="color: #ff6600;"><strong>Computer Networks</strong></span> and <span style="color: #ff6600;"><strong>Network Security</strong></span>, <span style="color: #ff6600;"><strong>Kerberos </strong></span>might not be a new term. <strong><a href="http://en.wikipedia.org/wiki/Kerberos_(protocol)" target="_blank">Kerberos</a> Protocol is basically an authentication service </strong>which was originally worked out at <span style="color: #ff6600;"><strong>Massachusetts Institute of Technology (MIT)</strong></span> as a part of <strong>Project Athena</strong>. Kerberos is the term derived somewhere from the Greek Mythology. <strong>Kerberos in Greek Mythology</strong> is a three headed dog and serpent tail who guard the entrance of Hades. The function of Kerberos in computer networks is analogous to that, authentication, accounting, and audit being its three heads. However the later two have not been implemented yet. <strong>Kerberos enable the servers in the distributed environment to restrict access to authorized users and to authenticate requests for service for the users at workstations.</strong> In distributed environment server can not always identify the users correctly as one may impersonate and gain access to the network. Moreover there is always the risk of Eavesdropping which can result in allowing the unauthorized user to gain the access the services restricted otherwise. That is why Kerberos came to existence as it provides a centralized authentication server that u<span style="color: #ff6600;"><strong>ses Symmetric Encryption techniques to authenticate the users to servers as well as server to users</strong></span>.</p>
<p style="text-align: justify;">Kerberos have 5 known Versions of which first three versions were the just the development versions. <span style="color: #ff6600;"><strong>Kerberos Version 4 was implemented as the original Kerberos</strong></span>. However Kerberos Version 5 has also evolved which corrects some pitfalls of the previous version. You should refer to <span style="color: #ff6600;"><strong>RFC 1510</strong></span> for detailed description of the versions of Kerberos.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Find some related Blogs" onclick="return Sphere.Widget.search('http://www.pure-binary.com/2008/11/14/what-is-kerberos/')" href="http://www.sphere.com/search?q=sphereit:http://www.pure-binary.com/2008/11/14/what-is-kerberos/">Find some related Blogs</a></span><br/><br/><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.pure-binary.com%2F2008%2F11%2F14%2Fwhat-is-kerberos%2F&amp;linkname=What%20is%20Kerberos%20Protocol%3F"><img src="http://www.pure-binary.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.pure-binary.com/2008/11/14/what-is-kerberos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obama Wins, Hackers having blast</title>
		<link>http://www.pure-binary.com/2008/11/08/obama-wins-hackers-having-blast/</link>
		<comments>http://www.pure-binary.com/2008/11/08/obama-wins-hackers-having-blast/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 00:10:40 +0000</pubDate>
		<dc:creator>Deepak</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[vrus]]></category>

		<guid isPermaLink="false">http://www.pure-binary.com/?p=204</guid>
		<description><![CDATA[If you are very interested to know about the victory of Barack Obama in the US presidential elections or any other information about Barack Obama on the internet then you could be the easy target for spams, Trojans and viruses. Don’t get surprised, it isn’t personally related to US president but the attackers and the [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p style="text-align: justify;"><a href="http://www.pure-binary.com/wp-content/uploads/2008/11/virusss.jpg"><img class="size-medium wp-image-205 alignleft" style="float:left;padding-right: 5px;" title="virusss" src="http://www.pure-binary.com/wp-content/uploads/2008/11/virusss.jpg" alt="" width="123" height="82" /></a>If you are very interested to know about the <span style="color: #ff6600;"><strong>victory of Barack Obama</strong></span> in the <span style="color: #ff6600;"><strong>US presidential elections</strong></span> or any other information about Barack Obama on the internet then you could be the easy target for <strong>spams, Trojans and viruses</strong>. Don’t get surprised, it isn’t personally related to US president but the attackers and the hackers are exploiting the people’s curiosity about the election result. You must not trust any link which you think can open a video or give information you need about the election results as they may redirect you to the malicious website downloading <strong>Trojans and rootkit</strong> to your PC, and may steal some vital information from your system.  Recently when users were trying to open a video link to <span style="color: #ff6600;"><strong>listen to the Obama’s acceptance speech</strong></span>, Trojan got installed to their system via malicious website. According to some websites hackers also infected and stole information from a renowned Travel Website in similar fashion. The Trojan file’s name was <span style="color: #ff6600;"><strong>BarackObama.exe</strong></span>. Earlier this year some ticks such as a survey on the election etc were used to spread the virus.</p>
<p style="text-align: justify;">So do not trust on any anonymous links or video. View the result and reviews on trusted and known websites, such as news channel websites. <strong>Do not give your credits card details at any website</strong> which promises to offer you the free gift. It could be phishing website i.e. fake website simulating the authenticated websites like <strong>PayPal </strong>etc. Nothing is free in this internet world my dear and you need to believe this. <strong>Phishing Websites may use the name of good brands and reputed names </strong>like CNN, Time Magazine etc. So beware and stay safe.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Find some related Blogs" onclick="return Sphere.Widget.search('http://www.pure-binary.com/2008/11/08/obama-wins-hackers-having-blast/')" href="http://www.sphere.com/search?q=sphereit:http://www.pure-binary.com/2008/11/08/obama-wins-hackers-having-blast/">Find some related Blogs</a></span><br/><br/><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.pure-binary.com%2F2008%2F11%2F08%2Fobama-wins-hackers-having-blast%2F&amp;linkname=Obama%20Wins%2C%20Hackers%20having%20blast"><img src="http://www.pure-binary.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.pure-binary.com/2008/11/08/obama-wins-hackers-having-blast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent virus spread from USB drives</title>
		<link>http://www.pure-binary.com/2008/11/05/how-to-prevent-virus-spread-from-usb-drives/</link>
		<comments>http://www.pure-binary.com/2008/11/05/how-to-prevent-virus-spread-from-usb-drives/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 05:06:42 +0000</pubDate>
		<dc:creator>Deepak</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[disable autoplay]]></category>
		<category><![CDATA[disable autorun]]></category>
		<category><![CDATA[USB drives]]></category>
		<category><![CDATA[USB threats]]></category>
		<category><![CDATA[USB Virus]]></category>

		<guid isPermaLink="false">http://www.pure-binary.com/?p=200</guid>
		<description><![CDATA[Gone are those days when low capacity Floppy diskettes were used for storing and transferring the data. Not only were they slow but also had short life time. After floppy disks, technical world switched to the Compact Disks. Re-Writable disk was a great achievement in this regard. But the 700 MB CDs are definitely not [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p style="text-align: justify;">Gone are those days when low capacity <span style="color: #ff6600;"><strong>Floppy diskettes</strong></span> were used for storing and transferring the data. Not only were they slow but also had short life time. After <span style="color: #ff6600;"><strong>floppy disks</strong></span>, technical world switched to the <span style="color: #ff6600;"><strong>Compact Disks</strong></span>. <span style="color: #ff6600;"><strong>Re-Writable disk</strong></span> was a great achievement in this regard. But the <span style="color: #ff6600;"><strong>700 MB CDs</strong></span> are definitely not sufficient in today’s data centric world. So <span style="color: #ff6600;"><strong>DVDs </strong></span>largely replaced CDs. Though both are still in use, but advent of <span style="color: #ff6600;"><strong>USB i.e. universal serial bus</strong></span> technology has changed the trend followed in data. <span style="color: #ff6600;"><strong>USB drives</strong></span> also known as <strong><span style="color: #ff6600;">PEN Drives</span></strong> are smaller than Floppy disks and depending on the prices it can have capacity varying from <span style="color: #ff6600;"><strong>64 MB to 64 GB</strong></span>. It offers an advantage over all the above as it is highly portable and has comparatively longer life. Owing to its low cost, low power consumption and small size it is now choice of every user, and needless to say that it has already reached to hands of most of the users. But the latest trend observed in the <span style="color: #ff6600;"><strong>computer security breaches </strong></span>and spread of <span style="color: #ff6600;"><strong>virus and worms</strong></span> have revealed that USB devices have become the easiest tool ever to spread the worm, infect your PCs and Laptops and attack other computers connected to your computer. USB drives are very insecure as mostly they are not write protected. Whenever you insert your USB drive to any infected PC, worms can ride on your <span style="color: #ff6600;"><strong>USB data traveler</strong></span>, and when you use the device again with other PCs it get transmitted. USB allows the threat to spread even faster than plague. So before you use your USB you should be careful as either your USB or the machine you are working on may contain the virus. Your <span style="color: #ff6600;"><strong>antivirus suit must be updated</strong></span> otherwise your PC can be infected easily while you are surfing on internet.</p>
<p style="text-align: justify;">Actually <span style="color: #ff6600;"><strong>autorun </strong></span>feature enables the virus to load into memory as soon as you insert your PEN drive. These threats were with CDs and DVDs too but since they could not be over written so the threats were limited. But in case of USB, worms get collected from all the PCs it was used with and the result could be disastrous. One of the recommended steps is to <span style="color: #ff6600;"><strong>disable the autorun from the registry </strong></span>and scan the USB drive every time you plug it in. If your antivirus is out of date then view the content of USB drive using command prompt. I use the same procedure and it has worked well till now. Don’t know why but with command prompt the virus in the device were inactive. It could be due to the disabling the autorun from registry.</p>
<p style="text-align: justify;">To disable the Autoplay visit <strong><span style="color: #ff6600;"><span style="color: #000000;"><a href="http://www.alc2005.com/2008/11/05/how-to-disable-autoplay/" target="_blank"><span style="color: #ff6600;">How to disable Autoplay</span></a> at <a href="http://www.alc2005.com/"><span style="color: #ff6600;">ALC2005.com</span></a>.</span></span></strong></p>
<p style="text-align: justify;">You can follow what I do often to check myself for worms and viruses:</p>
<p style="text-align: justify;"><strong><span style="color: #993300;">1.	Start|Run|cmd </span></strong></p>
<p style="text-align: justify;"><span style="color: #993300;"><span style="color: #000000;"> // To open command prompt</span><em><br />
</em><span style="color: #993300;"><strong>2.	I: </strong></span></span></p>
<p style="text-align: justify;"><span style="color: #993300;"><span style="color: #000000;"><span>/</span>/ changing the drive to USB’s drive assuming that it is I drive.</span><em><br />
</em></span></p>
<p style="text-align: justify;"><span style="color: #993300;"><strong><span>3.	Dir /AH </span></strong></span></p>
<p style="text-align: justify;"><span style="color: #993300;"><span style="color: #000000;">//   this is the DOS command to view the hidden content of the directory. It is highly useful especially when you “folder options” is disabled by the Trojans.</span><em><br />
</em></span></p>
<p style="text-align: justify;"><span style="color: #993300;"><strong>4.</strong><span style="color: #000000;"><em> </em></span><span style="color: #000000;">See the contents of the directory by above command and find if there is any unwanted file with <strong>suspected extensions</strong> such as .exe, .vbs   or the file with <strong>multiple extensions</strong> such as  xyx.txt.exe.</span><em><br />
</em></span></p>
<p style="text-align: justify;"><span style="color: #993300;"><strong>5. </strong><span style="color: #000000;">If such file exists then delete it forcefully as they may not be deleted by simple delete.<br />
Type following:</span><em><br />
</em><strong>I:&gt; del   /f   /AH</strong></span></p>
<p style="text-align: justify;">Apart from this you should always <span style="color: #ff6600;"><strong>access your PEN drives by right click and explore option</strong></span>. Hope these steps would help you. Please write comments for any queries and related threat problems.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Find some related Blogs" onclick="return Sphere.Widget.search('http://www.pure-binary.com/2008/11/05/how-to-prevent-virus-spread-from-usb-drives/')" href="http://www.sphere.com/search?q=sphereit:http://www.pure-binary.com/2008/11/05/how-to-prevent-virus-spread-from-usb-drives/">Find some related Blogs</a></span><br/><br/><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.pure-binary.com%2F2008%2F11%2F05%2Fhow-to-prevent-virus-spread-from-usb-drives%2F&amp;linkname=How%20to%20prevent%20virus%20spread%20from%20USB%20drives"><img src="http://www.pure-binary.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.pure-binary.com/2008/11/05/how-to-prevent-virus-spread-from-usb-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Koobface worm back again, uses Google sites for attack</title>
		<link>http://www.pure-binary.com/2008/10/30/koobface-worm-back-again-uses-google-sites-for-attack/</link>
		<comments>http://www.pure-binary.com/2008/10/30/koobface-worm-back-again-uses-google-sites-for-attack/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 02:53:31 +0000</pubDate>
		<dc:creator>Deepak</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://www.pure-binary.com/?p=197</guid>
		<description><![CDATA[You might have heard about the Kaspersky Lab, a leading antivirus developer, detected Koobface worms earlier this year. Now it has appeared again tiptoeing around the security filters and supposedly using Google’s websites for attack. When earlier this malicious program appeared it targeted the Facebook and MySpace users. It had two variants Net-Worm.Win32.Koobface.a. and Net-Worm.Win32.Koobface.b [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p style="text-align: justify;"><a href="http://www.pure-binary.com/wp-content/uploads/2008/10/facekoob.jpg"><img class="alignleft" title="koobface" src="http://www.pure-binary.com/wp-content/uploads/2008/10/facekoob.jpg" alt="" width="116" height="102" style="float:left;padding-right: 5px;"/></a>You might have heard about the <strong><span style="color: #ff6600;"><a href="http://www.kaspersky.com/">Kaspersky Lab</a></span></strong>, a leading antivirus developer, detected <a><span style="color: #ff6600;"><a href="http://www.kaspersky.com/news?id=207575670"><strong>Koobface worms</strong></a> </span></a>earlier this year. Now it has appeared again tiptoeing around the security filters and supposedly using <strong>Googl</strong><strong>e’s websites</strong> for attack. When earlier this malicious program appeared it targeted the <a href="http://www.facebook.com/"><span style="color: #ff6600;"><strong>Facebook </strong></span></a>and <a href="http://www.myspace.com/"><span style="color: #ff6600;"><strong>MySpace</strong></span></a> users. It had two variants <a href="http://vil.nai.com/vil/content/v_148955.htm"><span style="color: #ff6600;"><strong>Net-Worm.Win32.Koobface.a. and Net-Worm.Win32.Koobface.b </strong></span></a>as detected by the Kaspersky Lab.  Their method of infecting the computers was a classic one. They used to send images looking like lucrative <a href="http://www.youtube.com/"><span style="color: #ff6600;"><strong>YouTube</strong></span></a> video and when a user clicked on it, it redirected the page to some other site which asks the user to download the flash player or codec required to view the video which was actually the worm. Once it was downloaded it uses the PC as <span style="color: #ff6600;"><strong>zombie </strong><strong>computer </strong></span>to form <strong><span style="color: #ff6600;">botnets</span></strong>.</p>
<p style="text-align: justify;">Now the similar worm is said to be back with a bang detected by the researchers at <span style="color: #ff6600;"><strong>unified threat management vendor Fortinet. </strong></span>According to them this is the similar program to the <span style="color: #ff6600;"><strong>Koobface worm and uses Google Reader and Picasa Web sites to spread</strong></span>. The worm works in same way as earlier i.e. attracting users to click on the fake video and pictures which downloads the Trojan programs. Earlier its spread was checked by <strong><span style="color: #ff6600;">MySpace </span></strong>and <span style="color: #ff6600;"><strong>Facebook </strong></span>by blocking the attack websites. So this time they have hosted files that appear to be <span style="color: #ff6600;"><strong>YouTube </strong></span>videos on <span style="color: #ff6600;"><strong>Picasa </strong></span>and <span style="color: #ff6600;"><strong>Google Reader</strong></span>. Once user gets to these pages they are asked to download the codec and other stuffs. <span style="color: #ff6600;"><strong>Facebook </strong></span>is just used as a medium to send <strong>YouTube </strong>and <strong>Picasa </strong>links to the victims.</p>
<p style="text-align: justify;">Since Facebook is the most popular <span style="color: #ff6600;"><strong>social networking website </strong></span>and hence such worms can be devastating due to its reach to such huge number of computers. <span style="color: #ff6600;"><strong>Facebook </strong></span>is currently working with <span style="color: #ff6600;"><strong>Google </strong></span>to curb this spread and they are positive about the results so far. This attack can in fact happen to any social networking website. Hence if you are <strong>Facebook </strong>or <strong>MySpace </strong>or any such website user then please don’t click blindly to all the links you come across.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Find some related Blogs" onclick="return Sphere.Widget.search('http://www.pure-binary.com/2008/10/30/koobface-worm-back-again-uses-google-sites-for-attack/')" href="http://www.sphere.com/search?q=sphereit:http://www.pure-binary.com/2008/10/30/koobface-worm-back-again-uses-google-sites-for-attack/">Find some related Blogs</a></span><br/><br/><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.pure-binary.com%2F2008%2F10%2F30%2Fkoobface-worm-back-again-uses-google-sites-for-attack%2F&amp;linkname=Koobface%20worm%20back%20again%2C%20uses%20Google%20sites%20for%20attack"><img src="http://www.pure-binary.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.pure-binary.com/2008/10/30/koobface-worm-back-again-uses-google-sites-for-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clickjacking: Recent threat on internet</title>
		<link>http://www.pure-binary.com/2008/10/27/clickjacking-recent-threat-on-internet/</link>
		<comments>http://www.pure-binary.com/2008/10/27/clickjacking-recent-threat-on-internet/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 03:34:49 +0000</pubDate>
		<dc:creator>Deepak</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Clickjacking]]></category>
		<category><![CDATA[malicious websites]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://www.pure-binary.com/?p=159</guid>
		<description><![CDATA[Clickjacking is the most recent kind of threat being experienced by the internet world. Not only the flaws of internet browsers but also the website flaws are responsible for the problem of Clickjacking. It would be easy to understand Clickjacking if you know about the phishing. Phishing is the technique used by malicious web programmers [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p style="text-align: justify;"><a href="http://www.pure-binary.com/wp-content/uploads/2008/10/clickjack.jpg"><img class="size-medium wp-image-162 alignleft" style="float:left;padding-right: 5px;" title="clickjack" src="http://www.pure-binary.com/wp-content/uploads/2008/10/clickjack.jpg" alt="" width="96" height="88" /></a><a href="http://en.wikipedia.org/wiki/Clickjacking" target="_blank"><strong>Clickjacking </strong></a>is the most recent kind of threat being experienced by the internet world. Not only the flaws of internet browsers but also the website flaws are responsible for the problem of <strong><span style="color: #ff6600;"><a href="http://ha.ckers.org/blog/20080915/clickjacking" target="_blank">Clickjacking</a></span>.</strong> It would be easy to understand <span style="color: #ff6600;"><strong>Clickjacking </strong></span>if you know about the <span style="color: #ff6600;"><strong>phishing</strong></span>. <span style="color: #ff6600;"><strong>Phishing </strong></span>is the technique used by malicious web programmers to trick web users to reveal their secret information such as passwords and credit card information on a fake and forged website. <span style="color: #ff6600;"><strong>Clickjacking </strong></span>has made it worst because now you never know whether the website has some malicious script running in the background without your consent. Moreover, what would you do if there is a link to any malicious and <span style="color: #ff6600;"><strong>f</strong><strong>orged website </strong></span>is invisible to you and your data is being leaked. usually there is no way to know for users that whether the Submit Button they clicked on performs the same function which you expect. Specifically  for unverified or unauthorized websites there is no good solution available. Though you should take care that you do not reveal your confidential information on any un-verified website. For instance, if you are going to do transaction using <span style="color: #ff6600;"><strong><a href="http://www.paypal.com/" target="_blank">PayPal</a></strong></span>, then first you should confirm that there is an authorization icon of <strong><span style="color: #ff6600;">VeriSign Inc.</span></strong> in the browser&#8217;s URL bar. If it is not there then you are being trapped in <span style="color: #ff6600;"><strong>phishing</strong></span>.</p>
<p style="text-align: justify;">These flaws were recently discussed in recen <span style="color: #ff6600;"><strong>OWASP conference</strong></span>, however looking to the seriousness of the matter nothing was disclosed. However, it was decided to inform vendors of web browsers to rectify the flwas. There is much more tough task ahead as it would take lots of time to correct the <strong><span style="color: #ff6600;">v</span><span style="color: #ff6600;">ulnerabilities in website platforms and the web browsers</span></strong>. But till then surf carefully and avoid clicking or visiting unknown websites which asks for your personal informations. You can install good <span style="color: #ff6600;"><strong>web-antivirus</strong></span> such as <span style="color: #ff6600;"><strong>McAfee </strong></span>and modern browsers like <span style="color: #ff6600;"><strong>Firefox 3.x</strong></span> which warns you about <span style="color: #ff6600;"><strong>malicious websites</strong></span>.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Find some related Blogs" onclick="return Sphere.Widget.search('http://www.pure-binary.com/2008/10/27/clickjacking-recent-threat-on-internet/')" href="http://www.sphere.com/search?q=sphereit:http://www.pure-binary.com/2008/10/27/clickjacking-recent-threat-on-internet/">Find some related Blogs</a></span><br/><br/><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.pure-binary.com%2F2008%2F10%2F27%2Fclickjacking-recent-threat-on-internet%2F&amp;linkname=Clickjacking%3A%20Recent%20threat%20on%20internet"><img src="http://www.pure-binary.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.pure-binary.com/2008/10/27/clickjacking-recent-threat-on-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
