<?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>Go Hacking &#187; INTERNET SECURITY</title>
	<atom:link href="http://www.gohacking.com/category/internet-security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Tue, 20 Jul 2010 03:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Detect Anonymous IP Addresses</title>
		<link>http://www.gohacking.com/2010/07/detect-anonymous-ip-addresses.html</link>
		<comments>http://www.gohacking.com/2010/07/detect-anonymous-ip-addresses.html#comments</comments>
		<pubDate>Mon, 19 Jul 2010 17:48:19 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[IP ADDRESS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3500</guid>
		<description><![CDATA[As the fraudsters are now becoming more sophisticated in bypassing the Geo-location controls by using proxies (Anonymous IPs) to spoof their IP address, it has become very much necessary to come up with a means ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3503" title="Detect-Proxy" src="http://www.gohacking.com/wp-content/uploads/2010/07/Detect-Proxy.jpg" alt="Detect-Proxy" width="180" height="250" />As the fraudsters are now becoming more sophisticated in bypassing the Geo-location controls by using proxies (Anonymous IPs) to spoof their IP address, it has become very much necessary to come up with a means for detecting the proxies so that the authenticity of the users can be verified. Using a proxy (web proxy) is the simplest and easiest way to conceal the IP address of an Internet user and maintain the online privacy. However proxies are more widely used by online fraudsters to engage in cyber crimes since it is the easiest way to hide their actual Geo-location such as city/country through a spoofed IP address. Following are some of the examples where fraudsters use the proxies to hide their actual IP.</p>
<div>&nbsp;</div>
<p><strong>1. Credit Card Frauds</strong></p>
<p>For example, say a Nigerian fraudster tries to purchase goods online with a stolen credit card for which the billing address is associated with New York. Most credit card merchants use Geo-location to block orders from countries like Nigeria and other high risk countries. So in order to bypass this restriction the credit card fraudster uses a proxy to spoof his IP address so that it appears to have come from New York. The IP address location appears to be legitimate since it is in the same city as the billing address. A proxy check would be needed to flag this order.</p>
<div>&nbsp;</div>
<p><strong>2. Bypass Website Country Restrictions</strong></p>
<p>Some website services are restricted to users form only a selected list of countries. For example, a paid survey may be restricted only to countries like United States and Canada. So a user from say China may use a proxy so as to make his IP appear to have come from U.S. so that he can earn from participating in the paid survey.</p>
<div>&nbsp;</div>
<h2>Proxy Detection Services</h2>
<div>&nbsp;</div>
<p>So in order to stop such online frauds, <strong>Proxy Detection</strong> has become a critical component. Today most companies, credit card merchants and websites that deal with e-commerce transactions make use of <strong>Proxy Detection Services</strong> like <a href="http://www.maxmind.com" target="_blank" rel="nofollow">MaxMind</a> and <a href="http://www.fraudlabs.com/" target="_blank" rel="nofollow">FraudLabs</a> to detect the usage of proxy or spoofed IP from users participating online.</p>
<p>Proxy Detection web services allow instant detection of anonymous IP addresses. Even though the use of proxy address by users is not a direct indication of fraudulent behaviour, it can often indicate the intention of the user to hide his or her real IP. In fact, some of the most used ISPs like AOL and MSN are forms of proxies and are used by both good and bad consumers.</p>
<div>&nbsp;</div>
<p><strong>How Proxy Detection Works?</strong></p>
<p>Proxy detection services often rely on IP addresses to determine whether or not the IP is a proxy. Merchants can obtain the IP address of the users from the HTTP header on the order that comes into their website. This IP address is sent to the proxy detecting service in real time to confirm it&#8217;s authenticity.</p>
<p>The proxy detection services on the other hand compare this IP against a known list of flagged IPs that belong to proxy services. If the IP is not on the list then it is authenticated and the confirmation is sent back to the merchant. Otherwise it is reported to be a suspected proxy. These proxy detection services work continuously to grab a list or range of IPs that are commonly used for proxy services. With this it is possible to tell whether or not a given IP address is a proxy or spoofed IP.</p>
<div>&nbsp;</div>
<p><strong>How to Tell Whether a given IP is Real or a Proxy?</strong></p>
<p>There are a few free sites that help you determine whether or not a given IP is a proxy. You can use free services like <a href="http://whatismyipaddress.com/ip-lookup" target="_blank" rel="nofollow">WhatisMyIPAddress</a> to detect proxy IPs. Just enter the suspected IP in the field and click on &#8220;Lookup IP Address&#8221; button to check the IP address. If it is a suspected proxy then you will see the results something as follows.</p>
<p><img class="aligncenter size-full wp-image-3501" title="Detect Anonymous Proxy" src="http://www.gohacking.com/wp-content/uploads/2010/07/proxy_detection.jpg" alt="Detect Anonymous Proxy" width="338" height="212" /></p>
<p>So for all those who think that they can escape by using a spoofed IP, this post is the answer. I hope this information helps. Pass your comments.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3500&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/07/detect-anonymous-ip-addresses.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is CAPTCHA and How it Works?</title>
		<link>http://www.gohacking.com/2010/06/what-is-captcha.html</link>
		<comments>http://www.gohacking.com/2010/06/what-is-captcha.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:39:45 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3332</guid>
		<description><![CDATA[CAPTCHA or Captcha (pronounced as cap-ch-uh) which stands for &#8220;Completely Automated Public Turing test to tell Computers and Humans Apart&#8221; is a type of challenge-response test to ensure that the response is only generated by humans ...]]></description>
			<content:encoded><![CDATA[<p>CAPTCHA or Captcha (pronounced as cap-ch-uh) which stands for &#8220;Completely Automated Public Turing test to tell Computers and Humans Apart&#8221; is a type of <a href="http://en.wikipedia.org/wiki/Challenge-response_authentication" target="_blank">challenge-response</a> test to ensure that the response is only generated by humans and not by a computer. In simple words, CAPTCHA is the word verification test that you will come across the end of a sign-up form while signing up for Gmail or Yahoo account. The following image shows the typical samples of CAPTCHA.</p>
<div>&nbsp;</div>
<p><img class="aligncenter size-full wp-image-3333" title="Captcha " src="http://www.gohacking.com/wp-content/uploads/2010/06/Captcha_Sample.jpg" alt="Captcha" width="559" height="105" /></p>
<div>&nbsp;</div>
<p>Almost every Internet user will have an experience of CAPTCHA in their daily Internet usage, but only a few are aware of what it is and why they are used. So in this post you will find a detailed information on how CAPTCHA works and why they are used.</p>
<div>&nbsp;</div>
<h3>What Purpose does CAPTCHA Exactly Serve?</h3>
<p>CAPTCPA is mainly used to prevent automated software (bots) from performing actions on behalf of actual humans. For example while signing up for a new email account, you will come across a CAPTCHA at the end of the sign-up form so as to ensure that the form is filled out only by a legitimate human and not by any of the automated software or a computer bot. The main goal of CAPTCHA is to put forth a test which is simple and straight forward for any human to answer but for a computer, it is almost impossible to solve.</p>
<div>&nbsp;</div>
<h3>What is the Need to Create a Test that Can Tell Computers and Humans Apart?</h3>
<p>For many the CAPTCHA may seem to be silly and annoying, but in fact it has the ability to protect systems from malicious attacks where people try to <strong>game</strong> the system. Attackers can make use of automated softwares to generate a huge quantity of requests thereby causing a high load on the target server which would degrade the quality of service of a given system, whether due to abuse or resource expenditure. This can affect millions of legitimate users and their requests. CAPTCHAs can be deployed to protect systems that are vulnerable to email spam, such as the services from Gmail, Yahoo and Hotmail.</p>
<div>&nbsp;</div>
<h3>Who Uses CAPTCHA?</h3>
<p>CAPTCHAs are mainly used by websites that offer services like online polls and registration forms. For example, Web-based email services like Gmail, Yahoo and Hotmail offer free email accounts for their users. However upon each sign-up process, CAPTCHAs are used to prevent spammers from using a bot to generate hundreds of <a href="http://www.gohacking.com/2009/08/how-to-protect-an-email-account-from-spam.html" target="_blank">spam</a> mail accounts.</p>
<div>&nbsp;</div>
<h3>Designing a CAPTCHA System</h3>
<p>CAPTCHAs are designed on the fact that computers lack the ability that human beings have when it comes to processing visual data. It is more easily possible for humans to look at an image and pick out the patterns than a computer. This is because computers lack the real intelligence that humans have by default. CAPTCHAs are implemented by presenting users with an image which contains distorted or randomly stretched characters which only humans should be able to identify. Sometimes characters are striked out or presented with a noisy background to make it even more harder for computers to figure out the patterns.</p>
<p>Most, but not all, CAPTCHAs rely on a visual test. Some Websites implement a totally different CAPTCHA system to tell humans and computers apart. For example, a user is presented with 4 images in which 3 contains picture of animals and one contain a flower. The user is asked to select only those images which contain animals in them. This Turing test can easily be solved by any human, but almost impossible for a computer. </p>
<div>&nbsp;</div>
<h3>Breaking the CAPTCHA</h3>
<p>The challenge in breaking the CAPTCHA lies in real hard task of teaching a computer how to process information in a way similar to how humans think. Algorithms with artificial intelligence (AI) will have to be designed in order to make the computer think like humans when it comes to recognizing the patterns in images. However there is no universal algorithm that could pass through and break any CAPTCHA system and hence each CAPTCHA algorithm must have to be tackled individually. It might not work 100 percent of the time, but it can work often enough to be worthwhile to spammers.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3332&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/06/what-is-captcha.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>10 Tips for a Total Online Security</title>
		<link>http://www.gohacking.com/2010/02/tips-for-a-total-online-security.html</link>
		<comments>http://www.gohacking.com/2010/02/tips-for-a-total-online-security.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:39:25 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=2077</guid>
		<description><![CDATA[With the sudden rise in the Internet usage across the globe over the past few years, there has also been a rise in the amount of online scams and frauds. Today most of the Internet users are unaware ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2080" title="Online Security Tips" src="http://www.gohacking.com/wp-content/uploads/2010/02/Online_Security.jpg" alt="" width="163" height="198" />With the sudden rise in the Internet usage across the globe over the past few years, there has also been a rise in the amount of online scams and frauds. Today most of the Internet users are unaware of the most prevailing online threats which pose a real challenge for their safe Internet usage. As a result, Online Security has become a questionable factor for the most Internet users. However it is still possible to effectively combat online insecurity provided that the users are well aware of the common scams and frauds and know how to protect themselves. A study shows that over 91% of the Internet users are unaware of the online scams and are worried about their security. Well if you are one among those 91% then here is a list of 10 tips to ensure your total online security.</p>
<div>&nbsp;</div>
<p>1. Always install a good antivirus software and keep it up-to-date. Also install a good anti-spyware to keep your PC away from spywares. <a rel="nofollow" href="http://www.gohacking.com/products/anti-spywares" target="_blank">Click Here</a> for a list of recommended anti-spyware softwares.</p>
<div>&nbsp;</div>
<p>2. Always visit known and trusted websites. If you are about to visit an unknown website, ensure that you do not click on suspectable links and banners.</p>
<div>&nbsp;</div>
<p>3. Perform a virus scan on the files/email attachments that you download before executing them.</p>
<div>&nbsp;</div>
<p>4. Regularly Update your operating system and browser software. For a better security it is recommended that you surf the Internet through the latest version of your browser program.</p>
<div>&nbsp;</div>
<p>5. Never share your password (email, bank logins etc.) with any one for any reason. Choose a strong password (A blend of alphanumeric+special symbols) and change it regularly, eg. every 3 months. Avoid using easy-to-guess passwords. (ex. pet&#8217;s name or kid&#8217;s name)</p>
<div>&nbsp;</div>
<p>6. Always type the URL of the website in your browser&#8217;s address bar to enter the login pages. For ex. To login to your Gmail account type <a rel="nofollow" href="http://mail.google.com">http://mail.google.com</a> </p>
<div>&nbsp;</div>
<p>7. Before you enter your password on any login page, ensure that you see <strong>https</strong> instead of http. ex. <a rel="nofollow" href="https://mail.google.com"><span style="color: #008000;">https://mail.google.com</span></a> instead of <a rel="nofollow" href="http://mail.google.com"><span style="color: #ff0000;">http://mail.google.com</span></a>. HTTPS protocol implements SSL (Secure Sockets Layer) and provide better security than a normal HTTP. For more information on HTTPS and SSL see <a href="http://www.gohacking.com/2009/01/know-more-about-secure-sockets-layer-ssl.html" target="_blank">Know More About Secure Sockets Layer (SSL)</a>.</p>
<div>&nbsp;</div>
<p>8. Beware of phishing emails! Do not respond to any email that request you to update your login details by clicking on a link in the body of the email. Such links can lead to Fake Login Pages (Spoofed Pages). For more information on phishing refer <a href="http://www.gohacking.com/2008/01/know-more-about-phishing-attack.html" target="_blank">What is Phishing?</a>. Also refer <a href="http://www.gohacking.com/2008/10/how-to-protect-email-account-from-being.html" target="_blank">How to Protect an Email Account from being Hacked</a>.</p>
<div>&nbsp;</div>
<p>9. Always hit the logout button to close your login session rather than abruptly terminating the browser window. Also clear your web browser caches after every session to remove the temporary files stored in the memory and hard disk of your PC.</p>
<div>&nbsp;</div>
<p>10. Avoid (Stop) using any public computers or computers in the Internet cafes to access any sensitive/confidential information. Also avoid such computers to login to your email/bank accounts. You cannot be sure if any spyware, keystroke-logger, password-sniffer and other malicious programs have not been installed on such a PC.</p>
<div>&nbsp;</div>
<p>By following the above 10 tips your online security can be guaranteed upto 90%. I hope this will help my readers for keeping themselves safe from any of the online insecurities. Cheers! Pass your comments.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=2077&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/02/tips-for-a-total-online-security.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Beware of Common Internet Scams and Frauds</title>
		<link>http://www.gohacking.com/2009/11/beware-of-common-internet-scams-and-frauds.html</link>
		<comments>http://www.gohacking.com/2009/11/beware-of-common-internet-scams-and-frauds.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:20:23 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1883</guid>
		<description><![CDATA[The term Internet Scam or Internet Fraud refers to any type of fraud scheme that uses one or more online services to conduct fraudulent activities. Internet fraud can take place on computer programs such as chat rooms, ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1888" title="Internet Scams" src="http://www.gohacking.com/wp-content/uploads/2009/11/no-scams.gif" alt="Internet Scams" width="227" height="226" />The term <strong>Internet Scam</strong> or <strong>Internet Fraud</strong> refers to any type of fraud scheme that uses one or more online services to conduct fraudulent activities. Internet fraud can take place on computer programs such as chat rooms, e-mail, message boards, or Web sites. In this post I will discuss about some of the commonly conducted scams and frauds across the Internet.</p>
<div>&nbsp;</div>
<h3>1. Phishing Scam</h3>
<div>&nbsp;</div>
<p>This is one of the most commonly used scam to steal bank logins and other types of passwords on the Internet. <strong>Phishing </strong>is the criminally fraudulent process of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. Phishing is typically carried out by e-mail or instant messaging.</p>
<p><strong>Example:</strong>You may receive an email which claims to have come from your bank/financial institution/online service provider that asks you to click a link and update your account information. When you click such a link it will take you to a fake page which exactly resembles the original ones. Here you&#8217;ll be asked to enter your personal details such as username and password. Once you enter your personal details they will be stolen away. Such an email is more than likely the type of Internet scam known as &#8220;phishing&#8221;. Phishing is said to be highly effective and has proved to have more success rate since most of the common people fail to identify the scam.</p>
<p>Most legitimate companies never request any kind of personal/sensitive information via email. So it is highly recommended that you <strong>DO NOT</strong> respond to such fraudulent emails. For more information on phishing visit my detailed post <a href="http://www.gohacking.com/2008/01/know-more-about-phishing-attack.html" target="_blank">What is Phishing?</a></p>
<div>&nbsp;</div>
<h3>2. Nigerian Scams</h3>
<div>&nbsp;</div>
<p>This type of scam involves sending emails (spam) to people in bulk seeking their help to access large amount of money that is held up in a foreign bank account. This email claims that in return for the help you&#8217;ll be rewarded a percentage of the fund that involves in the transaction. Never respond to these emails since it&#8217;s none other than a scam.</p>
<p>In case if you respond to these emails you will be asked to deposit a small amount of money (say 1-2% of the whole fund) as an insurance or as an advance payment for the initialization of deal. However once you deposit the amount to the scammer&#8217;s account you&#8217;ll not get any further response from them and you lose your money. In fact &#8220;The large amount of money&#8221; never exists and the whole story is a trap for innocent people who are likely to become victims. The scammers use a variety of stories to explain why they need your help to access the funds. The following are some of the examples of them.</p>
<p><strong>Examples:</strong></p>
<ul>
<li>They may claim that political climate or legal issues preclude them from accessing funds in a foreign bank account</li>
<li>They may claim that the person is a minor and hence needs your help to access the funds</li>
<li>They may claim that your last name is the same as that of the deceased person who owned the account and suggest that you act as the Next of Kin of this person in order to gain access to the funds</li>
</ul>
<div>&nbsp;</div>
<h3>3. Lottery Scams</h3>
<div>&nbsp;</div>
<p>This type of scam is similar to the one discussed above. In this type you may receive an email saying that you have won a large sum of money in online lottery scheme (ex. UK Lottery) even though you have not participated in any such schemes. The message claims that your email ID was selected randomly from a lagre pool of IDs. When you respond to such emails they initially ask for your complete name and address so that they can mail the cheque accross to you. After getting those details they may also send you an image of the cheque drawn in your name and address so as to confirm the deal. But in order to mail this cheque they demand a small amount of money as insurance/shipping charge/tax in return. However if you send the amount in hope to receive the cheque all you get is nothing. You&#8217;re just trapped in a wonderful scam scheme. Thats it.</p>
<div>&nbsp;</div>
<h3>4. Other General Scams and Frauds</h3>
<div>&nbsp;</div>
<p>The following are some of the other types of scams that you should be aware of.</p>
<p>In general, be aware of unsolicited emails that:</p>
<ol>
<li>Promise you money, jobs or prizes</li>
<li>Ask you to provide sensitive personal information</li>
<li>Ask you to follow a link to a website and log on to an account.</li>
<li>Propose lucrative business deals</li>
</ol>
<p>However it may seem to be a difficult task for novice Internet users to identify such online scams. Here are some of the common signs of such scam emails. By knowing them it may help you to stay away.</p>
<ul>
<li>All these scam emails never address you by your name. In turn they commonly address you something like &#8220;Dear User&#8221; or &#8220;Dear Customer&#8221; etc. This is a clear indication that the email is a fraudulent one</li>
<li>When you observe the email header you may notice in the &#8220;<strong>TO:&#8221;</strong> Field that, the same email is forwarded to a large group of people or the <strong>&#8220;TO:&#8221;</strong> field appears blank. So this confirms that the email was not intended particularly for you. It was forwarded for a large group of people and you are one among them</li>
</ul>
<p>I hope this post helps. Express your opinions through comments.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1883&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/11/beware-of-common-internet-scams-and-frauds.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tips to Find Unauthorized Activity on Your Email Account</title>
		<link>http://www.gohacking.com/2009/05/tips-to-find-unauthorized-activity-on-your-email-account.html</link>
		<comments>http://www.gohacking.com/2009/05/tips-to-find-unauthorized-activity-on-your-email-account.html#comments</comments>
		<pubDate>Wed, 27 May 2009 06:46:25 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[EMAIL SECURITY]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1347</guid>
		<description><![CDATA[Do you suspect that your email account is under attack? Do you want to maintain total security of your email account and make it 100% hack proof? Well, Some times our email account might have ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Find Unauthorized Activity on your Email" src="http://www.gohacking.com/wp-content/uploads/2008/12/protect-email-150x150.jpg" alt="" width="150" height="150" />Do you suspect that your email account is under attack? Do you want to maintain total security of your email account and make it 100% hack proof? Well, Some times our email account might have got hacked and we may not be aware of that. We may believe that our email account is safe, but in reality our private and confidential information may be falling into the hands of a third person.</p>
<div>&nbsp;</div>
<p><strong>Here are some signs of  unauthorized activity on an email account.</strong></p>
<p>1. Your new emails are marked as <strong>Read</strong> even if you&#8217;ve not read them.</p>
<p>2. Your emails are moved to <strong>Trash</strong> or even permanently deleted without your notice.</p>
<p>3. Your emails are being forwarded to a third party email address (check your settings-&gt;forwarding).</p>
<p>4. Your secondary email address is changed.</p>
<p>If you come across any of the above activities on your email account, then it is a clear indication that your email account is hacked.</p>
<div>&nbsp;</div>
<p><strong>Additional Security Features in <span style="color: #ff0000;"><span style="color: #3366ff;">G</span>m<span style="color: #ffcc99;">a</span><span style="color: #3366ff;">i</span><span style="color: #339966;">l</span></span><em> </em>to ensure the Safety of your Account</strong></p>
<p>Gmail provides an additional security feature to protect your email account through the means of IP address logging. That is, Gmail records your IP address every time you login to your Gmail account. So, if a third party gets access to your account then even his/her IP is also recorded. To see a list of recorded IP address, scroll down to the bottom of your Gmail account and you&#8217;ll see something like this.</p>
<p style="TEXT-ALIGN: center"><img class="aligncenter size-full wp-image-1352" title="Gmail - Last account activity" src="http://www.gohacking.com/wp-content/uploads/2009/05/ip-logs1.jpg" alt="Gmail - Last account activity" width="500" height="110" /></p>
<p>You can see from the above figure that Gmail shows the <strong>IP address</strong> of last login (last account activity). You can click on <strong>Details</strong> to see the IP address of your last 5 activities. If you find that the IP listed in the logs doesn&#8217;t belong to you, then you can suspect unauthorized activity.</p>
<div>&nbsp;</div>
<p><strong>Steps to be carried out to stop unauthorized activity on your email account</strong></p>
<p>If you feel/suspect that your account is hacked then you must immediately take the actions mentioned below </p>
<p>1. Change your Password</p>
<p>2. Change your security question.</p>
<p>2. Remove any third party email address (if any) to which your account is set to forward emails.</p>
<p>3. Make sure that you can access the email account of your secondary email address.</p>
<p>4. Also change you secondary email password and security question.</p>
<p>This ensures that your account is safe from future attacks. But I strongly recommend that you read the following post to protect your email account from being hacked.</p>
<p><a href="http://www.gohacking.com/2008/10/how-to-protect-email-account-from-being.html">How to Protect Your Email Account from being Hacked</a></p>
<p>Please pass your comments and express your opinions.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1347&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/05/tips-to-find-unauthorized-activity-on-your-email-account.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Tips to Improve Email Privacy</title>
		<link>http://www.gohacking.com/2008/11/tips-to-improve-email-privacy.html</link>
		<comments>http://www.gohacking.com/2008/11/tips-to-improve-email-privacy.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 10:25:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[EMAIL SECURITY]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=111</guid>
		<description><![CDATA[
Many websites ask for your email address when you shop online, download a free software etc. But do you know that this has a chance of affecting your email privacy through Spam emails?
Though most websites ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-223" title="email-privacy" src="http://www.gohacking.com/wp-content/uploads/2008/12/email-privacy.jpg" alt="" width="279" height="262" /></p>
<p>Many websites ask for your email address when you shop online, download a free software etc. But do you know that this has a chance of affecting your email privacy through Spam emails?</p>
<p>Though most websites don&#8217;t use spamming as an email marketing strategy, there are a few that use junk emails that don&#8217;t care about anti-Spam laws. Here are some tips to maintain your email privacy from such threats.</p>
<p>Before submitting your email address you need to check the reputation of the company. Reputed websites would normally follow the right email practices to ensure your email privacy. Such companies will never want to loose their hard earned reputation by getting blammed for spamming.</p>
<p>See whether the websites provides email privacy statements. You need to go through these statement in detail, and know about the kind of emails that will be sent to you, how often etc. Based on this you can decide on whether you need such emails. You don&#8217;t want to give your email address to some fraud company that is thinking about handing over your email address to hundreds of other websites.</p>
<p>Finally, check whether the website really respects your privacy. Often you will find some text like “I agree to receive email” that comes with a check box. You can agree to receive emails by checking the check box. If the check box is already checked, it is just a good indication that the website doesn&#8217;t respect your privacy. So watch out!</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=111&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/11/tips-to-improve-email-privacy.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Protect an Email Account from being Hacked</title>
		<link>http://www.gohacking.com/2008/10/how-to-protect-email-account-from-being.html</link>
		<comments>http://www.gohacking.com/2008/10/how-to-protect-email-account-from-being.html#comments</comments>
		<pubDate>Tue, 14 Oct 2008 01:11:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[EMAIL SECURITY]]></category>
		<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PASSWORD HACKING]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=102</guid>
		<description><![CDATA[
Today in this post I&#8217;ll teach you how to protect your email account from being hacked. Nowadays I get a lot of emails where most of the people say &#8220;My Email account is hacked please ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-208" title="protect-email" src="http://www.gohacking.com/wp-content/uploads/2008/12/protect-email-150x150.jpg" alt="" width="150" height="150" /></p>
<p>Today in this post I&#8217;ll teach you how to protect your email account from being hacked. Nowadays I get a lot of emails where most of the people say &#8220;My Email account is hacked please help&#8230;&#8221;. Now one question which arises in our mind is: &#8220;Is it so easy to <a href="http://www.gohacking.com/2008/01/hacking-e-mail-account.html"><strong>hack an email account</strong></a>? <strong>OR</strong> Is it so difficult to protect an email account from being hacked?&#8221;. The single answer to these two questions is &#8220;Absolutely NOT!&#8221;. It is neither easy to hack an email nor difficult to protect an email account from bieng hacked.</p>
<div>&nbsp;</div>
<p><strong>If this is the case, then what is the reason for many people to lose their accounts?</strong></p>
<p>The answer is very simple. They don&#8217;t know how to protect themselves from being hacked! In fact most of the people who lose their email accounts are not the victims of hacking but the victims of <strong>Trapping</strong>. They lose their passwords not because they are hacked by some expert hackers but they are fooled to such an extent that they themselves give away their password.</p>
<p>Are you confused? If so continue reading and you&#8217;ll come to know&#8230;</p>
<p>Now I&#8217;ll mention some of the most commonly used online scams which fool people and make them lose their passwords. I&#8217;ll also mention how to protect your email account from these scams.</p>
<div>&nbsp;</div>
<p><strong>1. WEBSITE SPOOFING</strong></p>
<p><strong>Website spoofing</strong> is the act of creating a website, with the intention of misleading the readers. The website will be created by a different person or organisation (Other than the original) especially for the purposes of cheating. Normally, the website will adopt the design of the target website and sometimes has a similar URL.</p>
<p>For example a Spoofed Website of <strong>Yahoo.com</strong> appears exactly same as <strong>Yahoo Website</strong>. So most of the people believe that it is the original site and lose their passwords. The main intention of spoofed websites is to fool users and take away their passwords. For this,the spoofed sites offer <strong>fake login pages</strong>. These <strong>fake login pages</strong> resemble the original login pages of sites like Yahoo,Gmail,Orkut etc. Since it resemble&#8217;s the original login page people beleive that it is true and give away their <strong>username and passwords</strong> by trying to login to their accounts.</p>
<div>&nbsp;</div>
<p><strong>Solution:</strong></p>
<ul>
<li>Never try to login/access your email account from the sites other than the original site.</li>
<li>Always type the URL of the site in the address bar to get into the site. Never click on the hyperlink to enter the site.</li>
</ul>
<div>&nbsp;</div>
<p><strong>2. BY USING KEYLOGGERS</strong></p>
<p>The other commonly used method to steal password is by using a <a href="http://www.gohacking.com/2008/01/hacking-e-mail-account.html"><strong>Keylogger</strong></a>. A Keylogger is nothing but a spyware. The detailed description of keylogger and it&#8217;s usage is discussed in the post <a href="http://www.gohacking.com/2008/01/hacking-e-mail-account.html"><strong>Hacking an email account</strong></a>. If you read this post you&#8217;ll come to know that it is too easy to steal the password using a keylogger program. If you just access your email account from a computer installed with keylogger, you definitely lose your password. This is because the keylogger records each and every keystroke that you type.</p>
<div>&nbsp;</div>
<p><strong>Solution:</strong></p>
<p>Protecting yourselves from a keylogger scam is very easy.Just install a good anti-spyware program and update it regularly. This keeps your PC secure from a keylogger. Also there is a program called <a rel="nofollow" href="http://www.anti-keyloggers.com/" target="_blank"><strong>Anti-keylogger</strong></a> which is specially designed to detect and remove keyloggers. You can use this program to detect some stealth keyloggers which remain undetected by many anti-spyware programs.</p>
<div>&nbsp;</div>
<p><strong>3. ACCESSING YOUR EMAIL ACCOUNT FROM CYBER CAFES</strong></p>
<p>Do you access your email from cyber cafes?  Then definitely you are under the risk of loosing your password.In fact many people lose their email account in cyber cafes. For the owner of the cyber cafe it&#8217;s just a cakewalk to steal your password. For this he just need&#8217;s to install a keylogger on his computers. So when you login to your email account from this PC, you give away your password to the cafe owner. Also there are many Remote Administration Tools (RATs) which can be used to monitor your browsing activities in real time.</p>
<p>This doesn&#8217;t mean that you should never use cyber cafes for browsing the internet. I know, not all the cyber cafe owners will be so wicked but it is recommended not to use cafes for accessing confidential information. If it comes to the matter of security never trust anyone, not even your friend. I always use my own PC to login to my accounts to ensure safety.</p>
<p>So with this I conclude my post and assume that I have helped my readers to protect their email accounts from being hacked. Please pass your comments&#8230;</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=102&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/10/how-to-protect-email-account-from-being.html/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Hack Protect your Orkut Account</title>
		<link>http://www.gohacking.com/2008/10/hack-protect-your-orkut-account.html</link>
		<comments>http://www.gohacking.com/2008/10/hack-protect-your-orkut-account.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 10:15:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=101</guid>
		<description><![CDATA[
Most of the people ask me How to hack an Orkut account which I have already discussed in my previous post Hacking Orkut. But here I am giving you a detailed information about how to ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-210" title="hack-protect-orkut" src="http://www.gohacking.com/wp-content/uploads/2008/12/hack-protect-orkut-150x150.jpg" alt="" width="150" height="150" /></p>
<p>Most of the people ask me <strong>How to hack an Orkut account</strong> which I have already discussed in my previous post <a href="http://www.gohacking.com/2008/01/hacking-orkut.html"><strong>Hacking Orkut</strong></a>. But here I am giving you a detailed information about how to protect your Orkut accounts. As we all know most of the Google services are still in <strong>BETA</strong>. So, websites like Orkut, powered by Google is not totally secure! Several people feel proud in hacking other user&#8217;s account. You do a foolish thing, and next day your account is hacked. This is very sad indeed, but hackers are adding names to their victims list till now.</p>
<div>&nbsp;</div>
<p><strong>How can a hacker hack my Orkut account?</strong><br />
The answer to this question is already discussed in my previous post <strong><a href="http://www.gohacking.com/2008/01/hacking-orkut.html">How to Hack Orkut</a>.</strong><br />
<strong></strong><br />
But this post is meant for providing some safety measures to prevent your Orkut account from being hacked. There is not much you have to take care of. Just follow the simple steps and never get your orkut account hacked in your life.</p>
<p>1. Never try to login/access your Orkut account from sites other than <strong>Orkut.com</strong>.</p>
<p>2. Never click on any links from the sources you don&#8217;t trust while accessing your Orkut account. (or while accessing any other Google services like Gmail,Blogger etc.)</p>
<p>3. Delete any links on your scrapbook, no matter if a known or unknown person have sent it.</p>
<p>4. Never disclose your orkut login details with anyone.</p>
<p>5. Never ever use <strong>Javascripts</strong> on Orkut, no matter whatever it claims to do. Get satisfied with the services provided by default! Avoid using third party Scripts which might be malicious.</p>
<p>6. Never get excited to see a site claiming to have 1000 cool orkut tricks for which you have to just log in to your orkut account. Don&#8217;t trust that site. That&#8217;s a <a href="http://www.gohacking.com/2008/01/know-more-about-phishing-attack.html"><strong>Phishing</strong></a> site.</p>
<p>7. Never tick the box &#8220;<strong>REMEMBER ME</strong>&#8221; on the orkut homepage if you are surfing from a cafe or a public area.</p>
<p>8. Always remember to hit the <strong>Sign Out</strong> button, when you are done.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=101&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/10/hack-protect-your-orkut-account.html/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>What to do when your Orkut Account is Hacked ?</title>
		<link>http://www.gohacking.com/2008/02/what-to-do-when-ur-orkut-account-is.html</link>
		<comments>http://www.gohacking.com/2008/02/what-to-do-when-ur-orkut-account-is.html#comments</comments>
		<pubDate>Sat, 02 Feb 2008 13:25:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[ORKUT HACKS]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=53</guid>
		<description><![CDATA[
It can be a nightmare if someone else takes control of your Google Account because all your Google services like Gmail, Orkut, Google Calendar, Blogger, AdSense, Google Docs and even Google Checkout are tied to ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.gohacking.com/wp-content/uploads/2008/12/hack-protect-orkut.jpg" alt="" title="Orkut Hacked?" width="240" height="172" /></p>
<p>It can be a nightmare if someone else takes control of your Google Account because all your Google services like Gmail, Orkut, Google Calendar, Blogger, AdSense, Google Docs and even Google Checkout are tied to the same account.</p>
<p>Here are some options suggested by Google Support when your forget the Gmail password or if someone else takes ownership of your Google Account and changes the password:</p>
<div>&nbsp;</div>
<p><strong>1. Reset Your Google Account Password:</strong></p>
<p>Type the email address associated with your Google Account or Gmail user name at <a rel="nofollow" href="https://www.google.com/accounts/ForgotPasswd" target="_blank">Gmail Forgot Password Link</a> &#8211; you will receive an email at your secondary email address with a link to reset your Google Account Password. This will not work if the other person has changed your secondary email address or if you no longer have access to that address.</p>
<div>&nbsp;</div>
<p><strong>2. For Google Accounts Associated with Gmail:</strong></p>
<p>If you have problems while logging into your Gmail account, you can consider contacting Google by <a rel="nofollow" href="http://www.google.com/support/accounts/bin/request.py?service=mail" target="_blank">filling this form</a>. It however requires you to remember the exact date when you created that Gmail account.</p>
<div>&nbsp;</div>
<p><strong>3. For Hijacked Google Accounts Not Linked to Gmail:</strong></p>
<p>If your Google Account doesn’t use a Gmail address, contact Google by <a rel="nofollow" href="http://www.google.com/support/accounts/bin/request.py?hl=en&amp;ctx=accounts_hc&amp;contact_type=hijack" target="_blank">filling this form</a>. This approach may help bring back your Google Account if you religiously preserve all your old emails. You will be required to know the exact creation date of your Google Account plus a copy of that original “Google Email Verification” message. It may be slightly tough to get your Google Account back but definitely not impossible if you have the relevant information in your secondary email mailbox.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=53&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/02/what-to-do-when-ur-orkut-account-is.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Phishing Tools Available Online</title>
		<link>http://www.gohacking.com/2008/02/phishing-tools-available-online.html</link>
		<comments>http://www.gohacking.com/2008/02/phishing-tools-available-online.html#comments</comments>
		<pubDate>Sat, 02 Feb 2008 02:02:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[EMAIL SECURITY]]></category>
		<category><![CDATA[HACKING AND SECURITY NEWS]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=52</guid>
		<description><![CDATA[Tools that can help people potentially defraud innocent surfers are available for free download on the internet, it has been claimed.
The do-it-yourself kits provide all the essential tools for launching phishing attacks &#8211; those that ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.gohacking.com/wp-content/uploads/2008/12/tools.jpg" alt="" width="221" height="164" />Tools that can help people potentially defraud innocent surfers are available for free download on the internet, it has been claimed.</p>
<p>The do-it-yourself kits provide all the essential tools for launching phishing attacks &#8211; those that use spoofed emails and fraudulent websites to trick people into giving out personal financial data.</p>
<p>Phishing scams are on the up. Security company MessageLabs has intercepted an average of 250,000 phishing emails a month so far in 2004, compared to just 14 phishing-related emails back in August 2003.</p>
<p>According to anti-virus company Sophos, the DIY kits contain all the graphics, web code and text required to construct fake websites that look like legitimate online banking or shopping sites. They also include spamming software which would let you send out millions of phishing emails as bait for potential victims.</p>
<p>&#8220;Until now, phishing attacks have been largely the work of organised criminal gangs, however, the emergence of these &#8216;build your own phish&#8217; kits mean that any old Tom, Dick or Harry can now mimic bona fide banking websites and convince customers to disclose sensitive information such as passwords, PIN numbers and account details,&#8221; said a spokesman for Sophos.</p>
<p>&#8220;There is plenty of profit to be made from phishing. By putting the necessary tools in the hands of amateurs, it&#8217;s likely that the number of attacks will continue to rise.&#8221;</p>
<p>Surfers that receive a suspicious email that claims to come from an online bank or e-commerce site should delete them and not click on any included links.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=52&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/02/phishing-tools-available-online.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
