<?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>New Technologies System Virtualisation &#187; virus</title>
	<atom:link href="http://www.ntsysv.com/index.php/tag/virus/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ntsysv.com</link>
	<description>La théorie rejoint la pratique</description>
	<lastBuildDate>Fri, 02 Dec 2011 13:33:14 +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>How To Disable Autorun In Windows Systems : The Effective Way</title>
		<link>http://www.ntsysv.com/index.php/howto-disable-autorun-windows-systems-effective-way</link>
		<comments>http://www.ntsysv.com/index.php/howto-disable-autorun-windows-systems-effective-way#comments</comments>
		<pubDate>Wed, 21 Jan 2009 09:44:06 +0000</pubDate>
		<dc:creator>ElMehdi</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.ntsysv.com/?p=287</guid>
		<description><![CDATA[Having Autorun enabled in Microsoft Windows systems may help the spread of viruses. This is true because autorun can start any arbitrary code without user interaction. In a previous article we saw how to disable low dik space warnings in Windows systems, in this article we will talk about Autorun. Microsoft Windows come with the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Having <strong>Autorun </strong>enabled in <strong>Microsoft Windows</strong> systems may help the <strong>spread of viruses</strong>. This is true because <strong>autorun can start any arbitrary code without user interaction</strong>.<span id="more-287"></span></p>
<p style="text-align: justify;">In a previous article we saw <a href="http://www.ntsysv.com/index.php/tutoriel-video-desactivation-des-alertes-espace-disque-faible-sous-windows" target="_blank">how to disable low dik space warnings</a> in Windows systems, in this article we will talk about Autorun.</p>
<p style="text-align: justify;">Microsoft Windows come with the <strong>AutoRun </strong>feature which make applications start <strong>automaticaly </strong>when inserting a CD/DVD, mapping a network drive or plugging a USB key. This is the worst case because everyone can plug a usb key to move data, to get pictures from a friend, to copy music &#8230;etc.</p>
<p style="text-align: justify;">When a <strong>Removable Device</strong> is connected to computer, either the autorun launches the exe/.com file to witch a Autorun.inf file point to, or the user double click on the icon to browse the device content. In both cases, a hidden execution happens and make the computer infected. As an example, the Malicious software <a href="http://www.symantec.com/security_response/writeup.jsp?docid=2008-112203-2408-99" target="_blank"><strong>W32.Downadup</strong></a> uses this technique to spread.</p>
<p style="text-align: justify;">In Microsoft, we can read many articles, such :</p>
<ul style="text-align: justify;">
<li><a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B953252&amp;x=17&amp;y=17" target="_blank">How to correct &#8220;disable Autorun registry key&#8221; enforcement in Windows</a> : which details also how to <strong>disable autorun useing Group Policy Object</strong>s (GPO)</li>
<li><a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B155217&amp;x=18&amp;y=12" target="_blank">How to Enable or Disable Automatically Running CD-ROMs</a></li>
<li><a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B823732&amp;x=16&amp;y=11" target="_blank">How to disable the use of USB storage devices</a> (more radical solution!)</li>
</ul>
<p style="text-align: justify;">Today I received an <a href="http://www.cert.org" target="_blank">US-CERT</a> notification to say that those solutions are not effective when a media is first time connected to computer. In the <a href="http://www.us-cert.gov/cas/techalerts/TA09-020A.html" target="_blank">Technical Cyber Security Alert TA09-020A</a> we can read :</p>
<p style="text-align: justify;">
<blockquote>
<p style="text-align: justify;">The <strong>Autorun </strong>and <strong>NoDriveTypeAutorun </strong>registry values are both ineffective for  fully disabling AutoRun capabilities on Microsoft   Windows systems. Setting  the Autorun registry value to 0 <strong>will not prevent newly connected devices</strong> from automatically running code specified in the Autorun.inf file. It will,  however, disable Media Change Notification (MCN) messages, which may  prevent Windows from detecting when a CD or DVD is changed. According to  Microsoft, setting the NoDriveTypeAutorun registry value to 0xFF  &#8220;disables Autoplay on all types of drives.&#8221; Even with this value set,  Windows may execute arbitrary code when the user clicks the icon for  the device in Windows Explorer.</p>
</blockquote>
<p style="text-align: justify;">The proposed solution is to set the following value to registry :</p>
<blockquote><p>Path : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows  NT\CurrentVersion\IniFileMapping\Autorun.inf</p>
<div style="direction: ltr;">Value : @=&#8221;@SYS:DoesNotExist&#8221;</div>
</blockquote>
<div style="direction: ltr;">You can copy past the following code to a blank text file, and save it as .reg file, name it for example &#8220;disable-autorun.reg&#8221;, you will just have to double click on it to register the value.</div>
<blockquote>
<div style="direction: ltr;">REGEDIT4<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]<br />
@=&#8221;@SYS:DoesNotExist&#8221;</div>
</blockquote>
<div style="direction: ltr;">To have this configuration taken into account, you&#8217;ll have to reboot your system. If it is not possible, you&#8217;ll have to clean pre-cached mounted devices by deleting the following key:</div>
<blockquote>
<div style="direction: ltr;">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2</div>
</blockquote>
<p style="text-align: justify;">Hope you found this post useful, and I&#8217;d like to invite you to subscribe to my feed to keep in touch with future posts.</p>
Copyright <b> <a href="http://www.ntsysv.com">Ntsysv.com </a></b>]]></content:encoded>
			<wfw:commentRss>http://www.ntsysv.com/index.php/howto-disable-autorun-windows-systems-effective-way/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

