<?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>Admin Reports &#187; Securtiy</title>
	<atom:link href="http://adminreports.com/category/securtiy/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminreports.com</link>
	<description>Resources for Server and Forum Admins that run Windows Servers and IIS.</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Disabling DCOM Support in RPC Over HTTP in Windows Server 2003</title>
		<link>http://adminreports.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/</link>
		<comments>http://adminreports.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>BSchwarz</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.]]></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-61"></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><local></local></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><local></local></em>:100-592;<em><local></local></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><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/disabling-dcom-support-in-rpc-over-http-in-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Basics Of Network Security</title>
		<link>http://adminreports.com/the-basics-of-network-security/</link>
		<comments>http://adminreports.com/the-basics-of-network-security/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 14:01:13 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Securtiy]]></category>
		<category><![CDATA[basic security]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[securing your network]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://adminreports.com/the-basics-of-network-security/</guid>
		<description><![CDATA[A network is two or more computers linked together in order to share data. From a security standpoint, the problem with networks is that unauthorized individuals might also be able to access that data. Network security is a term that encompasses your overall system for keeping your network as impenetrable as possible, be it hardware, software, or company policies.]]></description>
			<content:encoded><![CDATA[<p>I was going to write up an article about network security. Right before I was ready to start the writeup I found this article so rather than re-inventing the wheel I decided to go with it.</p>
<p>A network is two or more computers linked together in order to share data. From a security standpoint, the problem with networks is that unauthorized individuals might also be able to access that data. Network security is a term that encompasses your overall system for keeping your network as impenetrable as possible, be it hardware, software, or company policies.</p>
<p><span id="more-59"></span></p>
<p>Whether your network consists of two computers or two hundred computers, there are certain basic security measures you should have in place. Most of these measures arenâ€™t complicated or expensive, and they donâ€™t require any particular expertise in networking or computer security.</p>
<p>One of the most basic steps for securing your network is to have anti-virus software in place. Anti-virus software periodically sweeps your computer looking for known viruses. You can also choose to run a anti-virus test at any time. Once run, the software generates a report that lists the viruses detected. You are then able to select which, if any, of the viruses detected you want quarantined and removed. Itâ€™s more important that you keep your software up to date because new viruses are created and released every day.</p>
<p>Next, make sure you have a firewall in place. A firewall is like a gatekeeper. Itâ€™s a hardware/software combination that allows you to decide what goes in and out of your network. You determine the â€œtrust levelâ€ to which your firewall is set. The trust level dictates which network connections will be automatically allowed and which will require specific permission. Firewalls come with a â€œdefaultâ€ setting which is unlikely to be stringent enough to meet your security needs. For optimum security, you should always manually set the trust settings to a higher degree of scrutiny.</p>
<p>Firewalls and anti-virus software are essential for another very important reason: they help protect your system from adware and spyware. Adware and spyware range from annoying to very dangerous. Adware slows down your system, and generates irritating pop-up ads that interfere with your work. Spyware is much more serious. It tracks your computer usage habits, and basically opens up a door to your network that allows hackers to penetrate your system without your knowing it.</p>
<p>Another simple measure is to regularly download patches for your software. Computer programs are tested for vulnerabilities and possible exploits before they are distributed to the public. However, itâ€™s impossible to detect every single vulnerability in advance. As new exploits are discovered, companies â€œpatchâ€ their programs and software to prevent the exploitation of that vulnerability. Without these patches, the software and programs on your computer remain vulnerable.</p>
<p>Network security also depends on common sense. Weak passwords can cause big problems, but are easily avoided. Never use easy-to-guess passwords like your last name, phone number, or birth date. Always use a combination of letters and numbers. Your best bet is to avoid real words altogether and use a string of numbers and letters that stand for a saying or phrase you can easily remember.</p>
<p>Another common sense security measure is to delete suspicious-looking email. More importantly, never open or download an attachment from an email address you donâ€™t recognize. Doing so could be inviting a virus right into your computer. When in doubt, follow this simple rule: delete without opening.</p>
<p>If your business, you should also put in place security policies to govern the behavior of authorized users. Even authorized users can pose a serious security risk, sometimes without realizing it. For instance, â€œI love to dance, I love to singâ€ could be â€œ1L2D1L2S,â€ with the number 1 replacing the letter I.</p>
<p>Here are a few elements of a solid network security policy:</p>
<p>â€¢	Require your employees to change their passwords every 3 months.<br />
â€¢	Do not allow employees to post their passwords on their desk or cubicle<br />
â€¢	Immediately terminate a departing employeeâ€™s access to your network.<br />
â€¢       Operate on the computer network equivalent to the â€œneed to knowâ€ basis. Only allow an employee access to the programs and data that are essential to his or her job.<br />
â€¢	Put all of your security guidelines down in writing, and post them where all of your employees can see them.</p>
<p>You want your network security policy to be tight, but not completely rigid. That is, if a given security measure is proving to be unworkable or a serious inconvenience, be willing to adjust. You can often achieve the same result through different means.</p>
<p>Last, but certainly not least, review your network security on a regular basis. A network thatâ€™s secure today may not be secure a few months down the road. Hackers are smart and are constantly developing ways to bypass security measures. Be smarter than the hackers by staying on the cutting edge of network security technology.</p>
<p>About the author</p>
<blockquote>
<p class="author">By: <a href="http://www.articledashboard.com/profile/Paul-Walsh/50543">Paul Walsh</a></p>
<p class="articletext"><a href="http://www.articledashboard.com/">Article Directory</a>: <a href="http://www.articledashboard.com">http://www.articledashboard.com</a></p>
<p class="articletext"> Paul Walsh  <a href="http://www.protocolsolutions.co.uk/">www.protocolsolutions.co.uk</a></p>
</blockquote>
<p><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/the-basics-of-network-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL Server Privilege Escalation And Denial Of Service Vulnerabilities</title>
		<link>http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/</link>
		<comments>http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 17:15:09 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Securtiy]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/</guid>
		<description><![CDATA[Exploiting the privilege-escalation vulnerability may allow attackers to perform certain actions with elevated privileges. Successful exploits of the denial-of-service issue will cause the database server to crash, denying service to legitimate users.]]></description>
			<content:encoded><![CDATA[<p>Found this at <a href="http://www.securityfocus.com/bid/26832/">SecurityFocus</a>. MySQL is vulnerable to a couple new exploits.</p>
<blockquote><p>
MySQL is prone to multiple vulnerabilities, including privilege-escalation and denial-of-service issues.</p>
<p>Exploiting the privilege-escalation vulnerability may allow attackers to perform certain actions with elevated privileges. Successful exploits of the denial-of-service issue will cause the database server to crash, denying service to legitimate users.</p>
<p>These issues affect versions prior to MySQL 5.0.52, MySQL 5.1.23, and MySQL 6.0.4.</p>
<p>To exploit these issues, attackers can use standard database client software in conjunction with standard operating system utilities.
</p></blockquote>
<p><strong>Solution:</strong><br />
The vendor released updates to address these issues. <a href="http://www.securityfocus.com/bid/26832/references">Please see the references</a> for more information.<br />
Note that MySQL 6.0.4 and 5.1.23 have not been released yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hard to Detect Exploit in the Wild</title>
		<link>http://adminreports.com/hard-to-detect-exploit-in-the-wild/</link>
		<comments>http://adminreports.com/hard-to-detect-exploit-in-the-wild/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 05:33:06 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Securtiy]]></category>
		<category><![CDATA[Server Resources]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[QuickTime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[server admins]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://adminreports.com/hard-to-detect-exploit-in-the-wild/</guid>
		<description><![CDATA[I posted this on a couple forums I frequent and thought I would also post it here. While I run Windows I keep up with all web server security. As an admin I couldn't afford not too. 
I am sure most of you by now know there is a LKM (Loadable Kernel Module) exploit that is nasty and hard as heck to clean.]]></description>
			<content:encoded><![CDATA[<p>I posted this on a couple forums I frequent and thought I would also post it here. While I run Windows servers I keep up with all web server security. As an admin I couldn&#8217;t afford not too.</p>
<p>I am sure most of you by now know there is a LKM (Loadable Kernel Module) exploit that is nasty and hard as heck to clean.</p>
<p>Read <a target="_blank" href="http://www.webhostingtalk.com/showthread.php?t=651748">this thread</a> at Webhosting Talk. Make sure you read it through as there is a users there that has investigated several boxes.</p>
<p>The original story first broke a week or so ago at <a href="http://www.theregister.co.uk/2008/01/11/mysterious_web_infection">TheRegister</a> and then again a couple days ago at <a href="http://www.channelregister.co.uk/2008/01/16/mysterious_web_infection_continues/">TheChannelRegister</a>.</p>
<p><span id="more-31"></span></p>
<p>Now it seems this problem is not easily fixable yet it is very easy for your server to be infected if you are targeted.</p>
<p>Here is where Windows comes into this. The injected javascript looks for exploit, some already patched and one that is new. If you run any of the vulnerable software on your home computer you could be exploited and not even know it.<br />
The vulnerable lie in these components and software</p>
<blockquote><p>MSIE ADODB</p>
<p>VML</p>
<p>MSIE WebViewFolderIcon</p>
<p>MSIE RealPlayer</p>
<p>QuickTime</p>
<p>AOL Superbuddy</p></blockquote>
<p>The first 4 are directly related to IE and were patched a while ago. Although patched some people don&#8217;t keep up so they&#8217;ll get infected.<br />
I&#8217;m not familiar with AOL SuperBuddy so I don&#8217;t know if it is patched.</p>
<p>The QuickTime exploit is new as of Jan. 10TH and the alert was revised today, Jan 18TH. and affects the <a href="http://www.us-cert.gov/cas/techalerts/TA08-016A.html">QuickTime Updater as well as Qucktime</a>.</p>
<p>In conclusion if you have a server check the sites on it for inclusion of random javascript. Read the article or thread at WHT so you&#8217;ll know what to look for. If you&#8217;re on a shared host make sure your site isn&#8217;t serving the js.</p>
<p>For people using IE, I&#8217;m not sure if Firefox will make you vulnerable and from what I&#8217;ve read no one knows, make sure you either shutoff javascript or make sure all exploits are fixed. Uninstall Quicktime and QuickTime Updater. If you have it installed and make sure QuickTime is patched with the patched with the newest versions.</p>
<p>I hope no one that reads this is exploited.</p>
<p><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/hard-to-detect-exploit-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
