<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Richard Stephen Reese Jr.</title><link>http://www.rsreese.com/index.htm</link><description>Stephen Reese's Dark Cloud Kung Fu.</description><language>en</language><managingEditor>noreply@blogger.com (Stephen Reese)</managingEditor><lastBuildDate>Fri, 17 Jul 2009 02:34:11 PDT</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">52</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><geo:lat>30.092346</geo:lat><geo:long>-81.60274</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/rsreese" type="application/rss+xml" /><item><title>Facebook gets linked account support.</title><link>http://feedproxy.google.com/~r/rsreese/~3/ZqVGAUhN8dg/facebook-gets-linked-account-support.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Wed, 20 May 2009 11:01:09 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-86981455153072147</guid><description>Now you can logon to your Facebook account through several providers such as Google, Myspace and OpenId which IMO is great (I'm lazy). Just go to Settings, Account Settings and Linked Accounts. You can even pick multiple providers. One cool part is my openID provider VeriSign can be setup to use two factor authentication to help provide a little more security amongst all of the chaos. See &lt;a href="https://pip.verisignlabs.com/"&gt;https://pip.verisignlabs.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Update 1 - As of now Google as a Linked Account is not logging me in though &lt;span class="lgtxtBl"&gt;pip.verisignlabs.com is still working well.&lt;br /&gt;&lt;br /&gt;Update 2 - My Google account will log me into FaceBook once I have authenticated via Gmail.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-86981455153072147?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/ZqVGAUhN8dg" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2009/05/facebook-gets-linked-account-support.html</feedburner:origLink></item><item><title>Installing Sun Java on Debian Lenny</title><link>http://feedproxy.google.com/~r/rsreese/~3/dkvS2WSBfA0/installing-sun-java-on-debian-lenny.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Fri, 15 May 2009 08:24:13 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-8134869047817322494</guid><description>&lt;p&gt;The Sun Java JDK is available in the Debian Lenny &lt;span class="system"&gt;non-free&lt;/span&gt; repository, therefore you must modify &lt;span class="system"&gt;/etc/apt/sources.list&lt;/span&gt;...&lt;/p&gt; &lt;p class="command"&gt;&lt;/p&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;vi /etc/apt/sources.list&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;and add &lt;span class="system"&gt;non-free&lt;/span&gt; to the Debian Lenny repositories:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;deb http://mirrors.kernel.org/debian/ lenny main non-free&lt;br /&gt;deb-src http://mirrors.kernel.org/debian/ lenny main non-free&lt;br /&gt;&lt;br /&gt;deb http://security.debian.org/ lenny/updates main non-free&lt;br /&gt;deb-src http://security.debian.org/ lenny/updates main non-free&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Run&lt;/p&gt; &lt;p class="command"&gt;&lt;/p&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;apt-get update&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;  &lt;p&gt;Install the Java JDK as follows:&lt;/p&gt; &lt;p class="command"&gt;&lt;/p&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;apt-get install sun-java6-jdk&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;Make it available system wide:&lt;/p&gt; &lt;p class="command"&gt;&lt;/p&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;update-java-alternatives -s java-6-sun&lt;br /&gt;echo 'JAVA_HOME="/usr/lib/jvm/java-6-sun"' | tee -a /etc/environment&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-8134869047817322494?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/dkvS2WSBfA0" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total><feedburner:origLink>http://www.rsreese.com/2009/05/installing-sun-java-on-debian-lenny.html</feedburner:origLink></item><item><title>MySpace lite view</title><link>http://feedproxy.google.com/~r/rsreese/~3/-t__x2IL_MY/myspace-lite-view.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Wed, 13 May 2009 20:51:31 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-8660839522408069029</guid><description>I was recently on MySpace (it's rare) and I noticed a nice new feature called lite view. One of my main annoyances with MySpace is that most of the profiles that are "spruced up" with various decorations, modified text elements, various photo galleries, and etc actually break basic site functionality with many browsers. Numerous times have I wanted to comment on a friends MySpace wall just to find that the comment link is unavailable because the code didn't play nicely with the browser I was using. MySpace lite view disables all of the special modifications users have made to their profiles so you get to the point  from a communications stand point. The other benefit is that pages load a heck of a lot faster then traditionally since there are not 5K photo galleries loading with music and everything else. I know, kind of a rant but it's finally a feature that I can say MySpace got right.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-8660839522408069029?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/-t__x2IL_MY" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2009/05/myspace-lite-view.html</feedburner:origLink></item><item><title>Evidently I'm now a "Certified Information Systems Security Professional"</title><link>http://feedproxy.google.com/~r/rsreese/~3/3vCsEjkOeyk/evidently-im-now-certified-information.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Wed, 04 Mar 2009 10:26:21 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-7553996496386492924</guid><description>In my quest to become a ninja, well that is a digital Jedi of some sorts I have recently obtained the (ISC)2 &lt;a href="http://www.isc2.org/cissp/default.aspx"&gt;CISSP&lt;/a&gt;. This was a tough certification at 250 questions and 6 hours but some how I survived it and actually passed. I really found the &lt;a href="http://www.amazon.com/CISSP-Dummies-Lawrence-C-Miller/dp/0764516701"&gt;CISSP for Dummies&lt;/a&gt; and the Shon Harris &lt;a href="http://www.amazon.com/CISSP-Certification-All-One-Guide/dp/0071497870/ref=pd_sim_b_njs_3"&gt;CISSP Certification All-in-One Exam Guide&lt;/a&gt; to be the most useful points of reference where as many of the other guides seemed to be overly complex but that's just my 2 cents... Either way a great addition to my short IT &lt;a href="http://rsreese.com/resume.pdf"&gt;career&lt;/a&gt; to date :-).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-7553996496386492924?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/3vCsEjkOeyk" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2009/03/evidently-im-now-certified-information.html</feedburner:origLink></item><item><title>Debian backup and/or update script</title><link>http://feedproxy.google.com/~r/rsreese/~3/egbsj2VYMLw/debian-backup-andor-update-script.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Sun, 01 Mar 2009 17:34:36 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-8886102098632020675</guid><description>This &lt;a href="http://code.google.com/p/debian-update-script/"&gt;Debian script&lt;/a&gt; is forked from another &lt;a href="http://code.google.com/p/gentoo-update-script/"&gt;Gentoo script&lt;/a&gt; that I was previously involved in. From a basic stand point it can update the software repository, backup the file system, and send the backup to another machine via SSH. If you're interested in checking it out then great. If you find any bugs or think it could use some added functionality the please let me know!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-8886102098632020675?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/egbsj2VYMLw" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2009/03/debian-backup-andor-update-script.html</feedburner:origLink></item><item><title>New RSS feed</title><link>http://feedproxy.google.com/~r/rsreese/~3/g8chcVNH71Y/new-rss-feed.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Thu, 22 Jan 2009 20:31:07 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-9175726524433338821</guid><description>Tinkering as usual I was check out my &lt;a href="http://www.feedburner.com/fb/a/home"&gt;FeedBurner&lt;/a&gt; feeds for accuracy since I have heard through the grapevine that a number of users are having problems with incorrect feed statistics when using FeedBurner. My statistics seem to be fine (not like anyone subscribes anyhow :-). It was interesting that Google has acquired FeedBurner and are planning on migrating the FB user base to Google though I have yet to receive any notification which was disappointing... The migration was painless enough and if you feel inclined my new feed is available at: &lt;a href="http://feedproxy.google.com/rsreese"&gt;http://feedproxy.google.com/rsreese&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-9175726524433338821?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/g8chcVNH71Y" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2009/01/new-rss-feed.html</feedburner:origLink></item><item><title>TrueCrypt on my Dell notebook</title><link>http://feedproxy.google.com/~r/rsreese/~3/HKvlLpvfAg0/truecrypt-on-my-dell-notebook.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Thu, 18 Dec 2008 16:35:32 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-3377245694029865173</guid><description>So I recently acquired a new notebook and I of course wanted the notebook to be secure. When I say secure I'm not just talking about preventing someone from exploiting the notebook from the wild but the problem of physical security with regards to someone stealing it. There are a number of commercial tools out there to provide whole disk encryption (WDE) but I really did not want to spend the money so I decided to get &lt;a href="http://www.truecrypt.org/docs/?s=system-encryption"&gt;TrueCrypt&lt;/a&gt; a shot. I've been using it for sometime to encrypt data on a few backup drives I have but never a system drive. The &lt;a href="http://www.truecrypt.org/docs/?s=system-encryption"&gt;process&lt;/a&gt; is completely painless. I decided to stick with the &lt;a href="http://www.truecrypt.org/docs/?s=aes"&gt;AES&lt;/a&gt; algorithm since it's less hardware intense but be aware there are stronger encryption schemes available from the product. I also recommend making a backup disk and testing it! Secondly do NOT lose your key or you will not get into the system so it may be ideal to make backups and place them on another medium just incase...&lt;br /&gt;&lt;br /&gt;At this point I'm rather happy with TrueCrypt the performance is great and how cool is it having the piece of mind that if someone decides to take your hardware it's currently impossible for them to retrieve your data.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-3377245694029865173?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/HKvlLpvfAg0" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/12/truecrypt-on-my-dell-notebook.html</feedburner:origLink></item><item><title>Using session-monitor to span ports and make a aggregation tap on a Cisco 2950</title><link>http://feedproxy.google.com/~r/rsreese/~3/X_VHf2mSWmw/using-session-monitor-to-span-ports-and.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Fri, 17 Oct 2008 13:18:48 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-2205880313799115328</guid><description>Like most I don't have the funds to purchase a $1000 port agregator for my IDS to sniff traffic so instead I just use a 2950 Cisco Switch:&lt;br /&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;!&lt;br /&gt;interface FastEthernet0/1&lt;br /&gt;switchport access vlan 100&lt;br /&gt;duplex full&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0/2&lt;br /&gt;switchport access vlan 100&lt;br /&gt;duplex full&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0/3&lt;br /&gt;!&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;so the first two ports are where the traffic comes in and back out to the destination device, the third will go to my network sensor. Next let's setup the port spanning.&lt;br /&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;!&lt;br /&gt;monitor session 1 source interface Fa0/1&lt;br /&gt;monitor session 1 destination interface Fa0/3&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;Note that you may check other options such as spanning multiple ports are even vlans...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-2205880313799115328?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/X_VHf2mSWmw" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/10/using-session-monitor-to-span-ports-and.html</feedburner:origLink></item><item><title>Using metasploit to pwn MS06-067</title><link>http://feedproxy.google.com/~r/rsreese/~3/vNV4_880zyI/using-metasploit-to-own-ms06-067.html</link><category>exploit</category><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Thu, 09 Oct 2008 22:27:33 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-6650445864956420079</guid><description>In a graduate course I'm taking right now our professor wanted us to tool around with the &lt;a href="http://www.metasploit.com/"&gt;Metasploit&lt;/a&gt; project. This tool makes exploiting vulnerabilities that it has signatures for a joke. After the client takes the bait I run 'ipconfig' just to ensure I had remote connectivity.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/SPVI4KP-725225.PNG"&gt;&lt;img style="cursor: pointer;" src="http://www.rsreese.com/uploaded_images/SPVI4KP-725221.PNG" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here a shell that I ran 'ipconfig' on just to confirm the operation. Simple as that.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/SPVI4KO-777718.PNG"&gt;&lt;img style="cursor: pointer;" src="http://www.rsreese.com/uploaded_images/SPVI4KO-777714.PNG" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-6650445864956420079?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/vNV4_880zyI" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/10/using-metasploit-to-own-ms06-067.html</feedburner:origLink></item><item><title>Erase slack space on Microsoft Vista</title><link>http://feedproxy.google.com/~r/rsreese/~3/yBUiIg-D5vI/erase-slack-space-on-microsoft-vista.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Thu, 02 Oct 2008 21:38:29 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-1198406955511802985</guid><description>A lot of information may be stored on a drives &lt;a href="http://en.wikipedia.org/wiki/Fragmentation_%28computer%29"&gt;slack space&lt;/a&gt;. If you want to get rid of these artifacts then run the usual tools to clean up the system like 'Disk Cleanup', 'Defrag', etc.. and then run the following command.&lt;br /&gt;&lt;br /&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;C:\Users\Crypto&amp;gt;cipher.exe /w:C:\&lt;br /&gt;To remove as much data as possible, please close all other applications while&lt;br /&gt;running CIPHER /W.&lt;br /&gt;Writing 0x00&lt;br /&gt;................................................................................&lt;br /&gt;...................&lt;br /&gt;Writing 0xFF&lt;br /&gt;................................................................................&lt;br /&gt;...................&lt;br /&gt;Writing Random Numbers&lt;br /&gt;................................................................................&lt;br /&gt;...................&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-1198406955511802985?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/yBUiIg-D5vI" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/10/erase-slack-space-on-microsoft-vista.html</feedburner:origLink></item><item><title>Gentoo Linux auto update script</title><link>http://feedproxy.google.com/~r/rsreese/~3/NHjr2ZTxNwo/gentoo-linux-auto-update-script.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Sun, 07 Sep 2008 22:27:12 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-7204107950081411634</guid><description>A script that I had been using for sometime to update my Gentoo servers needed a few additions in my opinion. I spoke to the &lt;a href="http://monkey-house-org.blogspot.com/2007/06/gentoo-auto-update-scripts.html"&gt;original developer&lt;/a&gt; of the script and he allowed me to make additions to the script and post them &lt;a href="http://code.google.com/p/gentoo-update-script/"&gt;here&lt;/a&gt; on Google's code hosting server. The following is a basic description of the script. So if you're looking for something to update your Gentoo boxes then cruise over and pickup a copy.&lt;br /&gt;&lt;br /&gt;"Shell script for Gentoo Linux to preform nightly system administration tasks from a cron job. This is reminiscent of OpenBSD's /etc/daily, weekly, monthly scripts. Includes auto updating for Nikto, Snort sigs, and Nessus plugins. Also includes MySQL dump support, file system backups, and remote backups via SSH/rysnc."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-7204107950081411634?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/NHjr2ZTxNwo" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/09/gentoo-linux-auto-update-script.html</feedburner:origLink></item><item><title>Passed the GIAC Certified Forensic Analyst (GCFA)</title><link>http://feedproxy.google.com/~r/rsreese/~3/joPTtqpiT8o/passed-giac-certified-forensic-analyst.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Tue, 26 Aug 2008 14:59:33 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-6598367152442862736</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/GCFA.Silver.hi.res-723247.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/GCFA.Silver.hi.res-723226.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The &lt;a href="http://www.giac.org/certifications/security/gcfa.php"&gt;GCFA&lt;/a&gt; was not nearly as painful of a test as the &lt;a href="http://www.giac.org/certifications/security/gcia.php"&gt;GCIA&lt;/a&gt; was. This was largely in part due to my forensic analysis skills from my master program that I am currently wrapping up in &lt;a href="http://www.graduatecatalog.ucf.edu/programs/Program.aspx?ID=1160"&gt;Digital Forensics&lt;/a&gt; at UCF. Next on the agenda is Cisco's CCSP ;-).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-6598367152442862736?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/joPTtqpiT8o" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/08/passed-giac-certified-forensic-analyst.html</feedburner:origLink></item><item><title>Mounting drives/volumes read-only in Microsoft Windows (Vista)</title><link>http://feedproxy.google.com/~r/rsreese/~3/LdNIZyNay6w/mounting-drivesvolumes-read-only-in.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Thu, 07 Aug 2008 20:00:22 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-1477785875405631760</guid><description>I needed to analyze a drive for a company that suspects an ex-employee may have taken corporate material (training exercise or else I would use a hardware write blocker and follow a chain of custody). I don't have a write blocker and rather then fire up a copy of Helix or a similar tool a my spare machine (which is painfully slow) I would rather perform analysis on my workstation. Most of this information was derived from this &lt;a href="http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windows.file_system&amp;amp;tid=4b1a14f7-6bd2-4c9f-ae64-df57c35712bf&amp;amp;cat=&amp;amp;lang=&amp;amp;cr=&amp;amp;sloc=&amp;amp;p=1"&gt;post&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;First step is to disable auto mounting of devices in Microsoft Vista by running 'cmd' in an administrative user context and then execute 'mountvol /N' to enable readonly mounting of newly attached drives and volumes.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/mountvol-729035.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/mountvol-729028.jpg" alt="" border="0" /&gt;&lt;/a&gt;Here's how to list the drives and volumes:&lt;br /&gt;&lt;br /&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;DISKPART&amp;gt; list disk&lt;br /&gt;Disk ###  Status      Size     Free     Dyn  Gpt&lt;br /&gt;--------  ----------  -------  -------  ---  ---&lt;br /&gt;Disk 0    Online       233 GB      0 B&lt;br /&gt;Disk 1    Online       932 GB      0 B        *&lt;br /&gt;Disk 2    Online       932 GB      0 B        *&lt;br /&gt;Disk 3    No Media        0 B      0 B&lt;br /&gt;Disk 4    Online      3911 MB      0 B&lt;br /&gt;&lt;br /&gt;DISKPART&amp;gt; list vol&lt;br /&gt;Volume ###  Ltr  Label        Fs     Type        Size     Status     Info&lt;br /&gt;----------  ---  -----------  -----  ----------  -------  ---------  --------&lt;br /&gt;Volume 0     E                       DVD-ROM         0 B  No Media&lt;br /&gt;Volume 1     H   BLACK_DAHLI  UDF    DVD-ROM     3214 MB  Healthy&lt;br /&gt;Volume 2     F   U3 System    CDFS   CD-ROM         8 MB  Healthy&lt;br /&gt;Volume 3     C                NTFS   Partition    233 GB  Healthy    System&lt;br /&gt;Volume 4     D   data         NTFS   Partition    931 GB  Healthy&lt;br /&gt;Volume 5                             Partition    931 GB  Healthy&lt;br /&gt;Volume 6     G                       Removable       0 B  No Media&lt;br /&gt;Volume 7     I                FAT32  Removable   3911 MB  Healthy&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/readonly-removable-714947.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/readonly-removable-714941.jpg" alt="" border="0" /&gt;&lt;/a&gt;So I decided to try a spare drive in the system and I found that when attempting to mount a TrueCrypt volume I got an error telling me that auto-mount is not support and I would have to re-enable it.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/truecrypt-nomount-795930.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/truecrypt-nomount-795924.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;So anyhow continuing on my quest I was able to mount a spare hard drive volume read only, note you may also set the whole disk to read only.&lt;br /&gt;&lt;br /&gt;&lt;pre style="border: 1px dashed rgb(153, 153, 153); padding: 5px; overflow: auto; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; color: rgb(0, 0, 0); background-color: rgb(238, 238, 238); font-size: 12px; line-height: 14px; width: 100%;"&gt;&lt;code&gt;DISKPART&amp;gt; select volume 5&lt;br /&gt;&lt;br /&gt;Volume 5 is the selected volume.&lt;br /&gt;&lt;br /&gt;DISKPART&amp;gt; att vol set readonly&lt;br /&gt;&lt;br /&gt;Volume attributes set successfully.&lt;br /&gt;&lt;br /&gt;DISKPART&amp;gt; detail vol&lt;br /&gt;&lt;br /&gt;Disk ###  Status      Size     Free     Dyn  Gpt&lt;br /&gt;--------  ----------  -------  -------  ---  ---&lt;br /&gt;* Disk 2    Online       932 GB      0 B        *&lt;br /&gt;&lt;br /&gt;Read-only              : Yes&lt;br /&gt;Hidden                 : No&lt;br /&gt;No Default Drive Letter: Yes&lt;br /&gt;Shadow Copy            : No&lt;br /&gt;Dismounted             : Yes&lt;br /&gt;BitLocker Encrypted    : No&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;The next step will clear the read only status.&lt;br /&gt;&lt;br /&gt;DISKPART&gt; att vol clear readonly&lt;br /&gt;Volume attributes cleared successfully.&lt;br /&gt;&lt;br /&gt;Don't forget you may want to enable auto mounting again.&lt;br /&gt;&lt;br /&gt;C:\Windows\system32&gt;mountvol /N&lt;br /&gt;&lt;br /&gt;A second and much easier alternative for USB devices is a small application that changes a registry entry called &lt;a href="http://www.irongeek.com/i.php?page=security/thumbscrew-software-usb-write-blocker"&gt;ThumbScrew&lt;/a&gt;. It alters a registry entry though there is still no guarantee that windows still won't access the drive. My plan is to use both methods. First disable the registry setting and then using drive part set the read only flag.&lt;br /&gt;&lt;br /&gt;If you have any ideas about mounting drives in a Windows environment then please feel free to contact me and tell me about it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-1477785875405631760?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/LdNIZyNay6w" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/08/mounting-drivesvolumes-read-only-in.html</feedburner:origLink></item><item><title>Converting Microsoft OS to VMWare Guest</title><link>http://feedproxy.google.com/~r/rsreese/~3/o6ddUKy7uag/converting-microsoft-os-to-vmware-guest.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Tue, 29 Jul 2008 18:42:06 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-8656668503157365836</guid><description>A friend had two notebooks running Microsoft XP Home and Professional editions in which the notebooks were no longer functional but the hard drives were in good shape so I recommend running them in a VM guest. I knew I could use VMWare converter tool that was freely available and it supports converting from live hosts and images created from several software programs. I was disappointed to find that VMWare's converter would not convert from Ghost enterprise (*.gho) images, but the latest version of Symantec Norton Ghost 14.0 would so I created images of the drives.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/recoverypoint-733882.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/recoverypoint-733879.jpg" alt="" border="0" /&gt;&lt;/a&gt;After the images were created I next fired up VMWare's converter and let perform it's magic.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/vmconvert-734505.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/vmconvert-734499.jpg" alt="" border="0" /&gt;&lt;/a&gt;This operation performed flawlessly. I ran both notebook images with two hitches, I had to reactivate both XP installations because running the guests inside VMWare workstation caused the operating system to assume it was running a different hardware but this wasn't a big deal. The second problem was trying to run the guest operating systems in VMWare's free server product. I received an error message that the guest were created with more capabilities then what VMWare server could handle so the friend decided to purchase the workstation product in order to run the products.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-8656668503157365836?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/o6ddUKy7uag" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/07/converting-microsoft-os-to-vmware-guest.html</feedburner:origLink></item><item><title>Converting Microsoft Vista from one version to another</title><link>http://feedproxy.google.com/~r/rsreese/~3/rV4WBiikYoU/converting-microsoft-vista-from-one.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Tue, 29 Jul 2008 18:03:34 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-2769210672650185452</guid><description>A desktop that I had which was used for work recently would not activate because it required connectivity to the companies KMS server which I would connect to via VPN to complete but since I no longer work there that's out of the question. Since the Vista OS was an enterprise version I had no way to purchase a license for it. I did however have a Vista Business license that is legit so I wanted to migrate to it from the version of Vista Enterprise.&lt;br /&gt;&lt;br /&gt;First make sure that everything near and dear is backed up in case something goes screwy.&lt;br /&gt;&lt;br /&gt;Before inserting the Windows Vista CD&lt;br /&gt;Go to, Start, Run: and type: regedit.exe&lt;br /&gt;Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion&lt;br /&gt;Change the key : ProductName from "Windows Vista ™ Enterprise” to “Windows Vista ™ Business”&lt;br /&gt;Change the key: EditionID from "Enterprise" to “Business”&lt;br /&gt;&lt;br /&gt;Do not restart&lt;br /&gt;&lt;br /&gt;Now insert Windows Vista CD and start upgrading (the option Upgrade will not be graded out anymore)&lt;br /&gt;&lt;br /&gt;A copy of program/drivers had to be reinstalled but much easier solution for me then reinstalling everything which is usually a week long process it seems like now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-2769210672650185452?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/rV4WBiikYoU" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/07/converting-microsoft-vista-from-one.html</feedburner:origLink></item><item><title>Domain registrars spamming sub-domains?</title><link>http://feedproxy.google.com/~r/rsreese/~3/JLWU4jkErPo/domain-registrars-spamming-sub-domains.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Wed, 02 Jul 2008 19:34:23 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-1454770866620743643</guid><description>In the process of setting up some virtual servers (slices) from &lt;a href="http://www.slicehost.com"&gt;www.slicehost.com&lt;/a&gt; I had to move the name servers around along with a migration to Google web apps. A user called complaining that they could not access the web-mail service. The user was trying to access www.mail.domain.com instead of mail.domain.com which a DNS record had yet to be setup for and we weren't planning on it. To our surprise there was a page there though, a place holder with some nasty pop-ups. We immediately added a record for this entry to kill it but it makes me wonder how many other sub-domains have been compromised? The registrar was &lt;a href="http://www.godaddy.com"&gt;www.godaddy.com&lt;/a&gt;, we will be migrating to a new one very soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-1454770866620743643?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/JLWU4jkErPo" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/07/domain-registrars-spamming-sub-domains.html</feedburner:origLink></item><item><title>Encrypting a secondary drive (PGP or TrueCrypt)</title><link>http://feedproxy.google.com/~r/rsreese/~3/hP_DH956QIw/encrypting-secondary-drive-pgp-or.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Sat, 21 Jun 2008 10:40:41 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-2264582207786233570</guid><description>In this post I'm going to share my experiences with encrypting a secondary drive in a Windows Vista environment.&lt;br /&gt;&lt;br /&gt;The hardware is a Dell Optiplex core 2 duo. I will be encrypting a 1 terabyte Hitachi drive which I use primarily for storage.&lt;br /&gt;&lt;br /&gt;The first piece of software I tried is &lt;a href="http://www.pgp.com"&gt;PGP Desktop&lt;/a&gt;. When setting up the drives the first thing I noticed when partitioning them through windows is I have a choice of boot record formats. As of this post PGP Desktop did not even see a partition when a drive was initialized as &lt;a href="http://en.wikipedia.org/wiki/GUID_Partition_Table"&gt;GPT&lt;/a&gt; though it didn't have a problem with the standard &lt;a href="http://en.wikipedia.org/wiki/Mbr"&gt;MBR&lt;/a&gt; type. I also attempted encrypting as a MBR type and then converting it to GPT. PGP Desktop removed it's encryption status when I did this therefore I would not recommend trying that ;-). This concerned me since I am planning on implementing a raid solution and don't want to be limited to 2 terabytes by the drive table type. Regardless I went with the MBR style in order to allow PGP Desktop to play nicely. I imagine their product will support the newer format in the future. Encrypting a terabyte of data took all of the 12 hours for AES-256 which is what the tell-tell meter said it would. Once encrypted it acted just like a regular drive and upon restarting the Vista OS it prompted for a pass-phrase. Pretty simple and clean.&lt;br /&gt;&lt;br /&gt;On a side note when I broke PGP desktop encryption on the drive I had to do the following to remove the bootguard since it resides on the boot drive:&lt;br /&gt;&lt;br /&gt;Decrypting from a Command Line&lt;br /&gt;&lt;br /&gt;1. From the command line, type pgpwde --decrypt --disk 0 (or the disk in question) --passphrase "enter passphrase here within double quotes" and press the enter key. The disk will then decrypt. The PGP Whole Disk status icon will be turning around in the system tray to show you decryption is in progress:&lt;br /&gt;&lt;br /&gt;2. Once decryption is complete, see if the disk is still instrumented by bootguard by typing the --status command listed above. If the drive is not encrypted, the hard drive should boot normally. If the drive is still instrumented, but no highwater, proceed to the next steps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.truecrypt.org/"&gt;Truecrypt&lt;/a&gt; was my next contestant. This appeals because of the great support that many open source solutions provide from the community. There are several algorithm options with TrueCrypt. I decide to go with the AES-Serpent combination but benchmark was a little off though. When creating the volume it also took around 10 hours for the terabyte volume averaging about 25 MB/s which means the AES solo algorithm probably would've taken half of the time.&lt;br /&gt;&lt;br /&gt;I had some problems with the Truecrypt setup as well. The first round I was warned about existing partitions so I deleted everything and let TC encrypt the device (drive) instead of a partition which didn't work so well. I learned it is recommended to encrypt a partition instead of the whole physical drive so I used the disk management snap-in via Vista's Administrative Tools to first create the partition using the GPT style partition and let TrueCrypt format the drive using NTFS.&lt;br /&gt;&lt;br /&gt;I have decided to stick with TrueCrypt over PGP Desktop because it's free and it let me use the GPT style partitioning scheme. There are benefits to using PGP's suite because it also includes email and instant messaging encryption tools amongst others but there is a fee for using the software beyond the demo period.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-2264582207786233570?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/hP_DH956QIw" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/05/encrypting-secondary-drive-pgp-or.html</feedburner:origLink></item><item><title>Passed the GIAC Certified Intrusion Analyst (GCIA)</title><link>http://feedproxy.google.com/~r/rsreese/~3/htjoSPPtNV4/passed-giac-certified-intrusion-analyst.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Tue, 26 Aug 2008 14:53:55 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-3895567874344351721</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rsreese.com/uploaded_images/GCIA.Silver.hi.res-780730.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://www.rsreese.com/uploaded_images/GCIA.Silver.hi.res-780714.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I've been studying for the &lt;a href="http://www.giac.org/certifications/security/gcia.php"&gt;GCIA&lt;/a&gt; for the last month or so and I just took the test and passed the proctored version ;-). I went the onDemand route since there wasn't a conference that I wanted to attend though I am attending SANS 2008 in Orlando for my &lt;a href="http://www.giac.org/certifications/security/gcih.php"&gt;GCIH&lt;/a&gt;. I have to admit this test was pretty difficult but the information I learned was invaluable. I haven't had as much hands on in the area of intrusion dection as one may like but this course definitely brought me up to par. The lectures that I was able to listen to on my iPod were by Mike Poor who is a great speaker in my opinion. I would recommend this certification to anyone wanting to better themselves in the area of Information Security.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-3895567874344351721?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/htjoSPPtNV4" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/03/passed-giac-certified-intrusion-analyst.html</feedburner:origLink></item><item><title>Security related Podcasts</title><link>http://feedproxy.google.com/~r/rsreese/~3/-Z0lShwUOl0/security-related-podcasts.html</link><category>podcasts</category><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Wed, 05 Mar 2008 20:36:50 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-1213091430800269182</guid><description>Most of these may be found in the iTunes podcast directory otherwise you may have to search around. Just drop a comment if you can't find something. Some of them are more interesting to me but I'll leave it up to you to decide what you care for.&lt;br /&gt;&lt;br /&gt;netsecpodcast.com&lt;br /&gt;Risky Business&lt;br /&gt;PaulDotCom Security Weekly&lt;br /&gt;SECTHIS.COM Security Podcast&lt;br /&gt;Security Now!&lt;br /&gt;Secure the Core: A Podcast Series on Network Security&lt;br /&gt;netsecpodcast.com&lt;br /&gt;Speaking of Security, the RSA Blog and Podcast&lt;br /&gt;Security Now!&lt;br /&gt;CERT's Podcast Series: Security for Business Leaders&lt;br /&gt;PaulDotCom Security Weekly&lt;br /&gt;cyberspeak's Podcast&lt;br /&gt;The Security Catalyst&lt;br /&gt;cyberspeak's Podcast&lt;br /&gt;Crypto-Gram Security Podcast&lt;br /&gt;Art of Information Security&lt;br /&gt;Symantec Security Response Podcasts&lt;br /&gt;InfoWorld Zero Day Security Podcast&lt;br /&gt;Microsoft TechNet Podcast - Microsoft Security&lt;br /&gt;Black Hat Briefings, USA 2007 [Video] Presentations from the security conference.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-1213091430800269182?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/-Z0lShwUOl0" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/03/security-related-podcasts.html</feedburner:origLink></item><item><title>Force Outlook to open all email in plain text</title><link>http://feedproxy.google.com/~r/rsreese/~3/fwE1b-kD_3g/force-outlook-to-open-all-email-in.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Mon, 11 Feb 2008 19:53:22 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-6752617372781222265</guid><description>For reference.&lt;br /&gt;&lt;br /&gt;Strip HTML email in Outlook into plain text Content: First, this is secure as many of the worms and bugs rely on HTML script code. One good example could be the needless advertisements or images sent inside spam (junk) emails. When you so much as view an email inside your email software, the senders webserver gets a timestamp of you having accessed the image. This of course does not happen with plain text, because there's no image, so there is no inadvertent access. &lt;br /&gt;&lt;br /&gt;Second, it is also a bit faster to download and view email that doesn't have all the unnecessary frills of HTML email (tables, bold, italics etc). &lt;br /&gt;&lt;br /&gt;Start | Run | regedit Find this key: HKEY_CURRENT_USER\Software\Microsoft\Office\ 10.0\Outlook\Options\Mail On the Edit menu, point to New, and then click DWord Value. With the new Dword value selected, type ReadAsPlain. Double-click the new value to open it. In the Value Data box, type 1, and then click OK. Click OK, and then quit Registry Editor. Just to be sure, close Outlook and restart it. From now on, all your HTML email messages will show up as simple text. After you turn on the Read as Plain Text feature, users notice the following changes: &lt;br /&gt;&lt;br /&gt;The changes are applied to the preview pane and open messages. Pictures become attachments to avoid loss. Digitally signed messages are not affected.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-6752617372781222265?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/fwE1b-kD_3g" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/02/force-outlook-to-open-all-email-in.html</feedburner:origLink></item><item><title>Disable fast user switching on Vista</title><link>http://feedproxy.google.com/~r/rsreese/~3/8crq2MrhwFU/disable-fast-user-switching-on-vista.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Mon, 11 Feb 2008 19:50:15 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-3618431492899964306</guid><description>Getting Started Save all your work before switching. If the other user shuts down the computer or logs you off, Windows won’t save your open files automatically. &lt;br /&gt;&lt;br /&gt;In Vista (unlike Windows XP), Fast User Switching works if you’re on a network domain. To turn off Fast User Switching, choose Start, type gpedit.msc in the Search box, and then press Enter. (If a security prompt appears, type an administrator password or confirm the action.) In the Group Policy Object Editor, choose &lt;br /&gt;&lt;br /&gt;Local Computer Policy &gt; &lt;br /&gt;Computer Configuration &gt;&lt;br /&gt;Administrative Templates &gt; &lt;br /&gt;System &gt;&lt;br /&gt;Logon &gt; &lt;br /&gt;enable Hide Entry Points for Fast User Switching &gt; OK.&lt;br /&gt;&lt;br /&gt;To find out who else is logged on to your computer: 1. Right-click an empty area of the taskbar and choose Task Manager. or Press Ctrl+Shift+Esc. 2. Click the Users tab to view users and their status&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-3618431492899964306?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/8crq2MrhwFU" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/02/disable-fast-user-switching-on-vista.html</feedburner:origLink></item><item><title>Kicking a user off of a system (linux)</title><link>http://feedproxy.google.com/~r/rsreese/~3/I5vQdIJXD_8/kicking-user-off-of-system-linux.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Mon, 11 Feb 2008 19:48:06 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-5259311057015877251</guid><description>Quick reference would 'NOT' recommend using these:&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;last -i1 baduser &amp;#124; awk '{print $3;exit}' &amp;#124; xargs -p --replace iptables -A INPUT -s {} -j drop &lt;br /&gt;&lt;br /&gt;if [ &amp;quot;`who &amp;#124; grep $1`&amp;quot; != &amp;quot;&amp;quot; ] ; then sid=`ps -jU $1 &amp;#124; awk '{print $3}' &amp;#124; tail -1`&amp;quot; kill -HUP $sid echo &amp;quot;$1 was logged in. Just booted $1 out.&amp;quot; fi &lt;br /&gt;&lt;br /&gt;ps -u username &amp;#124; grep -v PID &amp;#124; awk '{print $1}' &amp;#124; xargs kill &lt;br /&gt;&lt;br /&gt;kill $(ps -u username &amp;#124; grep -v PID &amp;#124; awk '{print $1}')  &lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-5259311057015877251?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/I5vQdIJXD_8" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/02/kicking-user-off-of-system-linux.html</feedburner:origLink></item><item><title>Authenicating kerberos against active directory</title><link>http://feedproxy.google.com/~r/rsreese/~3/Ti5bJOLiP74/authenicating-kerberos-against-active.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Mon, 11 Feb 2008 19:44:37 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-6495769456509521536</guid><description>Your /etc/pam.d/system-auth is created with the command "authconfig" on a RHEL5 machine though you may have to manually edit it with other distributions:&lt;br /&gt; &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;#%PAM-1.0&lt;br /&gt;# This file is auto-generated.&lt;br /&gt;# User changes will be destroyed the next time authconfig is run.&lt;br /&gt;auth        required      /lib/security/$ISA/pam_env.so&lt;br /&gt;auth        sufficient    /lib/security/$ISA/pam_unix.so likeauth nullok&lt;br /&gt;auth        sufficient    /lib/security/$ISA/pam_krb5.so use_first_pass&lt;br /&gt;auth        required      /lib/security/$ISA/pam_deny.so&lt;br /&gt;account     required      /lib/security/$ISA/pam_unix.so broken_shadow&lt;br /&gt;account     sufficient    /lib/security/$ISA/pam_succeed_if.so uid &amp;lt; 100 quiet&lt;br /&gt;account     [default=bad success=ok user_unknown=ignore] /lib/security/$ISA/pam_krb5.so&lt;br /&gt;account     required      /lib/security/$ISA/pam_permit.so&lt;br /&gt;password    requisite     /lib/security/$ISA/pam_cracklib.so retry=3&lt;br /&gt;password    sufficient    /lib/security/$ISA/pam_unix.so nullok use_authtok md5 shadow&lt;br /&gt;password    sufficient    /lib/security/$ISA/pam_krb5.so use_authtok&lt;br /&gt;password    required      /lib/security/$ISA/pam_deny.so&lt;br /&gt;session     required      /lib/security/$ISA/pam_limits.so&lt;br /&gt;session     required      /lib/security/$ISA/pam_unix.so&lt;br /&gt;session     optional      /lib/security/$ISA/pam_krb5.so&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;Your /etc/krb5.conf should look something like this. Your system time must be accurate or else it will not work correctly.&lt;br /&gt; &lt;br /&gt; &lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;[logging]&lt;br /&gt; default = FILE:/var/log/krb5libs.log&lt;br /&gt; kdc = FILE:/var/log/krb5kdc.log&lt;br /&gt; admin_server = FILE:/var/log/kadmind.log&lt;br /&gt;[libdefaults]&lt;br /&gt; default_realm = AD.DOMAIN.EDU&lt;br /&gt;clockskew = 300&lt;br /&gt; dns_lookup_realm = false&lt;br /&gt; dns_lookup_kdc = false&lt;br /&gt; ticket_lifetime = 24h&lt;br /&gt; forwardable = yes&lt;br /&gt;[realms]&lt;br /&gt;UFL.EDU = {&lt;br /&gt; kdc = DC01.AD.DOMAIN.EDU&lt;br /&gt; default_domain = DOMAIN.EDU&lt;br /&gt; }&lt;br /&gt;AD.DOMAIN.EDU = {&lt;br /&gt;  kdc = ad.domain.edu&lt;br /&gt;  admin_server = ad.domain.edu&lt;br /&gt; }&lt;br /&gt;[domain_realm]&lt;br /&gt;        .domain.edu = DOMAIN.EDU&lt;br /&gt;        domain.edu = DOMAIN.EDU&lt;br /&gt;[kdc]&lt;br /&gt; profile = /var/kerberos/krb5kdc/kdc.conf&lt;br /&gt;[appdefaults]&lt;br /&gt; pam = {&lt;br /&gt;   debug = false&lt;br /&gt;   ticket_lifetime = 36000&lt;br /&gt;   renew_lifetime = 36000&lt;br /&gt;   forwardable = true&lt;br /&gt;   krb4_convert = false&lt;br /&gt; }&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;Next you need run kinit to make sure that you can contact the kerberos server, if it returns nothing then you should be good.&lt;br /&gt; &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;$ kinit&lt;br /&gt;Password for rsreese@AD.DOMAIN.EDU: &lt;br /&gt;blahblah&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;Next setup two cron entries to keep the time up to date and kinit alive:&lt;br /&gt;$ sudo crontab -e&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;0 23 * * 1,3,5 /usr/sbin/ntpdate time.nrc.ca&lt;br /&gt;0 */4 * * * kinit -R&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;The /etc/samba/smb.conf file needs to be setup.&lt;br /&gt; &lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;# grep -Ev '#&amp;#124;;&amp;#124;^$' /etc/samba/smb.conf&lt;br /&gt;[global]&lt;br /&gt;   workgroup = UFAD&lt;br /&gt;   realm = AD.DOMAIN.EDU&lt;br /&gt;   server string = SRVV-SERV&lt;br /&gt;   hosts allow = 10.242. 10.228.&lt;br /&gt;   load printers = no&lt;br /&gt; log file = /var/log/samba/%m.log&lt;br /&gt;   max log size = 50&lt;br /&gt;   security = ads&lt;br /&gt;   idmap uid = 10000 - 20000&lt;br /&gt;   idmap gid = 10000 - 20000&lt;br /&gt;winbind enum users=yes&lt;br /&gt;winbind enum groups=yes&lt;br /&gt;   template homedir = /home/%U&lt;br /&gt;   template shell = /bin/bash&lt;br /&gt;client use spnego = yes&lt;br /&gt;  winbind use default domain = no&lt;br /&gt;  encrypt passwords = yes&lt;br /&gt;  smb passwd file = /etc/samba/smbpasswd&lt;br /&gt;   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192&lt;br /&gt;   local master = no&lt;br /&gt;   dns proxy = no&lt;br /&gt;[homes]&lt;br /&gt;   comment = %U Home Directory&lt;br /&gt;   browseable = no&lt;br /&gt;   path = %H&lt;br /&gt;   valid users = %U&lt;br /&gt;  writable = yes&lt;br /&gt;   create mode = 0664&lt;br /&gt;   directory mode = 0775&lt;br /&gt;[printers]&lt;br /&gt;   comment = All Printers&lt;br /&gt;   path = /var/spool/samba&lt;br /&gt;   browseable = no&lt;br /&gt;   guest ok = no&lt;br /&gt;   writable = no&lt;br /&gt;   printable = yes&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;Now add the computer object to the domain via the Active directory "Users and Computers"&lt;br /&gt; &lt;br /&gt;You need to join the linux machine to the domain. First create an account on the domain for the machine as mentioned in the beginning or this will fail.&lt;br /&gt;# net ads join -U administrator&lt;br /&gt; &lt;br /&gt;SElinux needs to be told to let Samba play nicely&lt;br /&gt;# setsebool -P samba_enable_home_dirs=1&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;~~~~~~~~~~~~~~~~~~~NOT NEEDED~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;The /etc/ldap.conf looks like this:&lt;br /&gt; &lt;br /&gt;host 10.241.28.100&lt;br /&gt;base dc=domain,dc=edu&lt;br /&gt;uri ldap://ad.domain.edu/&lt;br /&gt;binddn rsreese@domain.edu&lt;br /&gt;bindpw &lt;br /&gt;scope sub&lt;br /&gt;pam_filter objectclass=User&lt;br /&gt;pam_login_attribute sAMAccountName&lt;br /&gt;pam_lookup_policy yes&lt;br /&gt;nss_base_passwd dc=edu?sub&lt;br /&gt;nss_base_shadow dc=edu?sub&lt;br /&gt;nss_base_group  dc=edu?sub&lt;br /&gt;nss_map_objectclass posixAccount user&lt;br /&gt;nss_map_objectclass shadowAccount user&lt;br /&gt;nss_map_attribute uid sAMAccountName&lt;br /&gt;nss_map_attribute homeDirectory unixHomeDirectory&lt;br /&gt;nss_map_attribute shadowLastChange pwdLastSet&lt;br /&gt;nss_map_objectclass posixGroup group&lt;br /&gt;nss_map_attribute uniqueMember member&lt;br /&gt;pam_login_attribute sAMAccountName&lt;br /&gt;pam_filter objectclass=User&lt;br /&gt;pam_password ad&lt;br /&gt;ssl no&lt;br /&gt;tls_cacertdir /etc/openldap/cacerts&lt;br /&gt;pam_password md5&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;~~~~~~~~~~~~~~~~~~~NOT NEEDED~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;Next I edit the /etc/nsswitch.conf to add ldap support:&lt;br /&gt; &lt;br /&gt;passwd:     files ldap&lt;br /&gt;shadow:     files&lt;br /&gt;group:      files ldap&lt;br /&gt;hosts:      files dns&lt;br /&gt;bootparams: nisplus [NOTFOUND=return] files&lt;br /&gt;ethers:     files&lt;br /&gt;netmasks:   files&lt;br /&gt;networks:   files&lt;br /&gt;protocols:  files&lt;br /&gt;rpc:        files&lt;br /&gt;services:   files&lt;br /&gt;netgroup:   files&lt;br /&gt;publickey:  nisplus&lt;br /&gt;automount:  files&lt;br /&gt;aliases:    files nisplus&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-6495769456509521536?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/Ti5bJOLiP74" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/02/authenicating-kerberos-against-active.html</feedburner:origLink></item><item><title>Configuring sendmail to accept mail</title><link>http://feedproxy.google.com/~r/rsreese/~3/Tf0P4_aQGIk/configuring-sendmail-to-accept-mail.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Mon, 11 Feb 2008 19:35:38 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-4203207046150801335</guid><description>if you get ( doing a netstat -an  more )&lt;br /&gt;&lt;br /&gt;tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN&lt;br /&gt;&lt;br /&gt;Then your sendmail server is configured to accept connections from the localhost only.&lt;br /&gt;&lt;br /&gt;To change this behavior, you usually need to edit /etc/mail/sendmail.mc&lt;br /&gt;&lt;br /&gt;Find the line that starts with DAEMON_OPTIONS ( suggest vi +/DAEMON_OPTIONS sendmail.mc ) and edit the field Addr= to change it to read your IP Address.&lt;br /&gt;&lt;br /&gt;Then go down approx. 7 lines and comment out the line that reads....&lt;br /&gt;FEATURE(`accept_unresolveable_domains')dnl&lt;br /&gt;&lt;br /&gt;Next, exit vi (or whatever editor you use ) and do...&lt;br /&gt;&lt;br /&gt;m4 /etc/mail/sendmail.mc &gt; /etc/sendmail.cf&lt;br /&gt;&lt;br /&gt;Then restart sendmail, and you should be able to recieve mail from other machines.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-4203207046150801335?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/Tf0P4_aQGIk" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.rsreese.com/2008/02/configuring-sendmail-to-accept-mail.html</feedburner:origLink></item><item><title>Edit group policy on remote computer</title><link>http://feedproxy.google.com/~r/rsreese/~3/baUT0xVeqc0/edit-group-policy-on-remote-computer.html</link><author>noreply@blogger.com (Stephen Reese)</author><pubDate>Mon, 11 Feb 2008 19:33:43 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-20628539.post-3365753129491268284</guid><description>Want to open up the MMC of a local Group Policy on a remote machine?&lt;br /&gt;&lt;br /&gt;Simply go to Start  Run and type:&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;gpedit.msc /gpcomputer: Computername&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20628539-3365753129491268284?l=www.rsreese.com%2Findex.htm'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/rsreese/~4/baUT0xVeqc0" height="1" width="1"/&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.rsreese.com/2008/02/edit-group-policy-on-remote-computer.html</feedburner:origLink></item></channel></rss>
