<?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; Attack Scripts</title>
	<atom:link href="http://www.securityfightclub.com/category/security/attack-scripts/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>Another round of SQL Injection attacks are happening RIGHT NOW&#8230;</title>
		<link>http://www.securityfightclub.com/another-round-of-sql-injection-attacks-are-happening-right-now/</link>
		<comments>http://www.securityfightclub.com/another-round-of-sql-injection-attacks-are-happening-right-now/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:39:22 +0000</pubDate>
		<dc:creator>mrdenny</dc:creator>
				<category><![CDATA[Attack Scripts]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[External Threats]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.securityfightclub.com/?p=177</guid>
		<description><![CDATA[That&#8217;s right you&#8217;ve heard it here first (ok, probably second or third, but at least in the top 10).  A hacking group is using SQL Injection attacks to break into websites in-mass and download malicious content from 318x.com.
As of December 10, 2009 over 132,000 websites have been compromised and are serving up the malicious content.  [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right you&#8217;ve heard it here first (ok, probably second or third, but at least in the top 10).  A hacking group is using <a href="http://www.net-security.org/secworld.php?id=8604" target="_blank">SQL Injection attacks</a> to break into websites in-mass and download malicious content from 318x.com.</p>
<p>As of December 10, 2009 over 132,000 websites have been compromised and are serving up the malicious content.  The attack loads up an Iframe onto the websites via the data returned from the database which eventually leads the user (without there knowledge) to download data from 318x.com which then installats a rootkit-enabled variant of the Buzus backdoor trojan.  The full path of what happens can be found on the link above.</p>
<p>We&#8217;ve talked about the securing your website from SQL Injection attacks <a href="http://www.securityfightclub.com/gonzalez-tj-max-hacker-gets-15-25-years/" target="_blank">here</a>, <a href="http://www.securityfightclub.com/more-charges-filed-against-tjmax-hackers/" target="_blank">here</a> and <a href="http://www.securityfightclub.com/hackers-have-actually-broken-into-the-brazilian-power-grid/" target="_blank">here</a>, apparently there are tons of sites out there which haven&#8217;t been listening.</p>
<p>Denny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityfightclub.com/another-round-of-sql-injection-attacks-are-happening-right-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>IIS Honeypots</title>
		<link>http://www.securityfightclub.com/iis-honeypots/</link>
		<comments>http://www.securityfightclub.com/iis-honeypots/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:56:02 +0000</pubDate>
		<dc:creator>mrdenny</dc:creator>
				<category><![CDATA[Attack Scripts]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Honeypot]]></category>

		<guid isPermaLink="false">http://www.securityfightclub.com/?p=100</guid>
		<description><![CDATA[IIS Honeypots are a great way to keep people from doing damage to your IIS boxes.  There&#8217;s a variety of techniques that you can use to create a honey pot on your web servers.One technique which I like is to configure an additional Website within IIS to handle website requests which are sent to incorrect [...]]]></description>
			<content:encoded><![CDATA[<p>IIS Honeypots are a great way to keep people from doing damage to your IIS boxes.  There&#8217;s a variety of techniques that you can use to create a honey pot on your web servers.<span id="more-100"></span>One technique which I like is to configure an additional Website within IIS to handle website requests which are sent to incorrect host headers.  This does require that you setup all your sites to use host headers.  Then setup a website to listen on all IPs on the server but with no host headers.  This way it will answer all requests which are made to IP addresses only.  Then configure this site in IIS to require authentication and not allow anynomous authentication.  This will present the scripts that the script kiddies with a username and password.  Most of there scripts don&#8217;t know how to handle a username and password prompt.  Then remove the rights from the folder so that what ever accont the script tries will fail.</p>
<p>Don&#8217;t forget to log the requests and check them regularly so that you can block access to those IPs if needed.</p>
<p>This technique works well in other web servers as well, I&#8217;m just most farmilier with IIS.</p>
<p>Denny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityfightclub.com/iis-honeypots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
