<?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>Chesty&#039;s Blog &#187; internet</title>
	<atom:link href="http://chesterton.id.au/blog/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://chesterton.id.au/blog</link>
	<description>Press Belly Button to Begin</description>
	<lastBuildDate>Sat, 02 Apr 2011 01:24:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Back To Apache</title>
		<link>http://chesterton.id.au/blog/2010/10/14/back-to-apache/</link>
		<comments>http://chesterton.id.au/blog/2010/10/14/back-to-apache/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 14:13:14 +0000</pubDate>
		<dc:creator>chesty</dc:creator>
				<category><![CDATA[LA]]></category>
		<category><![CDATA[OSIA]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[ubuntu-au]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://chesterton.id.au/blog/?p=123</guid>
		<description><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/10/14/back-to-apache/">Back To Apache</a></p>
Back To Apache I&#8217;ve reinstalled apache and I&#8217;m in the process of cutting over my sites. Not completely, just for non static files, mainly php. Nginx is infront of apache serving static content and is a reverse proxy to apache which runs on 127.0.0.1:81 The reason? I want to give mod_security a spin. It&#8217;s loaded [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/10/14/back-to-apache/">Back To Apache</a></p>
<p>I&#8217;ve reinstalled apache and I&#8217;m in the process of cutting over my sites. Not completely, just for non static files, mainly php. Nginx is infront of apache serving static content and is a reverse proxy to apache which runs on 127.0.0.1:81</p>
<p>The reason? I want to give mod_security a spin. It&#8217;s loaded now, but it doesn&#8217;t seem to do much atm. Will read up on it in due season ;)</p>
<p>Basically, you google for nginx apache proxy wordpress wp-super-cache and you hit the right sort of pages to set it up. It wasn&#8217;t smooth sailing though, I used <a href="http://tech.nocr.at/tech/how-to-speed-up-wordpress-with-nginx-and-wp-super-cache/">http://tech.nocr.at/tech/how-to-speed-up-wordpress-with-nginx-and-wp-super-cache/</a> which has a flaw.</p>
<p>It contains the lines at the end on the nginx config sample.<br />
<code>	# all other requests go to WordPress<br />
	if (!-e $request_filename) {<br />
	rewrite . /index.php last;<br />
	}</code><br />
and funnily enough, every url opened the front page of my blog. It took me a bit of head scratching before I commented the lines out, enabled mod_rewrite in apache, and toggled a wordpress permalink setting to get .htaccess written.</p>
<p>After I got it working, I read the comments and someone had already discovered the flaw. Plus another page I read is basically the same, except it&#8217;s missing those lines (it wasn&#8217;t as good looking, so I didn&#8217;t use it).</p>
<p>So I&#8217;m pretty happy that I understand the config now, and I&#8217;ll continue to cut over the remaining sites, then turn off php5-cgi. I&#8217;m also happy apache is back, I went a bit anti apache there for a while, but it has its uses, like mod_security for example.</p>
]]></content:encoded>
			<wfw:commentRss>http://chesterton.id.au/blog/2010/10/14/back-to-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Test Your Server For Vulnerabilities</title>
		<link>http://chesterton.id.au/blog/2010/10/04/how-to-test-your-server-for-vulnerabilities/</link>
		<comments>http://chesterton.id.au/blog/2010/10/04/how-to-test-your-server-for-vulnerabilities/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 02:45:57 +0000</pubDate>
		<dc:creator>chesty</dc:creator>
				<category><![CDATA[LA]]></category>
		<category><![CDATA[OSIA]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[ubuntu-au]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://chesterton.id.au/blog/?p=120</guid>
		<description><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/10/04/how-to-test-your-server-for-vulnerabilities/">How To Test Your Server For Vulnerabilities</a></p>
How To Test Your Server For Vulnerabilities Sheesh, I write one post on security, mention a security expert in it, and he tries to exploit my server. It&#8217;s not an original idea, but if you want to test your server for vulnerabilities, come out and say you&#8217;re a security expert. Anyway, I finished Cyber War, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/10/04/how-to-test-your-server-for-vulnerabilities/">How To Test Your Server For Vulnerabilities</a></p>
<p>Sheesh, I write one post on security, mention a security expert in it, and he tries to exploit my server. It&#8217;s not an original idea, but if you want to test your server for vulnerabilities, come out and say you&#8217;re a security expert.</p>
<p>Anyway, I finished Cyber War, feeling very satisfied since it&#8217;s been a long time since I had the will to read a book. Twitter&#8217;s 140 character limit has taken a toll.</p>
<p>I think the conclusion the author made was regulation, which will erode privacy, and treaties. Also a new protocol where there are no anonymous users (except for the bad guys, i guess).</p>
<p>The author has no doubt that our critical systems already have backdoors and logic bombs installed, waiting for the day. One thing that struck me is no matter how secure my own network is (which it isn&#8217;t very, no need to test), if someone else is vulnerable, it could affect me and millions of others. </p>
<p>On to the next book. This one is lower level I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://chesterton.id.au/blog/2010/10/04/how-to-test-your-server-for-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyber War</title>
		<link>http://chesterton.id.au/blog/2010/10/02/cyber-war/</link>
		<comments>http://chesterton.id.au/blog/2010/10/02/cyber-war/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 03:13:55 +0000</pubDate>
		<dc:creator>chesty</dc:creator>
				<category><![CDATA[LA]]></category>
		<category><![CDATA[OSIA]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[ubuntu-au]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://chesterton.id.au/blog/?p=116</guid>
		<description><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/10/02/cyber-war/">Cyber War</a></p>
Cyber War I&#8217;ve recently become more interested in security. I always had an interest in it, locking down linux servers and firewalls, trying to avoid common sql injection and XSS bugs while coding. But I guess that&#8217;s more of a passive interest or approach, I&#8217;m now interested in a more active way, deep packet inspection, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/10/02/cyber-war/">Cyber War</a></p>
<p>I&#8217;ve recently become more interested in security. I always had an interest in it, locking down linux servers and firewalls, trying to avoid common sql injection and XSS bugs while coding. But I guess that&#8217;s more of a passive interest or approach, I&#8217;m now interested in a more active way, deep packet inspection, etc.</p>
<p>In the past, I locked down a server and assumed it would take care of itself, be crack proof, as crack proof as anything connected to the internet can be. I wasn&#8217;t fooling myself, I knew it could still be cracked. </p>
<p>Now I&#8217;m looking at it more from position where I believe the hosts are vulnerable, and I want to examine the traffic coming in and out. Trying to secure the network rather than (or as well as) the hosts. Because, well, some hosts can&#8217;t be secured, there&#8217;s always going to be 0day exploits, old unpatched exploits, and social hacking. Not just trying to stop attacks, but trying to detect owned boxes. Some attacks happen out of band, like from infected usb sticks. Want to sneak some worm onto a target? Do it in plain sight, stand outside their premises and give away usb sticks in a fake promotion, or do it in some conference.</p>
<p>I guess I&#8217;ve got to send props to David Bl (Security Expert) for sparking the interest.</p>
<p>I&#8217;m half way through <a href="http://www.amazon.com/Cyber-War-Threat-National-Security/dp/0061962236">Cyber War</a>, the first book I&#8217;ve read in a very long time. It&#8217;s not a technical manual on security, it&#8217;s more of a look at how vulnerable the USA and other countries are from attacks coming in through the internet.  It talks about political and military tactics and strategy. It&#8217;s more about securing a nation, rather than a network.</p>
<p>It seems the only reason we don&#8217;t see a lot of countries launching attacks on other countries through the internet is the countries who have the ability to attack a potential adversary, also have an interest, be it in trade, or bonds or whatever, in the potential adversary. It&#8217;s not in their best interest to attack at the moment. Things are going to change though. </p>
<p>You don&#8217;t need to be a country to take on someone like the USA, a single person, or a small group with the right know how can do a lot of damage to the military or public infrastructure. Remotely damaging electric generators that take months to replace, crippling banks, whatever. Anything that is connected in someway to the internet is a target. Australia and USA are looking at smart grids, the electric grid is already connected to the internet and it&#8217;s going to get a lot more connected and complicated with the added bonus of more attack vectors.</p>
<p>What can be done by the government to protect its citizens in an attack? Nothing, really. Except for China, who have a big firewall they can use to shut off attacks. Anything a government might do to strengthen its internet defence is going to be an attack on citizens privacy. Who in their right mind would trust a government to do the right thing with all the power they would hold over their citizens, if they had the control they needed to defend themselves and their citizens from internet attacks?</p>
<p>Which brings me to the question of Australia&#8217;s proposed filter. Filter bad, Conroy bad, and all that, but the filter is a firewall between Australian citizens and the internet, it could be used as a defensive measure against attacks. Not necessarily the technology Conroy is proposing, but a suitable firewall could.</p>
<p>But it&#8217;s like the government being able to listen in on every phone call, every conversation. It&#8217;s not going to happen, but something needs to happen. </p>
<p>I dare say the font on the security tag on this blog is going to get large in the tag cloud. These are young thoughts, they may change and I&#8217;ll be talking about security a lot more.</p>
]]></content:encoded>
			<wfw:commentRss>http://chesterton.id.au/blog/2010/10/02/cyber-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking to Hoophen Frangers</title>
		<link>http://chesterton.id.au/blog/2010/03/21/linking-hoophen-frangers/</link>
		<comments>http://chesterton.id.au/blog/2010/03/21/linking-hoophen-frangers/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 00:00:14 +0000</pubDate>
		<dc:creator>chesty</dc:creator>
				<category><![CDATA[LA]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[ubuntu-au]]></category>
		<category><![CDATA[hoophen frangers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linking]]></category>

		<guid isPermaLink="false">http://chesterton.id.au/blog/?p=73</guid>
		<description><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/03/21/linking-hoophen-frangers/">Linking to Hoophen Frangers</a></p>
Linking to Hoophen Frangers I just read a post I wanted leave a comment on, but it didn&#8217;t allow comments, so I will jot my thoughts down here. You&#8217;ve just spent the last 10 minutes searching for an answer to a problem you&#8217;ve got, maybe you had the same problem a few years ago and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterton.id.au/blog/2010/03/21/linking-hoophen-frangers/">Linking to Hoophen Frangers</a></p>
<p>I just read a post I wanted leave a comment on, but it didn&#8217;t allow comments, so I will jot my thoughts down here.</p>
<p>You&#8217;ve just spent the last 10 minutes searching for an answer to a problem you&#8217;ve got, maybe you had the same problem a few years ago and forgot the answer. You find the answer in a search engine with some obscure search term buried on page 9. You want to blog about it and link to the post, 1, for your own future reference so you can find the info easily in a few years time if the problem reoccurs, and 2, you want to boost the profile of the page to help other people find the same info.</p>
<p>Don&#8217;t anchor the link as: here&#8217;s some info found on &#8220;Joe&#8217;s blog&#8221; on hoophen frangers, anchor the link as: here&#8217;s some info found on Joe&#8217;s blog on &#8220;hoophen frangers&#8221;. ie, put the topic in the anchor, not the blog owners name.</p>
<p>Both ways send &#8220;juice&#8221; to the page, but the second way associates the topic to the page, rather than the authors name. The first way will help when people search for authors name, the second way will help when people search for the topic.</p>
<p>If you want, make two links, anchor the authors name to the front page or the about page of the blog, and anchor the topic to the blog post&#8217;s permalink.</p>
]]></content:encoded>
			<wfw:commentRss>http://chesterton.id.au/blog/2010/03/21/linking-hoophen-frangers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

