<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2011://3/tag:ask-leo.com,2009://3.3848-</id>
  <updated>2011-11-22T22:48:14Z</updated>
  <title>Comments for How do I scan computers at my nuclear power station for viruses without an internet connection?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:39876</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c39876" />
    <title>Comment from snail on 2009-11-12</title>
    <author>
      <name>snail</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>If only more people would follow this advice(no Internet, no updates, no foreign media(hardware or software...) instead of treating their computers as a throw-away appliance, then work done on and through computers(in closed networks such as at home, small businesses, and other "closed circuits") would be done more efficiently and save countless hours spent on security paranoia(though sometimes rightly felt).<br />
Think about how many times you look up an article, follow a lead about security for computers.  Imagine if you put that time to a task because you knew you had good practices in habit which almost eliminated security risks.<br />
Unfortunately, computers, peripherals, backup media and device drivers(to name a few) can all be shipped with tainted data.  You just never know who will have a bad day and take it out on the world.<br />
Smile.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-11-13T05:01:29Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:38064</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c38064" />
    <title>Comment from Allan on 2009-09-15</title>
    <author>
      <name>Allan</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Leo said:<br />
<i>bugs often manifest after long periods of time when, for example, a statistically unlikely but still possible series of events finally happen.</i></p>

<p>I heard a good example of this when I was first learning to program, in the 1980's... I don't know if this is a true story, but I <em>think</em> it is, and it's certainly the type of story that <em>COULD</em> be true.</p>

<p>Even back in the 1980's, it was true that most mainframe computer systems were owned by big businesses, and big businesses generally kept their computers on 24 hours a day, 7 days a week, except during scheduled maintenance periods. But obviously there were exceptions to that policy.</p>

<p>The problem first showed up on February 29, 1976. Some people had shut down their computers for various reasons, but when they tried to re-start them, the computer simply wouldn't boot. Naturally, the operators called for repair. However, most of the shops that called in didn't have 7-day-a-week maintenance contracts. February 29 was a Sunday, so the repairman didn't show up until March 1. By then, most of the computers were able to boot again.</p>

<p>However, it was a different story 4 years later. February 29, 1980 was a Friday. This time, it was hundreds (maybe even thousands?) of operators that all called IBM at the same time, complaining that their computers wouldn't boot - and theoretically, IBM had 4 hours to respond to every one of these calls at the same time.</p>

<p>The problem turned out to be in software. Computers at that time didn't have built-in battery-operated real-time clocks; every time you started up the computer, a human had to type in the correct date and time. At some point in 1973 or 1974, an IBM programmer decided that the code that allowed this was bloated, so he re-wrote it, making it smaller (and thus wasting less memory). But the new version of this routine didn't know that sometimes February has 29 days!</p>

<p>An obscure bug, but one that only potentially raised it's ugly head every 4 years... and in fact it took at least 6 years to discover the bug!</p>

<p>Again, I don't pretend to know for sure that this is a true story, but...</p>

<p>Imagine what would happen if Microsoft discovered, TODAY (September 15, 2009) that they had a bug in their boot-up routines. Say they discovered that if December 31 happened to be a Thursday, then the computer would crash during boot-up... That isn't likely, but it certainly isn't impossible either. If this was a real problem, I'm sure that they could come up with a hot-fix within a week, and the next Service Pack in October or November would include the fix.</p>

<p>This gives everybody AT LEAST 6 weeks to apply the service pack before Thursday December 31. What percentage of Windows systems would crash this year?</p>

<p>I don't know the stats (I doubt that anybody does), but I'm sure it would be a lot..</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-15T22:09:32Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37423</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37423" />
    <title>Comment from David Nuttall on 2009-08-27</title>
    <author>
      <name>David Nuttall</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Is this question legitimate?  It could be.  <br />
It sound like this guy inherited the can of worms left by the last guy and he is wondering what he can do under all these security restrictions.  I would have thought Windows would have failed the security audit that would have been required in cases like this, before the system could be installed.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-27T12:35:27Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37394</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37394" />
    <title>Comment from andrew on 2009-08-26</title>
    <author>
      <name>andrew</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>viruses come from somewhere (the internet)<br />
if there is no connection, then there would be no viruses<br />
<div class="leocomment">Very dangerous, and incorrect, assumption. Latest round of viruses and malware also travel via USB sticks and other external drives that get moved from system to system.<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">27-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T16:08:43Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37393</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37393" />
    <title>Comment from Frank Garza on 2009-08-26</title>
    <author>
      <name>Frank Garza</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I ran into a similar situation except that the PC was on board a ship.  Could not install windows updates nor an antivirus program because it required windows be at a certain level.  I found an antivirus program that run on a U3 drive and used the U3 drive to scan the computers on the ship for virus.<br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T16:06:24Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37371</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37371" />
    <title>Comment from Jim on 2009-08-26</title>
    <author>
      <name>Jim</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>If this was real, it would be pretty scary that the bloke in charge of the computer system in a nuclear power station has so little knowledge that he has to ask this question.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T07:52:11Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37370</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37370" />
    <title>Comment from Jon on 2009-08-26</title>
    <author>
      <name>Jon</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Forgetting about whether or not this is a bogus question, why couldn't they just use a portable app like I have on my USB flash drive?<br />
<div class="leocomment">You mean like I mentioned in the article? He could.<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T07:40:16Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37365</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37365" />
    <title>Comment from Larry on 2009-08-25</title>
    <author>
      <name>Larry</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Scary maybe. If Windows is the OS of choice, then for this application I would use an "embedded version" of Windows. Customized to work with only the services needed. All the fluff, all the services that can break or be a path to instability can be removed. What's left is much more secure, uses less resources, much smaller in size and quicker (another benefit: the user license is much less in cost).<br />
A Windows embedded setup like this would be much safer; XPe (Windows XP Embedded) has been around for years and works very well in static applications like this one..</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T05:22:02Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37360</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37360" />
    <title>Comment from Tony Martin on 2009-08-25</title>
    <author>
      <name>Tony Martin</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Before I retired I used window computers to control laboratory instruments.  Since they were not networked and never connected to the internet.  We never had any problems.  They were never scanned for malware.  How could they catch one?   <br />
<div class="leocomment">These days via USB keys and other devices that are physically moved from machine to machine. The Conficker worm and others are known to spread this way.<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T03:19:38Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37354</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37354" />
    <title>Comment from Norm on 2009-08-25</title>
    <author>
      <name>Norm</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>This Nuclear Power station has got to be a hoax. If they really took their system down for one month a year everyone would know. The mushroom cloud would be a dead giveaway!  Thanks though for treating it that way. The scenario while highly unlikely, may do show a "most ignorant" case and logical response.  Of course, I would also have requested the name of the Nuke Plant so I could advice the appropriate authorities!  Great answer to a scam question.<br />
<div class="leocomment">I'm not convinced it's a scam but either way it's an interesting discussion with applicability to scenarios well beyond nuclear plants. (And yes, they do take plants offline periodically for maintenance without blowing them up.)<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T01:36:38Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37352</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37352" />
    <title>Comment from jOHN hEALY on 2009-08-25</title>
    <author>
      <name>jOHN hEALY</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>lEO, YOU'VE BEEN HOOKED, THAT LETTER HAS TO BE A SCAM. pERIOD<br />
<div class="leocomment">Scam or not, it's an interesting discussion. (Please fix your CapsLock key, ok?)<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-26T01:18:12Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37342</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37342" />
    <title>Comment from David on 2009-08-25</title>
    <author>
      <name>David</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I checked the question to make sure it wasn't signed Homer Simpson.<br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T22:53:22Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37341</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37341" />
    <title>Comment from Nigel Broder on 2009-08-25</title>
    <author>
      <name>Nigel Broder</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>A nuclear plant running Windows?  LOL!<br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T22:35:11Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37331</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37331" />
    <title>Comment from JH on 2009-08-25</title>
    <author>
      <name>JH</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I wouldn't have thought nuclear plants would have been running Windows, rather some kind of embedded proprietary OS. I think the Windows EULA says somewhere that its not suitable for critical environments, such as 'aircraft control systems and nuclear power plants'.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T19:51:02Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37330</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37330" />
    <title>Comment from Kirk on 2009-08-25</title>
    <author>
      <name>Kirk</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>My initial reaction was the same as Leo's...  Windows running a nuclear power plant?  Then I started thinking about some of the other incredibly stable control systems I've worked with that were built on very stripped down versions of Windows.  Even our phone system runs an old version of NT as it's OS.  It stays up for years at a time easily with no patches or virus scans because it is a static closed system.</p>

<p>What scares me WAY more is the possibility that there is an IT Tech at such a facility who has to ask Leo the answer to this question.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T19:39:08Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37323</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37323" />
    <title>Comment from Bill on 2009-08-25</title>
    <author>
      <name>Bill</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>If this is really from a nuke plant, the fact that they are not going through their I.S. group is scary.  <br />
Some idiot thinking that they have to "fix" things through a non-approved channel is what is most likely to cause a virus to be present (maybe they brought one in on a disk with a game and are trying to prevent getting fired).</p>

<p>We would like to think that we hire people at the plants that are not dumb enough to do things like that but I know of an engineer with multiple degrees that would be likely to do this type of thing and used to work (he quit, they couldn't get rid of him) at a nuke plant.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T18:50:47Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37312</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37312" />
    <title>Comment from Clif on 2009-08-25</title>
    <author>
      <name>Clif</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I don't believe that BartPE is needed. Scanning a PC from a Live Anti-Virus CD couldn't be easier. Several of the major AV Vendors offer Live CDs for download as ISO files.</p>

<p>1. Download ISO<br />
2. Burn CD<br />
3. Pop it into the infected PC<br />
4. Reboot</p>

<p>How hard is that?</p>

<p>Here's a google search that turns up a few:<br />
http://www.google.com/search?hl=en&q=live+antivirus+cd+iso+emergency+rescue&aq=f&oq=&aqi=</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T16:51:14Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37311</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37311" />
    <title>Comment from AG Wright on 2009-08-25</title>
    <author>
      <name>AG Wright</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I support a couple of Windows 98 computers at a manufacturing facility that I can only get to a couple of times a year.  I use Clamwin portable from <a href="http://portableapps.com/" rel="nofollow">http://portableapps.com/</a>  <br />
I install it to a thumb drive, open and update it.  Copy it to a CD then to the target computer hard drive.  I can then scan.  With a more modern operating system that will recognize a thumb drive you can leave off the CD part but it is easier to do it that way than try to find a 98 driver for this year's thumb drive.  </p>

<p>AG</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T16:36:31Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37308</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37308" />
    <title>Comment from Charles Wellen on 2009-08-25</title>
    <author>
      <name>Charles Wellen</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p> "The Problem: We require to perform a yearly virus scan on these computers..."  This reads like an e-mail from Nigeria, and was my first hint that this inquiry was indeed, a hoax.  Nice to see my favorite genius is also human.  (and if I'm wrong, well I am human, too)<br />
<div class="leocomment">I did stumble on that as well, but let's face it - not everyone's English is perfect, and there are lots of completely qualified nuclear power plant personal for whom English is their second language. I thought it was an interesting and provocative question, regardless of the source.<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T16:18:49Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37301</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37301" />
    <title>Comment from Abby Normal on 2009-08-25</title>
    <author>
      <name>Abby Normal</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>If no internet  connection is allowed and assuming a nuclear facility would have very tight security what would be the real virus risk here? </p>

<p>Regardless - I also agree with "Anne" - I think the question is a complete hoax.  If not we have a very serious problem here... the management of that "Nuclear Power Station" is working way out of their experience level.</p>

<div class="leocomment">Unfortunately viruses are being propagated even without internet connections. The most recent conficker worm spread extensively through USB keys, for example.
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> 
]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T15:50:31Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37298</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37298" />
    <title>Comment from anne on 2009-08-25</title>
    <author>
      <name>anne</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Oh, come on. This is CLEARLY a hoax. Like anyone legitimate from a nuclear plant doesn't have access to the government's top IT people on an instant's demand. Really, Leo, you are slipping.<br />
<div class="leocomment">Whether or not I'm slipping isn't really at issue (and I won't bother debating it - you could be right <img src="http://img.askleomedia.com/smile.gif" alt="Smile" title="Smile" />). I found it an interesting and provocative question, and given all the issues, politics, personalities and bureaucracy that's typical of government services, reaching for outside advice seems totally plausible. Even if not, it's clearly piqued people's interest.<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">26-Aug-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-25T15:40:52Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37269</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37269" />
    <title>Comment from Jack Shoffstall on 2009-08-24</title>
    <author>
      <name>Jack Shoffstall</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I would recommend you contact the OEM of your HMIs to determine what services they offer to support your control systems.  Most reputable HMI suppliers have a program to test and validate any patches/updates/services packs etc. on a system configured to match yours BEFORE sending the patches to site.  Please feel free to contact me if the system in question is provided by GE Energy - we provide an HMI CAP offering that is designed to address these concerns.<br />
Regards,<br />
Jack Shoffstall<br />
[phone number removed]</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-24T15:52:14Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37206</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37206" />
    <title>Comment from Chris on 2009-08-22</title>
    <author>
      <name>Chris</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Using Windows PE is the best way. All it is is an extremely stripped down version of windows (Vista) which is used as a flatbed for many maintanace tools that require some sort of bootable windows environment.</p>

<p>You can execute executables just like you could on your normal windows environment and it gives you full access to NTFS partitions so it will allow you to scan the full drive for potential risks. WinPE = the way to go.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-22T14:27:14Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3848-comment:37192</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3848" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html#c37192" />
    <title>Comment from Mike T on 2009-08-21</title>
    <author>
      <name>Mike T</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I'm a control system security designer at a major power engineering firm, and have been doing the type of work in the above article for 4 and a half years.</p>

<p>A few issues:<br />
1.  Full anti-virus scans are resource intensive, and can cause slowdowns.  Slowdowns often cause alarms to queue up, and remove the operators  awareness of the process.  It's best to perform scans when equipment is offline, i.e. during a planned or short notice outage window.<br />
2.  Patches and updates to these systems can be done, but should be done during regularly scheduled maintenance intervals, and performed by your vendor as part of your support agreement.  If it isn't in there, NEGOTIATE it in.  Believe me, you aren't the first to ask your vendor to provide support for cyber security.<br />
3.  You need to do a risk analysis on your systems to identify what impact they have to your operations if degraded or destroyed.  Often times you can perform cyber security activities on a field HMI with few consequences, but the same on an OPC server may wipe out your ability to control plant hardware.</p>

<p>And lastly, the NRC has been developing cyber security standards and guidance.  Get involved!  There is an incredible amount of guidance coming from NRC, NEI, NERC, NIST, and several other acronym organizations.  Or, you can give me a call, it's what I do for a living.</p>

<p>Mike Toecker<br />
Burns and McDonnell Engineering</p>

<div class="leocomment">Thanks for your great thoughts. If I were to emphasize any concept to people attempting to put in a Window s (or heck, any system) into a mission critical role such as this, it's what you brought up: a detailed risk analysis. Understand and plan for the probability and the cost of failure and make sure that all is handled appropriate to your application.
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">22-Aug-2009</span></div></div> ]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_scan_computers_at_my_nuclear_power_station_for_viruses_without_an_internet_connection.html">How do I scan computers at my nuclear power station for viruses without an internet connection?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-21T21:49:42Z</published>
  </entry>

</feed>

