<?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>Piyush Labs</title>
	<atom:link href="http://piyushlabs.com/feed" rel="self" type="application/rss+xml" />
	<link>http://piyushlabs.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 21:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Everything about Autorun.inf</title>
		<link>http://piyushlabs.com/blog/everything-about-autorun-inf-210</link>
		<comments>http://piyushlabs.com/blog/everything-about-autorun-inf-210#comments</comments>
		<pubDate>Sun, 08 Apr 2012 17:08:44 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[pendrives]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/?p=210</guid>
		<description><![CDATA[Autorun.inf is not exactly a virus but this feature is certainly exploited by viruses to spread across computers via removable drives. <a href="http://piyushlabs.com/blog/everything-about-autorun-inf-210">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Autorun</h2>
<p>Autorun is a feature of Windows Operating System generally used by CD’s to automatically load desired application when you insert the CD or double-click the CD drive. This feature is exploited by virus writers to spread virus via removable drives, so that when you double-click your removable drive (pen drive, thumb drive, usb mass storage devices, mobiles, digital camera, etc.), the desired virus application runs on your system without your knowledge and infects your computer.</p>
<p>You always have questions like:<br />
What is autorun.inf?<br />
Is autorun.inf a virus?<br />
How is autorun.inf help virus to execute?<br />
How to use safely view files inside a removable drive or pendrive?<br />
How to safely remove autorun.inf file?<br />
What are the precautions measures?<br />
Does autorun.inf folder really prevents virus infection?<br />
How Right click and Explore on removable drive can still infect your system?<br />
How to create your own autorun.inf file for CDs?</p>
<h2>Autorun.inf</h2>
<p>This is a configuration file that has the instructions to be performed when you double-click / right-click the drive icon.</p>
<p>It may also contain information about the icon of the drive.</p>
<p>This file can be found in the root directory of the removable drive or CD drives. E.g., “E:\autorun.inf”</p>
<p>Most people think it&#8217;s a virus, but it&#8217;s not. But it is of great help for the spread of virus. It is effective only if there also exists some infecting virus file along with it. All alone, this file is harmless. The only use of autorun.inf to to execute the targeted virus file.</p>
<p>Autorun.inf controls the following</p>
<p>-Icon of the drive<br />
-Double-click<br />
-Right-click menu<br />
-Autoplay<br />
-Autoplay menu</p>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/everything-about-autorun-inf-210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why should you change your DNS server</title>
		<link>http://piyushlabs.com/blog/why-should-you-change-your-dns-server-182</link>
		<comments>http://piyushlabs.com/blog/why-should-you-change-your-dns-server-182#comments</comments>
		<pubDate>Sun, 01 Jan 2012 19:05:38 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Infosec]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns providers]]></category>
		<category><![CDATA[family shield]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[public dns]]></category>
		<category><![CDATA[secondary dns server]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/?p=182</guid>
		<description><![CDATA[OpenDNS, Google, Norton provide free DNS service which are fast and secure as well. <a href="http://piyushlabs.com/blog/why-should-you-change-your-dns-server-182">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Questions</h1>
<p>How to increase internet speed<br />
How to prevent phishing attacks<br />
How to block proxy websites for schools<br />
How to change DNS server</p>
<h1>Wiki DNS Server</h1>
<p>DNS Server translates URL names to IP addresses.<br />
It has also been used by ISPs to redirect to advertisements.</p>
<p>http://en.wikipedia.org/wiki/Domain_Name_System</p>
<h1>Why do you need a DNS server?</h1>
<p>To access any website, say Google, you need to know only its URL, that is www.google.com, you need not know the IP address where the website is running from, which is actually an alternate way, http://74.125.236.81/.</p>
<p>DNS server resolves the easy-to-remember URL to its corresponding not-so-easy-to-remember IP address.</p>
<h1>Flushing existing DNS</h1>
<p>Once resolved, the URL-IP is saved for a few hours/days locally.<br />
Open CMD prompt and give the following commands<br />
ipconfig /flushdns</p>
<h1>Benefits of using DNS servers</h1>
<p>Faster DNS resolution<br />
Phishing protection<br />
Web content filtering<br />
Detailed statistics<br />
Typo correction<br />
No software to install<br />
Real time protection</p>
<h1>Free DNS Providers</h1>
<p>Check out each DNS servers to find out what features they provide</p>
<h2>Google Free DNS</h2>
<p>8.8.8.8<br />
8.8.4.4</p>
<p>http://code.google.com/speed/public-dns/</p>
<h2>OpenDNS</h2>
<p>208.67.222.222<br />
208.67.220.220</p>
<p>https://store.opendns.com/get/home-free</p>
<h2>OpenDNS (Family shield)</h2>
<p>208.67.222.123<br />
208.67.220.123</p>
<h2>Norton DNS Security</h2>
<p>198.153.192.60<br />
198.153.194.60</p>
<p>https://dns.norton.com/dnsweb/dnsForHome.do</p>
<h1>How to change DNS</h1>
<p>There are two methods to change DNS.</p>
<h2>1. Changing DNS for individual computer</h2>
<p>Control Panel &gt; Network Connections &gt; {your internet connection} &gt; Properties &gt; Internet Protocol (TCP/IP) &gt; Properties &gt; General tab &gt; Use the following DNS server addresses<br />
Enter the Primary and Secondary DNS Server name.<br />
Note : Changing DNS will not affect your IP address.</p>
<div id="attachment_188" class="wp-caption alignnone" style="width: 280px"><a href="http://piyushlabs.com/blog/why-should-you-change-your-dns-server-182/dns_google" rel="attachment wp-att-188"><img class="size-medium wp-image-188" title="Changing DNS settings" src="http://piyushlabs.com/wp-content/uploads/dns_google-270x300.png" alt="Changing DNS settings" width="270" height="300" /></a><p class="wp-caption-text">Changing DNS settings</p></div>
<h2>2. Changing DNS for the Router for all connected computers</h2>
<p>Open the router setting website. Generally http://192.168.0.1/ or http://192.168.1.1/<br />
Enter login ID and password. Generally admin and admin.<br />
Navigate to Interface Setup &gt; LAN<br />
Change DNS Relay option to Use User Discovered DNS Server Only<br />
Enter the Primary and Secondary DNS Server name.<br />
Note : The above mentioned settings may vary from router to router.</p>
<div id="attachment_187" class="wp-caption alignnone" style="width: 510px"><a href="http://piyushlabs.com/blog/why-should-you-change-your-dns-server-182/dns_router" rel="attachment wp-att-187"><img class="size-full wp-image-187" title="DNS Setting for Router" src="http://piyushlabs.com/wp-content/uploads/dns_router.png" alt="DNS Setting for Router" width="500" height="90" /></a><p class="wp-caption-text">DNS Setting for Router</p></div>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/why-should-you-change-your-dns-server-182/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hijacked hosts file is an internal security breach</title>
		<link>http://piyushlabs.com/blog/hijacked-hosts-file-is-an-internal-security-breach-163</link>
		<comments>http://piyushlabs.com/blog/hijacked-hosts-file-is-an-internal-security-breach-163#comments</comments>
		<pubDate>Mon, 26 Dec 2011 19:51:40 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Infosec]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[hosts]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/?p=163</guid>
		<description><![CDATA[Viruses may modify hosts file for silent phishing attack, blocking anti-virus websites, blocking search engines. <a href="http://piyushlabs.com/blog/hijacked-hosts-file-is-an-internal-security-breach-163">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Questions</h1>
<p>Anti-virus websites are blocked.<br />
Search engines are blocked.<br />
When you try to open a website, some unexpected website loads.<br />
Hosts file is hijacked.</p>
<h1>Wiki for HOSTS file</h1>
<p>The &#8220;hosts&#8221; file is a system file used to map hostnames to IP addresses.<br />
By default, there is only one entry in the file.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">127.0.0.1 localhost</div></div>
<p>With this setting, the actual website at http://127.0.0.1/ can be accessed when you enter http://localhost/ in browser.</p>
<blockquote><p>How would you feel, if you type google.com is any browser and you land somewhere else.</p></blockquote>
<p>Viruses may modify hosts file for silent phishing attack, blocking anti-virus websites, blocking search engines.</p>
<h1>Example</h1>
<p>The following modified hosts file will have two implications<br />
Access to the website kaspersky.com will be blocked.<br />
Access to the website google.com will redirect you to yahoo.com(98.137.149.56).</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># Copyright (c) 1993-1999 Microsoft Corp.<br />
#<br />
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.<br />
#<br />
# This file contains the mappings of IP addresses to host names. Each<br />
# entry should be kept on an individual line. The IP address &lt;span class=&quot;hiddenGrammarError&quot; pre=&quot;name &quot;&gt;should<br />
# be&lt;/span&gt; placed in the first column followed by the corresponding host name.<br />
# The IP address and the host name should be separated by at least one<br />
# space.<br />
#<br />
# Additionally, comments (such as these) may be inserted on individual<br />
# lines or following the machine name denoted by a '#' symbol.<br />
#<br />
# For example:<br />
#<br />
# 102.54.94.97 rhino.acme.com # source server<br />
# 38.25.63.10 x.acme.com # x client host</div></div>
<p>127.0.0.1 localhost</p>
<p># Following redirections may be added by virus<br />
127.0.0.1 kaspersky.com # This will block the kaspersky website<br />
98.137.149.56 google.com # This will redirect to some other website(98.137.149.56), when you try accessing google</p>
<p><a href="http://piyushlabs.com/wp-content/uploads/HostsFile_1.png"><img class="alignnone size-medium wp-image-169" title="Example implementing modified hosts file" src="http://piyushlabs.com/wp-content/uploads/HostsFile_1-300x200.png" alt="" width="300" height="200" /></a></p>
<p>&nbsp;</p>
<h1>The Real Threat</h1>
<p>Because of its role in local name resolution, the hosts file represents an attack vector for malicious software.<br />
Viruses modify the hosts file to redirect you to malicious/fraud/unwanted websites when you try to open legitimate website.<br />
On the web-browser&#8217;s address bar you will see the correct address that you have entered, but the actual contents will be from the malicious website.</p>
<h2>Type 1 : DOS Attack</h2>
<p>The file may be hijacked and modified to redirect traffic from the intended destination to sites hosting content that may be offensive or intrusive.<br />
The virus W32.MyDoom@mm used this to create a distributed denial-of-service(DOS) attack in 2004.</p>
<p>http://en.wikipedia.org/wiki/Mydoom.B</p>
<h2>Type 2 : Blocking Websites</h2>
<p>Some viruses can block your access to the Anti-Virus websites using HOSTS file.<br />
The installed anti-virus will be unable to update its virus-definition.<br />
The search engines may be blocked to prevent you searching for the solution.</p>
<p>http://www.f-secure.com/v-descs/qhost.shtml</p>
<h2>Type 3 : Phishing Attack</h2>
<p>The banking/social networking websites may be redirected to phishing websites to steal credentials.</p>
<p>http://en.wikipedia.org/wiki/Phishing</p>
<p>&nbsp;</p>
<h1>Solution</h1>
<p>Most of the anti-virus do not fix the hosts file due to complications and it has to be done manually.</p>
<ul>
<li>Open the following directory
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">%windir%/system32/drivers/etc/</div></div>
</li>
<li>Create a backup file before you modify the hosts file.</li>
<li>Remove read-only property for hosts file.</li>
<li>Open the file in Notepad.</li>
<li>Delete all lines with suspected URL&#8217;s and IP&#8217;s contents.</li>
<li>Do not delete the following default line
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">127.0.0.1 localhost</div></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/hijacked-hosts-file-is-an-internal-security-breach-163/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heal Pendrive v2.0</title>
		<link>http://piyushlabs.com/blog/heal-pendrive-v20-114</link>
		<comments>http://piyushlabs.com/blog/heal-pendrive-v20-114#comments</comments>
		<pubDate>Thu, 03 Feb 2011 18:49:30 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[heal]]></category>
		<category><![CDATA[pendrives]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/?p=114</guid>
		<description><![CDATA[<a href="http://piyushlabs.com/downloads">Download</a>
Features:
+This tool can be used to remove virus/suspected files from pendrive.
+Most appreciating “hunt-and-delete” feature with multiple options has been integrated in this version.
+Automatic selection for connected pendrive with details. <a href="http://piyushlabs.com/blog/heal-pendrive-v20-114">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heal Pendrive v2.0<br />
<a href="http://piyushlabs.com/downloads">Download</a></p>
<p>Features:<br />
*This tool can be used to remove virus/suspected files from pendrive.<br />
*Instructions are provided at the botom of each step.<br />
*Build on VB.net, this application is much superior to the previous v1.0<br />
*Improved “hunt-and-delete” has been integrated in this version.<br />
+Automatic selection for connected pendrive.<br />
+Details for the selected drive.<br />
+Displays contents of autorun.inf<br />
+Individual options to fix registries.<br />
+Calls CHKDSK utility to detect and fix bad sectors.<br />
+Most appreciating “hunt-and-delete” feature with multiple options.</p>
<p>Whats not:<br />
-Files marked for deletion are deleted permanently.(not sent to Recycle Bin)<br />
-Registry change is not reversible.<br />
-This tool only to be used on removable drives.</p>
<p>Whats next:<br />
*Safely remove drive feature in the next builds.</p>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://piyushlabs.com/wp-content/uploads/Slide1.png"><img alt="Alternate Text" src="http://piyushlabs.com/wp-content/uploads/Slide1.png" title="Image Title" width="600" height="337" /></a><p class="wp-caption-text">Image Caption</p></div>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/heal-pendrive-v20-114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable autorun/autoplay property</title>
		<link>http://piyushlabs.com/blog/disable-autorunautoplay-property-91</link>
		<comments>http://piyushlabs.com/blog/disable-autorunautoplay-property-91#comments</comments>
		<pubDate>Sun, 12 Sep 2010 19:04:39 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/archives/disable-autorunautoplay-property-91</guid>
		<description><![CDATA[Disabling Autorun Property To disable autorun using Group Policy Editor Start » Run » gpedit.msc Go to Computer Configuration » Administrative Templates » System Double-click Turn off Autoplay Select Enabled Turn off Autoplay on = All Drives Start » Run » Regedit Go to HKEY_CURRENT_USER » SOFTWARE &#8230; <a href="http://piyushlabs.com/blog/disable-autorunautoplay-property-91">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Disabling Autorun Property</h4>
<p>To disable autorun using Group Policy Editor<br />
<code class="codecolorer text geshi"><span class="text">Start</span></code> » <code class="codecolorer text geshi"><span class="text">Run</span></code> » <code class="codecolorer text geshi"><span class="text">gpedit.msc</span></code><br />
Go to <code class="codecolorer text geshi"><span class="text">Computer Configuration</span></code> » <code class="codecolorer text geshi"><span class="text">Administrative Templates</span></code> » <code class="codecolorer text geshi"><span class="text">System</span></code><br />
Double-click<br />
<code class="codecolorer text geshi"><span class="text">Turn off Autoplay</span></code><br />
Select<br />
<code class="codecolorer text geshi"><span class="text">Enabled</span></code><br />
<code class="codecolorer text geshi"><span class="text">Turn off Autoplay on</span></code> = <code class="codecolorer text geshi"><span class="text">All Drives</span></code></p>
<p><code class="codecolorer text geshi"><span class="text">Start</span></code> » <code class="codecolorer text geshi"><span class="text">Run</span></code> » <code class="codecolorer text geshi"><span class="text">Regedit</span></code><br />
Go to <code class="codecolorer text geshi"><span class="text">HKEY_CURRENT_USER</span></code> » <code class="codecolorer text geshi"><span class="text">SOFTWARE</span></code> » <code class="codecolorer text geshi"><span class="text">Microsoft</span></code> » <code class="codecolorer text geshi"><span class="text">Windows</span></code> » <code class="codecolorer text geshi"><span class="text">CurrentVersion</span></code> » <code class="codecolorer text geshi"><span class="text">Policies</span></code> » <code class="codecolorer text geshi"><span class="text">Explorer</span></code> » <code class="codecolorer text geshi"><span class="text">NoDriveTypeAutorun</span></code><br />
Set the following value<br />
<code class="codecolorer text geshi"><span class="text">NoDriveTypeAutorun</span></code> = <code class="codecolorer text geshi"><span class="text">FF</span></code> (Hexadecimal) or <code class="codecolorer text geshi"><span class="text">255</span></code> (Decimal) Disables AutoRun on all kinds of drive</p>
<p>To disable autorun of CD drive<br />
<code class="codecolorer text geshi"><span class="text">Start</span></code> » <code class="codecolorer text geshi"><span class="text">Run</span></code> » <code class="codecolorer text geshi"><span class="text">Regedit</span></code><br />
Go to <code class="codecolorer text geshi"><span class="text">HKEY_LOCAL_MACHINE</span></code> » <code class="codecolorer text geshi"><span class="text">System</span></code> » <code class="codecolorer text geshi"><span class="text">CurrentControlSet</span></code> » <code class="codecolorer text geshi"><span class="text">Services</span></code> » <code class="codecolorer text geshi"><span class="text">CdRom</span></code><br />
Set following values<br />
<code class="codecolorer text geshi"><span class="text">AutoRun</span></code> = <code class="codecolorer text geshi"><span class="text">0</span></code> (to disable autorun on CDs)<br />
<code class="codecolorer text geshi"><span class="text">AutoRun</span></code> = <code class="codecolorer text geshi"><span class="text">1</span></code> (to enable)</p>
<p>Hold on <code class="codecolorer text geshi"><span class="text">SHIFT</span></code> key while inserting CD in CDROM</p>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/disable-autorunautoplay-property-91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safely Remove/Delete autorun.inf file</title>
		<link>http://piyushlabs.com/blog/safely-removedelete-autorun-inf-file-90</link>
		<comments>http://piyushlabs.com/blog/safely-removedelete-autorun-inf-file-90#comments</comments>
		<pubDate>Sun, 12 Sep 2010 19:01:41 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[pendrives]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/archives/safely-removedelete-autorun-inf-file-90</guid>
		<description><![CDATA[Safely Remove Autorun.inf Start » Run » cmd Type c:\Documents and Settings\abc\>x: x:\&#62;dir /a autorun.inf Check if the autorun file exists If yes, then change the attributes of the file by typing x:\&#62;attrib autorun.inf -R -H -S Now you will &#8230; <a href="http://piyushlabs.com/blog/safely-removedelete-autorun-inf-file-90">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Safely Remove Autorun.inf</h4>
<p><code class="codecolorer text geshi"><span class="text">Start</span></code> » <code class="codecolorer text geshi"><span class="text">Run</span></code> » <code class="codecolorer text geshi"><span class="text">cmd</span></code><br />
Type<br />
c:\Documents and Settings\abc\><code class="codecolorer text geshi"><span class="text">x:</span></code><br />
<code class="codecolorer text geshi"><span class="text">x:\&gt;dir /a autorun.inf</span></code><br />
Check if the autorun file exists<br />
If yes, then change the attributes of the file by typing<br />
<code class="codecolorer text geshi"><span class="text">x:\&gt;attrib autorun.inf -R -H -S</span></code><br />
Now you will be able to see the autorun.inf file visually in Windows Explorer.<br />
View the contents of autorun.inf (using the safe method mentioned above), before you delete them.<br />
Delete the file by typing<br />
<code class="codecolorer text geshi"><span class="text">x:\&gt;del /P /F /A autorun.inf</span></code></p>
<blockquote><p>If you are unable to delete the autorun.inf file<br />
or<br />
the autorun.inf file appears again and again.<br />
Then you can conclude that your system is infected by some virus.</p></blockquote>
<p>In such case you have to remove the virus from your system then only you can get rid of this autorun.inf.</p>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/safely-removedelete-autorun-inf-file-90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Precautions while using pendrives</title>
		<link>http://piyushlabs.com/blog/precautions-while-using-pendrives-89</link>
		<comments>http://piyushlabs.com/blog/precautions-while-using-pendrives-89#comments</comments>
		<pubDate>Sun, 12 Sep 2010 18:54:52 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[pendrives]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/archives/precautions-while-using-pendrives-89</guid>
		<description><![CDATA[How to you use a pendrive. Double click on it or do a right-click explore. All these methods can be dangerous as it may lead to execution of virus from the pendrive. <a href="http://piyushlabs.com/blog/precautions-while-using-pendrives-89">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Precautions</h4>
<ol>
<li>Double-clicking a drive may infect your computer with the virus on the drive. </li>
<li>Even <code class="codecolorer text geshi"><span class="text">Right-click</span></code> » <code class="codecolorer text geshi"><span class="text">Open</span></code> or <code class="codecolorer text geshi"><span class="text">Right-click</span></code> » <code class="codecolorer text geshi"><span class="text">Explore</span></code> may lead to the virus infection. </li>
<li>If you think that autorun.inf can infect only if its in the root folder of a drive, then you are wrong. Think again. Even network drives have autorun properties. A network drive linked to a folder, containing an infecting autorun.inf file, on a network behaves the same way, when you double-click the drive.</li>
</ol>
<h4>Using Autorun.inf Folder</h4>
<p>If you create a folder named AUTORUN.INF in the root directory of a drive, most of the viruses are unable to delete such folders to replace with their own infecting autorun.inf file, this is possible because almost all the virus programs have codes to replace/delete the autorun.inf file and not the folder. You may be safe for sometime, but not longer until a better virus breaks in.</p>
<h4>Best Practices</h4>
<ol>
<li>To view files inside a drive to use the tree-view of Windows Explorer.     <br /><code class="codecolorer text geshi"><span class="text">My Computer</span></code> » <code class="codecolorer text geshi"><span class="text">View</span></code> » <code class="codecolorer text geshi"><span class="text">Explorer Bar</span></code> » <code class="codecolorer text geshi"><span class="text">Folders</span></code>      <br />Click on the removable/pendrive on the left side tree-view folder panel to explore, instead of double-clicking the drive.      </li>
<li>Typing the drive name on the address-bar of Windows Explorer.     <br /><code class="codecolorer text geshi"><span class="text">My Computer</span></code> » click on Address Bar » Type <code class="codecolorer text geshi"><span class="text">x:\</span></code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/precautions-while-using-pendrives-89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view contents of Autorun.inf file</title>
		<link>http://piyushlabs.com/blog/how-to-view-contents-of-autorun-inf-file-88</link>
		<comments>http://piyushlabs.com/blog/how-to-view-contents-of-autorun-inf-file-88#comments</comments>
		<pubDate>Sun, 12 Sep 2010 18:54:27 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[pendrives]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/archives/how-to-view-contents-of-autorun-inf-file-88</guid>
		<description><![CDATA[Giving path of autorun.inf in the address bar can lead to virus infection. <a href="http://piyushlabs.com/blog/how-to-view-contents-of-autorun-inf-file-88">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Old Practice/Risky Technique:</strong>     <br />Type <code class="codecolorer text geshi"><span class="text">x:\autorun.inf</span></code> in the address bar of windows explorer. This will open the autorun.inf file in a notepad if it exists.     <br />What&#8217;s the problem»     <br />If there exists a virus file named autorun.inf.pif it will get executed.     <br />How to safely view the file?     <br /><strong>Safe Method:</strong>     <br /><code class="codecolorer text geshi"><span class="text">Start</span></code> » <code class="codecolorer text geshi"><span class="text">Run</span></code> » <code class="codecolorer text geshi"><span class="text">notepad</span></code>     <br /><code class="codecolorer text geshi"><span class="text">File</span></code> » <code class="codecolorer text geshi"><span class="text">Open</span></code> » <code class="codecolorer text geshi"><span class="text">x:\&gt;autorun.inf</span></code></p>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/how-to-view-contents-of-autorun-inf-file-88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://piyushlabs.com/blog/hello-world-1</link>
		<comments>http://piyushlabs.com/blog/hello-world-1#comments</comments>
		<pubDate>Sat, 14 Aug 2010 08:06:00 +0000</pubDate>
		<dc:creator>Piyush</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://piyushlabs.com/?p=1</guid>
		<description><![CDATA[Welcome to my small lab : Piyush Labs Here, you will find information about latest virus threats and solution to remove them even if your anti-virus is unable to remove. Download Heals for viruses and many more software tools and &#8230; <a href="http://piyushlabs.com/blog/hello-world-1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to my small lab : <strong>Piyush Labs</strong></p>
<p>Here, you will find information about latest virus threats and solution to remove them even if your anti-virus is unable to remove.</p>
<p>Download Heals for viruses and many more software tools and utilities.</p>
<p>Find tutorials for removing virus from your computer and pendrives. Learn how to remove viruses manually by yourself and become a virus troubleshooter.</p>
<p>Report new and latest viruses and request a Heal for it.</p>
<p>Get reviews about various gadgets, softwares and web-services.</p>
<p>Have fun kicking out viruses.<br />
:)</p>
]]></content:encoded>
			<wfw:commentRss>http://piyushlabs.com/blog/hello-world-1/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

