<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Security Ripcord &#187; Microsoft</title>
	<atom:link href="http://www.cutawaysecurity.com/blog/archives/category/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cutawaysecurity.com/blog</link>
	<description>Cutaway's Observations, Opinions, Rants, Raves, Tantrums, and Tirades</description>
	<lastBuildDate>Tue, 01 Jun 2010 15:17:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>		<item>
		<title>Malware IN Registry a.k.a If It Can&#8217;t Be Done, Why Am I Looking At It?</title>
		<link>http://www.cutawaysecurity.com/blog/archives/622</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/622#comments</comments>
		<pubDate>Tue, 28 Jul 2009 05:38:23 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Harlan Carvey]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Security Ripcord]]></category>
		<category><![CDATA[SophosLab]]></category>
		<category><![CDATA[Windows Incident Response]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=622</guid>
		<description><![CDATA[I have to say that reading the Windows Incident Response blog has been very useful on several occasions.  Particularly last month while helping at a client&#8217;s site.  I had been called in to assist with detecting the Initial Infection Vector of a piece of malware that was propagating to random systems throughout a very large [...]]]></description>
			<content:encoded><![CDATA[<p>I have to say that reading the <a title="Send some hair gel to Harlan for me." href="http://windowsir.blogspot.com" target="_blank">Windows Incident Response</a> blog has been very useful on several occasions.  Particularly last month while helping at a client&#8217;s site.  I had been called in to assist with detecting the Initial Infection Vector of a piece of malware that was propagating to random systems throughout a very large network.  Luckily when I got onsite I was pleased to find that the company&#8217;s security staff were squared away and knew how to user their incident response procedures and tools very effectively.  Really they just needed an extra set of hands and a little more organization to help them get over the hump.</p>
<p>After gathering some information from systems around the world (literally) I started doing some memory analysis  information captured from one of the infected systems.  Memory analysis quickly identified one process that had used for DLL injection.  One of the exported functions of a DLL we had already flagged as &#8220;interesting&#8221; was exporting a function called &#8220;StartLoopRunDoor.&#8221;  Although this could just be anomalous it sounds an awful like &#8220;backdoor&#8221; so we noted it.   I moved onto generating timeline information from the systems files, folders, Event logs, and registry modifications and the security administrator helping me added &#8220;door&#8221; to his keywords and ran another search on the system.  As he was reviewing the hits I heard him say, &#8220;What the hell.  Hey come look at this.&#8221;  As I Peeked over his shoulder he pointed me to a registry key that had the value &#8220;door.&#8221;  I started to say, &#8220;Yeah, no big deal&#8221; when he asked me &#8220;Can you store executable files in the registry?&#8221;  Smiling, I said, &#8220;As a matter of fact, you can.&#8221;</p>
<p>It turns out that just days before heading to the site Harlan had mentioned it in his post &#8220;<a title="More Hair Gel....I mean links" href="http://windowsir.blogspot.com/2009/06/more-links.html" target="_blank">More Links</a>&#8220;.  Basically Harlan points us to a write-up over at Sophos Labs titled &#8220;<a title="Persistence is Futile" href="http://www.sophos.com/blogs/sophoslabs/v/post/4380" target="_blank">Persistence is Futile</a>&#8220;.  They outline one such infection very nicely and Harlan concludes his post with some interesting capabilities that we might want to take into consideration.  Had I not read Harlan&#8217;s post I might not have been surprised by the malware hidden in the registry key values, but I would not have known where to go for immediate resources to help with the situation.</p>
<p>So, what am I really talking about.  Well, luckily I have a few screen shots for you.  First lets start with reviewing the Registry Key in question.  Using Mitek&#8217;s Registry File Viewer we drilled down into \\Software Hive\Microsoft\SysMgr.  The are several key values as you can see.  One key value that is hidden is &#8220;addr&#8221; which contains the IP address of the infected system and one other IP address (not sure the reason).</p>
<p><img class="alignnone size-full wp-image-623" title="SysMgr Key" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/sysmgr_reg.png" alt="SysMgr Key" width="514" height="205" /></p>
<p>Now, many of you will be quick to recognize &#8220;4D 5A&#8221; which corresponds with &#8220;MZ&#8221; located at the beginning of Windows-based executable and DLL files.   For a better look, here is some of the information in the &#8220;ssdt&#8221; key value.</p>
<p><img class="alignnone size-full wp-image-624" title="SysMgr SSDT Value" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/sysmgr_reg_ssdt.png" alt="SysMgr SSDT Value" width="522" height="233" /></p>
<p>Definitely an executable or DLL.  Turns out, that this file was getting written to disk.  Funny thing is, Symantec and Microsoft were not detecting it at the time.  (I have to say, at the time they were detecting the file in the &#8220;hide&#8221; registry key value but only on disk.) So, we gave them a call.  First we started with the company&#8217;s Symantec contact.  We explained what we were doing and then what we had found.  His first words were &#8220;You can&#8217;t do that.&#8221;  We politely informed him that we were looking right at it and it can be done.  Next we pointed him to the SophosLab post so that he could do a little research and spin up on the concept.  Next we asked if they could start working on signature for the malicious code injected into memory and the malicious files stored in the registry.  His response &#8220;No and No.&#8221;</p>
<p>Let me break down why quickly.  Basically Symantec does not scan memory.  Oh it will look at memory.  It detects what is running and then scans the files, executables, DLLS, etc on disk to see if they contain code that triggers one of their signatures.  But beyond that they cannot detect malicious code that has been injected into memory.  NICE!!!  Next, although the engine (he said engine, not definitions) can look at certain &#8220;hard-coded&#8221; locations in the registry, it does not actively scan the whole registry looking for malicous behavior.  NICE!!!  Whether or not he new what he was talking about the answer we got at the end of the phone call was, &#8220;Send us your files and we&#8217;ll see if we can do anything.&#8221;  Which, in the end, they did.  But the situation as it occurred was not very promising.</p>
<blockquote><p>TIP:  You can export the file in any key value by clicking &#8220;Save data&#8230;.&#8221;  Hashes of the extracted file and malware found on the system were identical.</p></blockquote>
<p>Next we called Microsoft.  We explained the situation again to their support representative and the first words out of his mouth were &#8220;You can&#8217;t do that.&#8221;  The rest of the conversation was very similar to the Symantec call.</p>
<p>Of course, while we are talking to these representative we were also looking at the other keys.  Remember &#8220;door&#8221;?  Well, a quick peek at its contents started to get us a little worried.  Here is what we saw.</p>
<p><img class="alignnone size-full wp-image-625" title="SysMgr Door Value" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/sysmgr_reg_door.png" alt="SysMgr Door Value" width="578" height="340" /></p>
<p>Notice the &#8220;db&#8221; at the beginning?  What about the &#8220;yyy&#8221; (I know, deal with it!!) and &#8220;vk&#8221; values?  Well, my friends, that is a little database right there in the registry.  The first entry is the file that is located in the &#8220;ssdt&#8221; key value.  I cannot show you the other entries in this database because they are related to client information from the registry.  Stuff like account information, group policy settings, and software that was run on the system. Just little things like that.</p>
<p>So, not only do you have to be worried about the registry being used as a part of a malware&#8217;s persistence mechanism, you also have to be concerned about the registry being used as a staging area for your intellectual property, credit card information, user information, etc.  All this with limited methods to detect these situations.</p>
<p>The next question is pretty obvious.  If my anti-virus program cannot help me, what can I do to protect myself.  Well, as I am tired, that is going to have to wait until tomorrow.  Check back as I&#8217;ll have a registry detection script modeled after <a title="ScalpScan....err...I mean, RegScan" href="http://www.regripper.net/RegRipper/" target="_blank">Harlan&#8217;s RegScan</a> and three RegRipper timeline plugins.</p>
<p>Go forth and do good things,</p>
<p>Don C. Weber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/622/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Malware Characteristics Report &#8211; Trojan.RegSubsDat.A</title>
		<link>http://www.cutawaysecurity.com/blog/archives/593</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/593#comments</comments>
		<pubDate>Tue, 12 May 2009 03:57:34 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Harlan Carvey]]></category>
		<category><![CDATA[RegSubsDat]]></category>
		<category><![CDATA[Security Ripcord]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[Trojan]]></category>
		<category><![CDATA[Windows Incident Response]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=593</guid>
		<description><![CDATA[A while back Harlan posted Looking for &#8220;Bad Stuff&#8221;, pt III (Malware Detection).  In this post he outlined a method of talking about malware so that it could be more easily understood during an incident response.  With the increasing complexity of malware and the variety of analysis interpretations, I think that it is important that [...]]]></description>
			<content:encoded><![CDATA[<p>A while back Harlan posted <a title="Bad Stuff Part III" href="http://windowsir.blogspot.com/2009/03/looking-for-bad-stuff-pt-iii-malware.html" target="_blank">Looking for &#8220;Bad Stuff&#8221;, pt III (Malware Detection)</a>.  In this post he outlined a method of talking about malware so that it could be more easily understood during an incident response.  With the increasing complexity of malware and the variety of analysis interpretations, I think that it is important that we start thinking about a more standard way of explaining malware capabilities and characteristics.</p>
<p>To help with this I have taken a relatively new piece of malware and run it through the paces that Harlan describes.  I have to warn you, there are still things that are not completely understood about this malware.  But, in the end, that is the point.  Some time in the future I can just take the report I generated and update it with any new information.  Not unlike what is currently done by most AV vendors.  But  I hope that Harlan&#8217;s method helps incident responders understand these reports a little better.  I think it will also provide them with the means to speak more intelligently about malware and present the issues and reasons for recommendations in a more professional and consistent manner.</p>
<p>I also want you to pay attention to the different sections of the write-up.  In addition to Harlan&#8217;s basic characteristics I have included a Research Notes section.  Although some of this information is apparent from the previous sections, I have tried to tie together how specific things were discovered or explain specific actions.  Especially things that are not covered by the AV vendors.  I believe it is a good example of how information obtained by incident responders can add to the details associated with a malware outbreak within an environment.  Many times quick and focused research can discover key aspects about the actions taken by a piece of malware that are not necessarily apparent in the write-up by AV vendors.  These details could drive your response or help you focus on specifics instead of operating with generalities.</p>
<blockquote><p>NOTE: This post is best viewed using Firefox and may not render properly in Internet Explorer since most of this post is cut and pasted from Microsoft Word. *shrug* I needed the nested bullets.</p></blockquote>
<p><strong>Trojan.RegSubsDat.A</strong></p>
<p>INITIAL INFECTION VECTOR</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:751387590; 	mso-list-type:hybrid; 	mso-list-template-ids:-1876816900 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">Unknown &#8211; possibly email (from AV report) &#8211; I cannot figure      this out for some reason</li>
<li class="MsoNormal" style="text-align: left;">Possibly associated with Excel Vulnerability or vulnerabilities      in other Office documents</li>
</ul>
<p>PROPOGATION MECHANISM</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:195971273; 	mso-list-type:hybrid; 	mso-list-template-ids:-805925678 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l0:level2 	{mso-level-number-format:bullet; 	mso-level-text:o; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:"Courier New";} @list l0:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Wingdings;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --></p>
<p><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">Unknown &#8211; possibly email (from AV report)</li>
</ul>
<p>PERSISTENCE MECHANISM</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:195971273; 	mso-list-type:hybrid; 	mso-list-template-ids:-805925678 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l0:level2 	{mso-level-number-format:bullet; 	mso-level-text:o; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:"Courier New";} @list l0:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Wingdings;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">Current User Run Key for ctfmon.exe
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
<ul style="margin-top: 0in;" type="square">
<li class="MsoNormal" style="text-align: left;">ctfmon.exe = &#8220;%System%\ctfmon.exe&#8221;</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">NOTE:<span> </span>Use of       this key appears to be behavior that is consistent with non-malicious       activity associated with uncorrupted versions of this program.</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">The malicious files ws2_32.dll and ctfmon.exe placed in the      %SYSTEM%\dllcache directory to ensure that if they are deleted or modified      the system will restore them automatically.<span> </span>This means that the sfcfiles.dll had to      be updated to include the names of both files.<span> </span>This also means that the services had to      be disable temporarily which could mean that the LastWrite time for the      following key and value was updated.<span> </span>Unfortunately there are many key values associated with Winlogon      and therefore the LastWrite time is modified regularly.
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows       NT\CurrentVersion\Winlogon]
<ul style="margin-top: 0in;" type="square">
<li class="MsoNormal" style="text-align: left;">SFCDisable should equal 0 to indicate that WFP is        enabled</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows       NT\Windows File Protection]
<ul style="margin-top: 0in;" type="square">
<li class="MsoNormal" style="text-align: left;">SFCDisable should equal 0 to indicate that WFP is enabled</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>ARTIFACTS</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:195971273; 	mso-list-type:hybrid; 	mso-list-template-ids:-805925678 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l0:level2 	{mso-level-number-format:bullet; 	mso-level-text:o; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:"Courier New";} @list l0:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Wingdings;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">Creates
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">%System%\ctfmen.exe</li>
<li class="MsoNormal" style="text-align: left;">%System%\noise0.dat</li>
<li class="MsoNormal" style="text-align: left;">%System%\regs.dat</li>
<li class="MsoNormal" style="text-align: left;">%System%\subs.dat</li>
<li class="MsoNormal" style="text-align: left;">%System%\windcb.dat</li>
<li class="MsoNormal" style="text-align: left;">%System%\windows.dll</li>
<li class="MsoNormal" style="text-align: left;">%System%\bkav2006.exe</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">Modifies
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">%System%\dllcache\ws2_32.dll</li>
<li class="MsoNormal" style="text-align: left;">%System%\dllcache\ctfmon.exe</li>
<li class="MsoNormal" style="text-align: left;">%System%\ws2_32.dll</li>
<li class="MsoNormal" style="text-align: left;">%System%\ctfmon.exe</li>
<li class="MsoNormal" style="text-align: left;">C:\boot.ini &#8211; disables DEP
<ul style="margin-top: 0in;" type="square">
<li class="MsoNormal" style="text-align: left;">The boot.ini is modified so that DEP is        disabled.<span> </span>This is done by        changing the /noexecute value to &#8220;alwaysoff&#8221; &#8211; see the DEP        reference in the notes</li>
</ul>
</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">Mutexes created – these may be due to the malware or due to      other processes or the subverted programs
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">oleacc-msaa-loaded</li>
<li class="MsoNormal" style="text-align: left;">MSCTF.Shared.MUTEX.APG</li>
<li class="MsoNormal" style="text-align: left;">08B1CDBCH</li>
<li class="MsoNormal" style="text-align: left;">mutexA</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">DNS Queries and Web activity
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">v4.windowsaupdate.com</li>
<li class="MsoNormal" style="text-align: left;">happytimer.free.info</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">Network Traffic
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">Possibly Excel or other Office or Wordpad Documents       that contain shellcode to connect to remote sites and download malware</li>
<li class="MsoNormal" style="text-align: left;">Multiple IDS/IPS signatures should detect       shellcode, writes to system32 directory,</li>
</ul>
</li>
<li class="MsoNormal" style="text-align: left;">Other
<ul style="margin-top: 0in;" type="circle">
<li class="MsoNormal" style="text-align: left;">During initial malware infection the following       files have been detected.<span> </span>These       files may be associated with a completely different malware but their       occurrence precedes the activity associated with Trojan.RegSubsDat.A and       should be noted.
<ul style="margin-top: 0in;" type="square">
<li class="MsoNormal" style="text-align: left;">% Windir %\SchedLog.Txt or %Windir%\Tasks\SchedLog.Txt</li>
<li class="MsoNormal" style="text-align: left;"><span> </span>At1.job        associated with running the program TMP.EXE</li>
<li class="MsoNormal" style="text-align: left;">TMP.EXE – content or actions of executable unknown</li>
<li class="MsoNormal" style="text-align: left;">del.bat – content or actions of executable unknown</li>
<li class="MsoNormal" style="text-align: left;">sfcfiles.dll – modified to include the        %System%\ws2_32.dll and %System%\ctfmon.exe</li>
<li class="MsoNormal" style="text-align: left;">%Windir%\JavaApplet</li>
<li class="MsoNormal" style="text-align: left;">%Windir%\h323log.txt</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>RESEARCH NOTES</p>
<p>From system analysis it appears that the infection starts out by a scheduled task being created on the system.  The Scheduled Task Log shows that a task titled At1.job (probably depends if there is already an At1.job) is suppose to run &#8220;TMP.EXE&#8221;.  After this is run the other files appear on the system.  I also detect the occurrence of the file &#8220;del.bat&#8221; in system restore files.  I have not been able to recover either &#8220;TMP.EXE&#8221; or &#8220;del.bat&#8221; from any infected systems.  After that the dllcache files appear, the &#8220;boot.ini&#8221; file is modified, the sfcfile.dll is modified to include the new files in the dllcache, and the Prefetch file for CTFMON.EXE is created or modified.  Later after that the bkav2006.exe file, the “.dat” files, and the JavaApplet folder appear (possibly after a reboot), see the ThreatExpert update.  All of this activity appears to be surrounded by System Restore points being created.  These restore points could be caused by system files being updated or by some other system activity.</p>
<p>RECOMMENDATIONS</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1892963728; 	mso-list-type:hybrid; 	mso-list-template-ids:-107816754 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">Apply Microsoft Patches MS09-009 and MS09-010</li>
<li class="MsoNormal" style="text-align: left;">Update all third party applications including Microsoft Office      and Adobe PDF (added for good measure)</li>
<li class="MsoNormal" style="text-align: left;">Monitor DNS logs for queries pertaining to      &#8220;windowsaupdate&#8221; and &#8220;happytimer&#8221;</li>
<li class="MsoNormal" style="text-align: left;">Block via DNS, web proxy, or web filtering      &#8220;windowsaupdate.com&#8221; and &#8220;happytimer.com&#8221;</li>
<li class="MsoNormal" style="text-align: left;">Do not read emails or surf the web from servers or critical      assets</li>
<li class="MsoNormal" style="text-align: left;">Update IDS/IPS solutions to detect shellcode, shellcode in      Office products, system32 writes, UPX packer detection</li>
<li class="MsoNormal" style="text-align: left;">Use file integrity products or host-based IDS solutions to      detect modifications to system files</li>
<li class="MsoNormal" style="text-align: left;">Update AV signatures</li>
</ul>
<p>RESOURCES</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:2055616894; 	mso-list-type:hybrid; 	mso-list-template-ids:331505078 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">ThreatExpert Trojan.RegSubsDat Report &#8211;      http://www.threatexpert.com/report.aspx?md5=0cafb41eca73d768091bc93f4343cbb9</li>
<li class="MsoNormal" style="text-align: left;">IBM X-Force: Microsoft Excel Remote Code Execution      Vulnerability &#8211;      https://portal.mss.iss.net/mss/xftas/alertAdvisory/details.mss?alertAdvisoryId=3311</li>
<li class="MsoNormal" style="text-align: left;">Trojan.Regsubdat.A &#8211;      http://www.symantec.com/security_response/writeup.jsp?docid=2009-042215-2550-99&amp;tabid=2</li>
<li class="MsoNormal" style="text-align: left;">W32.Regsubdat.A!inf &#8211;      http://www.symantec.com/security_response/writeup.jsp?docid=2009-042222-3030-99&amp;tabid=2</li>
<li class="MsoNormal" style="text-align: left;">Microsoft Security Bulletin MS09-009 &#8211; Critical &#8211; http://www.microsoft.com/technet/security/Bulletin/MS09-009.mspx</li>
<li class="MsoNormal" style="text-align: left;">CVE-2009-0100 &#8211;      http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0100</li>
<li class="MsoNormal" style="text-align: left;">Microsoft Excel Malformed Object Memory Corruption Bug Lets      Remote Users Execute Arbitrary Code &#8211; http://securitytracker.com/alerts/2009/Apr/1022039.html</li>
<li class="MsoNormal" style="text-align: left;">A detailed description of the Data Execution Prevention (DEP)      feature in Windows XP Service Pack 2, Windows XP Tablet PC Edition 2005,      and Windows Server 2003 &#8211; http://support.microsoft.com/kb/875352</li>
<li class="MsoNormal" style="text-align: left;">Registry settings for Windows File Protection &#8211; http://support.microsoft.com/kb/q222473/</li>
<li class="MsoNormal" style="text-align: left;">Hacking Windows File Protection &#8211; http://www.bitsum.com/aboutwfp.asp</li>
</ul>
<p>POSSIBLY RELATED</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--></p>
<p><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="text-align: left;">Microsoft Security Bulletin MS09-010 &#8211; Critical &#8211;      http://www.microsoft.com/technet/security/Bulletin/MS09-010.mspx</li>
<li class="MsoNormal" style="text-align: left;">Microsoft WordPad Text Converter Remote Code Execution      Vulnerability &#8211; http://www.securityfocus.com/bid/32718/info</li>
<li class="MsoNormal" style="text-align: left;">Microsoft WordPad Word 97 Text Converter Memory Corruption      Error Lets Remote Users Execute Arbitrary Code &#8211; http://securitytracker.com/alerts/2008/Dec/1021376.html</li>
</ul>
<p class="MsoNormal">
<p class="MsoNormal">For those of you still reading I&#8217;ll provide you with what is currently being provided by Symantec and Microsoft for this malware.  I am going to leave the recommendations off of the Symantec write-up to save space.  One note I would like to make is that the Symantec write up talks about injecting code into specific dlls.  This is a perfect example of information that malware analysis will discover that an analysis of system artifacts may miss.  These write-ups are still necessary and helpful.</p>
<p class="MsoNormal"><strong>Symantec &#8211; </strong><a title="Hopefully there is more information when you read this." href="http://www.symantec.com/security_response/writeup.jsp?docid=2009-042215-2550-99&amp;tabid=2" target="_blank">Trojan.Regsubdat.A </a><strong><br />
</strong></p>
<blockquote>
<div><strong>Discovered: </strong>April 22, 2009</div>
<div><strong>Updated: </strong>April 23, 2009 7:45:14 PM</div>
<div><strong>Type: </strong>Trojan</div>
<div><strong>Infection Length: </strong>33,280 bytes</div>
<div><strong>Systems Affected: </strong>Windows 2000, Windows 95, Windows 98, Windows Me, Windows NT, Windows Server 2003, Windows Vista, Windows XP</div>
<p>The Trojan may arrive as an email attachment.</p>
<p>Once executed, the Trojan creates the following files:</p>
<ul>
<li>%System%\ctfmen.exe</li>
<li>%System%\noise0.dat</li>
<li>%System%\regs.dat</li>
<li>%System%\subs.dat</li>
<li>%System%\windcb.dat</li>
<li>%System%\windows.dll</li>
</ul>
<p>It then modifies the following files:</p>
<ul>
<li>%System%\dllcache\ws2_32.dll</li>
<li>%System%\dllcache\ctfmon.exe</li>
<li>%System%\ws2_32.dll</li>
<li>%System%\ctfmon.exe</li>
<li>C:\boot.ini</li>
</ul>
</blockquote>
<blockquote><p>The Trojan then disables the Data Execution Prevention (DEP).</p>
<p>Next, the Trojan injects executable code from the non-executable .dat files into the ctfmon.exe process and any other process that loads the following file:<br />
%System%\ws2_32.dll</p>
<p>Once the compromised computer has restarted, the Trojan contacts the following remote location and may download additional files:<br />
v4.windowsaupdate.com</p></blockquote>
<p class="MsoNormal"><strong>Microsoft &#8211; </strong><a title="Hopefully there is more information when you click on this." href="http://www.microsoft.com/security/portal/Entry.aspx?Name=Virus%3aWin32%2fKirpich.A" target="_blank">Virus:Win32/Kirpich.A</a></p>
<blockquote>
<p class="MsoNormal"><strong>Summary</strong><br />
This software threat is detected by the Microsoft antivirus engine. Technical details are not currently available for this threat.</p></blockquote>
<p class="MsoNormal">
<p class="MsoNormal">Go forth and do good things,</p>
<p class="MsoNormal">Don C. Weber</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:Arial; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} h4 	{mso-style-link:"Heading 4 Char"; 	mso-style-next:Normal; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:justify; 	mso-pagination:widow-orphan; 	page-break-after:avoid; 	mso-outline-level:4; 	font-size:11.0pt; 	font-family:Arial; 	mso-bidi-font-family:"Times New Roman"; 	font-variant:small-caps;} span.Heading4Char 	{mso-style-name:"Heading 4 Char"; 	mso-style-noshow:yes; 	mso-style-locked:yes; 	mso-style-link:"Heading 4"; 	mso-ansi-font-size:11.0pt; 	mso-bidi-font-size:11.0pt; 	font-family:Arial; 	mso-ascii-font-family:Arial; 	mso-hansi-font-family:Arial; 	font-variant:small-caps; 	mso-ansi-language:EN-US; 	mso-fareast-language:EN-US; 	mso-bidi-language:AR-SA; 	font-weight:bold;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1892963728; 	mso-list-type:hybrid; 	mso-list-template-ids:-107816754 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--></p>
<p><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/593/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dumping Files Names from MS Windows Directory</title>
		<link>http://www.cutawaysecurity.com/blog/archives/326</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/326#comments</comments>
		<pubDate>Mon, 29 Sep 2008 19:17:26 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Helpful]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[KB371379]]></category>
		<category><![CDATA[Security Ripcord]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=326</guid>
		<description><![CDATA[I hate the MS Windows command shell.  Maybe it is because I am not well versed in it or maybe it is just because I am lazy.  Not sure.  Either way, I wanted to find a nice way to create a list of all the files in a directory and put it into a file.  [...]]]></description>
			<content:encoded><![CDATA[<p>I hate the MS Windows command shell.  Maybe it is because I am not well versed in it or maybe it is just because I am lazy.  Not sure.  Either way, I wanted to find a nice way to create a list of all the files in a directory and put it into a file.  But, as I was working in Windows I didn&#8217;t want to open a command shell to get it done.  In steps Microsoft <a title="Just a click away" href="http://support.microsoft.com/kb/321379" target="_blank">KB371379</a>: How to add the Print Directory feature for folders in Windows XP and in Windows Vista.  This is a handy little feature that would send the directory listing directly to the default printer simply by right clicking on the folder and selecting &#8220;Print Directory Listing.&#8221;</p>
<p>Now, printing directly to the default printer might be fun for some, but it is not what I had in mind.  So, I modified the batch script a little.</p>
<blockquote><p>@echo off<br />
date /t &gt; %2<br />
time /t &gt;&gt; %2<br />
echo. &gt;&gt; %2<br />
dir %1 /b /-p /o:gn &gt;&gt; %2<br />
exit</p></blockquote>
<p>This adds a file to the specified directory.  This file includes a date/time stamp (accurate to a minute) and a plan file listing that does not include any other information.  I find this helpful for quickly including things in notes and reports and I hope that it helps you as well.</p>
<p>Go forth and do good things,</p>
<p>Don C. Weber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/326/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Incident Response Script</title>
		<link>http://www.cutawaysecurity.com/blog/archives/234</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/234#comments</comments>
		<pubDate>Thu, 17 Apr 2008 06:20:48 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/archives/234</guid>
		<description><![CDATA[I have taken some time to write an incident response script using only the resources provided by the Windows operating system.  You can find out the why by reading the article I wrote titled Windows Incident Response With Only System Resources or the how by reviewing the code I wrote.  UPDATE: I broke the link [...]]]></description>
			<content:encoded><![CDATA[<p>I have taken some time to write an incident response script using only the resources provided by the Windows operating system.  You can find out the why by reading the article I wrote titled <a href="http://www.cutawaysecurity.com/blog/windows-incident-response-with-only-system-resources" title="Windows Incident Response With Only System Resources">Windows Incident Response With Only System Resources</a> or the how by reviewing the <a target="_blank" href="http://www.cutawaysecurity.com/downloads/cutsec_ir_sysinfo_041808.vbs">code I wrote</a>.  <em>UPDATE: I broke the link when I did a bug fix.  So, this link may break in the future, please refer to the complete article for the most recent version.</em></p>
<p>I hope that some of you find this useful and that this centralizes a lot of the information necessary to understand the abilities inherent to the Windows operating system.  It is nothing ground breaking.  Just a few things that can be done if you do not have or are not allowed to obtain and use the number of very useful tools that are available online or through a vendor.</p>
<p>Go forth and do good things,</p>
<p>Don C. Weber</p>
<span class="ttag"><img src="http://www.cutawaysecurity.com/blog/wp-content/plugins/technobubble.gif" alt="Technorati Tags" /> <a href="http://www.technorati.com/tag/wmi" rel="tag">wmi</a>, <a href="http://www.technorati.com/tag/wmic" rel="tag">wmic</a>, <a href="http://www.technorati.com/tag/vbscript" rel="tag">vbscript</a>, <a href="http://www.technorati.com/tag/Security+Ripcord" rel="tag">Security Ripcord</a>, <a href="http://www.technorati.com/tag/incident+response" rel="tag">incident response</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/234/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Next Phase in Patching</title>
		<link>http://www.cutawaysecurity.com/blog/archives/191</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/191#comments</comments>
		<pubDate>Thu, 20 Sep 2007 12:25:21 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Patch Management]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/archives/191</guid>
		<description><![CDATA[Recent hardware and software problems got me thinking about patch management.  Some companies have a handle on this effort.  SMBs, SOHOs, and home users, however, are a bit more challenged because of funds and skill levels.  The software manufacturers haven&#8217;t made it very easy either.  Let&#8217;s list out the overall problem.
1. [...]]]></description>
			<content:encoded><![CDATA[<p>Recent hardware and software problems got me thinking about patch management.  Some companies have a handle on this effort.  SMBs, SOHOs, and home users, however, are a bit more challenged because of funds and skill levels.  The software manufacturers haven&#8217;t made it very easy either.  Let&#8217;s list out the overall problem.</p>
<p>1.  Vulnerabilities in software and drivers put computers and users at risk.  The mitigation for this is to patch the software and driver whenever there is an update and especially when there is a security update.</p>
<p>2.  Most software do have automatic update features.  They can poll on bootup or when the program starts.  They can be configured to run at granular start times or stopped completely.  Unfortunately, there is not really a standard where to place this information and there is no way to determine when other softwares are scheduled to update unless you specifically open that piece of software and record the scheduled update time.</p>
<p>3.  Drivers are more difficult to keep up with than other software.  Users do not usually directly interact with drivers and most do not have an automatic update scheduler to determine if an update is available.  Although some OSes handle this for some drivers they do not do it for all.</p>
<p>4.  The more confusing and time consuming a process the less likely end users are going to perform the task.  Most systems are vulnerable because people do not know how to update or just don&#8217;t want to take the extra time necessary to go through and configure automatic updates or monitor specific drivers that do not include the service.  And, if the automatic update affects their user experience they are going to find a way to turn that feature off.</p>
<p>Here is my solution:  Microsoft needs to come up with a Central Update Console that software and driver developers can hook to configure automatic updates.  They already provide this type of feature through the &#8220;Add/Remove Programs&#8221; console.  Good developers utilize this to help users and administrators manage the software that is installed on their systems.  How hard would it be to come up with a solution that other developers could hook to help with centralizing the management of updates and provide a significant positive impact on the overall security of every computer on the Interweb?  Although the design, development, testing, implementation, and maintenance of this project would be challenging, I am willing to be that this would be a small project in the grand scheme of Microsoft OS development.  They don&#8217;t need to take every software vendor into consideration, they just need to come up with one method all of them could use.  Once a system is developed software developers can start modifying their products to hook the console.  They wouldn&#8217;t need to take out their current auto-update mechanism, rather, they could leave it in place.  This is how the &#8220;Add/Remove Programs&#8221; console works.  Software developers have not removed the mechanism to uninstall from their software, rather, they have placed hooks in the &#8220;Add/Remove Programs&#8221; console that calls their uninstall and repair mechanism.  Users and admins who prefer a particular method are all satisfied.</p>
<p>Finally, it is not like this is not done other places.  Linux in particular, and to a smaller context Apple, has been doing this for a while.  Most distros have a packaging system the allows developers to centralize the patch management and automatic updates.  End users and admins only have to worry about watching for updates to software that they have installed outside that packaging system.  Very nice, very ease, very secure.</p>
<p>So, how about it Microsoft?  Don&#8217;t you think that this would benefit everybody?  It certainly could not hurt.</p>
<p>Go forth and do good things,<br />
Cutaway</p>
<span class="ttag"><img src="http://www.cutawaysecurity.com/blog/wp-content/plugins/technobubble.gif" alt="Technorati Tags" /> <a href="http://www.technorati.com/tag/Microsoft" rel="tag">Microsoft</a>, <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/updates" rel="tag">updates</a>, <a href="http://www.technorati.com/tag/patches" rel="tag">patches</a>, <a href="http://www.technorati.com/tag/automatic+updates" rel="tag">automatic updates</a>, <a href="http://www.technorati.com/tag/patch+management" rel="tag">patch management</a>, <a href="http://www.technorati.com/tag/Security+Ripcord" rel="tag">Security Ripcord</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/191/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing the Windows Product Key &#8211; Episode 2</title>
		<link>http://www.cutawaysecurity.com/blog/archives/40</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/40#comments</comments>
		<pubDate>Fri, 16 Jun 2006 08:09:58 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/archives/40</guid>
		<description><![CDATA[Welcome to another addition of the Security Ripcord Podcast.]]></description>
			<content:encoded><![CDATA[<p>Welcome to another addition of the Security Ripcord Podcast.&nbsp; In this episode we talk about the Windows Genuine Software Validation Tool and how to locate and change your Windows Product Key.&nbsp; We also talk about volunteering to help wounded United States Service Men and Women.&nbsp;</p>
<ul>
<li><a href="http://www.aleethia.org">Aleethia Foundation</a></li>
<li><a href="http://soldiersangels.org/valour/index.html">Project Valor-IT</a></li>
</ul>
<p>Please let me know what you think by posting your comments here.&nbsp; Even though I had some help from Martin McKeay, Dan Kuykendall, and Michael Santarcangelo I still have plenty of learning to do.&nbsp; &nbsp;</p>
<p>Drinking Game Alert:</p>
<ul>
<li>One shot every time I say, &quot;So&#8230;.&quot; </li>
<li>Don&#39;t play if you are driving.</li>
</ul>
<p> Yes, I am aware of this fault in my speaking habits and I will be working on it.&nbsp; I decided to try and speak from notes rather than having the whole episode scripted.&nbsp; So&#8230;hopefully it is not too annoying.
<p>Show Notes: </p>
<ul>
<li><a href="http://www.microsoft.com/genuine/downloads/whyValidate.aspx">Windows Genuine Software Validation Tool</a>&nbsp;</li>
<li><a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">Microsoft PowerToys for Windows XP</a></li>
<li><a href="http://www.computerworld.com/blogs/node/2737">Microsoft&#39;s sordid spyware SNAFU</a></li>
<li><a href="http://www.nirsoft.net/utils/product_cd_key_viewer.html">NirSoft</a></li>
<li><a href="http://www.magicaljellybean.com/keyfinder.shtml">Magical Jelly Bean Keyfinder</a></li>
<ul>
<li><img src="http://www.cutawaysecurity.com/images/jelly_bean_version.png" alt="Magical Jelly Bean Keyfinder" title="Magical Jelly Bean Keyfinder" width="355" height="183" /></li>
<li><img src="http://www.cutawaysecurity.com/images/jelly_bean_change.png" alt="Magical Jelly Bean Keyfinder - Change Key" title="Magical Jelly Bean Keyfinder - Change Key" width="324" height="132" /></li>
</ul>
<li><a href="http://www.belarc.com/index.html">Belarc Advisor</a></li>
<ul>
<li><img src="http://www.cutawaysecurity.com/images/balarc_advisor_header.png" alt="BeLarc Advisor" title="BeLarc Advisor" /></li>
<li><img src="http://www.cutawaysecurity.com/images/belarc_software_versions.png" alt="BeLarc Advisor Product Keys" title="BeLarc Advisor Product Keys" /></li>
</ul>
<li><a href="http://en.wikipedia.org/wiki/Marines&#39;_hymn">Marines&#39; Hymn</a></li>
<li><a href="http://www.aleethia.org">Aleethia Foundation</a></li>
<li><a href="http://www.blackfive.net/">Blackfive</a></li>
<li><a href="http://soldiersangels.org/valour/index.html">Project Valor-IT</a></li>
</ul>
<span class="ttag"><img src="http://www.cutawaysecurity.com/blog/wp-content/plugins/technobubble.gif" alt="Technorati Tags" /> <a href="http://www.technorati.com/tag/Blackfive" rel="tag">Blackfive</a>, <a href="http://www.technorati.com/tag/Computerworld" rel="tag">Computerworld</a>, <a href="http://www.technorati.com/tag/iTunes" rel="tag">iTunes</a>, <a href="http://www.technorati.com/tag/security" rel="tag">security</a>, <a href="http://www.technorati.com/tag/Nirsoft" rel="tag">Nirsoft</a>, <a href="http://www.technorati.com/tag/BeLarc+Advisor" rel="tag">BeLarc Advisor</a>, <a href="http://www.technorati.com/tag/Security+Ripcord" rel="tag">Security Ripcord</a>, <a href="http://www.technorati.com/tag/Magical+Jelly+Bean+Keyfinder" rel="tag">Magical Jelly Bean Keyfinder</a>, <a href="http://www.technorati.com/tag/Windows+Genuine+Software+Validation+Tool" rel="tag">Windows Genuine Software Validation Tool</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s All Get Together</title>
		<link>http://www.cutawaysecurity.com/blog/archives/20</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/20#comments</comments>
		<pubDate>Thu, 06 Apr 2006 11:05:26 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtual Machines]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/archives/20</guid>
		<description><![CDATA[Dual Booting Mac and Windows.  SWEET!]]></description>
			<content:encoded><![CDATA[<p>Finally, we are going to be able to merge the most popular operating systems onto one machine (well, almost all of them).  Although I haven&#8217;t looked into it <span class="post-footers"><a title="Apple giving in to public pressure, creates Boot Camp" href="http://www.mckeay.net/secure/2006/04/apple_giving_in_to_public_pres.html">Martin McKeay points</a> out that Apple is now going to support dual booting on their Intel machines.  Apple&#8217;s <a title="Boot Camp" href="http://www.apple.com/macosx/bootcamp/">Boot Camp</a> will allow a user to install Windows XP onto a live OS X system.  You just need your own copy of Windows XP and about 10GB on your hard drive.  </span></p>
<p>LET THE RACES BEGIN!!  It is only a matter of time until we see this with the capability to also install Linux.  Of course the guys over at <a title="CyberSpeak Podcast" href="http://cyberspeak.libsyn.com/">CyberSpeak Podcast</a> have recently pointed out (I think it was the <a title="CyberSpeak Mar 25, 2006" href="http://cyberspeak.libsyn.com/index.php?post_id=73444">March 25th edition</a>) that the Holy Grail is to be able to switch seamlessly between the systems without needing to reboot to the other operating system.  Now, I will definitely by stock in the company that comes out with that feature.</p>
<p>This definitely has great implications for the security professional.  Although vitual systems are reliable and very handy, vulnerabilites are going to be serious issues in the future.  In the same episode (if I remember correctly) the guys at CyberSpeak mentioned that there is malware out there that avoids deploying itself in virtual environments.  How long before they leverage this for exploits and viruses on the child and parent systems.  Besides, although the software version of <a title="VMWare Server" href="http://www.vmware.com/download/server/">VMWare&#8217;s Server Beta</a> edition is free (as in registration), not everybody can afford a system that can handle multiple virtual operating system running at the same time in a smooth fashion.</p>
<p>Now I just need to get a Mac. Can somebody talk to my wife about it?<br />
Cutaway</p>
<p>Edit: More detailed information can be found at <a title="Macs running Windows, what you should know" href="http://www.hackinthebox.org/modules.php?op=modload&#038;name=News&#038;file=article&#038;sid=19772">Hack in the Box</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Tool For The Job</title>
		<link>http://www.cutawaysecurity.com/blog/archives/17</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/17#comments</comments>
		<pubDate>Tue, 04 Apr 2006 04:34:41 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Emotional]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/archives/17</guid>
		<description><![CDATA[Okay, I am getting a little sick and tired of the constant chatter about &#8220;this operating system is better than that operating system.&#8221;  It is like the white noise in the background of any room where there is more than one technically savvy person.  People just need to get over the fact that [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I am getting a little sick and tired of the constant chatter about &#8220;this operating system is better than that operating system.&#8221;  It is like the white noise in the background of any room where there is more than one technically savvy person.  People just need to get over the fact that there is more than one tool out there and that a job can usually be done by any one of those tools.  Sure, many times one of those tools does a better job than the rest, but guess what, that is true of everything else in life.</p>
<p>&#8220;Where is this coming from?&#8221; you ask.  Well, this past week I had an interview for an Security Manager position and one of the system administrators asked the question, &#8220;So, how are you going to treat my linux server if you are hired to this position?&#8221;  I told him that I didn&#8217;t have a problem with one operating system over another.  I explained that any job can be done by any operating system and that a good security administrator will have to be ready to evaluate any system to determine how it is affecting the security of the environment.  A pretty good answer in my mind but it seems that the statement &#8220;any job can be done by any operating system&#8221; raised a few hairs and ruffled a few tail feathers.</p>
<p>Look, in my heart of hearts I am a Linux man.  However, I working in a <a title="SUN Solaris" href="http://www.sun.com/software/solaris/">Solaris</a> and <a title="SGI IRIX" href="http://www.sgi.com/products/servers/">IRIX</a> mixed environment that is moving to a Solaris and <a title="SUSE Linux" href="http://www.novell.com/linux/">SUSE</a> mix and periodically a <a title="Microsoft Windows" href="http://www.cutawaysecurity.com/blog/www.microsoft.com">Windows</a> system will rear its ugly head.  Do I mind?  No.  I am happy to secure or provided suggestions when securing any operating system.  Has this hurt me a little in the fact that I am not completely conversant in any one operating system.  Maybe, but I am ready for all encounters and I will overcome either with the knowledge in my head or a little bit of <a title="SANS Reading Room" href="https://www.sans.org/rr">SANS Reading Room</a> and/or <a title="Google IT!" href="http://www.google.com">Google</a>.<br />
Please get over it,</p>
<p>Cutaway</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vi$io Costs How Much?</title>
		<link>http://www.cutawaysecurity.com/blog/archives/16</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/16#comments</comments>
		<pubDate>Wed, 29 Mar 2006 04:09:09 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Network Diagrams]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/archives/16</guid>
		<description><![CDATA[I wanted to purchase Microsoft Visio but I just didn't have that kind of cash on me.]]></description>
			<content:encoded><![CDATA[<p>So I walked into CompUSA the other day thinking that I was going to purchase <a title="Microsoft Visio" href="http://www.microsoft.com/office/visio/prodinfo/overview.mspx">Microsoft Visio</a>.  How wrong I was.  The problem wasn&#8217;t that they didn&#8217;t have a copy of the software, rather, it was with how much it cost.  Because it is Micro$oft I figured that I would have to dig deep into my pockets, and indeed the standard version of M$ Visio sets you back $200.  Okay, $200 isn&#8217;t too bad but then I started looking at the back of the box.  It listed the network stencils under the Professional edition.  Nothing on the back of the box stated that the standard edition had anything to do with networking at all (I found out later that standard does have some network stencils).  I thought to myself, &#8220;that&#8217;s odd!&#8221;  But after all, it is Microsoft so I started looking for the price of the Professional edition.  $500!!!!  Let&#8217;s just say that I quickly wandered over to the wireless department to contemplate a USB wireless device (none yet but soon hopefully).<br />
I figured that this was the point I would have to resign myself to <a title="Dia" href="http://www.gnome.org/projects/dia/">Dia </a>or <a title="Kivio" href="http://www.thekompany.com/projects/kivio/">Kivio</a>.  Having used both I was leaning towards Dia but let&#8217;s face it, of all the Microsoft products Visio is one of the best (following closely by <a title="Microsoft Streets and Trips" href="http://www.microsoft.com/streets/default.mspx">Streets and Trips</a>).   In my opinion, Dia and Kivio are rudamentary in comparison.  So, I updated my version of both to see if there were any improvements when OpenOffice popped into my head.  Do they have an equivalent product?<br />
After a little checking it seems that their <a title="Open Office Draw" href="http://www.openoffice.org/product/draw.html">Draw </a>program is what most people are using to replace it.  Unfortunately, there are very few stencils and none (apparently) built into the product.  Of course, being an open source project, I am sure that calls for developing them would be met with the quick retort, &#8220;<a title="Follow the thread and you will see what I mean." href="http://mail.gnome.org/archives/dia-list/2006-March/msg00067.html">Go ahead</a>.&#8221;  Unfortunately, I am not graphically inclined and would probably just make a mess even if it would be a digital one.  So with a little Googling I came across a post that pointed me to a <a title="Cisco Network Icons" href="http://www.cisco.com/web/about/ac50/ac47/2.html">Cisco site with the recommendation to use the Power Point version of the icons supplied there</a>.  Although I have not done a complete network diagram it seems to work well.  I quickly dragged two icons from the Power Point and added a connector between them.  Very nice.  Everything worked smoothly and I am actually looking forward to giving the program the once over.   If you know of any good stencils for Open Office Draw please post it in a comment.<br />
Cutaway</p>
<p>As a side note:  I ran across a <a title="Dia Tutorial" href="http://book.itzero.com/read/cisco/0510/Cisco.Press.Network.Administrators.Survival.Guide.Sep.2005.eBook-DDU_html/1587052113/ch11lev1sec2.html">good tutorial</a> on how to use Dia.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/16/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
