<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
 <link>http://www.howtoforge.org/taxonomy/term/9/0</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.org/taxonomy/term/9/0/feed" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.org/taxonomy/term/9/0</link>
 </image>

<item>
 <title>Preventing Brute Force Attacks With Fail2ban On Mandriva 2008.1</title>
 <link>http://www.howtoforge.org/preventing-brute-force-attacks-with-fail2ban-on-mandriva2008.1</link>
 <description>
&lt;p&gt;&lt;b&gt;Preventing Brute Force Attacks With Fail2ban On Mandriva 2008.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this article I will show how to install and configure fail2ban
on a Mandriva 2008.1 system. Fail2ban is a tool that observes login
attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if
it finds failed login attempts again and again from the same IP address
or host, fail2ban stops further login attempts from that IP
address/host by blocking it with an iptables firewall rule.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Fri, 29 Aug 2008 15:34:25 +0200</pubDate>
 <guid>http://www.howtoforge.org/preventing-brute-force-attacks-with-fail2ban-on-mandriva2008.1</guid>
 <comments>http://www.howtoforge.org/preventing-brute-force-attacks-with-fail2ban-on-mandriva2008.1#comment</comments>
</item>
<item>
 <title>Preventing Brute Force Attacks With Fail2ban On Fedora 9</title>
 <link>http://www.howtoforge.org/preventing-brute-force-attacks-with-fail2ban-on-fedora9</link>
 <description>
&lt;p&gt;&lt;b&gt;Preventing Brute Force Attacks With Fail2ban On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this article I will show how to install and configure fail2ban
on a Fedora 9 system. Fail2ban is a tool that observes login attempts
to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds
failed login attempts again and again from the same IP address or host,
fail2ban stops further login attempts from that IP address/host by
blocking it with an iptables firewall rule.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Mon, 25 Aug 2008 17:54:51 +0200</pubDate>
 <guid>http://www.howtoforge.org/preventing-brute-force-attacks-with-fail2ban-on-fedora9</guid>
 <comments>http://www.howtoforge.org/preventing-brute-force-attacks-with-fail2ban-on-fedora9#comment</comments>
</item>
<item>
 <title>Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch</title>
 <link>http://www.howtoforge.org/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how you can install and configure apache2-mpm-peruser on a Debian Etch server. apache2-mpm-peruser is an MPM (Multi-Processing Module) for the Apache 2 web server, very similar to apache2-mpm-itk,
but faster (almost as fast as apache2-mpm-prefork). mpm-peruser allows
you to run each of your vhosts under a separate UID and GID - in short,
the scripts and configuration files for one vhost no longer have to be
readable for all the other vhosts. It is based on metuxmpm, a working
implementation of the perchild MPM. The result is a sane and secure web
server environment for your users, without kludges like PHP&#039;s safe_mode.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Thu, 21 Aug 2008 18:38:18 +0200</pubDate>
 <guid>http://www.howtoforge.org/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch#comment</comments>
</item>
<item>
 <title>How To Block Porn Pictures And Images With SafeSquid Proxy Server</title>
 <link>http://www.howtoforge.org/how-to-block-porn-pictures-and-images-with-safesquid-proxy-server</link>
 <description>&lt;p&gt;&lt;b&gt;How To Block Porn Pictures And Images With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Administrators can use various methods to block access to websites
that are pornographic in nature, like URL Filter, URL Blacklist,
Keyword Filter, etc. But many porn sites
allow users to register their email IDs on their website and deliver
the latest images and pictures to their personal emails. So if a user
is allowed access to his personal mail,
he can enjoy himself without having to access any porn site. Such
images are also regularly displayed as ads and banners on other web
pages, that might not be pornographic in
nature. Pornographic Image Filter can analyze an image in real-time, and
identify the ones that are pornographic in nature. It analyzes the
graphical content like skin tone, contour,
etc. to identify a pornographic image. It is a commercially distributed
add-on plug-in and can be used with SafeSquid to block pornographic
images. Although it is about 85%-90%
accurate, it acts as a good deterrent.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.org/sitemap/commercial">Commercial</category>
 <pubDate>Tue, 19 Aug 2008 14:40:33 +0200</pubDate>
 <guid>http://www.howtoforge.org/how-to-block-porn-pictures-and-images-with-safesquid-proxy-server</guid>
 <comments>http://www.howtoforge.org/how-to-block-porn-pictures-and-images-with-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>How To Control Or Block Instant Messengers With SafeSquid Proxy Server</title>
 <link>http://www.howtoforge.org/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Control Or Block Instant Messengers With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will explain how you can control or completely
block access to a few instant messengers with SafeSquid, like Google
Talk, Google chat within Gmail, MSN
Messenger, Yahoo Messenger and Skype. Once you are familiar with the
method of blocking these messengers, you should be able to block other
messengers. Please note that these
methods will only be effective, if you block all direct access to the
router and firewall, except required ports like 25 &amp;amp; 110, so that
users are able to access the net only
through the proxy server. When all higher ports are blocked, most
messenger try to communicate on port 80 and 443, which will have to go
through the proxy, and thus allow you to
control them. Most messengers also allow you to define proxy settings
and username / password for authenticating Proxies.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Tue, 29 Jul 2008 15:11:53 +0200</pubDate>
 <guid>http://www.howtoforge.org/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server</guid>
 <comments>http://www.howtoforge.org/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch</title>
 <link>http://www.howtoforge.org/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how you can fix a BIND9 nameserver on a Debian Etch system so that it is not vulnerable anymore to DNS cache poisoning.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Mon, 28 Jul 2008 16:17:45 +0200</pubDate>
 <guid>http://www.howtoforge.org/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch</guid>
 <comments>http://www.howtoforge.org/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch#comment</comments>
</item>
<item>
 <title>BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)</title>
 <link>http://www.howtoforge.org/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos</link>
 <description>&lt;p&gt;&lt;b&gt;BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;I am pretty sure most of you
  guys have hard about the Vulnerability in BIND. Dan Kaminsky earlier this month
  announced a massive, multi-vendor issue with DNS that could allow attackers to
  compromise any name server - clients, too. I thought I would share with you all
one of the quickest solutions systems administrators running BIND 9 can use to
help solve this vulnerability in case their systems are vulnerable.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Sun, 27 Jul 2008 19:56:59 +0200</pubDate>
 <guid>http://www.howtoforge.org/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos</guid>
 <comments>http://www.howtoforge.org/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos#comment</comments>
</item>
<item>
 <title>How To Block WebPages Based On Keywords Or Phrases With SafeSquid Proxy Server</title>
 <link>http://www.howtoforge.org/blocking-webpages-based-on-keywords-or-phrases-with-safesquid-proxy</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Block WebPages Based On Keywords Or Phrases With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Keyword Filtering allows you to block web pages, depending on the
words and phrases found in the page&#039;s title, meta tags and body.
Keyword filtering in SafeSquid
uses a &#039;weighed
keyword scoring&#039; method. It analyzes web pages, and searches for
specified, unacceptable words or phrases.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Tue, 22 Jul 2008 14:03:45 +0200</pubDate>
 <guid>http://www.howtoforge.org/blocking-webpages-based-on-keywords-or-phrases-with-safesquid-proxy</guid>
 <comments>http://www.howtoforge.org/blocking-webpages-based-on-keywords-or-phrases-with-safesquid-proxy#comment</comments>
</item>
<item>
 <title>How To Install And Configure Dansguardian With Multi-Group Filtering And Squid With NTLM Auth On Debian Etch</title>
 <link>http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Install And Configure Dansguardian With Multi-Group Filtering And Squid With NTLM Auth On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This how-to describes how to install and configure Dansguardian with
multi-group filtering, Squid with NTLM auth, ipmasq, and dnsmasq to
provide a full internet gateway solution for small to medium sized
networks. This how-to requires two NICs in order to preform firewalling
and transparent proxying.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/samba">Samba</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Wed, 16 Jul 2008 19:21:47 +0200</pubDate>
 <guid>http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch#comment</comments>
</item>
<item>
 <title>HOWTO: Encrypt The System Manually Upon Installation (Ubuntu 8.04)</title>
 <link>http://www.howtoforge.org/encrypting-the-system-manually-upon-installation-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;HOWTO: Encrypt The System Manually Upon Installation (Ubuntu 8.04)&lt;/b&gt; &lt;/p&gt;&lt;p&gt;This tutorial describes how you can encrypt an Ubuntu 8.04 (Hardy Heron) system right during the initial installation.&lt;br /&gt;&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Tue, 15 Jul 2008 17:27:33 +0200</pubDate>
 <guid>http://www.howtoforge.org/encrypting-the-system-manually-upon-installation-ubuntu8.04</guid>
 <comments>http://www.howtoforge.org/encrypting-the-system-manually-upon-installation-ubuntu8.04#comment</comments>
</item>
<item>
 <title>Enhance Security By Removing ActiveX Control Codes From Web Pages With SafeSquid Proxy Server</title>
 <link>http://www.howtoforge.org/removing-activex-control-codes-from-webpages-with-safesquid</link>
 <description>&lt;p&gt;&lt;b&gt;Enhance Security By Removing ActiveX Control Codes From Web Pages With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Allowing free access to ActiveX Control content, can be a security risk.
ActiveX can be used to deposit spyware, adware and other malware into users
system, when they visit innocent looking websites. A google search for &lt;span class=&quot;system&quot;&gt;dangers
of activex&lt;/span&gt; would be very informative. The &lt;span class=&quot;system&quot;&gt;Rewrite Document&lt;/span&gt; feature of SafeSquid
- Content Filtering Internet Proxy, allows you to alter the html codes of a web
page on the fly, and send the modified content to the requesting user. This
feature can be used to search for ActiveX codes in web pages served by
non-trusted websites, remove or replace them with some other codes, and serve
the modified web pages to the user.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Tue, 08 Jul 2008 13:33:08 +0200</pubDate>
 <guid>http://www.howtoforge.org/removing-activex-control-codes-from-webpages-with-safesquid</guid>
 <comments>http://www.howtoforge.org/removing-activex-control-codes-from-webpages-with-safesquid#comment</comments>
</item>
<item>
 <title>HOWTO: Automatically Unlock LUKS Encrypted Drives With A Keyfile</title>
 <link>http://www.howtoforge.org/automatically-unlock-luks-encrypted-drives-with-a-keyfile</link>
 <description>
&lt;p&gt;&lt;b&gt;HOWTO: Automatically Unlock LUKS Encrypted Drives With A Keyfile&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This howto shows how to unlock multiple devices in the
intial ramdisk remotely. I suggest to use a keyfile for
automatic unlocking. The keyfile should be stored in the normally
encrypted root partition - so you still have to unlock that one. During
boot process it will then be used to unlock all the other devices.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Mon, 07 Jul 2008 19:33:28 +0200</pubDate>
 <guid>http://www.howtoforge.org/automatically-unlock-luks-encrypted-drives-with-a-keyfile</guid>
 <comments>http://www.howtoforge.org/automatically-unlock-luks-encrypted-drives-with-a-keyfile#comment</comments>
</item>
<item>
 <title>How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;mod_defensible
is an Apache 2.x module intended to block spammers/hackers/script
kiddies using DNSBL servers. It will look at the client IP and check it
in one or several DNSBL servers and return a 403 Forbidden page to the
client. This guide shows how to install and use it with Apache 2 on a
Debian Etch server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Sun, 06 Jul 2008 17:19:10 +0200</pubDate>
 <guid>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up Shorewall (Shoreline) 4.0 Firewall On CentOS 5.1</title>
 <link>http://www.howtoforge.org/how-to-set-up-shorewall-firewall-on-centos-5.1</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up Shorewall (Shoreline) 4.0 Firewall On CentOS 5.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial will walk you through setting up Shorewall (Shoreline)
4.0 firewall on CentOS 5.1 , this can easily be adapted to any other
Linux distribution out there.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Wed, 02 Jul 2008 20:32:59 +0200</pubDate>
 <guid>http://www.howtoforge.org/how-to-set-up-shorewall-firewall-on-centos-5.1</guid>
 <comments>http://www.howtoforge.org/how-to-set-up-shorewall-firewall-on-centos-5.1#comment</comments>
</item>
<item>
 <title>How To Block Cookies From Unwanted Websites With SafeSquid Proxy Server</title>
 <link>http://www.howtoforge.org/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Block Cookies From Unwanted Websites With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Basically, cookies are pieces of information, usually personal preferences,
that are stored into a visitors system, when they visit a website. The next time
the visitor accesses the same website, the cookie is transferred from the
visitors system to the website, and his preferred content is displayed to him.
Cookies are also used to allow a visitor to log into his personal account on a
website. Although, not always dangerous, many advertising and marketing websites
gather personal information, without the users knowledge, and use this
information to display especially targeted marketing ads and banners.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Tue, 01 Jul 2008 13:40:02 +0200</pubDate>
 <guid>http://www.howtoforge.org/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server</guid>
 <comments>http://www.howtoforge.org/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server#comment</comments>
</item>
</channel>
</rss>
