<?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>When it comes to malware - what keeps you awake at night?</title><link>http://blogs.technet.com/secguide/archive/2007/08/08/when-it-comes-to-malware-what-keeps-you-awake-at-night.aspx</link><description>It’s a challenge to protect an organization’s valuable assets against malware. And as malware increases in magnitude and sophistication, it seems that IT security is a journey that really doesn’t have a final destination. Do you find yourself looking</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: When it comes to malware - what keeps you awake at night?</title><link>http://blogs.technet.com/secguide/archive/2007/08/08/when-it-comes-to-malware-what-keeps-you-awake-at-night.aspx#1720059</link><pubDate>Wed, 08 Aug 2007 03:25:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1720059</guid><dc:creator>Karl Levinson</dc:creator><description>&lt;p&gt;I'd like my antivirus software to tell you the difference between a virus that was blocked before infection (like when your web browser downloads a script that exploits an old vuln for which you're already patched) versus a successful infection that was discovered only after a month, when a new antivirus update was applied. &amp;nbsp;Because the actions you need to take afterwards are very different.&lt;/p&gt;</description></item><item><title>"We're interested in learning how you do so"</title><link>http://blogs.technet.com/secguide/archive/2007/08/08/when-it-comes-to-malware-what-keeps-you-awake-at-night.aspx#1733566</link><pubDate>Sat, 11 Aug 2007 02:29:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1733566</guid><dc:creator>Chris Quirke</dc:creator><description>&lt;p&gt;The aim is to attain survivability not only against malware, but natural disasters such as caused by hardware failures etc.&lt;/p&gt;
&lt;p&gt;Methods:&lt;/p&gt;
&lt;p&gt;1) &amp;nbsp;Separate data from write traffic&lt;/p&gt;
&lt;p&gt;File corruption happens during disk writes; less disk writes, less risk exposure.&lt;/p&gt;
&lt;p&gt;Obviously, data has to be written to disk - but it helps if that disk space is not shared with incessant temp, TIF, paging etc. traffic as well. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;So step 1 is to get data off C: into a separate file system that is nearby, for performance reasons.&lt;/p&gt;
&lt;p&gt;Step 2 is to auto-backup this data to a seldom-used file system that is far away, trading poor performance for survivability as writes and even head overfly will be rarer. &amp;nbsp;I keep a FIFO of 5 .ZIP of the data set, updated daily.&lt;/p&gt;
&lt;p&gt;2) &amp;nbsp;Separate data from risky material&lt;/p&gt;
&lt;p&gt;I define &amp;quot;core data&amp;quot; as that which is unique to the user, small enough to easily manage, and that cannot act as code.&lt;/p&gt;
&lt;p&gt;Incoming material (email and IM attachments, Bluetooth or camera transfers, peer file sharing, saved downloads) are NOT data, and should be considered hi-risk for malware. &amp;nbsp;They have no place in the core data set.&lt;/p&gt;
&lt;p&gt;Code, even known clean, is not safe to include within the core data set either, because it can be infected by generic intrafile viruses. &amp;nbsp;Limited user rights are irrelevant here, as even the most limited rights allow user data to be edited, and thus trashed or infected.&lt;/p&gt;
&lt;p&gt;3) &amp;nbsp;Treat hi-risk material with fire-tongs&lt;/p&gt;
&lt;p&gt;Within the subtree that holds incoming material, handling should be as safe as possible. &amp;nbsp;Alas, Windows currently has no concept of this as a set of shell folder behaviors, so there's not much one can do other than point a large tier of on-demand av scanners at this subtree, run that overnight, and apply a &amp;quot;wait until tomorrow&amp;quot; policy.&lt;/p&gt;</description></item><item><title>"the challenges you face in doing so"</title><link>http://blogs.technet.com/secguide/archive/2007/08/08/when-it-comes-to-malware-what-keeps-you-awake-at-night.aspx#1733631</link><pubDate>Sat, 11 Aug 2007 02:50:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1733631</guid><dc:creator>Chris Quirke</dc:creator><description>&lt;p&gt;The biggest challenge is that MS currently does not share the same awareness and goals of the methods I use, so the design is not useful in applying these methods.&lt;/p&gt;
&lt;p&gt;There's hardly any awareness of a need to separate data and incoming material; the first good sign has been Vista's Download shell folder, as distinct from Documents. &amp;nbsp;We still have attachments hidden in mail stores, advice to save downloaded .EXE within Documents to avoid System Restore effects, inappropriate default download locations for IE, etc. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is exacerbated by 3rd-party vendors, who tend to dump everything in the user's Documents space - e.g. 500M+ of The Sims 2 game data, which can render the data set too large to back up effectively.&lt;/p&gt;
&lt;p&gt;The awareness of code exploitability does not permeate code or platform design, which still tends to be &amp;quot;one big lump, everything on by default&amp;quot;. &amp;nbsp;Bundled subsystems can be disabled but not excised, file types are allowed to sprawl, and unsolicited groping of content is becoming more common.&lt;/p&gt;
&lt;p&gt;Bad defaults, inability to control the new user account template, inability to apply settings across user accounts, hardwired locations, closed shell folder architecture, and the unrelocatable bulking up of C: by Windows updates etc. are all obstacles to effective system management.&lt;/p&gt;</description></item><item><title>re: When it comes to malware - what keeps you awake at night?</title><link>http://blogs.technet.com/secguide/archive/2007/08/08/when-it-comes-to-malware-what-keeps-you-awake-at-night.aspx#1777736</link><pubDate>Sat, 18 Aug 2007 21:34:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1777736</guid><dc:creator>bill sanderson</dc:creator><description>&lt;p&gt;rootkits and keyloggers&lt;/p&gt;</description></item></channel></rss>