<?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>Thu, 27 Oct 2011 18:40:19 +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 Hide Data in Image, Audio &amp; Video Files: Steganography</title>
		<link>http://www.gohacking.com/2011/10/how-to-hide-data-in-image-audio-video-files-steganography.html</link>
		<comments>http://www.gohacking.com/2011/10/how-to-hide-data-in-image-audio-video-files-steganography.html#comments</comments>
		<pubDate>Thu, 27 Oct 2011 18:40:19 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[ENCRYPTION]]></category>
		<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4568</guid>
		<description><![CDATA[Ever wondered to know how to hide secret messages in images, audio and video files? Well, in this post I will take you through a concept called steganography using which, it is possible to hide your secret information ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4578" title="Hide-Data" src="http://www.gohacking.com/wp-content/uploads/2011/10/Hide-Data.jpg" alt="How to Hide Data in Images" width="112" height="104" />Ever wondered to know how to hide secret messages in images, audio and video files? Well, in this post I will take you through a concept called <em>steganography</em> using which, it is possible to hide your secret information in image files, songs or any other file of your choice. At the end of this post, you can also download free stegnographic tools and start hiding your data.</p>
<h2 style="text-align: justify;">What is Steganography?</h2>
<p style="text-align: justify;">Steganography is a means of obscuring data where secret messages are hidden inside computer files such as images, sound files, videos and even executable files so that, no one except the sender and the receiver will suspect the existence of stealth information in it. Steganography may also involve the usage of cryptography where the message is first encrypted before it is concealed in another file. Generally, the messages appear to be something else such as an image, sound or video so that the transfer of secret data remains unsuspected.</p>
<p style="text-align: justify;">The main advantage of steganography over other methods such as cryptography is that, it will not arose suspicion even if the files fall in the hands of a third party. Unlike cryptographic messages, stegnographic messages will no way attract the attention of a third party by themselves. Thus stegnanography has an upper hand over cryptography as it involves both encryption and obscurity.</p>
<h2 style="text-align: justify;">What are the Applications of Steganography?</h2>
<p style="text-align: justify;">Steganography is mainly used to obscure confidential information/data during storage or transmission. For example, one can hide a secret message in an audio file and send this to another party via email instead of sending the message in the textual format. The receiver on the other end will decrypt the hidden message using the private decryption key. In a worst case scenario, even if a third party does manage to gain access to the email, all he can find is the audio file and not the hidden data inside it. Other usage of steganography include digital watermarking of images for reasons such as copyright protection.</p>
<p style="text-align: justify;">Eventhough steganography has many useful applications, some may use this technique for illegitimate purposes such as hiding a pornographic content in other large files. Roumors about terrorists using steganography for hiding and communicating their secret information and instructions are also reported. An article claiming that, al-Queda had used steganography to encode messages in images and transported them via e-mails, was reported by New York Times, in October 2001.</p>
<h2 style="text-align: justify;">How do Steganography Tools Work?</h2>
<p style="text-align: justify;">Stegnography tools implement intelligent algorithms to carefully embed the encrypted text messages or data inside other larger files such as an image, audio, video or an executable file. Some tools will embed the encrypted data at the end of another file so that there will be enough room for storing larger data.</p>
<p style="text-align: justify;">There are many steganography tools available online but only a few are able to work flawlessly. I did not find any tool that worked perfectly on both small and large data. However I have  managed to develop my own tool that can work perfectly on all types of files and all size of data. The tool is called &#8220;<strong>Stego Magic</strong>&#8220;. You can download it from the following link.</p>
<p style="text-align: justify;"><div id='stb-container-9585' class='stb-container'><div id='stb-caption-box-9585' class='stb-download-caption_box stb_caption' >Download Stego Magic</div><div id='stb-body-box-9585' class='stb-download-body_box stb_body' ><a href="http://www.gohacking.com/downloads/resources/StegoMagic.zip">Download StegoMagic.zip</a></div></div></p>
<p style="text-align: justify;">The zip file contains two versions of <em>Stego Magic</em>: One for encrypting the text messages and the other for encrypting binary files. <em>StegoMagic_TXT</em> can be used to hide text messages in other files such as an image or a sound file. <em>StegoMagic_BIN</em> can be used to hide one binary file in another such as an executable file inside an image or an image inside a video file.</p>
<p style="text-align: justify;">With <em>Stego Magic</em>, there is no limitation on the size and type of the file that you are intending to hide. For example, you can hide a video of size 1 GB in an image of size 1 MB or hide an executable file inside a WORD document. The tool is pretty straightforward to use and requires no special understanding of the concept.</p>
<p style="text-align: justify;">At the end of the encryption process, a secret decryption key will be generated and the same is required during the decryption process.</p>
<h2 style="text-align: justify;">How to Use Stego Magic?</h2>
<p style="text-align: justify;">Suppose you want to hide a text message inside a JPG file:</p>
<p style="text-align: justify;">1. Place the JPG and the text file (.txt) in the same folder as that of <em>StegoMagic_TXT.exe</em></p>
<p style="text-align: justify;">2. Run <em>StegoMagic_TXT.exe</em> and follow the screen instructions to embed the text message inside the JPG image.</p>
<p style="text-align: justify;">3. Note down the <em>secret decryption key</em>.</p>
<p style="text-align: justify;">Now you can send this image to your friend via email. To decrypt the hidden message, your friend should load this JPG file onto the <em>Stego Magic</em> tool and use the <em>secret decryption key</em>.</p>
<p style="text-align: justify;">I hope you enjoy this post <img src='http://www.gohacking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . For queries and feedback, please pass your comments .</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4568&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/10/how-to-hide-data-in-image-audio-video-files-steganography.html/feed</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Zemana Antilogger: Download Link with One Year Free License</title>
		<link>http://www.gohacking.com/2011/07/zemana-antilogger-download-link-with-one-year-free-license.html</link>
		<comments>http://www.gohacking.com/2011/07/zemana-antilogger-download-link-with-one-year-free-license.html#comments</comments>
		<pubDate>Fri, 29 Jul 2011 06:20:18 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4535</guid>
		<description><![CDATA[As announced earlier, I am posting the download link and license key for the Zemana Antilogger software. The license is valid for one full year right from the day of activation. This version of the ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4539" title="Zemana-AntiLogger" src="http://www.gohacking.com/wp-content/uploads/2011/07/Zemana-AntiLogger.jpg" alt="Zemana-AntiLogger" width="97" height="127" />As announced earlier, I am posting the download link and license key for the Zemana Antilogger software. The license is valid for <strong>one full year</strong> right from the day of activation. This version of the software that you&#8217;re about to download now is specially designed for our readers and contains the logo of GoHacking.com.</p>
<p style="text-align: justify;">If you&#8217;re unaware of what exactly Zemana Antilogger is, then please ready my <a href="http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html" target="_blank">previous post</a> that contains the required details. You can download this program from the following link:</p>
<div id='stb-box-6717' class='stb-download_box' ><a href="http://www.gohacking.com/downloads/ZemanaAntilogger.php" rel="nofollow">Zemana Antilogger Download</a></div>
<div id='stb-container-7000' class='stb-container'><div id='stb-caption-box-7000' class='stb-info-caption_box stb_caption' >License Key</div><div id='stb-body-box-7000' class='stb-info-body_box stb_body' ><strong>GOHACKING-ZAL-11</strong></div></div>
<p style="text-align: justify;"><strong> <div id='stb-container-6532' class='stb-container'><div id='stb-caption-box-6532' class='stb-warning-caption_box stb_caption' >Please Note</div><div id='stb-body-box-6532' class='stb-warning-body_box stb_body' ><strong>You will have to activate your copy of Zemana antilogger within 2nd of Aug 2011, after which the license key will become invalid for usage. Once you activate within the specified date, you can use this product for one full year, free of cost. </strong></div></div></strong></p>
<p>This program is fully compatible with <strong>Windows XP</strong> (SP2 or higher), <strong>Windows Vista</strong> (32bit &amp; 64bit) and <strong>Windows 7</strong> (32bit &amp; 64bit). I hope you all like this offer from GoHacking.com.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4535&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/07/zemana-antilogger-download-link-with-one-year-free-license.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Zemana Antilogger: Free License Giveaway</title>
		<link>http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html</link>
		<comments>http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html#comments</comments>
		<pubDate>Wed, 27 Jul 2011 09:42:42 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4520</guid>
		<description><![CDATA[I am glad to announce that Zemana has come forward to giveaway free licenses for it&#8217;s Antilogger program, exclusively for the readers of GoHacking.Com. Zemana Antilogger is the No.1 privacy software that can protect your ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I am glad to announce that <em><a href="http://www.zemana.com/" target="_blank">Zemana</a></em> has come forward to giveaway free licenses for it&#8217;s <em><strong>Antilogger</strong></em> program, exclusively for the readers of <span style="text-decoration: underline;"><strong>GoHacking.Com</strong></span>. Zemana Antilogger is the No.1 privacy software that can protect your computer by blocking all the known and unknown Internet threats. Zemana antilogger is a powerful way to protect your PC from malware and spyware programs that are widely spread all over the Internet.</p>
<p style="text-align: justify;">Unlike most antivirus softwares, Zemana antilogger does not rely on the signature based and file scanning approach. Rather it makes use of a unique technology to detect and shut down the malware and spyware programs just before they start their job.</p>
<p style="text-align: justify;">Today, hackers are constantly trying to intrude vulnerable systems with programs like keyloggers which are capable of recording each and every activity of your computer. But Zemana Antilogger is capable of combating any such keylogger and spy programs, thereby keeping hackers and intruders at bay.</p>
<p style="text-align: justify;">Zemana Antilogger is one stop solution to all of the security threats that your PC may come across. This program is fully compatible with Windows XP (SP2 or higher), Windows Vista (32bit &amp; 64bit) and Windows 7 (32bit &amp; 64bit).</p>
<p><img class="alignleft size-full wp-image-4525" title="Zemana_Antilogger" src="http://www.gohacking.com/wp-content/uploads/2011/07/Zemana_Antilogger1.jpg" alt="" width="550" height="250" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: justify;">I have already discussed about the usage of Zemana Antilogger in my previous post: <a href="http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html" target="_blank">How to Protect Your Computer from Keyloggers</a>. For more information on this product you can visit the Zemana Antilogger <a href="http://zemana.com/AntiloggerOverview.aspx" target="_blank">official website</a>.</p>
<p style="text-align: justify;"><strong>The free license giveaway for this program is scheduled on 29th July 2011 (coming Friday).</strong> I will post the download link along with the free license key which should be valid for one year.</p>
<p style="text-align: justify;"><strong>You will have to activate your copy of Zemana antilogger within 2nd of Aug 2011, after which the license key will become invalid for usage. Once you activate within the specified date, you can use this product for one full year, free of cost. </strong></p>
<p style="text-align: justify;">I hope you like this offer from GoHacking.com.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4520&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>4 Ways to Identify Safe Websites on the Internet</title>
		<link>http://www.gohacking.com/2011/05/4-ways-to-identify-safe-websites.html</link>
		<comments>http://www.gohacking.com/2011/05/4-ways-to-identify-safe-websites.html#comments</comments>
		<pubDate>Wed, 04 May 2011 18:02:59 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4391</guid>
		<description><![CDATA[
On the whole Internet, there are approximately more than 150 million active websites up and running. As a result, it often becomes a real challenge for the users to identify safe websites that are trustworthy ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4405" title="Safe Websites" src="http://www.gohacking.com/wp-content/uploads/2011/05/safe_websites.jpg" alt="Safe Websites" width="180" height="116" />
<p style="text-align: justify;">On the whole Internet, there are approximately more than 150 million active websites up and running. As a result, it often becomes a real challenge for the users to identify safe websites that are trustworthy and reputed. Have you ever wondered to know the reputation of a website before placing the order? Need to know whether a given website is child safe? Well, here are some of the ways to identify safe websites on the Web.</p>
<div>&nbsp;</div>
<p><strong>
<div style="font-size: 19px;">1. WOT or Web Of Trust (<a href="http://www.mywot.com" target="_blank">www.mywot.com</a>):</div>
<p></strong></p>
<p style="text-align: justify;">WOT is a great place to test the reputation of your favorite website. WOT gives real-time ratings for every website based on the feedback that it gets from millions of trustworthy users across the globe and trusted sources, such as phishing and malware blacklists. Each domain name is evaluated based on this data and ratings are applied to them accordingly. A snapshot of WOT ratings for <strong>gohacking.com</strong> is shown below:</p>
<p><img class="alignleft size-full wp-image-4404" title="WOT Ratings for Gohacking.com" src="http://www.gohacking.com/wp-content/uploads/2011/05/WOT-ratings_gohacking.com_.jpg" alt="WOT Ratings for Gohacking.com" width="550" height="200" /></p>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p style="text-align: justify;">As shown in the above snapshot, the reputation of each website is shown in terms of 4 components where green means excellent, yellow warns users to be cautious and red indicates potential danger.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Trustworthiness</strong> signifies the overall safety of the website. A poor rating may indicate that the site is associated with threats like Internet scams, phishing, identity theft risks and malware. For more information on phishing, you may refer my other post on <a href="http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html" target="_blank">how to identify and avoid phishing scams</a>.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Vendor reliability</strong> tells you whether a given site is safe for carrying out buy and sell transactions with it. An excellent rating indicates superior customer satisfaction while a poor rating indicates possible scam or bad shopping experience.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Privacy</strong> indicates about &#8220;to what extent the site respects the privacy of it&#8217;s users and protects their personal identity and data&#8221;.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Child Safety</strong> indicates whether the content of a given site is appropriate for children. Site contents like sexual material, nudity and vulgarity will have a poor <em>Child Safety</em> rating.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">In most cases, the WOT ratings are found to be highly accurate. To check the reputation of any given website, just visit <a href="http://www.mywot.com" rel="nofollow" target="_blank">www.mywot.com</a> type-in the address of your favorite website and click on &#8220;Check now&#8221;. This tool alone can tell you a lot about the reputation and safety level of a website. However, in addition to this, I am giving you another 3 handy tools to identify safe websites on the Web.</p>
<div>&nbsp;</div>
<p><strong>
<div style="font-size: 19px;">2. McCafee SiteAdvisor:</div>
<p></strong></p>
<p style="text-align: justify;">McCafee SiteAdvisor is a free tool that is available as a browser add-on. It adds safety ratings to your browser and search engine results. You can download it from <a href="http://www.siteadvisor.com/" target="_blank">www.siteadvisor.com</a>.</p>
<div>&nbsp;</div>
<p><strong>
<div style="font-size: 19px;">3. StopBadware:</div>
<p></strong></p>
<p style="text-align: justify;">Using this tool, you can check whether a given site is said to have involved in malware activity in the past. To check this, go to <a href="http://www.stopbadware.org/home/reportsearch" target="_blank" rel="nofollow">http://www.stopbadware.org/home/reportsearch</a> and enter the URL or domain name of a website and click on &#8220;Search Clearinghouse &#8221;. If the search does not return any result, that means the site was never involved in any of the malware activity in the past.</p>
<div>&nbsp;</div>
<p><strong></p>
<div style="font-size: 19px;">4. Google Pagerank:</div>
<p></strong></p>
<p style="text-align: justify;">Google PageRank is another great tool to check the reputation and popularity of a website. The PageRank tool rates every webpage on a scale of 1 to 10 which indicates Google&#8217;s view of importance of the page. If a given website has a PageRank of less than 3, then it is said to be less popular among the other sites on the Internet.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">However, PageRank will only tell you how much popular a given website is and has nothing to do with the safety level of a website. So, this tool alone cannot be used to evaluate a website&#8217;s safety and other factors.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">PageRank feature is available as a part of Google Toolbar. You can install Google Toolbar from <a href="http://www.google.com/intl/en_uk/toolbar/ie/index.html" rel="nofollow" target="_blank">http://www.google.com/intl/en_uk/toolbar/ie/index.html</a>.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">I hope you like this article. Waiting for your comments&#8230;</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4391&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/05/4-ways-to-identify-safe-websites.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to Identify and Avoid Phishing Scams</title>
		<link>http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html</link>
		<comments>http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html#comments</comments>
		<pubDate>Sun, 01 May 2011 12:52:11 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4394</guid>
		<description><![CDATA[Phishing is a form of social engineering technique used by hackers to gather sensitive information such as usernames, passwords and credit card details by posing as a trustworty person/organization. Since most online users are unaware of the ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4397" title="Phishing Scam" src="http://www.gohacking.com/wp-content/uploads/2011/05/Phishing_Scam.jpg" alt="Phishing Scam" width="180" height="107" />Phishing is a form of social engineering technique used by hackers to gather sensitive information such as usernames, passwords and credit card details by posing as a trustworty person/organization. Since most online users are unaware of the techniques used in carrying out a phishing attack, they often fall victims and hence, phishing can be very effective.</p>
<p style="text-align: justify;">With the dramatic increase in the number of phishing scams in the recent years, there has also been a steady rise in the number of people being victimized. Lack of awareness among the people is the prime reason behind such attacks. This article will try to create awareness and educate the users about such online scams and frauds.</p>
<p style="text-align: justify;">Phishing scams usually sends an email message to users requesting for their personal information, or redirects them to a website where they are required to enter thier personal information. Here are some of the tips that can be used to identify various phishing techniques and stay away from it.</p>
<div>&nbsp;</div>
<h2 style="text-align: justify;">Identifying a Phishing Scam</h2>
<div>&nbsp;</div>
<p style="text-align: justify;">1. Beware of emails that demand for an urgent response from your side. Some of the examples are:</p>
<ul style="text-align: justify;">
<li>You may receive an email which appears to have come from your bank or financial organization stating that &#8220;your bank account is limited due to an unauthorized activity. Please <span style="text-decoration: underline;"><em>verify your account</em></span> asap so as to avoid permanant suspension&#8221;. In most cases, you are requested to follow a link (URL) that takes you to spoofed webpage (similar to your bank website) and enter your login details over there.</li>
<li>In some cases, phishing emails may ask you to make a phone call. There may be a person or an audio response waiting on the other side of the phone to take away your credit cards details, account number, social security number or other valuable data.</li>
</ul>
<p style="text-align: justify;">2. Phishing emails are generally not personalized. Since they target a lagre number of online users, they usually use generalized texts like &#8220;Dear valued customer&#8221;, &#8220;Dear Paypal user&#8221; etc. to address you. However, some phishing emails can be an exception to this rule.</p>
<p style="text-align: justify;">3. When you click on the links contained in a phishing email, you will most likely be taken to a spoofed webpage with official logos and information that looks exactly same as that of the original webpages of your bank or financial organization. Pay attention to the URL of a website before you enter any of your personal information over there. Even though malicious websites look identical to the legitimate site, it often uses a different domain or variation in the spelling. For example, instead of <span style="color: #339966;"><strong>paypal.com</strong></span>, a phishing website may use different addresses such as:</p>
<ul>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>papyal.com</strong></span></li>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>paypal.org</strong></span></li>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>verify-paypal.com</strong></span></li>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>xyz.com/paypal/verify-account/ </strong></span></li>
</ul>
<div>&nbsp;</div>
<h2 style="text-align: justify;">Tips to Avoid Being a Victim of Phishing</h2>
<div>&nbsp;</div>
<p style="text-align: justify;">1. Do not respond to suspicious emails that ask you to give your personal information. If you are unsure whether an email request is legitimate, verify the same by calling the respective bank/company. Always use the telephone numbers printed on your bank records or statements and not those mentioned in the suspicious email.</p>
<p style="text-align: justify;">2. Don&#8217;t use the links in an email, instant messenger or chat conversation to enter a website. Instead, always type the URL of the website on your browser&#8217;s address bar to get into a website.</p>
<p style="text-align: justify;">3. Legitimate websites always use a secure connection (https://) on those pages which are intended to gather sensitive data such as usernames and passwords, account numbers or credic card details. You will see a lock icon <img src="http://windowshelp.microsoft.com/BetterWhenConnectedHelpWS/GetContent.aspx?assetID=270b1b5c-1151-4886-9994-901c2e4568b3&amp;documentSet=en-US&amp;renderKey=SIGNED1" alt="Picture of the Lock icon" /> in your browser&#8217;s address bar which indicates a secure connection. On some websites like paypal.com which uses an extended validation certificate, the address bar turns <span style="color: #339966;">GREEN</span> as shown below.</p>
<p style="text-align: justify;"><img class="alignleft size-full wp-image-4396" title="HTTPS Address Bar" src="http://www.gohacking.com/wp-content/uploads/2011/05/HTTPS_Address-Bar.jpg" alt="HTTPS Address Bar" width="269" height="35" /></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">In most cases, unlike a legitimate website, a phishing website or a spoofed webpage will not use a secure connection and does not show up the lock icon. So, absence of such security features can be a clear indication of phishing attack. Always double-check the security features of the webpage before entering any of your personal information.</p>
<p style="text-align: justify;">4. Always use a good antivirus software, firewall and email filters to filter the unwanted traffic. Also ensure that your browser is up-to-date with the necessary patches being applied.</p>
<p style="text-align: justify;">5. Report a &#8220;phishing attack&#8221; or &#8220;spoofed emails&#8221; to the following groups so as to stop such attacks from spreading all over the Internet:</p>
<p style="text-align: justify;">You can directly send an email to <a href="mailto:spam@uce.gov">spam@uce.gov</a> or <a href="mailto:reportphishing@antiphishing.org">reportphishing@antiphishing.org</a> reporting an attack. You can also notify the Internet Crime Complaint Center of the FBI by filing a complaint on their website: <a href="http://www.ic3.gov/" target="_blank" rel="nofollow">www.ic3.gov</a>.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4394&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How Antivirus Software Works</title>
		<link>http://www.gohacking.com/2011/01/how-antivirus-software-works.html</link>
		<comments>http://www.gohacking.com/2011/01/how-antivirus-software-works.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 11:54:36 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW STUFFS WORK]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3721</guid>
		<description><![CDATA[
Due to ever increasing threat from virus and other malicious programs, almost every computer today comes with a pre-installed antivirus software on it. In fact, an antivirus has become one of the most essential software package for every computer. Even though every one ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gohacking.com/wp-content/uploads/2011/01/antivirus1.jpg" alt="How antivirus works" title="Antivirus" width="175" height="125" class="alignleft size-full wp-image-4022" />
<p style="text-align: justify;">Due to ever increasing threat from virus and other malicious programs, almost every computer today comes with a pre-installed antivirus software on it. In fact, an antivirus has become one of the most essential software package for every computer. Even though every one of us have an antivirus software installed on our computers, only a few really bother to understand how it actually works! Well if you are one among those few who would really bother to understand how an antivirus works, then this article is for you.</p>
<div>&nbsp;</div>
<h1>How Antivirus Works</h1>
<div>&nbsp;</div>
<p style="text-align: justify;">An antivirus software typically uses a variety of strategies in detecting and removing viruses, worms and other malware programs. The following are the two most widely employed identification methods:</p>
<div>&nbsp;</div>
<h3>1. Signature-based dectection (Dictionary approach)</h3>
<div>&nbsp;</div>
<p style="text-align: justify;">This is the most commonly employed method which involves searching for known patterns of virus within a given file. Every antivirus software will have a dictionary of sample malware codes called <em>signatures </em>in it&#8217;s database. Whenever a file is examined, the antivirus refers to the dictionary of sample codes present within it&#8217;s database and compares the same with the current file. If the piece of code within the file matches with the one in it&#8217;s dictionary then it is flagged and proper action is taken immediately so as to stop the virus from further replicating. The antivirus may choose to repair the file, quarantine or delete it permanently based on it&#8217;s potential risk. </p>
<p style="text-align: justify;">As new viruses and malwares are created and released every day, this method of detection cannot defend against new malwares unless their samples are collected and signatures are released by the antivirus software company. Some companies may also encourage the users to upload new viruses or variants, so that the virus can be analyzed and the signature can be added to the dictionary.</p>
<p style="text-align: justify;">Signature based detection can be very effective, but requires frequent updates of the virus signature dictionary. Hence the users must update their antivirus software on a regular basis so as to defend against new threats that are released daily.</p>
<div>&nbsp;</div>
<h3>2. Heuristic-based detection (Suspicious behaviour approach)</h3>
<div>&nbsp;</div>
<p style="text-align: justify;">Heuristic-based detection involves identifying <em>suspicious behaviour </em>from any given program which might indicate a potential risk. This approach is used by some of the sophisticated antivirus softwares to identify new malware and variants of known malware. Unlike the signature based approach, here the antivirus doesn&#8217;t attempt to identify known viruses, but instead monitors the behavior of all programs.</p>
<p style="text-align: justify;">For example, malicious behaviours like a program trying to write data to an executable program is flagged and the user is alerted about this action. This method of detection gives an additional level of security from unidentified threats.</p>
<p style="text-align: justify;"><strong>File emulation:</strong> This is another type of <em>heuristic-based approach </em>where a given program is executed in a virtual environment and the actions performed by it are logged. Based on the actions logged, the antivirus software can determine if the program is malicious or not and carry out necessary actions in order to clean the infection.</p>
<p style="text-align: justify;">Most commercial antivirus softwares use a combination of both signature-based and heuristic-based approaches to combat malware.</p>
<div>&nbsp;</div>
<h3>Issues of concern</h3>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Zero-day threats: </strong>A zero-day (zero-hour ) threat or attack is where a malware tries to exploit computer application vulnerabilities that are yet unidentified by the antivirus software companies. These attacks are used to cause damage to the computer even before they are identified. Since patches are not yet released for these kind of new threats, they can easily manage to bypass the antivirus software and carry out malicious actions. However most of the threats are identified after a day or two of it&#8217;s release, but damage caused by them before identification is quite inevitable.</p>
<p style="text-align: justify;"><strong>Daily Updates: </strong>Since new viruses and threats are released everyday, it is most essential to update the antivirus software so as to keep the virus definitions up-to-date. Most softwares will have an auto-update feature so that the virus definitions are updated whenever the computer is connected to the Internet.</p>
<p style="text-align: justify;"><strong>Effectiveness: </strong>Even though an antivirus software can catch almost every malware, it is still not 100% foolproof against all kinds of threats. As explained earlier, a zero-day threat can easily bypass the protective shield of the antivirus software. Also virus authors have tried to stay a step ahead by writing &#8220;<a title="Oligomorphic code" href="http://en.wikipedia.org/wiki/Oligomorphic_code" target="_blank">oligomorphic</a>&#8220;, &#8220;<a title="Polymorphic code" href="http://en.wikipedia.org/wiki/Polymorphic_code" target="_blank">polymorphic</a>&#8221; and, more recently, &#8220;<a title="Metamorphic code" href="http://en.wikipedia.org/wiki/Metamorphic_code" target="_blank">metamorphic</a>&#8221; virus codes, which will encrypt parts of themselves or otherwise modify themselves as a method of disguise, so as to not match virus signatures in the dictionary.</p>
<p style="text-align: justify;">Thus user education is as important as antivirus software; users must be trained to practice safe surfing habits such as downloading files only from trusted websites and not blindly executing a program that is unknown or obtained from an untrusted source. I hope this article will help you understand the working of an antivirus software.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3721&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/01/how-antivirus-software-works.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How Firewalls Work</title>
		<link>http://www.gohacking.com/2010/11/how-firewalls-work.html</link>
		<comments>http://www.gohacking.com/2010/11/how-firewalls-work.html#comments</comments>
		<pubDate>Thu, 18 Nov 2010 14:18:23 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW STUFFS WORK]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3682</guid>
		<description><![CDATA[If you have been using Internet on a regular basis or working in a large company and surf the Internet while you are at work, you must have surely come across the term firewall. You might ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3696" title="Firewall" src="http://www.gohacking.com/wp-content/uploads/2010/11/Firewall.jpg" alt="How Firewalls Work" width="160" height="160" />If you have been using Internet on a regular basis or working in a large company and surf the Internet while you are at work, you must have surely come across the term firewall. You might have also heard of people saying &#8220;firewalls protect their computer from web attacks and hackers&#8221; or &#8220;a certain website has been blocked by firewall in their work place&#8221;. If you have ever wondered to know what exactly is this firewall and how it works, here we go. In this post I will try to explain &#8220;How firewalls work&#8221; in a layman&#8217;s terms.</p>
<h1 style="text-align: center;">How Firewalls Work</h1>
<div> </div>
<p style="text-align: justify;">Firewalls are basically a barrier between your computer (or a network) and the Internet (outside world). A firewall can be simply compared to a security guard who stands at the entrance of your house and filters the visitors coming to your place. He may allow some visitors to enter while denying others whom he suspects of being intruders. Similarly a firewall is a software program or a hardware device that filters the information (packets) coming through the Internet to your personal computer or a computer network.</p>
<p><img title="How Firewalls Work" src="http://www.gohacking.com/wp-content/uploads/2010/11/How-Firewalls-Work.gif" alt="How Firewalls Work" width="505" height="204" /></p>
<p style="text-align: justify;">Firewalls may decide to allow or block network traffic between devices based on the rules that are pre-configured or set by the firewall administrator. Most personal firewalls such as Windows firewall operate on a set of pre-configured rules that are most suitable under normal circumstances so that the user need not worry much about configuring the firewall.</p>
<p style="text-align: justify;">Personal firewalls are easy to install and use and hence preferred by end-users for use on their personal computers.  However large networks and companies prefer those firewalls that have plenty of options to configure so as to meet their customized needs. For example, a company may set up different firewall rules for FTP servers, Telnet servers and Web servers. In addition the company can even control how the employees connect to the Internet by blocking access to certain websites or restricting the transfer of files to other networks. Thus in addition to security, a firewall can give the company a tremendous control over how people use the network.</p>
<p style="text-align: justify;">Firewalls use one or more of the following methods to control the incoming and outgoing traffic in a network:</p>
<p style="text-align: justify;"><strong>1. Packet Filtering:</strong> In this method packets (small chunks of data) are analyzed against a set of <strong>filters</strong>. Packet filters has a set of rules that come with accept and deny actions which are pre-configured or can be configured manually by the firewall administrator. If the packet manages to make it through these filters then it is allowed to reach the destination; otherwise it is discarded.</p>
<p style="text-align: justify;"><strong>2. Stateful Inspection:</strong> This is a newer method that doesn&#8217;t analyze the contents of the packets. Instead it compares certain key aspects of each packet to a database of trusted source. Both incoming and outgoing packets are compared against this database and if the comparison yields a reasonable match, then the packets are allowed to travel further. Otherwise they are discarded.</p>
<div> </div>
<h2>Firewall Configuration</h2>
<div> </div>
<p style="text-align: justify;">Firewalls can be configured by adding one or more filters based on several conditions as mentioned below:</p>
<p style="text-align: justify;"><strong>1. IP addresses:</strong> In any case if an <a href="http://www.gohacking.com/2007/11/know-more-about-ip-address.html">IP address</a> outside the network is said to be unfavorable, then it is possible to set  filter to block all the traffic to and from that IP address. For example, if a cetain IP address is found to be making too many connections to a server, the administrator may decide to block traffic from this IP using the firewall.</p>
<p style="text-align: justify;"><strong>2. Domain names:</strong> Since it is difficult to remember the IP addresses, it is an easier and smarter way to configure the firewalls by adding filters based on domain names. By setting up a domain filter, a company may decide to block all access to certain domain names, or may provide access only to a list of selected domain names.</p>
<p style="text-align: justify;"><strong>3. Ports/Protocols: </strong>Every service running on a server is made available to the Internet using numbered ports, one for each service. In simple words, ports can be compared to virtual doors of the server through which services are made available. For example, if a server is running a Web (HTTP) service then it will be typically available on port 80. In order to avail this service, the client needs to connect to the server via port 80. Similarly different services such as Telnet (Port 23), FTP (port 21) and SMTP (port 25) services may be running on the server. If the services are intended for the public, they are usually kept open. Otherwise they are blocked using the firewall so as to prevent intruders from using the open ports for making unauthorized connections.</p>
<p style="text-align: justify;"><strong>4. Specific words or phrases:</strong> A firewall can be configured to filter one or more specific words or phrases so that, both the incoming and outgoing packets are scanned for the words in the filter. For example, you may set up a firewall rule to filter any packet that contains an offensive term or a phrase that you may decide to block from entering or leaving your network.</p>
<div> </div>
<h2>Hardware vs. Software Firewall</h2>
<div> </div>
<p style="text-align: justify;">Hardware firewalls provide higher level of security and hence preferred for servers where security has the top most priority whereas, the software firewalls are less expensive and are most preferred in home computers and laptops. Hardware firewalls usually come as an in-built unit of a router and provide maximum security as it filters each packet in the hardware level itself even before it manages to enter your computer. A good example is the Linksys Cable/DSL router.</p>
<div> </div>
<h2>Why Firewall?</h2>
<div> </div>
<p style="text-align: justify;">Firewalls provide security over a number of online threats such as Remote login, Trojan backdoors, Session hijacking, DOS &amp; DDOS attacks, viruses, cookie stealing and many more. The effectiveness of the security depends on the way you configure the firewall and how you set up the filter rules. However major threats such as DOS and DDOS attacks may sometimes manage to bypass the firewalls and do the damage to the server. Even though firewall is not a complete answer to online threats, it can most effectively handle the attacks and provide security to the computer up to the maximum possible extent.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3682&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/11/how-firewalls-work.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How to Protect Your Computer from Keyloggers</title>
		<link>http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html</link>
		<comments>http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:21:40 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3683</guid>
		<description><![CDATA[Keyloggers have been a major problem today as it does not require any prior knowledge of computers to use it. So hackers mainly use keyloggers to steal your passwords, credit card numbers and other confidential ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-medium wp-image-1743" title="Protect from Keyloggers" src="http://www.gohacking.com/wp-content/uploads/2008/07/secure-keyloggers-hijackers-300x198.jpg" alt="Protect from Keyloggers" width="203" height="125" />Keyloggers have been a major problem today as it does not require any prior knowledge of computers to use it. So hackers mainly use keyloggers to steal your passwords, credit card numbers and other confidential data. Below are some methods through which you can protect your computer from keyloggers:</p>
<div> </div>
<h3>Use a Good Antivirus</h3>
<p style="text-align: justify;">This is the first and basic step that you need to take in order to protect your computer from keyloggers. Use a Good antivirus such as Kaspersky, Norton or Mcafee and update it regularly.</p>
<div> </div>
<h3>Use a Good Antispyware</h3>
<p style="text-align: justify;">Since keyloggers are basically spywares, if you are a frequent user of Internet then you could be exposed to thousands of keyloggers and spywares. So you should use a good antispyware such as <a href="http://www.gohacking.com/products/anti-spywares">NoAdware</a>.</p>
<div> </div>
<h3>Antilogger can be Handy</h3>
<p style="text-align: justify;">Antiloggers are programs that detect the presence of keyloggers on a given computer. Over past few years, I have tested a lot of anti-logging programs and have found <a rel="nofollow" href="http://www.zemana.com/" target="_blank">Zemana Antilogger</a> as the best antilogger.</p>
<p><strong>Zemana </strong></p>
<p style="text-align: justify;">Normally a keylogger can be easily detected by a Good Antivirus program, but hackers use some methods such as hexing, binding, crypting and similar techniques to make it harder to be detected by antivirus programs. In this case Zemana Antilogger comes handy as the program is specially developed to protect your system against harmful keyloggers.</p>
<p><img title="Zemana Antilogger" src="http://www.gohacking.com/wp-content/uploads/2010/10/Zemana-Antilogger.jpeg" alt="Zemana Antilogger" width="228" height="221" /></p>
<div> </div>
<h3>Online Scanning</h3>
<p style="text-align: justify;">When ever you receive a suspicious file, you scan it with online scanners such as <strong><a rel="nofollow" href="http://scanner2.novirusthanks.org/" target="_blank">Multi engine antivirus scanner</a></strong> which scans your file with 24 antivirus engines and reports it back to you if the file is recognized as a virus or spyware. This ensures that none of the malicious programs can escape from being detected as there are 24 different antivirus engines are involved in the scanning process.</p>
<div> </div>
<h3>Sandboxie</h3>
<p style="text-align: justify;"><a rel="nofollow" href="http://www.sandboxie.com/" target="_blank">Sandboxie</a> is another great program to help you protect your computer against harmful keyloggers and spywares. Sandboxie runs your computer in an isolated space which prevents your program from making permanent changes to other programs in your computer.</p>
<p style="text-align: justify;">When ever you receive a file that looks suspicious, just run the program with Sandboxie so even if it is a keylogger or any other virus it will not make permanent changes to your computer system.</p>
<p><img class="aligncenter size-full wp-image-3687" title="Sandboxie" src="http://www.gohacking.com/wp-content/uploads/2010/10/Sandboxie1.png" alt="Sandboxie" width="544" height="212" /></p>
<p>To run a program in Sandboxie follow the steps as mentioned below:</p>
<p><strong>1. </strong>Open sandboxie and click on <strong>sandbox</strong> menu on the top</p>
<p><strong>2. </strong>Now goto <strong>Default sandbox</strong></p>
<p><strong>3.</strong> Then click on <strong>run any program</strong></p>
<p><strong>4. </strong>Now select the file you wish to run in sandboxie and click open</p>
<div> </div>
<h3>Keyscrambler</h3>
<p style="text-align: justify;"><a rel="nofollow" href="http://www.qfxsoftware.com/" target="_blank">Keyscrambler</a> is one of the best protection against keyloggers that you can have, Keyscrambler is a small program which encrypts your typed keystrokes so even if the victim has installed a keylogger on your system, he or she will get encrypted keys. Keyscrambler currently supports Firefox, Internet explorer and other applications, however its premium version supports more than 160 applications.</p>
<p style="text-align: justify;">Hope you liked my post! Pass the comments.</p>
<p style="text-align: justify;"><div id='stb-box-6723' class='stb-grey_box' >This is a guest post by Rafay baloch who is an 18 year Computer engineering student, Ethical hacker, Tech blogger and an Internet marketer, He blogs at his blog <a href="http://www.rafayhackingarticles.blogspot.com/" target="_blank">Learn How to Hack</a> and he is the writer of the book &#8220;<a href="http://www.hacking-book.com/" target="_blank">A Beginners Guide To Ethical Hacking</a>&#8220;</div></p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3683&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html/feed</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
	</channel>
</rss>

