<?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>Security Fight Club &#187; Firewalls</title>
	<atom:link href="http://www.securityfightclub.com/category/networks/firewalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securityfightclub.com</link>
	<description>Brought to you by Awareness Technologies</description>
	<lastBuildDate>Sat, 05 Jun 2010 04:08:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keep your databases off the Internet</title>
		<link>http://www.securityfightclub.com/keep-your-databases-off-the-internet/</link>
		<comments>http://www.securityfightclub.com/keep-your-databases-off-the-internet/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 02:46:55 +0000</pubDate>
		<dc:creator>mrdenny</dc:creator>
				<category><![CDATA[Attack Scripts]]></category>
		<category><![CDATA[Brute Force Cracking]]></category>
		<category><![CDATA[Data Loss]]></category>
		<category><![CDATA[Endpoints]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Listeners]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Service Broker]]></category>
		<category><![CDATA[ACLs]]></category>
		<category><![CDATA[Endpoint]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Internet Access]]></category>
		<category><![CDATA[Listener]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.securityfightclub.com/?p=99</guid>
		<description><![CDATA[There are way to many people who keep there database servers available from the public Internet.  This is just a disaster waiting to happen.
Your database holds all of your data.  If someone was to great into your database server they would have access to view, and possibly delete all your data forcing you to restore [...]]]></description>
			<content:encoded><![CDATA[<p>There are way to many people who keep there database servers available from the public Internet.  This is just a disaster waiting to happen.<span id="more-99"></span></p>
<p>Your database holds all of your data.  If someone was to great into your database server they would have access to view, and possibly delete all your data forcing you to restore your data from your backup.  In a perfect world there would be no database servers directly accessible from the Internet.  There is pretty much no reason for database servers to be directly accessible from the Internet.</p>
<p>If your servers are CoLo&#8217;d then setup a VPN between your office and the CoLo, or VPN directly into the CoLo.  There are some hosting providers which prefer to setup the servers on public IPs, however most of them will if requested use private IPs and configure a Site to Site VPN connection for you.</p>
<p>Pretty much the only times that a database needs to be on the Internet would be if you are replicating data between servers as this will typically require that at least one of the servers be on the public Internet.  SQL Service Broker can need to be on the public Internet as well.  However in both of these cases, you don&#8217;t need to give the server a public IP.  You can give the server a private IP, and NAT the server from the Internet to the private IP.  However make sure that only the correct port or ports are open through the firewall.</p>
<p>In Oracle this should be done by setting up a new listener.  In SQL Server this is done by setting up a new endpoint either for general connection, or in the case of Service Broker an Endpoint is used to connect to, which listens on a seperate TCP port.  When setting up these listeners or endpoints make sure that only the accounts which need to have access to them have access.  This way the minimal attack surface is avaialble from the Internet.  In addition you will want to setup your firewall or router ACLs to allow only the required public IP addresses to have access to the listener or endpoint.</p>
<p>With your database being publicly available attack scripts could attack for it, or people could manually try and break in.  With SQL Server running in mixed mode, and with Oracle there are accounts which can be brute forced which have well known usernames such as system and sa.  When SQL Server is running in Windows only mode breaking in is harder, but not impossible.</p>
<p>Denny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityfightclub.com/keep-your-databases-off-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why should the DBA care about Network Firewalls?</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/why-should-the-dba-care-about-network-firewalls/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/why-should-the-dba-care-about-network-firewalls/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 23:48:11 +0000</pubDate>
		<dc:creator>SQL Server with Mr. Denny &#62; Security » Security</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL Server with mrDenny]]></category>

		<guid isPermaLink="false">tag:itknowledgeexchange.techtarget.com://7060d8e67aa2a64df3a3260bac06b79a</guid>
		<description><![CDATA[All to often I see people online asking some sort of question about connecting to their CoLo'ed SQL Server and they connect directly over the Internet.  This is nuts people.  If you can access your SQL Server via Management Studio from anywhere on the Internet so can people who would ...]]></description>
			<content:encoded><![CDATA[All to often I see people online asking some sort of question about connecting to their CoLo'ed SQL Server and they connect directly over the Internet.  This is nuts people.  If you can access your SQL Server via Management Studio from anywhere on the Internet so can people who would ...]]></content:encoded>
			<wfw:commentRss>http://www.securityfightclub.com/why-should-the-dba-care-about-network-firewalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home routers are an inexpensive way to protect your home computer from attack</title>
		<link>http://www.securityfightclub.com/home-routers-are-an-inexpensive-way-to-protect-your-home-computer-from-attack/</link>
		<comments>http://www.securityfightclub.com/home-routers-are-an-inexpensive-way-to-protect-your-home-computer-from-attack/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:12:45 +0000</pubDate>
		<dc:creator>mrdenny</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Home Networks]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Protection]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://www.securityfightclub.com/?p=34</guid>
		<description><![CDATA[One of the easiest ways that people can protect there home computer from attack costs between $50 US and $100 US.This quick and easy solution is a home router either with or without wireless capabilities.  In these days of network based attacks a home router separates your home computer from the internet with a firewall [...]]]></description>
			<content:encoded><![CDATA[<p>One of the easiest ways that people can protect there home computer from attack costs between $50 US and $100 US.<span id="more-34"></span>This quick and easy solution is a home router either with or without wireless capabilities.  In these days of network based attacks a home router separates your home computer from the internet with a firewall which is far superior to the one installed with your operating system.  This firewall will stop network traffic before it ever gets your computer.</p>
<p>Installing a router also uses a technology called Network Address Translation (NAT) to mask the actual IP address that your computer is using from the internet.  The router assigns you what is called a private IP address, instead of the public IP address that your Internet Service Provider provides you.  This is just another way that the router can protect you as the attacker can only attack the firewall of the router, and isn&#8217;t able to connect to your home computer.</p>
<p>These home routers are very easy to install, usually in just 10-15 minutes.  When you purchase the router it will usually come with a CD or DVD which has some software to assist you in configuring your router.  This will secure the router so that it can&#8217;t be accessed with the default username and password.  Be sure to change the default password to something else as the default passwords are well known by the people who may be trying to break into your computer.</p>
<p>If you purchase a router with wireless and don&#8217;t need the wireless functionally be sure to disable the wireless functionally.  Most routers will allow you to disable the wireless.  If they don&#8217;t, be sure to secure the wireless using WEP or WPA encryption.  WPA is a much stronger technology and should be used if it is available.  Leaving the wireless unsecured will allow anyone driving by to access your wireless network and access your computer (if it is turned on) or access the internet using your internet connection which could lead to any accusations which should be against them to being levied against you.  (And no you can&#8217;t leave your wireless unsecured and doing this you shouldn&#8217;t be and use the WiFi wasn&#8217;t protected excuse.  That was already tried in court in the US and the judge rejected that argument.)</p>
<p>That said, if you can afford the computer and the internet connection, you can afford the router.  So go buy one already.</p>
<p>Denny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityfightclub.com/home-routers-are-an-inexpensive-way-to-protect-your-home-computer-from-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

