<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Do you run a website?</title>
	<atom:link href="http://www.natarem.com/2008/12/17/do-you-run-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natarem.com/2008/12/17/do-you-run-a-website/</link>
	<description>Greetings, Internets.</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:51:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nat</title>
		<link>http://www.natarem.com/2008/12/17/do-you-run-a-website/comment-page-1/#comment-8456</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Fri, 19 Dec 2008 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.natarem.com/?p=706#comment-8456</guid>
		<description>I run custom visitor tracking software and I noticed it in my reports.</description>
		<content:encoded><![CDATA[<p>I run custom visitor tracking software and I noticed it in my reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.natarem.com/2008/12/17/do-you-run-a-website/comment-page-1/#comment-8451</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 Dec 2008 06:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.natarem.com/?p=706#comment-8451</guid>
		<description>Just wondering, how do you actually detect the hack?</description>
		<content:encoded><![CDATA[<p>Just wondering, how do you actually detect the hack?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://www.natarem.com/2008/12/17/do-you-run-a-website/comment-page-1/#comment-8432</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Thu, 18 Dec 2008 00:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.natarem.com/?p=706#comment-8432</guid>
		<description>Yea, I sanitize all of the data on the websites I code.  I use a lot of pre-written regex to make sure that SQL injection never makes it to my database (hopefully that regex is solid!!).</description>
		<content:encoded><![CDATA[<p>Yea, I sanitize all of the data on the websites I code.  I use a lot of pre-written regex to make sure that SQL injection never makes it to my database (hopefully that regex is solid!!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.natarem.com/2008/12/17/do-you-run-a-website/comment-page-1/#comment-8431</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 17 Dec 2008 23:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.natarem.com/?p=706#comment-8431</guid>
		<description>Nice post Nat.

Garbage like this happens all the time. The most lethal is junk coming into your site from URL parameters, form submissions, etc..

Just today, 65.254.224.34 tried the following SQL injection attack on our site:
&quot;viewPage.cfm?id=convert(int,select%20top%201%20table_name%20from%20information_schema.tables%20where%20table_name%20not%20in%20(char(0))))--sp_password&quot;

Therefore, along with a completely random &quot;admin&quot; section, its also VERY important to make sure to check anything the user can pass to you.  url parameters, forum postings, comments, the list goes on and on......

Thanks for the long list of urls checked by spammers/hackers.</description>
		<content:encoded><![CDATA[<p>Nice post Nat.</p>
<p>Garbage like this happens all the time. The most lethal is junk coming into your site from URL parameters, form submissions, etc..</p>
<p>Just today, 65.254.224.34 tried the following SQL injection attack on our site:<br />
&#8220;viewPage.cfm?id=convert(int,select%20top%201%20table_name%20from%20information_schema.tables%20where%20table_name%20not%20in%20(char(0))))&#8211;sp_password&#8221;</p>
<p>Therefore, along with a completely random &#8220;admin&#8221; section, its also VERY important to make sure to check anything the user can pass to you.  url parameters, forum postings, comments, the list goes on and on&#8230;&#8230;</p>
<p>Thanks for the long list of urls checked by spammers/hackers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.natarem.com/2008/12/17/do-you-run-a-website/comment-page-1/#comment-8419</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 17 Dec 2008 16:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.natarem.com/?p=706#comment-8419</guid>
		<description>Thanks Nat.</description>
		<content:encoded><![CDATA[<p>Thanks Nat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

