<?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>Geek Technica &#187; Security</title> <atom:link href="http://geektechnica.com/category/security/feed/" rel="self" type="application/rss+xml" /><link>http://geektechnica.com</link> <description>Geek Technica</description> <lastBuildDate>Wed, 21 Jul 2010 05:39:53 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>Why you should not connect to unknown Wi-Fi access point</title><link>http://geektechnica.com/2009/11/why-you-should-not-connect-to-unknown-wi-fi-access-point/</link> <comments>http://geektechnica.com/2009/11/why-you-should-not-connect-to-unknown-wi-fi-access-point/#comments</comments> <pubDate>Thu, 26 Nov 2009 19:21:47 +0000</pubDate> <dc:creator>Brian</dc:creator> <category><![CDATA[Geek]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.geektechnica.com/2009/11/why-you-should-not-connect-to-unknown-wi-fi-access-point/</guid> <description><![CDATA[To most people an open Wi-Fi access point is gold mine. They don’t think twice before connecting to a Wi-Fi access point and going on their merry ways and surf around the internet. It is just so convenient. But it is also a big risk factor with serious security ramifications. I am not talking about [...]]]></description> <content:encoded><![CDATA[<p>To most people an open Wi-Fi access point is gold mine. They don’t think twice before connecting to a Wi-Fi access point and going on their merry ways and surf around the internet. It is just so convenient. But it is also a big risk factor with serious security ramifications. I am not talking about Wi-Fi spots available in Starbucks or similar business outlets, even though they still might have similar security concerns, I am more concerned about open wireless access in your neighborhood that someone forget to secure it with a password.</p><p>Such an open access point could be a trap set up by a knowledgeable person with bad intentions, with proper tools they can not only log all your online activities but can also gain access to your email, bank or financial website information that you access to using their internet connection. A smart and capable hacker can hijack your session when you are connected to your bank or email account without actually having username and password for your account. For some sites without proper security measures username and password can be viewed in plain text using a sniffer, as shown below.</p><p><a
href="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/11/cain.png"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="cain" border="0" alt="cain" src="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/11/cain_thumb.png" width="644" height="378" /></a></p><p>&#160;</p><p> <span
id="more-614"></span><p>In the above demonstration as you can see with the correct tools (in this <a
href="http://www.oxid.it/cain.html">Cane and Abel</a>) anyone can sniff out critical access informations to websites you visit. <em>Please note that the above example&#160; is just a demonstration and banks usually don’t pass plaintext username and password like shown here.</em></p><p>To protect yourself, avoid connecting to open Wi-Fi access point, whether you know the source or not. If you absolutely have to connect to an open relay, try to avoid logging to password protected websites.</p> ]]></content:encoded> <wfw:commentRss>http://geektechnica.com/2009/11/why-you-should-not-connect-to-unknown-wi-fi-access-point/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Security by Obscurity: Or How to Run Your Server on Caffeine</title><link>http://geektechnica.com/2009/07/security-by-obscurity-or-how-to-run-your-server-on-caffeine/</link> <comments>http://geektechnica.com/2009/07/security-by-obscurity-or-how-to-run-your-server-on-caffeine/#comments</comments> <pubDate>Mon, 06 Jul 2009 15:37:43 +0000</pubDate> <dc:creator>Pavs</dc:creator> <category><![CDATA[How-to]]></category> <category><![CDATA[Linux & Open Source]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.geektechnica.com/2009/07/security-by-obscurity-or-how-to-run-your-server-on-caffeine/</guid> <description><![CDATA[In a perfect world you should be ok with whatever default configuration your server comes with. You install your server – set a decent iptables rules and you should be good to go as long as you do regular updates. But we don’t live in a perfect world and the default server configurations are almost [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/07/Picture1.png"><img
style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Picture 1" border="0" alt="Picture 1" src="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/07/Picture1_thumb.png" width="577" height="207" /></a></p><p>In a perfect world you should be ok with whatever default configuration your server comes with. You install your server – set a decent iptables rules and you should be good to go as long as you do regular updates. But we don’t live in a perfect world and the default server configurations are almost always not the best configuration, more so when it comes to security. One of the many ways an attacker plots their attack is by gaining as much information they can get about the server software and more specifically which version of the package they are running. Some of these packages may have very well known exploits in the wild which can be used to compromise the server. Of course if you are running a version of the server package that has well-known exploits in the wild, obscuring server signature will only delay the inevitable.</p><p>But even when you are running a patched and up to date version of the server, obscuring your server signature adds a layer of protection on an already secured system. Most people who argue against security by obscurity, fear that this will only make people lazy towards implementing standard security practices. To them I have to say that “You can’t cure stupidity”.</p><p> <span
id="more-507"></span><br
/><h3>Changing Server Signature with mod_security</h3><p><p> <a
href="http://www.modsecurity.org/">ModSecurity</a> works like a firewall for Apache, it checks, logs and prevents malicious activity using a set of rules. Unfortunately libapache2-mod-security package have been removed from debian/Ubuntu repositories so you will need to manually download the package and install it, which is as simple as selecting the <a
href="http://etc.inittab.org/~agi/debian/libapache-mod-security2/">right package</a> for your platform and installing it with dpkg. <a
href="http://poweredbyapathy.com/centos-52-modsecurity-installation/">Installing from source</a> can be a bit tricky but its worth the trouble. After you have successfully installed mod_security you will need to reload/restart apache for changes to take effect.</p><p>To configure custom Server Header, edit your apache configuration file (usually apache2.conf) and turn off ServerSignature and add a new entry called “SecServerSignature” followed by the custom server information you want to reveal to the outside world. The best practice is to use a very obscure server name or version that doesn’t exist (i.e. Apache 3.9). But you can also show off to your friends (or baffle script kiddies) with funny entries:</p><div
style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px"><div
style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   1:</span> ServerSignature Off</pre><pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   2:</span> SecServerSignature <span style="color: #006080">&quot;This Server is running on Caffeine.&quot;</span></pre></p></div></div><p
align="center"><em>Need apache reload to take effect.</em></p><p>You can use services like <a
href="http://www.sucuri.net">securi.net</a> to instantly check if your custom server signature is actually working:</p><p><a
href="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/07/geek1.png"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="geek1" border="0" alt="geek1" src="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/07/geek1_thumb.png" width="644" height="307" /></a></p></p><p>Or <a
href="http://toolbar.netcraft.com/site_report?url=http://geektechnica.com">Netcraft</a>, which takes few days to update:</p><p><a
href="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/07/netcraft2.png"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="netcraft2" border="0" alt="netcraft2" src="http://geektech.geektech.netdna-cdn.com/wp-content/uploads/2009/07/netcraft2_thumb.png" width="644" height="174" /></a></p> ]]></content:encoded> <wfw:commentRss>http://geektechnica.com/2009/07/security-by-obscurity-or-how-to-run-your-server-on-caffeine/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Content Delivery Network via geektech.geektech.netdna-cdn.com

Served from: geektechnica.com @ 2010-07-30 10:17:01 -->