<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx</link><description>Last month, in my post " Autorun: good for you? " I described why I believe you should disable Autorun on all computers in your organization. I also explained how you can do this for XP and Vista computers. Well, it turns out that Windows will override</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Steve Riley on Security : Autorun: good for you?</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2291003</link><pubDate>Wed, 31 Oct 2007 01:19:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2291003</guid><dc:creator>Steve Riley on Security : Autorun: good for you?</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/steriley/archive/2007/09/22/autorun-good-for-you.aspx"&gt;http://blogs.technet.com/steriley/archive/2007/09/22/autorun-good-for-you.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2294128</link><pubDate>Wed, 31 Oct 2007 11:46:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2294128</guid><dc:creator>Nick Brown</dc:creator><description>&lt;p&gt;Hi Steve - Nick Brown here, the author of the above-linked blog entry.&lt;/p&gt;
&lt;p&gt;I'm skeptical about the impact of systematically deleting MountPoints2. &amp;nbsp;In our experience of fighting memory stick worms, this is necessary but not sufficient. &amp;nbsp;We are not sure what *would* be sufficient, but on general principles, if there's one unknown registry key (googling for &amp;quot;MountPoints2&amp;quot; is remarkably unproductive), I would not be too amazed if there were others.&lt;/p&gt;
&lt;p&gt;Turning off Autorun using IniFileMapping is instantaneous, reversible (OK, you need to reboot after you delete the entry), and has precisely definable side-effects. &amp;nbsp;For a busy system administrator, that's three for three...&lt;/p&gt;
&lt;p&gt;Nick&lt;/p&gt;
&lt;p&gt;PS: Can you change my name from Mike to Nick please? :-))&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2294747</link><pubDate>Wed, 31 Oct 2007 13:50:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2294747</guid><dc:creator>Daniele Muscetta</dc:creator><description>&lt;p&gt;I don't know if such a &amp;quot;tool&amp;quot; exists, but it should be pretty easy to do with a line of powershell... &lt;/p&gt;
&lt;p&gt;that is, assuming it is &amp;quot;safe&amp;quot; (=does not crashes or breaks anything else... since I see it contains also the &amp;quot;C&amp;quot; drive for example...) to delete everything under MountPoints2....&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2295708</link><pubDate>Wed, 31 Oct 2007 16:52:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2295708</guid><dc:creator>Panagis</dc:creator><description>&lt;p&gt;In areas where this kind of attack is relevant, I have applied a GPO that uses Software restriction policies to block execution of any file from any drives that have a drive letter except C:&lt;/p&gt;
&lt;p&gt;It has worked really well so far!&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2296360</link><pubDate>Wed, 31 Oct 2007 19:07:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2296360</guid><dc:creator>Nick Brown</dc:creator><description>&lt;p&gt;When we were still trying to get &amp;quot;deleting stuff under MountPoints2&amp;quot; to work, I wrote a BAT file to do it, on a remote PC, and without deleting the keys for drive letters A-F, &amp;quot;in case they actually do something&amp;quot;. &amp;nbsp;It uses REG.EXE and REGDMP.EXE, and a bit of FOR /F parsing. &amp;nbsp;(I'd love to know what the &amp;quot;CPC&amp;quot; key is for. &amp;nbsp;It has its own 5 or 6 {hexmumble} subkeys.)&lt;/p&gt;
&lt;p&gt;Actually I don't think it's a big deal to delete the whole MountPoints2 key. &amp;nbsp;It's per-user, so the first time a user logs on it gets default values for C (etc) anyway. &amp;nbsp;We treat per-user registry data as extremely disposable. &amp;nbsp;But again, as far as we can tell, deleting MountPoints2 is not sufficient for all worms of this type.&lt;/p&gt;
&lt;p&gt;Unfortunately, per-user registry data is harder to keep track of in a big network environment. &amp;nbsp;People create local accounts on the PC, their roaming profiles get reset, etc etc.&lt;/p&gt;
&lt;p&gt;Something else to worry about: if you have a big shared drive with 500 people accessing it via a mapped drive letter and just one person's infected memory stick creates an Autorun.inf file in there, you can have 500 copies of the virus running by close of business. &amp;nbsp;Panagis' idea looks good to block that too, as long as this shared drive is not also hosting software...&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2299950</link><pubDate>Thu, 01 Nov 2007 07:28:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2299950</guid><dc:creator>Panagis</dc:creator><description>&lt;p&gt;Nick - I am running McAfee's VirusScan on all my servers and it has a rule to block the creation of 'autorun.inf' files remotely, meaning any clients connecting to a shared drive on my servers cannot create such a file. You can use that ability to block other file types or you can use FSRM (assuming you're running R2 on your servers) to block file types as well.&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2301096</link><pubDate>Thu, 01 Nov 2007 11:25:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2301096</guid><dc:creator>Nick Brown</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt;a rule to block the creation of 'autorun.inf'&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;files remotely&lt;/p&gt;
&lt;p&gt;That sounds like a nice feature. &amp;nbsp;However, we don't run commercial anti-virus software on any of our PCs or servers (apart from real-time checks of incoming content at the SMTP server and Web proxy ), so that's not an option for us.&lt;/p&gt;
&lt;p&gt;If I get time to develop my blog, its major theme will be how you can (and/or why you should) run a big Windows network without anti-virus software. &amp;nbsp;I've been developing my own solutions since 1991 and in that time, I think I can honestly say that on our network - now 1800 PCs - we have never lost a single document to malware.&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2710005</link><pubDate>Fri, 04 Jan 2008 21:44:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2710005</guid><dc:creator>kgv</dc:creator><description>&lt;p&gt;While there's been discussion of the weaknesses of NoDriveTypeAutorun, I haven't seen any critiques of NoDriveAutoRun. Setting this to 0xffffffff appears to obviate the need for iterating over MountPoints2 (thus making application much easier).&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2721379</link><pubDate>Tue, 08 Jan 2008 04:21:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2721379</guid><dc:creator>H. Carvey</dc:creator><description>&lt;p&gt;This is an interesting thread...can someone explain how deleting the MountPoints2 keys from a user's profile affects the spread of USB worms...&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Harlan&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2723502</link><pubDate>Tue, 08 Jan 2008 17:13:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2723502</guid><dc:creator>Andrey</dc:creator><description>&lt;p&gt;&amp;gt;can someone explain how deleting the MountPoints2&lt;/p&gt;
&lt;p&gt;&amp;gt;keys from a user's profile affects the spread of USB&lt;/p&gt;
&lt;p&gt;&amp;gt;worms...&lt;/p&gt;
&lt;p&gt;The deleting of MountPoints2 keys doesn`t help in any situation, for example, in a case when the worm is already in memory. &lt;/p&gt;
&lt;p&gt;In my situation I have my computer at work infected with some virus because it doesn`t let me to open any drive by double-clicks. Though I deleted MountPoints2 subkeys 2 or 3 times, after rebooting everything comes back - some MountPoints subkeys with Auto key in everyone which is calling bittorrent.exe or activexdebugger32.exe. I tried to run fresh Panda Internet Security 2007, but it didn`t find anything at all.&lt;/p&gt;
&lt;p&gt;Cloud anybody tell me what I should do in my situation? I am sure one day I would discover that my projects disappeared and my disk is completely damaged by viruses!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>Throw away your digital picture frames</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#2909039</link><pubDate>Tue, 19 Feb 2008 06:36:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2909039</guid><dc:creator>Steve Riley on Security</dc:creator><description>&lt;p&gt;Surely time itself has warped and it's suddenly April 1st. Come on, if you read the following, wouldn't&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3183326</link><pubDate>Fri, 16 Jan 2009 06:58:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3183326</guid><dc:creator>bil</dc:creator><description>&lt;p&gt;I am experiencing the same problems with a virus that is running under the name sevice.exe &amp;nbsp; &amp;nbsp; It is called by autorun.inf and it infects every drive it comes in contact with. So the virus is being renamed or issued by some people, it is a very nice thread about what to do to stop it. There are several places in all your physical drives where it is such as &lt;/p&gt;
&lt;p&gt;c:/windows/system32/your virus.exe&lt;/p&gt;
&lt;p&gt;c:/program files/common files/Microsoft Shared/MSInfo/yourvirus.exe&lt;/p&gt;
&lt;p&gt;but you better do something to protect you computers or next time you stick your infected drive into your computer, you will have to do it all over again. &lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3199319</link><pubDate>Mon, 09 Feb 2009 18:09:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3199319</guid><dc:creator>Just me</dc:creator><description>&lt;p&gt;found this site, when searching for &amp;quot;registry mountpoints2&amp;quot;.&lt;/p&gt;
&lt;p&gt;Since few months i have some weird errors, when clicking on Drive P: (network drive). &lt;/p&gt;
&lt;p&gt;The error is something with xiao.vbs (some kind of trojan or whatever)&lt;/p&gt;
&lt;p&gt;Tried all kind of removers (like ATF-cleaner, Look2me destroyer and smitfraudfix). But nothing helps, mountpoints2 still comes back.&lt;/p&gt;
&lt;p&gt;And funny thing is, no one can find the xiao.vbs on network drivers/ usb drivers and my local computer.&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3205171</link><pubDate>Sat, 21 Feb 2009 06:40:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3205171</guid><dc:creator>Tim J.</dc:creator><description>&lt;p&gt;I just found a 0-day worm that puts 'smss.exe' into a &amp;quot;system32 &amp;quot; (note the space after the system32). It creates this 2nd folder and then intercepts the exefile key so when you delete it, you can't run any .exe files... Nice. I was able to successfully disable &amp;amp; remove it. BTW it has a cute pink squid as an icon and is 416K in size. The normal smss.exe is about 50K.&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3207131</link><pubDate>Thu, 26 Feb 2009 23:24:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3207131</guid><dc:creator>Bohemian</dc:creator><description>&lt;p&gt;I deleted Mountpoints2 in my registry and BAM! In an instant I was able to normally get into my Local Disk E without an error message. &lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3208819</link><pubDate>Tue, 03 Mar 2009 20:18:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3208819</guid><dc:creator>DaNoze</dc:creator><description>&lt;p&gt;I just ran into the same worm that Tim J. reported Feb 20, 2009. &amp;nbsp;Is it from USB drives or some other source? &amp;nbsp;Anyone know?&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3223792</link><pubDate>Wed, 08 Apr 2009 05:18:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3223792</guid><dc:creator>tower defense</dc:creator><description>&lt;p&gt;I am running McAfee's VirusScan on all my servers and it has a rule to block the creation of 'autorun.inf' files remotely, meaning any clients connecting to a shared drive on my servers cannot create such a file. You can use that ability to block other file types or you can use FSRM assuming you're running R2 on your servers to block file types as well.&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3225535</link><pubDate>Sun, 12 Apr 2009 11:12:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3225535</guid><dc:creator>sunkumarspace</dc:creator><description>&lt;p&gt;auto run disable should be done thanks&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3235511</link><pubDate>Tue, 05 May 2009 13:17:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3235511</guid><dc:creator>Ashraf</dc:creator><description>&lt;p&gt;How I delete INF/Autorun.gen trojen&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3235515</link><pubDate>Tue, 05 May 2009 13:21:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3235515</guid><dc:creator>Ashraf</dc:creator><description>&lt;p&gt;how i Clean my computer from INF/Autorun.gen trojen&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3235517</link><pubDate>Tue, 05 May 2009 13:25:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3235517</guid><dc:creator>Ashraf</dc:creator><description>&lt;p&gt;how i feedback appear right away please tell me?&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3241715</link><pubDate>Fri, 15 May 2009 15:51:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3241715</guid><dc:creator>club penguin</dc:creator><description>&lt;p&gt;I have my computer at work infected with some virus because it doesn`t let me to open any drive by double-clicks. Though I deleted MountPoints2 subkeys 2 or 3 times, after rebooting everything comes back, some MountPoints subkeys with Auto key in everyone which is calling bittorrent.exe or activexdebugger32.exe.&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3242897</link><pubDate>Mon, 18 May 2009 19:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3242897</guid><dc:creator>meen</dc:creator><description>&lt;p&gt;thanx very much. it did worked&lt;/p&gt;
</description></item><item><title>re: More on Autorun</title><link>http://blogs.technet.com/steriley/archive/2007/10/30/more-on-autorun.aspx#3251112</link><pubDate>Sat, 06 Jun 2009 14:52:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3251112</guid><dc:creator>Baby Boutique</dc:creator><description>&lt;p&gt;Thanks for the heads up, I think Autorun may cause more problems than you are suggesting. I never knew how to turn it off before so thank you very much.&lt;/p&gt;
&lt;p&gt;RE: Club Penguin - I also cannot double click open any drives on my computer, I never thought it was a virus though. Will investigate further now&lt;/p&gt;
</description></item></channel></rss>