<?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>Schwarz Network &#187; dcom</title>
	<atom:link href="http://bobschwarz.com/tag/dcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobschwarz.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 16:41:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disabling DCOM Support in RPC Over HTTP in Windows Server 2003</title>
		<link>http://bobschwarz.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/</link>
		<comments>http://bobschwarz.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 21:13:29 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Securtiy]]></category>
		<category><![CDATA[dcom]]></category>
		<category><![CDATA[microsoft security bulletin]]></category>
		<category><![CDATA[registry editing]]></category>
		<category><![CDATA[rpc over http]]></category>
		<category><![CDATA[rpc server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://adminreports.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/</guid>
		<description><![CDATA[I know this is an older exploit, but, my servers are still getting scanned for the vulnerability. It's always better safe than sorry when dealing with anything that opens your Windows server up to an attack and possible compromise.

The DCOM exploits present in Windows Server 2003, referenced in Microsoft Security Bulletin MS03-039 and CERT Advisory CA-2003-19, are also present in the RPC over HTTP interface. This interface is not installed by default, but can be added using the Add / Remove Programs control panel applet. <a class="more-link" href="http://bobschwarz.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know this is an older exploit, but, my servers are still getting scanned for the vulnerability. It&#8217;s always better safe than sorry when dealing with anything that opens your Windows server up to an attack and possible compromise.</p>
<p>Read on to determine if RPC over HTTP is installed and if it is how to secure your server against any attack that exploits this vulnerability.</p>
<p><span id="more-278"></span></p>
<p>The DCOM exploits present in Windows Server 2003, referenced in <a href="http://www.microsoft.com/technet/security/bulletin/MS03-026.mspx" target="_blank">Microsoft Security Bulletin MS03-039</a> and <a href="http://www.cert.org/advisories/CA-2003-19.html" target="_blank">CERT Advisory CA-2003-19</a>, are also present in the RPC over HTTP interface.</p>
<p>This interface is not installed by default, but can be added using the Add / Remove Programs control panel applet.</p>
<p><strong>To determine if RPC over HTTP is installed</strong>:</p>
<ol>
<li>In Control Panel, click Add / Remove Programs.</li>
<li>Click Add / Remove Windows Components.</li>
<li>Click Networking Services, then click Details.</li>
<li>If the RPC over HTTP Proxy box is checked, then RPC over HTTP is installed on the server.</li>
</ol>
<p>DCOM is a protocol than can be used oon top of RPC over HTTP. By default, any server with RPC over HTTP installed will accept DCOM requests using this protocol. Accepted DCOM requests are then sent to TCP port 593.</p>
<p>Security best practices demand the disabling or removal of all non-essential components and services. DCOM support within RPC over HTTP can be removed by modifying the registry.</p>
<p><strong>To remove DCOM support within RPC over HTTP</strong>:</p>
<ol>
<li>Use a registry editing tool to navigate to the following key: <strong>HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc\RpcProxy</strong></li>
<li>Locate the <strong>ValidPorts</strong> value.</li>
<li>By default, the value will contain the following entry: <strong><em></em>:100-5000</strong>This allows RPC over HTTP to use TCP ports 100 through 5000. As DCOM uses TCP port 593, we can disable it as follows:</li>
<li>Edit the <strong>ValidPorts</strong> value to contain the following: <strong><em></em>:100-592;<em></em>:594-5000</strong></li>
<li>Remove or amend any other entries that contain reference to TCP port 593 or port ranges spanning TCP port 593 in the manner demonstrated above.</li>
</ol>
<p>When you remove entries for port 593, you prevent DCOM from being used through the RPC over HTTP protocol, but RPC programs (like the Outlook 2003 client) are permitted to connect to the RPC server (Exchange 2003 Server) through RPC over HTTP. More information on RPC over HTTP can be found on the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpc_over_http_security.asp" target="_blank">Microsoft website</a>.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

