<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>downgrade.org &#187; windows</title>
	<atom:link href="http://downgrade.org/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://downgrade.org</link>
	<description>The rantings and insight of an ethical hacker, coder and IT samurai.</description>
	<lastBuildDate>Mon, 05 Sep 2011 20:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Loaded C:\WINNT\system32\KERNEL32.dll differs from file image</title>
		<link>http://downgrade.org/2009/02/04/loaded-cwinntsystem32kernel32dll-differs-from-file-image</link>
		<comments>http://downgrade.org/2009/02/04/loaded-cwinntsystem32kernel32dll-differs-from-file-image#comments</comments>
		<pubDate>Wed, 04 Feb 2009 18:24:27 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[computer forensics]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows forensics dll memory manipution]]></category>

		<guid isPermaLink="false">http://downgrade.org/?p=346</guid>
		<description><![CDATA[I have recently been updating my Windows Forensics First Responder script and have noticed a number of servers reporting the following when using Sysinternals/Microsoft&#8217;s listdlls.exe. *** Loaded C:\WINNT\system32\KERNEL32.dll differs from file image: *** File timestamp:         Wed Apr 18 12:25:36 2007 *** Loaded image timestamp: Wed Apr 18 12:25:37 2007 *** 0x77e40000  0&#215;102000  5.02.3790.4062  C:\WINNT\system32\KERNEL32.dll Now [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been updating my Windows Forensics First Responder script and have noticed a number of servers reporting the following when using <a title="Sysinternals" href="http://downgrade.org/2009/01/30/take-that-ie-fan-boy" target="_blank">Sysinternals</a>/Microsoft&#8217;s <a title="Sysinternals listdlls.exe" href="http://technet.microsoft.com/en-us/sysinternals/bb896656.aspx" target="_blank">listdlls.exe</a>.</p>
<p style="text-align: left; padding-left: 30px;">*** Loaded C:\WINNT\system32\KERNEL32.dll differs from file image:<br />
*** File timestamp:         Wed Apr 18 12:25:36 2007<br />
*** Loaded image timestamp: Wed Apr 18 12:25:37 2007<br />
*** 0x77e40000  0&#215;102000  5.02.3790.4062  C:\WINNT\system32\KERNEL32.dll</p>
<p style="text-align: left;">Now I can think of lots of malicious reasons why this would be.  In fact <a title="Windows IE malware forensics" href="http://downgrade.org/2009/01/30/take-that-ie-fan-boy" target="_blank">I recently wrote on one of these reasons</a>.   But I cant think of any legitimate reasons.</p>
<p style="text-align: left;">I&#8217;m not one to jump to conclusions without having evaluated all possibilities but my research is turning up almost nothing.</p>
<p style="text-align: left;">Can anyone think of a legitimate reason why windows would load kernel32.dll and then something alter it as its going into memory?</p>
<p style="text-align: left;">Thanks guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2009/02/04/loaded-cwinntsystem32kernel32dll-differs-from-file-image/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Take THAT IE Fan Boy</title>
		<link>http://downgrade.org/2009/01/30/take-that-ie-fan-boy</link>
		<comments>http://downgrade.org/2009/01/30/take-that-ie-fan-boy#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:29:28 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[computer forensics]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/?p=335</guid>
		<description><![CDATA[Bruce Schneier just posted an interesting article on his blog entitled "Interview with an Adware Developer".

This article reinforces many of the things I have been telling people for a very long time, but for whatever reason never sinks in.]]></description>
			<content:encoded><![CDATA[<p><a title="Bruce Schneier" href="http://www.schneier.com/index.html" target="_blank">Bruce Schneier</a> just posted an interesting article on his blog entitled &#8220;<a title="Interview with an adware developer" href="http://www.schneier.com/blog/archives/2009/01/interview_with_10.html" target="_blank">Interview with an Adware Developer</a>&#8220;.</p>
<p>This article reinforces many of the things I have been telling people for a very long time, but for whatever reason never sinks in.</p>
<p style="padding-left: 30px;">I should probably first speak about how adware works. Most adware targets Internet Explorer (IE) users because obviously they&#8217;re the biggest share of the market. In addition, they tend to be the less-savvy chunk of the market. If you&#8217;re using IE, then either you don&#8217;t care or you don&#8217;t know about all the vulnerabilities that IE has.</p>
<p style="padding-left: 30px;">IE has a mechanism called a Browser Helper Object (BHO) which is basically a gob of executable code that gets informed of web requests as they&#8217;re going. It runs in the actual browser process, which means it can do anything the browser can do—which means basically anything.</p>
<p>Aside from reinforcing that Internet Explorer is a poor choice to use for web browsing (unless you enjoy collecting and cleaning malware&#8230; you know, for practice), it also outlines an interesting new technique that I recently witnessed as I was cleaning a machine.</p>
<p style="padding-left: 30px;">If you also have an installer, a little executable, you can make a Registry entry and every time this thing reboots, the installer will check to make sure the BHO is there. If it is, great. If it isn&#8217;t, then it will install it. That&#8217;s fine until somebody goes and deletes the executable.</p>
<p style="padding-left: 30px;">The next thing that Direct Revenue did—actually I should say what I did, because I was pretty heavily involved in this—was make a poller which continuously polls about every 10 seconds or so to see if the BHO was there and alive. If it was, great. If it wasn&#8217;t, [ the poller would ] install it.</p>
<p>During my live analysis of this machine I used the <a title="Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">ms/sysinternals</a> <a title="Sysinternals Filemon" href="http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx" target="_blank">filemon</a> program to watch for a bit and noticed explorer.exe doing something similar to what the author describes.</p>
<p style="padding-left: 30px;">34139    6:32:11 PM    explorer.exe:2916    OPEN    C:\NTDETECT.COM:QebiesnrMkudrfcoIbamtykdDa.exe:$DATA    NOT FOUND    Options: Open  Access: Read</p>
<p>The article explains how they will create a seemingly random named file (a hash of the mac address) and use that as the installer.  This one appears to be a variant on the technique that takes it a step further and uses <a title="Alternate Data Streams" href="http://www.forensicfocus.com/dissecting-ntfs-hidden-streams" target="_blank">hidden data streams</a> (or alternate data streams). These are data streams that I had previously detected and removed.</p>
<p>The article also has an interesting point about evasion.</p>
<p style="padding-left: 30px;">Next we made a function shuffler, which would go into an executable, take the functions and randomly shuffle them. Once you do that, then of course the signature&#8217;s all messed up. [ We also shuffled ] a lot of the pointers within each actual function. It completely changed the shape of the executable.</p>
<p>In the virology and malware world this is known as polymorphism, and is a very effective technique for evading most anti-virus/spyware programs.</p>
<p>Now the truly frightening part mentions using interrupt handlers instead of executables and states that they decided not to do it.  Because the concept is written, someone will run with it.</p>
<p style="padding-left: 30px;">There was one further step that we were going to take but didn’t end up doing, and that is we were going to get rid of threads entirely, and just use interrupt handlers. It turns out that in Windows, you can get access to the interrupt handler pretty easily. In fact, you can register with the OS a chunk of code to handle a given interrupt. Then all you have to do is arrange for an interrupt to happen, and every time that interrupt happens, you wake up, do your stuff and go away. We never got to actually do that, but it was something we were thinking we’d do.</p>
<p>What this all boils down to is that the malware authors once again have leap frogged the anti-virus industry.  Microsoft also needs to take a more proactive role in securing IE and Windows against these sorts of threats.</p>
<p>The days of recycling the old code as variants is over and its time that we prepare ourselves for a whole new world of malware threats.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2009/01/30/take-that-ie-fan-boy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows XP SP3 and winpcap</title>
		<link>http://downgrade.org/2008/05/15/windows-xp-sp3-and-winpcap</link>
		<comments>http://downgrade.org/2008/05/15/windows-xp-sp3-and-winpcap#comments</comments>
		<pubDate>Thu, 15 May 2008 19:32:59 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/?p=282</guid>
		<description><![CDATA[I installed Windows XP service pack 3 yesterday and found today that wireshark would not detect any of my network interfaces. Reinstalling winpcap fixed it. FYI]]></description>
			<content:encoded><![CDATA[<p>I installed Windows XP service pack 3 yesterday and found today that wireshark would not detect any of my network interfaces.</p>
<p>Reinstalling winpcap fixed it.</p>
<p>FYI</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2008/05/15/windows-xp-sp3-and-winpcap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista makes CNET&#8217;s &#8220;Top Ten Terrible Tech Products&#8221;</title>
		<link>http://downgrade.org/2007/11/28/vista-makes-cnets-top-ten-terrible-tech-products</link>
		<comments>http://downgrade.org/2007/11/28/vista-makes-cnets-top-ten-terrible-tech-products#comments</comments>
		<pubDate>Wed, 28 Nov 2007 13:58:44 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://downgrade.org/2007/11/28/vista-makes-cnets-top-ten-terrible-tech-products/</guid>
		<description><![CDATA[For those of you wondering why I havent beaten up Vista yet&#8230; I have. I ran it from mid-beta to early-release and had a very well written and thought out evaluation of its security and usability features. It was quite negative. I wrote the entire article in notepad on my Vista machine. One day I [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you wondering why I havent beaten up Vista yet&#8230; I have.  I ran it from mid-beta to early-release and had a very well written and thought out evaluation of its security and usability features.  It was quite negative.  I wrote the entire article in notepad on my Vista machine.</p>
<p>One day I went to open the file to add finishing touches and proof it and the file disappeared.  I know how silly and impossible this sounds.  But its true.  I have never seen anything like it under any operating system.</p>
<p>That pretty much cinched it for me.  I downgraded back to XP and impatiently awaited the arrival of my new mac.</p>
<p>That being said, I laughed aloud as I read <a href="http://crave.cnet.co.uk/gadgets/0,39029552,49293700-10,00.htm" title="CNET: Top Ten Terrible Tech Products - Vista" target="_blank">the CNET article</a>.  It contained many lines that I couldnt help but agree with such as&#8230;</p>
<blockquote><p>Any operating system that provokes a <a href="http://www.theregister.co.uk/2007/04/20/dell_offers_xp_again/">campaign</a> for its predecessor&#8217;s reintroduction deserves to be classed as terrible technology. Any operating system that quietly has a <a href="http://news.cnet.co.uk/software/0,39029694,49292967,00.htm">downgrade-to- previous-edition</a> option introduced for PC makers deserves to be classed as terrible technology. Any operating system that takes six years of development but is instantly hated by hordes of PC professionals and enthusiasts deserves to be classed as terrible technology.</p></blockquote>
<p>It&#8217;s suffering from <a href="http://www.zdnetasia.com/news/software/0,39044164,62034821,00.htm" title="ZD Net - Vista still struggling as Linux finds its feet" target="_blank">painfully slow adoption</a> by users and corporations alike for good reason.  I often hear the argument &#8220;All operating new operating systems have slow corporate adoption rates&#8221; however compared to 2000 and XP as well as planned adoption surveys&#8230; its dismal.</p>
<p>Conversely adoption rates of Linux and OS X on the desktop are way up.  Microsoft may finally be loosing its foothold of absolute dominance and as any industry can prove this&#8230; real competition makes for better products all around.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2007/11/28/vista-makes-cnets-top-ten-terrible-tech-products/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Fun with Stealth Updates</title>
		<link>http://downgrade.org/2007/09/28/more-fun-with-stealth-updates</link>
		<comments>http://downgrade.org/2007/09/28/more-fun-with-stealth-updates#comments</comments>
		<pubDate>Fri, 28 Sep 2007 13:34:19 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/2007/09/28/more-fun-with-stealth-updates/</guid>
		<description><![CDATA[As it turns out, the secret and forced windows update is causing problems.  I have heard of this issue cropping up on non-restored systems too. Yet another reason why I am a Linux/Mac guy.]]></description>
			<content:encoded><![CDATA[<p>As it turns out, the secret and forced windows update <a href="http://windowssecrets.com/2007/09/27/03-Stealth-Windows-update-prevents-XP-repair" target="_blank">is causing problems</a>.  I have heard of this issue cropping up on non-restored systems too.</p>
<p>Yet another reason why I am a Linux/Mac guy.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2007/09/28/more-fun-with-stealth-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsofts &#8216;Stealth&#8217; Update</title>
		<link>http://downgrade.org/2007/09/15/microsofts-stealth-update</link>
		<comments>http://downgrade.org/2007/09/15/microsofts-stealth-update#comments</comments>
		<pubDate>Sat, 15 Sep 2007 21:09:09 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/2007/09/15/microsofts-stealth-update/</guid>
		<description><![CDATA[Microsoft has done it again. We receive reports from our WSUS server telling what updates are rolling out to what servers. So when I started receiving TripWire reports indicating files being altered on a bunch of windows boxes I got concerned. I started opening the files with hex editors looking for strange junk and ran [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has done it again.</p>
<p>We receive reports from our <a href="http://technet.microsoft.com/en-us/wsus/default.aspx" title="WSUS" target="_blank">WSUS</a> server telling what updates are rolling out to what servers.  So when I started receiving <a href="http://tripwire.com/" title="TripWire" target="_blank">TripWire</a> reports indicating files being altered on a bunch of windows boxes I got concerned.</p>
<p>I started opening the files with hex editors looking for strange junk and ran <a href="http://www.microsoft.com/technet/prodtechnol/windows2000serv/default.mspx" title="sigverif">sigverif</a> to see if files are properly signed.  After doing that I detected nothing fishy.</p>
<p>So why did these files change?!</p>
<p>After doing a couple quick searches the answer became clear&#8230; <a href="http://www.zdnetasia.com/news/security/0,39044215,62032221,00.htm" target="_blank">Microsoft pushed some updates that it told no one about</a>.  These updates come even if you choose not to have updates downloaded automatically.</p>
<p>In this world of heightened security awareness, file integrity verification and patch pre-validation I can&#8217;t think of why they would do this.</p>
<p>I guess its just Microsoft&#8217;s way.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2007/09/15/microsofts-stealth-update/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s .ANI Fix Timeline</title>
		<link>http://downgrade.org/2007/04/03/microsofts-ani-fix-timeline</link>
		<comments>http://downgrade.org/2007/04/03/microsofts-ani-fix-timeline#comments</comments>
		<pubDate>Tue, 03 Apr 2007 19:44:50 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/2007/04/03/microsofts-ani-fix-timeline/</guid>
		<description><![CDATA[Microsoft announced today that it will issue an urgent, out of cycle patch for the &#8216;recent&#8217; animated cursor vulnerability (CVE-2007-0038)&#8230; a whole week ahead of its precious and ill-conceived patch tuesday. Some would claim that this an example of Microsoft doing the right thing, getting urgent issues resolved quickly and cutting through their own patching [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced today that it will issue an urgent, out of cycle patch for the &#8216;recent&#8217; animated cursor vulnerability (<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0038" target="_blank">CVE-2007-0038</a>)&#8230; a whole week  ahead of its precious and ill-conceived patch tuesday.</p>
<p>Some would claim that this an example of Microsoft doing the right thing, getting urgent issues resolved quickly and cutting through their own patching release cycle.  Upon closer examination you will find this to be false.</p>
<p>This vulnerability affects all version of MS Internet Explorer and Windows.  All an attacker would have to do is embed a malicious animated cursor into a web page and anyone who visits the page is &#8216;auto-attacked&#8217;.  Its important to keep in mind that sites like myspace allow anyone to modify their own pages and embed anything they like.  Its also important to remember that hackers take over legitimate, commercial sites and embed their nastys.  They get more bang for their buck that way.</p>
<p>To support my belief that MS is still only talking big and not following through, I present to you the time-line.</p>
<p><strong>December 2006</strong> &#8211; Determina discovers .ANI 0-day vulnerability and reports its findings to Microsoft<br />
<strong>March 23 2007</strong> &#8211; Microsoft releases MSIE patch MS05-020 to fix vulnerabilities related to this.  This patch was shoddy and still allowed exploitation of this specific vulnerability<br />
<strong>March 26 2007</strong> &#8211; Security researchers start to see exploits for this vulnerability in the wild<br />
<strong>March 27 2007 </strong>- <a href="http://www.determina.com/security_center/security_advisories/securityadvisory_march272006_1.asp" target="_blank">Determina releases their own &#8217;3rd party&#8217; patch to mitigate this vulnerability</a><br />
<strong>March 30 2007 </strong>- <a href="http://www.eeye.com/html/company/press/PR20070330.html" target="_blank">eEye follows suite and releases their own patch</a><br />
<strong>April 3 2007</strong> &#8211; <a href="http://www.microsoft.com/technet/security/Bulletin/MS07-017.mspx" target="_blank">Microsoft releases MS07-017 &#8216;out of cycle&#8217; to patch this bug</a></p>
<p><strong>Exposure Times</strong><br />
<strong>System exposure since discovery:</strong> 93 days*<br />
<strong>System exposure since active exploits discovered</strong>: 8 days</p>
<p>*This is a conservative estimate.  <a href="http://www.determina.com/security_center/security_advisories/securityadvisory_0day_032907.asp" target="_blank">The article</a> states &#8220;In December 2006&#8243;.  For fairness sake this figure assumes 12/31/06 but the figure could in fact be as large as 123 days, if it was discovered 12/01/06</p>
<p>sources:</p>
<p>http://www.determina.com/security_center/security_advisories/securityadvisory_0day_032907.asp</p>
<p>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0038</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2007/04/03/microsofts-ani-fix-timeline/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Crash Course in Active Directory</title>
		<link>http://downgrade.org/2006/08/05/a-crash-course-in-active-directory</link>
		<comments>http://downgrade.org/2006/08/05/a-crash-course-in-active-directory#comments</comments>
		<pubDate>Sat, 05 Aug 2006 23:43:34 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/2006/08/05/a-crash-course-in-active-directory/</guid>
		<description><![CDATA[Contents 1 Basics 2 domains and domain trees 3 Global Catalog (GC) 4 Flexible Single Master of Operations (FSMO &#8211; pronounced fizmo) 5 Groups 6 Naming Contexts (NC) and Application Partitions 7 Schema 8 Replication 9 AD and DNS 10 Profiles 11 Group Policy 12 Backup, Recovery and Maintenance 13 Exchange Integration 14 Links if [...]]]></description>
			<content:encoded><![CDATA[<div id="bodyContent">
<div id="contentSub">
<table class="toc" id="toc">
<tr>
<td>
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Basics"><span class="tocnumber">1</span> <span class="toctext">Basics</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#domains_and_domain_trees"><span class="tocnumber">2</span> <span class="toctext">domains and domain trees</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Global_Catalog_.28GC.29"><span class="tocnumber">3</span> <span class="toctext">Global Catalog (GC)</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"><span class="tocnumber">4</span> <span class="toctext">Flexible Single Master of Operations (FSMO &#8211; pronounced fizmo)</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Groups"><span class="tocnumber">5</span> <span class="toctext">Groups</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Naming_Contexts_.28NC.29_and_Application_Partitions"><span class="tocnumber">6</span> <span class="toctext">Naming Contexts (NC) and Application Partitions</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Schema"><span class="tocnumber">7</span> <span class="toctext">Schema</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Replication"><span class="tocnumber">8</span> <span class="toctext">Replication</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#AD_and_DNS"><span class="tocnumber">9</span> <span class="toctext">AD and DNS</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Profiles"><span class="tocnumber">10</span> <span class="toctext">Profiles</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Group_Policy"><span class="tocnumber">11</span> <span class="toctext">Group Policy</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Backup.2C_Recovery_and_Maintenance"><span class="tocnumber">12</span> <span class="toctext">Backup, Recovery and Maintenance</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Exchange_Integration"><span class="tocnumber">13</span> <span class="toctext">Exchange Integration</span></a></li>
<li class="toclevel-1"><a href="http://downgrade.org/wp-admin/post.php#Links"><span class="tocnumber">14</span> <span class="toctext">Links</span></a></li>
</ul>
</td>
</tr>
</table>
<p><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script></p>
<div style="float: right; margin-left: 5px" class="editsection">[<a title="AD Crash Course" href="/index.php?title=AD_Crash_Course&#038;action=edit&#038;section=1">edit</a>]</div>
<p><a name="Basics"></a></p>
<h2><a name="Basics"></a> Basics</h2>
<p><a name="Basics"></a><a name="Basics"></a>Uses DNS for name resolution</p>
<p><a name="Basics"></a>WINS and NetBios aren’t needed unless a legacy app requires it</p>
<p><a name="Basics"></a>AD&#8217;s Tree is called the &#8216;Directory Information Tree&#8217; (DIT)</p>
<p><a name="Basics"></a>It is based on the &#8216;Extensible Storage Engine&#8217; (ESE)</p>
<p><a name="Basics"></a>AD Consists of two types of objects.  Containers and non-containers (or leaf nodes)</p>
<p><a name="Basics"></a>All objects have a &#8216;Globally Unique Identifier&#8217; (GUID)</p>
<p><a name="Basics"></a>Hierarchical paths in AD are known as &#8216;ADsPaths&#8217;</p>
<p><a name="Basics"></a>ADsPaths are normally referred to using LDAP standards</p>
<p><a name="Basics"></a></p>
<pre><a name="Basics"></a> Starts with a 'programmatic identifier' (progID)  followed by ://  separate each part with a comma  prefix each part with dc= (dc stands for domain name component)    prl.pbb.local becomes  LDAP://dc=pbb,dc=pbb,dc=local</pre>
<p><a name="Basics"></a><a name="Basics"></a>A distinguished name (DN) is used to reference an object in a DIT</p>
<p><a name="Basics"></a>A relative distinguished name (RDN) is used to reference an object within its parent container</p>
<p><a name="Basics"></a></p>
<pre><a name="Basics"></a> To reference Alice's object in prl_biz ou within the prl ou it would look like this.  LDAP://cn=albin,ou=prl_biz,ou=prl,dc=pbb,dc=pbb,dc=local</pre>
<p><a name="Basics"></a><a name="Basics"></a>The available DN&#8217;s are as follows</p>
<p><a name="Basics"></a></p>
<pre><a name="Basics"></a> CN = Common Name  L  = Locality  ST = Street of Province Name  O  = Organization Name  OU = Organization Unit  C  = County  STREET = Street address  DC = Domain Component  UID = User ID</pre>
<p><a name="Basics"></a><a name="Basics"></a></p>
<p><a name="Basics"></a></p>
<h2><a name="domains_and_domain_trees"></a> domains and domain trees</h2>
<p><a name="domains_and_domain_trees"></a><a name="domains_and_domain_trees"></a>A domain controller (DC) can be authoritative for one and only one domain.</p>
<p><a name="domains_and_domain_trees"></a>Containers (the object type) may contain other container objects as well as leaf nodes.</p>
<p><a name="domains_and_domain_trees"></a>An OU is the other type of container and can have group policies applied to it, and a container (the object) can not.</p>
<p><a name="domains_and_domain_trees"></a>Each forest has a child container called &#8216;Configuration&#8217; which has a child container called &#8216;Schema&#8217;</p>
<p><a name="domains_and_domain_trees"></a></p>
<h2><a name="Global_Catalog_.28GC.29"></a> Global Catalog (GC)</h2>
<p><a name="Global_Catalog_.28GC.29"></a><a name="Global_Catalog_.28GC.29"></a>Used to perform forest wide searches</p>
<p><a name="Global_Catalog_.28GC.29"></a>Accessed via LDAP on port 3268</p>
<p><a name="Global_Catalog_.28GC.29"></a>Uses progID of GC://</p>
<p><a name="Global_Catalog_.28GC.29"></a>The GC is read-only and can not be directly updated</p>
<p><a name="Global_Catalog_.28GC.29"></a>Objects available in the GC are members of the PAS (Partial Attributes Set)</p>
<p><a name="Global_Catalog_.28GC.29"></a>To add/remove attributes use the AD Schema snap-in for mmc</p>
<p><a name="Global_Catalog_.28GC.29"></a></p>
<h2><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a> Flexible Single Master of Operations (FSMO &#8211; pronounced fizmo)</h2>
<p><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a>Certain actions in the forest/domain will only be done by the FSMO regardless of how many other DC&#8217;s you have.</p>
<p><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a></p>
<pre><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a> Schema Master (forest-wide)    Only machine allowed to make schema changes.  Changes made on other DCs will be refered to the FSMO    Domain Naming Master (forest-wide)    PDC Emulator (domain-wide)    PW synching and PDC legacy compatibility.  Browser Master    RID Master (domain-wide)    Relative ID Master, All security principals have a Security Identifier (SID).    Infrastructure Master (domain-wide)    Maintains cross-domain object references (phantom references).  User is in domainA but a member of a group in domain B</pre>
<p><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a></p>
<pre><a name="Flexible_Single_Master_of_Operations_.28FSMO_-_pronounced_fizmo.29"></a> NTDSUTIL:   howto: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/en/library/5b1d983d-ffab-4514-a95e-6aa0420dacb51033.mspx?mfr=true" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/en/library/5b1d983d-ffab-4514-a95e-6aa0420dacb51033.mspx?mfr=true">[1]</a>  download: support pack <a rel="nofollow" title="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&#038;displaylang=en" class="external autonumber" href="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&#038;displaylang=en">[2]</a>  Allows transfer of FSMO roles to other DCs.  If the FSMO server dies you can ungracefully force the role to another dc -- known as 'seizing' the role. <a rel="nofollow" title="http://support.microsoft.com/kb/255504" class="external autonumber" href="http://support.microsoft.com/kb/255504">[3]</a></pre>
<h2><a name="Groups"></a> Groups</h2>
<p><a name="Groups"></a><a name="Groups"></a>3 scopes&#8230;</p>
<p><a name="Groups"></a></p>
<pre><a name="Groups"></a> Domain Local: membership available only within domain.  May contain other groups (admin group)</pre>
<p><a name="Groups"></a></p>
<pre><a name="Groups"></a> Domain Global: membership available only within domain.  Used to define roles (enterprise admin, backup admin, exchange admins, sql admins, ect.)</pre>
<p><a name="Groups"></a></p>
<pre><a name="Groups"></a> Universal: Forest Wide</pre>
<p><a name="Groups"></a><a name="Groups"></a>2 types&#8230;</p>
<p><a name="Groups"></a></p>
<pre><a name="Groups"></a> distribution: generally used as messaging lists for email and im (exchange distro lists)</pre>
<p><a name="Groups"></a></p>
<pre><a name="Groups"></a> security: sid is passed to as auth token</pre>
<p><a name="Groups"></a><a name="Groups"></a>The type of a group may be converted at any time.</p>
<p><a name="Groups"></a></p>
<h2><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a> Naming Contexts (NC) and Application Partitions</h2>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a>Breaks up replication of DCs.  can be based on political, geographic or bw related things.</p>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a>Consists of 3 predefined naming contexts, each represents a different aspect of AD data.</p>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a></p>
<pre><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a> Configuration NC: (forest) holds data pertaining to LDAP, Exchange, subnets</pre>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a></p>
<pre><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a> Schema NC: (forest) defines types of data AD can store</pre>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a></p>
<pre><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a> Domain NC: (domain) domain specific, users, groups, computers, ect.</pre>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a></p>
<pre><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a> Application Partitions: User defined NCs.  Can not contain security principals</pre>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a>To retrieve a list of NCs you query the RootDSE entry.</p>
<p><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a></p>
<pre><a name="Naming_Contexts_.28NC.29_and_Application_Partitions"></a> LDAP util  how to: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/f/?en/library/4efcf47f-e3eb-46e4-9c6c-842b39eca2011033.mspx" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/f/?en/library/4efcf47f-e3eb-46e4-9c6c-842b39eca2011033.mspx">[4]</a>  download: support tools <a rel="nofollow" title="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&#038;displaylang=en" class="external autonumber" href="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&#038;displaylang=en">[5]</a>   LDAP util can be used to view the RootDSE entry.  Connection -> Connection -> enter name of DC</pre>
<p>&#8230; incomplete</p>
<h2><a name="Schema"></a> Schema</h2>
<p><a name="Schema"></a><a name="Schema"></a>The schema is located under the configuration container.  It is the blueprint for datastorage in ad.  each object has a corresponding class.  IE user class, user object type.</p>
<p><a name="Schema"></a></p>
<pre><a name="Schema"></a> Active Directory Service Interfaces (ADSIEdit)  how to: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/en/library/ebca3324-5427-471a-bc19-9aa1decd3d401033.mspx?mfr=true" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/en/library/ebca3324-5427-471a-bc19-9aa1decd3d401033.mspx?mfr=true">[6]</a>  download: support tools <a rel="nofollow" title="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&#038;displaylang=en" class="external autonumber" href="http://www.microsoft.com/downloads/details.aspx?familyid=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&#038;displaylang=en">[7]</a>   Can be viewed using and AD viewer such as ADSIEdit (MMC snap-in) or LDP</pre>
<p>Schema is made of two types of ad objects&#8230;</p>
<pre>classes:</pre>
<pre>attributes:</pre>
<p>&#8230; Very Incomplete</p>
<h2><a name="Replication"></a> Replication</h2>
<p><a name="Replication"></a><a name="Replication"></a>Note: details regarding cross-domain replication omitted.</p>
<p><a name="Replication"></a>Connection Objects define what DCs replicate with each other and how often.  Generally managed by the DC</p>
<p><a name="Replication"></a>Knowledge Consistency Checker (KCC) is what generates the connection objects.</p>
<p><a name="Replication"></a></p>
<pre><a name="Replication"></a> RepAdmin  how to: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/en/library/58236d76-5184-46a0-8402-701fe608cf5a1033.mspx?mfr=true" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/en/library/58236d76-5184-46a0-8402-701fe608cf5a1033.mspx?mfr=true">[8]</a>   Command line tool for admining replication</pre>
<pre>ReplMon  how to: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/en/library/691910f2-a6a7-4ced-984e-972aec2cbdd21033.mspx?mfr=true" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/en/library/691910f2-a6a7-4ced-984e-972aec2cbdd21033.mspx?mfr=true">[9]</a>  Graphical util for managing and monitoring replication</pre>
<p>Each DC maintains its own separate &#8216;Update Sequence Number&#8217; (USN).  It is a 64bit value assigned to each update transication.  Each update increments the USN value.  Like the serial number in DNS.</p>
<p>Each DC maintains its highest combined USN for all NCs in the highestCommittedUSN value of the RootDSE.  The values are always different from DC to DC for a given replication.</p>
<p>If time is off by 5minutes or more on a DC it will not be able to replicate.</p>
<pre>Originating Update (write)  The point of origin for an update (on which DC was this update made)</pre>
<pre>Replicated Update (write)  A change that did not originate on the DC in question.</pre>
<p>Each DC has a GUID called the DSA GUID.  It is used to uniquely identify a DC and is the objectGUID of the NTDS settings object for the DC in the configuration container.</p>
<p>The High-WaterMark Vector (HWMV) is a table maintained independently by each DC.  Keeps info on where a DC last left off when replicating the NC with a specific partner.</p>
<p>The up-to-dateness vector (UTDV) is a table maintained independently by each DC.  It is used for replication dampening to reduce traffic and endless replication.</p>
<p>An example of how an object is modified during replication&#8230;</p>
<pre>1.  A user is created on serverA.  2.  The object (user) is replicated to serverB.  3.  The object is subsequently modified on serverB.  4.  The new changes are replicated back to serverA.</pre>
<pre>1.  Creation of the object on ServerA    1. values are set to defaults defined for user creation    2. users USN is set to 1000 (the USN of this transaction)    3. version number is set to 1.    4. timestamp is set to the time of creation    5. originating-server GUID is set to the GUID of the server    6. originating-server USN is set to 1000 (USN of this transaction)</pre>
<pre>2.  Replication of the object to serverB    serverB adds a copy of the object as a replicated write.  USN 2500 is assigned to the object.  This value is written to the USNCreated and USNChanged attributes of the object.</pre>
<pre>3.  Password changed for user on serverB.    1. Password value is set    2. passwords USN is set to 3777 (USN for this transaction)    3. users version number is set to 2.    4. timestamp is updated    5. originating-server GUID is set to the GUID of serverB    6. originating-server USN is set to 3777 (USN of this transaction)</pre>
<pre>4.  Password change replication to serverA    serverA generates a transaction USN of 1333.  USNChanged is set to 1333.  Originating-server GUID is set to that of serverB</pre>
<p>&#8230; Incomplete (missing conflict resolution section)</p>
<h2><a name="AD_and_DNS"></a> AD and DNS</h2>
<p><a name="AD_and_DNS"></a><a name="AD_and_DNS"></a>DC Locator</p>
<p><a name="AD_and_DNS"></a>Resource Records used to AD</p>
<p><a name="AD_and_DNS"></a>Delegation Options</p>
<p><a name="AD_and_DNS"></a>&#8230; incomplete (duh)</p>
<p><a name="AD_and_DNS"></a></p>
<h2><a name="Profiles"></a> Profiles</h2>
<p><a name="Profiles"></a><a name="Profiles"></a>A profile is created on each computer a user logs into.  It is %systemDrive%\Documents and Settings\%userName%</p>
<p><a name="Profiles"></a>It creates various data files including NTUSER.DAT.  This file contains the user portion of the registry.  This includes the screen saver, wallpaper, myDocuments location, etc.</p>
<p><a name="Profiles"></a>Settings specific to the computer in question are also applied to the user via the AllUsers\NTUSER.DAT on the given machine.</p>
<p><a name="Profiles"></a>You use the ADUC (Active Directory Users and Computers) tool to set the roaming profile info for a given user.</p>
<p><a name="Profiles"></a>To have the profile deleted from the local machine upon logout set the following key on the computer (computer and teaching labs!)&#8230;</p>
<p><a name="Profiles"></a></p>
<pre><a name="Profiles"></a> HKLMSOFTWAREMicrosoftWindowsNTCurrentVersionWinlogonDeleteRoamingCache</pre>
<p><a name="Profiles"></a><a name="Profiles"></a>With a server based default user profile you can add icons to desktop, bookmarks, ect.  It should exist under the NETLOGON share.</p>
<p><a name="Profiles"></a></p>
<h2><a name="Group_Policy"></a> Group Policy</h2>
<p><a name="Group_Policy"></a><a name="Group_Policy"></a>Group Policies are referred to GPOs or group policy objects.  they contain a large amount of configuration info that is applied to all users automatically.</p>
<p><a name="Group_Policy"></a></p>
<pre><a name="Group_Policy"></a> Group Policy Management Console (GPMC)  howto: <a rel="nofollow" title="http://www.microsoft.com/windowsserver2003/gpmc/default.mspx" class="external autonumber" href="http://www.microsoft.com/windowsserver2003/gpmc/default.mspx">[10]</a>  Allows for editing, viewing resultant set of policies (RSOP) and runing reports.</pre>
<p>Three states a policy item can exist in are enabled, disabled or un-configured.  unconfigured is the default for everything.</p>
<p>The structure of the templates in the editor looks like&#8230;</p>
<pre>User Configuration    Software Settings    Windows Settings    Administrative Templates    Computer Configuration    Software Settings    Windows Settings    Administrative Templates</pre>
<p>These are generated from the Administrative Template (ADM) files in the system volume.</p>
<p>By default workstations and member servers refresh GPOs every 90 minutes and DCs every 5.</p>
<p>On non DCs 1 to 30 minutes (randomly generated) will be added to the refresh time to avoid everyone checking in at once.</p>
<p>GPOs allow admin to remote deploy applications to users OR computers.  MSI is the only way this works.</p>
<p>MSIs can be modified for the environment.  This process is known as creating a &#8216;transform&#8217;.</p>
<p>You can set an MSI to auto-install when someone attempts to open a file with an extension that an MSI app can read.</p>
<p>If an install is assigned to the user portion of the GPO it will install when the user logs into a machine and uninstall upon log off.  If its installed to the computer it is available to any user who logs into it.</p>
<pre>MS Windows Installer  howto: <a rel="nofollow" title="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows installer start page.asp" class="external autonumber" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_start_page.asp">[11]</a>   Used to generate MSI files</pre>
<pre>Install Shield  site: <a rel="nofollow" title="http://www.macrovision.com/products/flexnet installshield/installshield/index.shtml" class="external autonumber" href="http://www.macrovision.com/products/flexnet_installshield/installshield/index.shtml">[12]</a>  The best tools in the installer maker.  3rd party</pre>
<pre>Installer Design Studio (scriptlogic)  site: <a rel="nofollow" title="http://scriptlogic.com/products/installerdesignstudio/" class="external autonumber" href="http://scriptlogic.com/products/installerdesignstudio/">[13]</a>  The one scriptlogic makes.  Looks very easy to use and is fairly inexpensive.</pre>
<pre>Group Policy Settings Reference (document) : <a rel="nofollow" title="http://www.microsoft.com/downloads/details.aspx?familyid=7821C32F-DA15-438D-8E48-45915CD2BC14&#038;displaylang=en" class="external autonumber" href="http://www.microsoft.com/downloads/details.aspx?familyid=7821C32F-DA15-438D-8E48-45915CD2BC14&#038;displaylang=en">[14]</a></pre>
<pre>Group Policy Homepage : <a rel="nofollow" title="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/group policy start page.asp" class="external autonumber" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/group_policy_start_page.asp">[15]</a></pre>
<pre>MSN docs for Group Policy : <a rel="nofollow" title="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/group policy start page.asp" class="external autonumber" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/group_policy_start_page.asp">[16]</a></pre>
<h2><a name="Backup.2C_Recovery_and_Maintenance"></a> Backup, Recovery and Maintenance</h2>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a><a name="Backup.2C_Recovery_and_Maintenance"></a>Backup up AD</p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a>Restoring a DC</p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a>Restoring AD</p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a>FSMO recovery</p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a>DIT Maintenance</p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a>&#8230; Incomplete (duh)</p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a></p>
<p><a name="Backup.2C_Recovery_and_Maintenance"></a></p>
<h2><a name="Exchange_Integration"></a> Exchange Integration</h2>
<p><a name="Exchange_Integration"></a><a name="Exchange_Integration"></a>&#8230; incomplete (duh)</p>
<p><a name="Exchange_Integration"></a></p>
<p><a name="Exchange_Integration"></a></p>
<h2><a name="Links"></a> Links</h2>
<p><a name="Links"></a><a name="Links"></a>Common admin tasks: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/en/library/58236d76-5184-46a0-8402-701fe608cf5a1033.mspx?mfr=true" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/en/library/58236d76-5184-46a0-8402-701fe608cf5a1033.mspx?mfr=true">[17]</a></p>
<p>Remote Administration: <a rel="nofollow" title="http://technet2.microsoft.com/WindowsServer/en/library/85ae4da5-58d8-4610-b009-ba197e7b00541033.mspx?mfr=true" class="external autonumber" href="http://technet2.microsoft.com/WindowsServer/en/library/85ae4da5-58d8-4610-b009-ba197e7b00541033.mspx?mfr=true">[18]</a></p>
<p>All information gleaned from&#8230;</p>
<p>Active Directory 3d Edition, O&#8217;Reilly Publishing By: Joe Richards, Robbie Allen &#038; Alistair G. Lowe-Norris</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/08/05/a-crash-course-in-active-directory/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft offers Apple security advice?</title>
		<link>http://downgrade.org/2006/07/07/microsoft-offers-apple-security-advice</link>
		<comments>http://downgrade.org/2006/07/07/microsoft-offers-apple-security-advice#comments</comments>
		<pubDate>Fri, 07 Jul 2006 12:37:59 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/2006/07/07/microsoft-offers-apple-security-advice/</guid>
		<description><![CDATA[Fresh after the article from security firm Sophos entitled &#8220;Sophos recommends Macs for security&#8220;, A member of Microsoft&#8217;s security team blasts Apple for not having a &#8220;security czar&#8221; and not communicating with users about security vulnerabilities. By contrast, he points to Microsoft as a prime example of how to respond to threats, providing well-documented communications [...]]]></description>
			<content:encoded><![CDATA[<p>Fresh after the article from security firm Sophos entitled &#8220;<a target="_blank" href="http://www.securityfocus.com/brief/243">Sophos recommends Macs for security</a>&#8220;, A member of <a target="_blank" href="http://www.securityfocus.com/news/11383?ref=rss">Microsoft&#8217;s security team blasts Apple</a> for not having a &#8220;security czar&#8221; and not communicating with users about security vulnerabilities.</p>
<blockquote><p>By contrast, he points to Microsoft as a prime example of how to respond to threats, providing well-documented communications and prescriptive &#8220;how-to&#8221; guidance with alerts that are delivered through email, RSS and deployment tools.</p></blockquote>
<p>This whole paragraph is absolutely laughable.  Lets flash back for a second to Microsoft security bulletin 912840 and <a target="_blank" href="http://downgrade.org/2005/12/30/microsofts-serious-commitment-to-security/">my rant regarding it</a>.  And now lets re-read that happy little Microsoft fud.  Something doesn&#8217;t add up, does it?</p>
<p>If that isn&#8217;t enough to convince you, lets look at yet another reason why no software vendor should ever adopt Microsoft&#8217;s security practices.  Two words;  Patch Tuesday.  Holy god is that a bad model.  No matter how bad a vulnerability is, they will sit on the patch (leaving everyone exposed) till the next patch Tuesday.  Just because its more convenient for admins.</p>
<p>I, as an admin, would much rather patch frequently, than sit on hands while blatantly exposed to a threat.</p>
<p>Once they work these things out, then (maybe) they can blast other software vendors. Until that time though, they should sit back, shut up and stop making themselves look foolish.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/07/07/microsoft-offers-apple-security-advice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Ways to make your Windows machine fast like the day you got it</title>
		<link>http://downgrade.org/2006/02/16/6-ways-to-make-your-windows-machine-fast-like-the-day-you-got-it</link>
		<comments>http://downgrade.org/2006/02/16/6-ways-to-make-your-windows-machine-fast-like-the-day-you-got-it#comments</comments>
		<pubDate>Thu, 16 Feb 2006 20:54:31 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/2006/02/16/6-ways-to-make-your-windows-machine-fast-like-the-day-you-got-it/</guid>
		<description><![CDATA[One of the more common questions my support team at work receives is in regards to Windows based computers starting to run slowly. This will eventually happen to all windows machines and is simply in the nature of windows. The long-term problem is that the windows registry (the database that underlies windows and controls everything [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more common questions my support team at work receives is in regards to Windows based computers starting to run slowly.  This will eventually happen to all windows machines and is simply in the nature of windows.</p>
<p>The long-term problem is that the windows registry (the database that underlies windows and controls everything from passwords to last window locations) simply gets clogged from installing and uninstalling software.</p>
<p>Most Windows professionals recommend that if you want a machine to remain &#8216;speedy&#8217; that you should reformat it every 6-12 months (new Windows install).  Obviously not all of us have the time to do this so I will outline a few things that can be done short of formatting that will still significantly increase system performance.</p>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="2"><strong><font size="2" face="verdana,arial,helvetica,sans-serif">1. <em>Install Ad-Aware SE</em> </font></strong></td>
</tr>
<tr>
<td style="width: 44px"><font size="2" face="verdana,arial,helvetica,sans-serif"> </font></td>
<td style="width: 643px"><a title="Get Ad-Aware SE from Download.com" target="_blank" href="http://www.download.com/Ad-Aware-SE-Personal-Edition/3000-8022_4-10399602.html?tag=pop"><font size="2" face="verdana,arial,helvetica,sans-serif">Ad-Aware SE</font></a><font size="2" face="verdana,arial,helvetica,sans-serif"> is one of the better anti-spyware programs ont he market and is completely free.  Spyware can be installed via legitimate software that you intended on installing or by simply browsing to a web site that will execute malicious code.  Internet Explorer is notoriously susceptible to spy ware installing itself via routine web browsing and because of this (and a number of other reasons) US-CERT (the governmental agency in charge of issuing software security announcements) recommends that no one run Internet Explorer at all.  </font><a title="Get FireFox!" target="_blank" href="http://www.mozilla.com/firefox/"><font size="2" face="verdana,arial,helvetica,sans-serif">FireFox</font></a><font size="2" face="verdana,arial,helvetica,sans-serif"> is an excellent alternative and should import all of your IE favorites during the install.</font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="2"><strong><font face="verdana,arial,helvetica,sans-serif"><font size="2">2.  <em>Make sure your virus software is up to date and run and complete system scans.</em></font></font></strong></td>
</tr>
<tr>
<td style="width: 44px"><font size="2" face="verdana,arial,helvetica,sans-serif"> </font></td>
<td style="width: 643px"><font size="2" face="verdana,arial,helvetica,sans-serif">Virii is a common performance thief on windows based computers.  They hog resources either by design or wile executing a payload and harvesting address books, files on your hard drive or propagating itself.</font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="2"><strong><font face="verdana,arial,helvetica,sans-serif"><font size="2">3. <em>Look at your sysTray.</em></font></font></strong></td>
</tr>
<tr>
<td style="width: 44px"><font size="2" face="verdana,arial,helvetica,sans-serif"> </font></td>
<td style="width: 643px"><font size="2" face="verdana,arial,helvetica,sans-serif">The sysTray is the area next to the clock in the lower right hand corner of your screen.  Each icon you see there is running in memory.  I recommend right clicking on each icon that you do not need and seeing if there is way to permanently disable the item. Some items will have a &#8216;disable&#8217; option, however it will only disable it for that session. Upon logging out and back in you will see the icon again.  With items like this you will need to find a &#8216;preferences&#8217; or &#8216;configuration&#8217; option.  If none seems to be available I would go into the application associated with it and check in its preferences.</font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="2"><strong><font face="verdana,arial,helvetica,sans-serif"><font size="2">4. <em>Startup Items</em></font></font></strong></td>
</tr>
<tr>
<td style="width: 44px"><font size="2" face="verdana,arial,helvetica,sans-serif"> </font></td>
<td style="width: 643px"><font size="2" face="verdana,arial,helvetica,sans-serif">Open windows explorer (windows hot key + e on your keyboard) and browse to &#8216;c:\documents and settings\YOURUSERNAME\startmenup\startp&#8221; and delete any icons that you do not running when you log in.  You will also want to do this in the &#8216;c:\documents and settings\all users\startmenu\startup&#8221; directory after having logged in as administrator. If you realy want to get a handle on whats going on at startup you will want <a target="_blank" title="AutoRuns by Sysinternals" href="http://www.sysinternals.com/Utilities/Autoruns.html">AutoRuns</a> by sysinternals.<br />
</font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="2"><strong><font face="verdana,arial,helvetica,sans-serif"><font size="2">5. <em>Run a scandisk.</em></font></font></strong></td>
</tr>
<tr>
<td style="width: 44px"><font size="2" face="verdana,arial,helvetica,sans-serif"> </font></td>
<td style="width: 643px"><font size="2" face="verdana,arial,helvetica,sans-serif">By going to My Computer, and right clicking on your C drive you will be shown a dialog box with a number of tabs.  Go to the &#8216;Tools&#8217; tab and start a scan disk.  This will check your drive for file system errors and correct them.  In some cases windows will need exclusive rights to the hard drive and say that it will be run during the next reboot.  Tell it ok and then reboot your machine. </font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="2"><strong><font face="verdana,arial,helvetica,sans-serif"><font size="2">6. <em>Run a defrag.</em></font></font></strong></td>
</tr>
<tr>
<td style="width: 44px"><font size="2" face="verdana,arial,helvetica,sans-serif"> </font></td>
<td style="width: 643px"><font size="2" face="verdana,arial,helvetica,sans-serif">After the machine returns from the scan disk in the same area run a defrag or &#8216;disk defragmentation&#8217;.  This will physically align all of your files in the proper order on your hard drive.  This will create less drive-seak time when running programs or loading files.  This task is best performed monthly.</font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td><font size="2" face="verdana,arial,helvetica,sans-serif">If you have performed all of these steps, rebooted your machine and are still unsatisfied with the performance, you may want to consider backing up your files, locating all of your programs install media and licenses and reformat your machine and reinstall windows.<br />
</font><font size="2" face="verdana,arial,helvetica,sans-serif">Click here to view a </font><a target="_blank" href="http://www.microsoft.com/atwork/getstarted/speed.mspx"><font size="2" face="verdana,arial,helvetica,sans-serif">microsoft article</font></a><font size="2" face="verdana,arial,helvetica,sans-serif"> on the same subject.</font></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/02/16/6-ways-to-make-your-windows-machine-fast-like-the-day-you-got-it/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

