<?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>Tdot - Blog &#187; Security</title>
	<atom:link href="http://tdot-blog.com/category/security/feed" rel="self" type="application/rss+xml" />
	<link>http://tdot-blog.com</link>
	<description>Affordable Web Hosting &#124; cPanel, Security, Wordpress, Resources, and Your Say</description>
	<lastBuildDate>Tue, 03 Jan 2012 12:51:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Setup and Monitor Your cPanel&#8217;s Raw Access Logs</title>
		<link>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs</link>
		<comments>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:12:14 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[access logs]]></category>
		<category><![CDATA[cpanel 11]]></category>
		<category><![CDATA[cpanel web hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3054</guid>
		<description><![CDATA[cPanel's raw access logs is overlooked by many, while it can give you detailed insight of who is trying to access your pages. Learn here how to setup and monitor your raw access logs for better monitoring and securing your site.]]></description>
			<content:encoded><![CDATA[<p>cPanel&#8217;s raw access logs is overlooked by many, while it can give you detailed insight of who is trying to access what pages, when, and from where.<br />
By default, all cPanel web hosting accounts are set to delete the logs on a daily basis. I suggest you change the setting, so you can keep the logs and be able to check them later on a weekly or monthly basis. This may take more space on your web hosting account, but it&#8217;s worth doing for monitoring any suspicious activity.<br />
<span id="more-3054"></span><br />
Checking the access logs will give you good idea of areas of your site being accessed and your site&#8217;s response to it. If you notice any suspicious activity, you should do any of the following: double check your site&#8217;s pages, block the suspicious ip address, take an extra backup, or if you found any damage restore your site from a previous backup. You can also contact your web hosting provider about it.</p>
<p><strong>How to find Raw Access Logs:</strong><br />
Let&#8217;s take a look at the access logs. To access raw logs, click on the Raw Access Logs icon from the main cPanel account page:</p>
<p><img class="alignleft size-full wp-image-3059" title="raw-access-logs-icon" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-icon.jpg" alt="raw-access-logs-icon" width="167" height="159" /></p>
<p>This will take you to the Raw Access Logs detail screen: (see image below)<br />
Click on the first checkbox under configure logs title and then click the Save button.<br />
This will allow the logs to be updated and added to the archive file, which you can download later to see activity for a period of up to a month.<br />
You can see the archive file with under Archived Raw Logs link at the bottom of the screen. (see image below) Archive file name will have the domain name (grayed out in the image) with a date suffix and a .gz extension.<br />
Once you click on any of the archives, you should be able to save it on you local disk and extract the content using either (winzip, 7-zip or any similar software)</p>
<p><img class="alignleft size-full wp-image-3060" title="raw-access-logs-detail" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-detail.jpg" alt="raw-access-logs-detail" width="396" height="468" /></p>
<p><strong>Raw Access Logs Layout ( good example):</strong></p>
<p><img class="alignleft size-full wp-image-3067" title="raw-access-logs-good-example" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-good-example2.jpg" alt="raw-access-logs-good-example" width="676" height="63" /></p>
<p>Raw access log entries starts with the ip address of the visitor followed by date of the visit. Next you can see the http request “Get” meaning the visitor accessing your site&#8217;s login form in this example (see image above). Following the Get request, we see the relative file name followed by the version of the HTTP request (1.1)  Note: The 2 most popular requests you&#8217;ll find in the log file are “Get” and “Post”.<br />
Next, you&#8217;ll find a numerical value 200, in this case it specifies the resulting status of the request. Typical values for this code are 200 (OK). Another known number is 404 (Not Found) and 403 (Forbidden). To learn more about HTTP Status codes, refer to the <a title="http error codes list" href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes" target="_blank">whole list in wikipedia</a>.</p>
<p>The next numerical is 2125, a number indicating the total size (in bytes) of data transmitted for the request.<br />
The next portion of our access log entry specifies the referrer, showing the URL of the referrer (grayed in the image sample).<br />
Finally, the formal identity of the user-agent is specified at the end of the log raw.</p>
<p><strong>Example of a suspicious Access Logs</strong><strong>:</strong></p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example11.jpg"><img class="alignleft size-medium wp-image-3074" title="raw-access-logs-susp-example1" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example11-300x44.jpg" alt="raw-access-logs-susp-example1" width="480" height="55" /></a><br />
(click image to enlarge)</p>
<p>Here someone has tried to exploit the site via URL attack. Usually these attempts fail due to limited site access setup. Also a firewall running on the server should prevent such attacks. For you it is a good thing to know what is happening on your site, so you can either block the ip or it will alert you to keep a closer eye on your site in general.</p>
<p><strong>Another example of a suspicious Access Logs:</strong></p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example21.jpg"><img class="alignleft size-medium wp-image-3077" title="raw-access-logs-susp-example2" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example21-300x35.jpg" alt="raw-access-logs-susp-example2" width="480" height="55" /></a><br />
(click image to enlarge)</p>
<p>Here someone has tried to exploit the site via sql injection. You can see “Union” and “Select” database statements that will give the user unauthorized information. This kind of attack can be prevented by the software and it&#8217;s capabilities to sanitize the query. WordPress is now a lot more secure than the earlier versions, however be careful of plugins or themes that could not be safe enough to block this kind of attack.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3054&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Privacy Issues, Time to Update Your Privacy Setting, or Just Quit.</title>
		<link>http://tdot-blog.com/security/facebook-privacy-issues-time-to-update-your-privacy-setting-or-just-quit</link>
		<comments>http://tdot-blog.com/security/facebook-privacy-issues-time-to-update-your-privacy-setting-or-just-quit#comments</comments>
		<pubDate>Mon, 24 May 2010 10:57:02 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2995</guid>
		<description><![CDATA[You might have noticed changes in Facebook&#8217;s privacy policy. I got email notices about it recently. I also noticed updating my account setup is not that easy to do. It is ironic to me that a site, which became so popular due to ease of use from the usability perspective, makes it so difficult to [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" title="reclaim-privacy" src="http://tdot-blog.com/wp-content/uploads/2010/05/reclaim-privacy.png" alt="reclaim-privacy" width="115" height="115" />You might have noticed changes in Facebook&#8217;s privacy policy. I got email notices about it recently. I also noticed updating my account setup is not that easy to do. It is ironic to me that a site, which became so popular due to ease of use from the usability perspective, makes it so difficult to find and update your privacy settings.</p>
<p><a href="http://news.bbc.co.uk/2/hi/technology/10145863.stm" target="_blank">BBC wrote</a> today, after facing increasing criticism from not only US consumer groups, but also European Union data protection officials, who describe the recent privacy changes as unacceptable, facebook founder Mark Zuckerberg is pledging easier privacy.</p>
<p>Many have even pledged to quit Facebook. <a href="http://quitfacebookday.com" target="_blank">QuitFacebookDay.com,</a> an anti-facebook site is encouraging it&#8217;s visitors to quit Facebook by May 31, 2010. Already at the time of this writing over 14,000 have pledged to quit.</p>
<p><span id="more-2995"></span></p>
<p><img class="alignleft size-full wp-image-2997" title="privacy-scanner-reclaimprivacy" src="http://tdot-blog.com/wp-content/uploads/2010/05/privacy-scanner-reclaimprivacy.png" alt="privacy-scanner-reclaimprivacy" align="left" /><strong>I strongly recommend</strong> you to visit <a href="http://ReclaimPrivacy.org" target="_blank">ReclaimPrivacy.org</a> to take a look and update your privacy if you need to. ReclaimPrivacy.org offers a free and easy to use tool that will scan your Facebook account&#8217;s privacy on facebook. Privacy Scanner will display in color coded tags, how secure, (and/or not so secure) your settings are. Even if you are not concerned about privacy, I strongly recommend you to check it out. It will remind you as how the world looks at your personal data.<br />
And while you there, check out the story by Consumer Reports titled: &#8220;7 Things To Stop Doing Now on Facebook&#8221;</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2995&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/facebook-privacy-issues-time-to-update-your-privacy-setting-or-just-quit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Create Stronger Passwords for Your Online Accounts</title>
		<link>http://tdot-blog.com/security/tips-to-create-stronger-passwords-for-your-online-accounts</link>
		<comments>http://tdot-blog.com/security/tips-to-create-stronger-passwords-for-your-online-accounts#comments</comments>
		<pubDate>Tue, 18 May 2010 11:41:58 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2982</guid>
		<description><![CDATA[With the proliferation of sites and online/software systems we use on a daily basis, it is becoming more challenging to manage all our passwords. Many I noticed pick simple passwords. It can cause you a lot of headache, if your password is cracked and your investment is lost suddenly. On the other hand good and [...]]]></description>
			<content:encoded><![CDATA[<p><img title="password security" src="http://tdot-blog.com/wp-content/uploads/2010/05/004_03.jpg" alt="tips to better password security" width="150" height="150" align="left" /> With the proliferation of sites and online/software systems we use on a daily basis, it is becoming more challenging to manage all our passwords. Many I noticed pick simple passwords. It can cause you a lot of headache, if your password is cracked and your investment is lost suddenly. On the other hand good and reputable sites will guide you to enter more robust password to use.</p>
<p>Surprisingly there are many password cracking software tools. I assume these were made for ethical use of lost passwords or someone who left her/his job and no one can unlock the computer. The problem however is when these software tools fall in the wrong hands&#8230;</p>
<p><span id="more-2982"></span></p>
<p>To better protect your online investment, you will need to do a little of planning that can bring you far ahead from most online users.</p>
<p>In general your password security will depend on your general caution about protecting your assets. This is the same like leaving your car in the parking lot of a busy shopping area, or even in front of your house. Do you leave it locked or unlocked?</p>
<p>Whether your answer is locked or unlocked, I invite you to keep reading my post and hopefully be aware to better password protect your online assets:</p>
<p><strong>Here is my list:</strong></p>
<p><strong>1- Don&#8217;t choose a short password: </strong></p>
<p>I have seen many websites checking and validating for a minimum of 8 characters. That&#8217;s great, because it turns out that the time it takes to crack 8 character password is exponentially more, than a 6 character password. I would even suggest a 10 character password and for more sensitive information go even for 15 of more characters.</p>
<p><strong>2- Don&#8217;t pick words that relate to you: </strong></p>
<p>Don&#8217;t pick family members names, or even a city you live in or phone number or a hobby or anything else that is easily to be guessed about you. Just pick words that are not related to you. Remember, popular social sites and blogs encourage people to write a profile, so if you write you live in &#8230; and you wife&#8217;s and kids names are &#8230;. and graduated from &#8230;..</p>
<p>This information could be easily guessed, if you use any of it to create your passwords.</p>
<p><strong>3- Don&#8217;t pick easily guessable words, numbers and/or patterns:</strong></p>
<p>I have done this before, with words like: bulldog, goldfish, coffee, 123456, asdfg, abcdef, abc123, 911, &#8230;.</p>
<p><strong>4- Don&#8217;t  store your password on your laptop or online</strong></p>
<p>If you can&#8217;t remember and have to save you password, save it in a file offline. I would save it on a writable CD or a flash drive that can be easily detached from your laptop. I don&#8217;t like online sites or software that helps managing passwords. I feed safer just doing it the old fashioned way, writing them on a little booklet that I keep in a safe place.</p>
<p><strong>5-Include numbers, capital letters and symbols</strong></p>
<p>Try to always incorporate all letters in your password, not only lower case. The chances that a brute force attack will find your password will be of a magnitude of 10 thousands more difficult, than with just using lower case characters. It is a statistical truth that you want to be aware of to better protect you accounts.</p>
<p><strong>6-Consider changing your password at least once a year</strong></p>
<p>I have seen big corporations enforcing policies of changing passwords every 90 days, but I don&#8217;t think this helps a lot since an attacker will need only minutes or even hours time to crack your password. You will need however to change your password, just to make sure it is not found or stored in a place that someone can find.</p>
<p><strong>7-Make sure your Antivirus software is up-to-date.</strong></p>
<p>Always make sure your anti virus is up-to-date and gets updated constantly, otherwise switch to a different software. Make sure the software checks the incoming email and scans the attachments as well and never download any attachment unless you know the sender and trust the attachment too.</p>
<p>This is my list, did I miss anything? Let me know.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2982&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/tips-to-create-stronger-passwords-for-your-online-accounts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft to Fix a 17 Year Old Security Bug</title>
		<link>http://tdot-blog.com/security/microsoft-to-fix-a-17-year-old-security-bug</link>
		<comments>http://tdot-blog.com/security/microsoft-to-fix-a-17-year-old-security-bug#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:11:35 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2935</guid>
		<description><![CDATA[Microsoft to fix a 17 year old security bug in it&#8217;s next security update coming up this month. Well, a bug can stay forever unless someone uncovers it, right? In this case a Google researcher discovered a utility that allows users of new versions of windows to run old versions of windows software. This bug [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-top: 2px; margin-bottom: 2px;" title="microsoft-logo" src="http://tdot-blog.com/wp-content/uploads/2010/02/microsoft-logo.jpg" alt="microsoft-logo" width="100" height="101" align="left" />Microsoft to fix a 17 year old security bug in it&#8217;s next security update coming up this month.</p>
<p>Well, a bug can stay forever unless someone uncovers it, right? In this case a Google researcher discovered a utility that allows users of new versions of windows to run old versions of windows software.</p>
<p>This bug goes back to the days of windows 3.1, and has never been addressed by Microsoft until discovered last month. The good news is that this security issue has not been exploited. To read more about it, <a href="http://news.bbc.co.uk/2/hi/technology/8499859.stm" target="_blank">click here</a>.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2935&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/microsoft-to-fix-a-17-year-old-security-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Microsoft IE risky?</title>
		<link>http://tdot-blog.com/security/is-microsoft-ie-risky</link>
		<comments>http://tdot-blog.com/security/is-microsoft-ie-risky#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:50:43 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2905</guid>
		<description><![CDATA[France followed by the German government lately warned web users against Microsoft&#8217;s IE and advised using an alternative web browser. They knew about the vulnerabilities earlier, but announced the warning after the malicious code that was used on Google was published online. Even though IE 8 is more secure than earlier versions of IE, Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-2909" title="microsoft-ie" src="http://tdot-blog.com/wp-content/uploads/2010/01/microsoft-ie.jpg" alt="Microsoft IE" width="90" height="84" align="left" /></p>
<p>France followed by the German government lately warned web users against Microsoft&#8217;s IE and advised using an alternative web browser. They knew about the vulnerabilities earlier, but announced the warning after the malicious code that was used on Google was published online.<br />
<span id="more-2905"></span><br />
Even though IE 8 is more secure than earlier versions of IE, Microsoft admitted that it is vulnerable as well. The risk comes only, if you browsed a compromised site and will infect your laptop allowing your sensitive information to be stolen.</p>
<p>I caution using IE for now, until Microsoft comes up with a fix for this issue.</p>
<p>Click <a title="IE security warning" href="http://news.bbc.co.uk/2/hi/technology/8465038.stm" target="_self">here </a>to read more about the story.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2905&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/is-microsoft-ie-risky/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.6 Available With a Security Fix</title>
		<link>http://tdot-blog.com/wordpress/wordpress-2-8-6-available-with-a-security-fix</link>
		<comments>http://tdot-blog.com/wordpress/wordpress-2-8-6-available-with-a-security-fix#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:12:31 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2765</guid>
		<description><![CDATA[Unless you are using a plugin to hide your WordPress version number, you will notice the message in the admin area for upgrading your WordPress installation. 2.8.6 released late last week addresses a couple of issues that can be exploited by users of your site with posting privileges. If you have multiple registered users or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tdot-blog.com/wp-content/uploads/2008/05/wp_logo_blue1.png" alt="wp_logo_blue1.png" title="wp_logo_blue1.png" width="96" height="96" align="left" />Unless you are using a plugin to hide your WordPress version number, you will notice the message in the admin area for upgrading your WordPress installation.<br />
2.8.6 released late last week addresses a couple of issues that can be exploited by users of your site with posting privileges. If you have multiple registered users or plugins that allow others to post to your blog, then upgrading is highly recommended.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2765&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/wordpress-2-8-6-available-with-a-security-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Redirect Your Visitor from HTTP to HTTPs</title>
		<link>http://tdot-blog.com/security/how-to-redirect-your-visitor-from-http-to-https</link>
		<comments>http://tdot-blog.com/security/how-to-redirect-your-visitor-from-http-to-https#comments</comments>
		<pubDate>Tue, 01 Sep 2009 10:56:52 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Ask Your Host]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/security/how-to-redirect-your-visitor-from-http-to-https</guid>
		<description><![CDATA[I was working on a site that needed SSL setup for credit card form submission. SSL ( Secure Socket Layer) is a protocol that allows data to be encrypted when transmitted from the browser to the server. Setting up SSL on the server requires a certificate to be installed. I usually buy the certificate from [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a site that needed SSL setup for credit card form submission.<br />
SSL ( Secure Socket Layer) is a protocol that allows data to be encrypted when transmitted from the browser to the server.</p>
<p><span id="more-2645"></span></p>
<p>Setting up SSL on the server requires a certificate to be installed. I usually buy the certificate from godaddy. <a href="http://en.wikipedia.org/wiki/Https" target="_blank"></a></p>
<p>On some sites, you will see only certain pages redirect the page (URL) from http to https. I personally prefer to have https on the entire website and the best way to set it is on the server&#8217;s .htaccess file for the following reasons:</p>
<p>1- You don&#8217;t have to deal with changing your scripts or adding extra html or php redirect.</p>
<p>2- If you have to test the script on your local machine or on a server that isn&#8217;t SSL enabled, you don&#8217;t need to make changes to it.</p>
<p>3- It more secure.</p>
<p>Adding the following server redirects should do it. Just save the following in .htaccess under your root directory:</p>
<blockquote><p>RewriteEngine On<br />
RewriteCond %{HTTPS} !on<br />
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}</p></blockquote>
<p>You can learn more about it here: <a href="http://en.wikipedia.org/wiki/Https" target="_blank">http://en.wikipedia.org/wiki/Https.</a> Wikipedia explains the process in simple &#8220;plain english&#8221;.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2645&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/how-to-redirect-your-visitor-from-http-to-https/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware Searching The Web</title>
		<link>http://tdot-blog.com/security/beware-searching-the-web</link>
		<comments>http://tdot-blog.com/security/beware-searching-the-web#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:38:19 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/security/beware-searching-the-web</guid>
		<description><![CDATA[Nowadays I always search the web when looking for any topic, checking for an event, or trying to find directions. I don&#8217;t usually think when searching, that some searches are riskier that others. Scammers are always looking for more traffic to their sites, and lately started to look for organic traffic to get to their [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tdot-blog.com/wp-content/uploads/2009/07/mcfee.jpg" title="mcfee.jpg"><img src="http://tdot-blog.com/wp-content/uploads/2009/07/mcfee.jpg" alt="mcfee.jpg" title="mcfee.jpg" align="left" /></a>Nowadays I always search the web when looking for any topic, checking for an event, or trying to find directions. I don&#8217;t usually think when searching, that some searches are riskier that others.</p>
<p><span id="more-2607"></span></p>
<p>Scammers are always looking for more traffic to their sites, and lately started to look for organic traffic to get to their victims.<br />
McAfee conducted a study that focuses on this trend by analyzing over 2000 of the most popular keywords and phrases used in search engines.<br />
They came out with an interesting report that shows how much risk is associated to each keyword or phrase you might use in the search engines.</p>
<p><a href="http://tdot-blog.com/security/beware-searching-the-web/attachment/riskiest-keywordsjpg" rel="attachment wp-att-2609" title="riskiest-keywords.jpg"><img src="http://tdot-blog.com/wp-content/uploads/2009/07/riskiest-keywords.jpg" alt="riskiest-keywords.jpg" /></a></p>
<p>The riskiest keywords were the most popular ones such as: word unscrambler, lyrics, myspace, free music downloads&#8230;.<br />
By looking at the riskiest keywords, they concluded that scammers keep targeting popular keywords to gain more traffic and target a larger pool of victims.</p>
<p>This study was used mainly with the McAfee SiteAdvisor tool. <a href="http://www.siteadvisor.com/" title="mcfee's siteadvisor for safer surfing" target="_blank">SiteAdvisor </a>rates sites with color codes, green being safe, yellow minor risk, and red high risk. SiteAdvisor is a plugin that you can use with you explorer and firefox browser and allows you to see the risk of a site before using it. In this study Mcfee gathered the first five pages of search results for each keyword and counted the number of red and yellow rated sites on each page. Risk was assessed as a ratio of the red and yellow sites to the green sites. Both sponsored and organic links are counted in the study.</p>
<p>The good news is that this study shows that the web is safer than previously thought. The average risk level according to this study fell from 4% to 1.7%.</p>
<p>To learn more about the report click <a href="http://us.mcafee.com/en-us/local/docs/most_dangerous_searchterm_us.pdf" target="_blank">here</a>.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2607&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/beware-searching-the-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Hacked Websites Present a threat to You?</title>
		<link>http://tdot-blog.com/security/can-hacked-websites-present-a-threat-to-you</link>
		<comments>http://tdot-blog.com/security/can-hacked-websites-present-a-threat-to-you#comments</comments>
		<pubDate>Tue, 05 May 2009 11:16:45 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/security/can-hacked-websites-present-a-threat-to-you</guid>
		<description><![CDATA[I was surprised to read last week a news story from avast, warning about the increase of websites infected with the iframe tag or thread. In the story they mentioned that high visibility sites like USA Today, ABC News, and Wal-Mart were affected. This happened to one of my sites not long ago. Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>I was surprised to read last week a news story from avast, warning about the increase of websites infected with the iframe tag or thread.</p>
<p>In the story they mentioned that high visibility sites like USA Today, ABC News, and Wal-Mart were affected.</p>
<p>This happened to one of my sites not long ago. Thanks to avast, I found about it quickly. I have outsourced a site for one of my customers, and asked the freelancer to load the site. After he was done, I went to take a look. Suddenly the popular avast alarm sound started and a panel showed a warning me about the web page.<br />
<span id="more-2585"></span><br />
I was surprised, specially that other pages of the same site were fine for avast.<br />
I quickly went back to look at the site source, and sure enough&#8230;, I found the iframe tag in the page source close to the bottom of the web page.<br />
It had code referencing another site, that could have caused damage to my laptop without even me noticing where it came from. I quickly removed it and that was it.<br />
I guess what happened is that the freelancer had a malware or spyware on his laptop, and it inserted the iframe tag in the page while ftp&#8217;ing the files to the server. Lesson learned: Don&#8217;t let anyone update your files for you.</p>
<p>iframe tags are legitimate html tags that allows you see other site&#8217;s content in your own web pages. Unfortunately, they could be used to harm you in many other ways.</p>
<p>To minimize the risk to your laptop, make sure you always have your antivirus software running and up-to-date on your computer. To learn more, <a href="http://www.avast.com/eng/avast-and-forum-users-combine-to-defeat-website-hackers.html" title="iframe thread" target="_blank">click here to read the entire story from avast</a>.</p>
<p>Stay safe.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2585&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/can-hacked-websites-present-a-threat-to-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to Better Secure Your PayPal Account With a Security Key</title>
		<link>http://tdot-blog.com/security/steps-to-better-secure-your-paypal-account-with-a-security-key</link>
		<comments>http://tdot-blog.com/security/steps-to-better-secure-your-paypal-account-with-a-security-key#comments</comments>
		<pubDate>Tue, 17 Mar 2009 10:56:21 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/security/steps-to-better-secure-your-paypal-account-with-a-security-key</guid>
		<description><![CDATA[PayPal is known to be safe in general. If you have an issue with a transaction, PayPal provides the means to dispute it online through your account. I got recently a security key and think it&#8217;s good investment any paypal account holder should have. Even if you don&#8217;t keep a lot of money in your account, [...]]]></description>
			<content:encoded><![CDATA[<p>PayPal is known to be safe in general. If you have an issue with a transaction, PayPal provides the means to dispute it online through your account.</p>
<p>I got recently a security key and think it&#8217;s good investment any paypal account holder should have. Even if you don&#8217;t keep a lot of money in your account, it could still be a headache if your account for some reason got compromised. Remember, you might have your credit card account or even you bank account tied to your PayPal account.<br />
<span id="more-2556"></span><br />
No one knows if someone got hold of your account what kind of damage it can cause. A security key is only a $5 investment and provides an extra layer of security to your account.<br />
I think it is well worth it.</p>
<p>You can easily request it from your account. Under the profile tab, click on the &#8220;PayPal Security Key&#8221; link to request the key.</p>
<p>Follow instruction to pay $5 for a new Security Key.</p>
<p>After payment, Paypal will send you a new Security Key by mail withing a week.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/03/paypal-activate.jpg" title="paypal-activate.jpg"><img src="http://tdot-blog.com/wp-content/uploads/2009/03/paypal-activate.jpg" title="paypal-activate.jpg" alt="paypal-activate.jpg" align="left" /></a>Once your receive it, log into you PayPal account and click on the &#8220;Activate now&#8221; button to activate your new Security Key.</p>
<p>You will see a confirmation message saying &#8220;Your security key is now active&#8221;</p>
<p>Don&#8217;t worry about losing or not having your Security key with you.</p>
<p>PayPal will let you log into you account without a Security Key, in case your lost it or do not have it handy. Anytime you sign in, you can be presented with 2 questions in case you click on the &#8220;I don&#8217;t have my Security Key with me&#8221; link after entering you password. You can answer only one of these questions:</p>
<p>1- I don&#8217;t have my PayPal Security Key. The key isn&#8217;t lost, but I don&#8217;t have it right now.<br />
2- My PayPal Security Key is lost or broken. I would like to log in and deactivate my Security Key.</p>
<p>Once in your account, you can click on profile and PayPal Security Key link to manage your security key.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/03/paypal-activate2.jpg" title="paypal-activate2.jpg"><img src="http://tdot-blog.com/wp-content/uploads/2009/03/paypal-activate2.jpg" title="paypal-activate2.jpg" alt="paypal-activate2.jpg" align="left" /></a></p>
<p>Note:</p>
<p>You can have multiple Security Keys and each one has it&#8217;s own serial number.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2556&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/steps-to-better-secure-your-paypal-account-with-a-security-key/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

