<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>Scott Mcintyre</title>
	<link>http://www.scottmcintyre.net</link>
	<description>Internet Geek</description>
	<pubDate>Thu, 30 Aug 2007 08:20:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Setting up an MFA Server</title>
		<link>http://www.scottmcintyre.net/2007/08/30/setting-up-an-mfa-server/</link>
		<comments>http://www.scottmcintyre.net/2007/08/30/setting-up-an-mfa-server/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 08:20:10 +0000</pubDate>
		<dc:creator>hostgeekz</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.scottmcintyre.net/2007/08/30/setting-up-an-mfa-server/</guid>
		<description><![CDATA[Tired of paying someone to setup your server?  Want a quick way to setup thousands of domains?  Read on&#8230;
I have made a quick guide on how to setup a server specifically for MFA sites from start to finish. The server will consist of,

Web server - Apache
Database - mySQL
Scripting Language - PHP
FTP Daemon - [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of paying someone to setup your server?  Want a quick way to setup thousands of domains?  Read on&#8230;</p>
<p>I have made a quick guide on how to setup a server specifically for MFA sites from start to finish. The server will consist of,</p>
<ul>
<li>Web server - Apache</li>
<li>Database - mySQL</li>
<li>Scripting Language - PHP</li>
<li>FTP Daemon - vsFTPD</li>
<li>DNS Server - Bind</li>
</ul>
<p>We are going to assume you are using centOS and have yum available.  This should only be used on a fresh install.  So lets begin,</p>
<p><strong>Installing Services</strong></p>
<p>To make this quick we are just going to use the RPM&#8217;s available from the depositories.  At the shell prompt execute,</p>
<p><code><br />
yum -y install httpd httpd-devel mysql mysql-server mysql-devel vsftpd bind bind-libs bind-utils php php-cli<br />
</code></p>
<p>Once this completes you should see something like this,</p>
<p><a href='http://www.scottmcintyre.net/wp-content/uploads/2007/08/1.png' title='Service Installation via YUM'><img src='http://www.scottmcintyre.net/wp-content/uploads/2007/08/1.thumbnail.png' alt='Service Installation via YUM' /></a></p>
<p>Now that the services are installed it&#8217;s time to configure them.</p>
<p> <a href="http://www.scottmcintyre.net/2007/08/30/setting-up-an-mfa-server/#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottmcintyre.net/2007/08/30/setting-up-an-mfa-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Password Security</title>
		<link>http://www.scottmcintyre.net/2006/06/14/password-security/</link>
		<comments>http://www.scottmcintyre.net/2006/06/14/password-security/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 09:54:43 +0000</pubDate>
		<dc:creator>hostgeekz</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.scottmcintyre.net/2006/06/14/password-security/</guid>
		<description><![CDATA[Basic Use of Passwords
After all these years you would think basic password security would be drilled into everyone who uses the Internet, yet time and time again I always come across people who still have not learned the basics.  Really what is so hard about remembering a password that is not text only?  One simple [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Basic Use of Passwords</strong></p>
<p>After all these years you would think basic password security would be drilled into everyone who uses the Internet, yet time and time again I always come across people who still have not learned the basics.  Really what is so hard about remembering a password that is not text only?  One simple `odd` character in the word would make it a reasonable secure password.  Yet people still do not get the message that adding just one character really makes a difference.</p>
<p>When I see people who get compromised due to passwords it just makes me cringe.  I have yet to understand why they do not learn until someone takes advantage of their weak password.  It happens so often now I even have an example ready now for weak passwords.</p>
<p>“You can still have a secure password which is easy to remember, it does not have to be full of random characters, just one or two really does make a difference.</p>
<p>Take my name for example, Scott Mcintyre, that’s 13 characters long and easy to remember all you have to do now is throw a few odd characters in there such as,</p>
<p>Sc0tt`Mcintyr?e</p>
<p>Which is easy to remember, it includes capitals and has a number,  and is more than 10 characters.”</p>
<p><strong>Do you test you&#8217;re passwords?</strong></p>
<p>Now it brought me on to the fact that does anyone actually test their password against dictionarys?  Both users and system administrators should test them regularly and the reaction I get when I guess the passwords is quite strange as if it has never happened before.</p>
<p><em>System Administrators</em></p>
<p>I personally only work with *NIX and test passwords atleast once a week on every single server with user accounts I manage.  On one time work the successrate for more than 100 passwords is generally 1-10%, however today I did get a 58% successrate which sparked this entry.</p>
<p>As a *NIX administrator I feel it’s my job to ensure peoples passwords are updated also, I often use tools like John The Ripper against the /etc/shadow file to acheive this.  You may view my guide <a href="http://www.hostgeekz.com/guides/Security/67/Password_Security.htm">http://www.hostgeekz.com/guides/Security/67/Password_Security.htm</a> if you are unsure how to this.</p>
<p><em>End Users</em></p>
<p>End users should not have to test their passwords and should be using a password that gives them 100% reassurance.  Ultimately if you feel the need to check you&#8217;re password against dictionarys then you&#8217;re password is not good enough.</p>
<p><strong>Multiple Locations</strong></p>
<p>Do you use you&#8217;re password in multiple locations?  If so why? While it might be easy to remember it always leads to problems if by the off chance you&#8217;re password was ever compromised.  I feel this form of basic password security is the one that is the one that is not taken serously the most.  I used to do it myself however have since realised it was bad just because of the number of people I have been bad things happen to.  There are methods of keeping you&#8217;re same password principal yet not using the same password. Take our above example,</p>
<p>Sc0tt`Mcintyr?e</p>
<p>You could change the position of the question mark for each different location, such as you&#8217;re instant messenger password could be S?c0tt`Mcintyre and you&#8217;re email could be Sc?0tt`Mcintyre, this is just different variations yet it keeps you&#8217;re password simple to remember.</p>
<p><strong>Changing passwords</strong></p>
<p>Do you change you&#8217;re password after a certain period?  This is generally a good idea if you use the same password in multiple locations.  Personally I do change my passwords around once every 3-4 months.  I do it so I can remember them easier, newer passwords will stay fresh in the mind whilst older passwords can be forgotton and confused with others.</p>
<p><strong>Conclusion</strong></p>
<p>As it seems I have joined the list of thousands, possible millions, of other articles/rants about password security but I think it has to be said that it’s quite shocking the number of people that totally ignore the basic concept.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottmcintyre.net/2006/06/14/password-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sony and Warner Music Defaced</title>
		<link>http://www.scottmcintyre.net/2006/06/02/sony-and-warner-music-defaced/</link>
		<comments>http://www.scottmcintyre.net/2006/06/02/sony-and-warner-music-defaced/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 02:40:26 +0000</pubDate>
		<dc:creator>hostgeekz</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.scottmcintyre.net/2006/06/02/sony-and-warner-music-defaced/</guid>
		<description><![CDATA[As reported on zone-h,
Some big music coperation sites have been defaced both sonymusicstudios.co.uk and warnermusic.com.tw.
Could this be a result of ThePirateBay going down recently? Could it be a coindidence, I think not.  It makes me wonder what will happen in the next few weeks because I suspect there will be a waive of these type [...]]]></description>
			<content:encoded><![CDATA[<p>As reported on zone-h,</p>
<p>Some big music coperation sites have been defaced both sonymusicstudios.co.uk and warnermusic.com.tw.</p>
<p>Could this be a result of ThePirateBay going down recently? Could it be a coindidence, I think not.  It makes me wonder what will happen in the next few weeks because I suspect there will be a waive of these type of defacements.</p>
<p>One comment states,</p>
<p>&#8220;Just wait for the defacements tomorrow is all I can say.. (PRQ/TPB aren&#8217;t to be taken lightly when it comes to defacement support..)&#8221;</p>
<p>Which does indicate we should expect to see more of this in the coming days.</p>
<p>I wonder how both Sony and Warner Music will respond to these attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottmcintyre.net/2006/06/02/sony-and-warner-music-defaced/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
