<?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>Charles Socci - Information Technology and Amateur Radio KC2YWZ &#187; clamtk</title>
	<atom:link href="http://charlessocci.com/tag/clamtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com</link>
	<description>Information Technology, Computers, and Amateur Radio</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:05:14 +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>Make Your Linux Desktop Safe</title>
		<link>http://charlessocci.com/2009/03/20/make-your-linux-desktop-safe/</link>
		<comments>http://charlessocci.com/2009/03/20/make-your-linux-desktop-safe/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 04:50:23 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Charles Socci]]></category>
		<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[chkrootkit]]></category>
		<category><![CDATA[clam]]></category>
		<category><![CDATA[clamtk]]></category>
		<category><![CDATA[linux security]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[rkhunter]]></category>
		<category><![CDATA[sbackup]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=91</guid>
		<description><![CDATA[A common sentiment online is that Linux is safe from the viruses and malware that plague Windows. While there is certainly *less* creepy code out there targeted at Linux users, it does exist. All users of computers connected to any large network should be aware of this and know how to use common tools to [...]]]></description>
			<content:encoded><![CDATA[<p>A common sentiment online is that Linux is safe from the viruses and malware that plague Windows. While there is certainly *less* creepy code out there targeted at Linux users, it does exist. All users of computers connected to any large network should be aware of this and know how to use common tools to detect and prevent the malicious use of their computer.</p>
<p>Most of the malware attacks on computers today are not done by thrill or attention seeking hackers. They are created by criminals who seek to use them to relay unsolicited commercial email (spam) or worse. They could care less about making Windows look bad. They are completely agnostic as to Microsoft, Apple, or your Linux distro of choice. It only stands to reason that while it is more difficult to trick a saavy Linux user into installing malware with root privliges, efforts will almost certainly escalate as the popularity of Linux distros like Ubuntu gain popularity.</p>
<p>There are several free and open-source tools that can be easily installed and used to scan for viruses, rootkits, and other nasties on your computer. Clam AV, rkhunter, and chkrootkit are three tools that are easy to use. Clam even has a GUI. All three tools are available in the Ubuntu repositories. They are almost certainly available in others, but aren&#8217;t difficult to install manually either.</p>
<p>If you use Ubuntu, you can install the three packages:</p>
<p><code>sudo apt-get install clamav-daemon rkhunter chkrootkit</code></p>
<p>If you want to try the GUI, it is called ClamTK (<code>sudo apt-get install clamtk</code>)</p>
<p>Update the Clam AV scanning definitions by running <code>sudo freshclam</code></p>
<p>It is probably easiest and most intuitive for most to use Clam via the GUI and not the command line &#8211; This installed under Applications > System Tools > Virus Scanner on my Ubuntu Intrepid 8.10 desktop.</p>
<p>Clam does not scan your files on access &#8211; so it takes up very little resources. You can schedule scans as cron jobs or simply run scans manually on a regular basis to be sure your system is clean.</p>
<p>To scan for rootkits, simply run <code>sudo rkunter --check</code> and <code>sudo chkrookit</code> as root. It is safe to run them side by side. They will not change anything on your system, they will simply alert you to the presence of suspicious files. (a few warnings are pretty normal).</p>
<p>Ubuntu ships with a Linux firewall called iptables installed by default. Most people find the text file configuration to be cumbersome. Firestarter is a very simple GUI option for iptables that makes it easy to manage. A good firewall will go a very long way to prevent any system from being compromised.</p>
<p><code>sudo apt-get install firestarter</code></p>
<p>To run Firestarter, go to System > Administration > Firestarter. When you first open the program you will be asked some questions. Don&#8217;t worry if you get them wrong, you can re-run the wizard any time&#8230; You will most likely want to choose yes and tick the box for DHCP. You&#8217;ll then need to set up a policy. This is very simple. If you are not sharing your computer, do nothing for Inbound policy &#8211; it will block inbound connections from starting a session on your computer. If you use Bittorrent, ssh, ftp, etc on your desktop you will need to create rules to allow those services Inbound. Again, very easy to do. For Outbound you usually want to allow all services out except those you block intentionally &#8211; so select &#8220;Permissive by default, blacklist traffic&#8221; &#8211; which will allow you to go out to the Internet freely but give you an option to block outbound traffic you do not want to allow. This is the default configuration on most commercial firewalls also. You can make outbound restrictive, but be prepared to add rules for every software you run that needs to establish Internet sessions&#8230; (updates, web browsing, backup programs, dropbox, skype, etc, etc&#8230;)</p>
<p>Any system should be backed up. I really like sbackup <code>sudo apt-get install sbackup</code> &#8211; you can find documentation online. It isn&#8217;t difficult to use and the defaults work well &#8211; though you may wish to change the default backup location. You can also backup to remote computers via ssh.</p>
<p>Keep your updates current. Ubuntu will alert you by default when updates are available. You can also use System > Administration > Update manager.</p>
<p>One last additional precaution I take is to use the laptop&#8217;s built-in security features to password protect the boot process. While this isn&#8217;t un-breakable, it will definitely slow down a casual thief who swiped your laptop. For a more secure approach, encrypt your hard drive&#8217;s file system. </p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2009/03/20/make-your-linux-desktop-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
