<?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; PC SECURITY</title>
	<atom:link href="http://www.gohacking.com/category/pc-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 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-3529' 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>
		<item>
		<title>10 Tips to Avoid Getting Adware</title>
		<link>http://www.gohacking.com/2010/10/10-tips-to-avoid-getting-adware.html</link>
		<comments>http://www.gohacking.com/2010/10/10-tips-to-avoid-getting-adware.html#comments</comments>
		<pubDate>Tue, 05 Oct 2010 17:13:39 +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=3665</guid>
		<description><![CDATA[10 Tips to Avoid Getting Adware
 
Adware, malware, spyware and viruses can bring your system to its knees. They are detrimental, lowering the performance of your computer. You might need to replace data. You might lose unique ...]]></description>
			<content:encoded><![CDATA[<h2>10 Tips to Avoid Getting Adware</h2>
<div> </div>
<p style="text-align: justify;"><img class="alignleft size-full wp-image-3666" title="Adware" src="http://www.gohacking.com/wp-content/uploads/2010/10/Adware.jpg" alt="Adware" width="150" height="118" />Adware, malware, spyware and viruses can bring your system to its knees. They are detrimental, lowering the performance of your computer. You might need to replace data. You might lose unique files. Keep the nasties away from your computer using these ten simple tips.</p>
<p style="text-align: justify;">1. <strong>Use Firefox:</strong> Internet Explorer is the most popular browser on the market, controlling over 50% of the market share. The virus and adware creators specifically look for exploitable vulnerabilities within IE because they know that they will receive the best return on investment. Your switch to Firefox prevents some adware from infecting your machine.</p>
<p style="text-align: justify;">2. <strong>Scan your PC once a week:</strong> Sometimes adware programmers take a sneaky approach. They will set up their programs to run quietly in the background to spy upon your activities. This once a week scan is necessary to remove any of those sneaky bugs.</p>
<p style="text-align: justify;">3. <strong>Download from known sites:</strong> New sites for installing adware are popping up all the time. If you find something that you want to download, make sure that it is from a known site. A company like Amazon will not steer you wrong, but Bob&#8217;s House of Wares might be a little less trustable. If you are not sure whether you can trust a site, perform a quick search.</p>
<p style="text-align: justify;">4. <strong>Install Adaware:</strong> <a href="http://www.lavasoft.com/" target="_blank">Ad-Aware</a> is the most popular free adware removal program on the market. It detects, quarantines and removes adware. It searches for other programs which may have been installed, highlighting them in an easy to use interface. This program does not have an anti-virus attached.</p>
<p style="text-align: justify;">5. <strong>Do not click on unsolicited email:</strong> You are constantly receiving offers to increase this or improve that through unsolicited email. Your curiosity may be killing you, but don&#8217;t click on these emails. They accept your click as permission to install adware, spyware and malware on your PC.</p>
<p style="text-align: justify;">6. <strong>Install Antivirus software:</strong> Installing two programs for virus and adware protection is a smart idea. It caters to the strengths of each program, increasing the overall strength of your antiadware and antiviral campaign. Some of the best antivirus software is free, providing real time protection. Programs to look at would be Avast Antivir and AVG.</p>
<p style="text-align: justify;">7. <strong>Don&#8217;t install toolbars:</strong> Even some reputable sites install custom toolbars. They slow your system down and collect information about your surfing habits. While a toolbar might offer some perks, it may also diminish your experience by dragging your system to a halt. Toolbars from less reputable places install adware and sometimes infect your system outright.</p>
<p style="text-align: justify;">8. <strong>Look at your task manager:</strong> If anything seems out of place with your computer, take a look at your task manager. This tells you about all of the programs and processes which are running on your computer. Examine the processes tab for anything which you don&#8217;t immediately recognize. Perform a web search for unfamiliar processes.</p>
<p style="text-align: justify;">9. <strong>Do not click on popups:</strong> Clicking on a popup usually spells certain doom for your computer. It opens the door for the viruses and adware that want to infect your machine, telling these malicious applications to make themselves at home. Stay away from those constantly advertised screensavers and icons.</p>
<p style="text-align: justify;">10. <strong>Trust your gut:</strong> If you don&#8217;t feel right about a site, don&#8217;t go there. If you are receiving warnings from the antivirus and antiadware programs which you&#8217;ve installed, don&#8217;t go there. If you don&#8217;t like the layout of a site, don&#8217;t go there. Trust your instincts about sites.</p>
<p style="text-align: justify;">With proper vigilance, you can keep aggravating adware, spyware and malware from your machine. Trust your instincts. Install <a href="http://www.lavasoft.com/" target="_blank">Ad-Aware</a> and an antivirus program. Play it safe. The care you spend in preventing adware from infecting your machine can save money and time.</p>
<p style="text-align: justify;"><div id='stb-box-213' class='stb-grey_box' ><em>This article was added by James Adams who is currently a writer and analyst at a supplier of <a href="http://www.cartridgesave.co.uk/" target="_blank">printer cartridges</a> and <a href="http://www.cartridgesave.co.uk/franking-machine-ink.html" target="_blank">franking machine supplies</a>. Much of his writing is about using advertising and productivity to help growth.</em></div></p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3665&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/10/10-tips-to-avoid-getting-adware.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Test the Working of your Antivirus – EICAR Test</title>
		<link>http://www.gohacking.com/2010/04/how-to-test-the-working-of-your-antivirus-eicar-test.html</link>
		<comments>http://www.gohacking.com/2010/04/how-to-test-the-working-of-your-antivirus-eicar-test.html#comments</comments>
		<pubDate>Sat, 17 Apr 2010 18:58:56 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[PC SECURITY]]></category>
		<category><![CDATA[VIRUS CREATION]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=2421</guid>
		<description><![CDATA[Have you ever wondered how to test your Antivirus software to ensure it&#8217;s proper working? Well here is a quick and easy way to test your antivirus. The process is called EICAR test which will ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-2422" title="Test your Antivirus" src="http://www.gohacking.com/wp-content/uploads/2010/04/antivirus.jpg" alt="" width="230" height="234" />Have you ever wondered how to test your Antivirus software to ensure it&#8217;s proper working? Well here is a quick and easy way to test your antivirus. The process is called EICAR test which will work on any antivirus and was developed by <a href="http://en.wikipedia.org/wiki/EICAR" target="_blank">European Institute of Computer Antivirus Research</a>. This process can be used by people, companies and antivirus programmers to test the proper functioning of the antivirus/antimalware software without having to deal with the real computer virus which can cause damage to the computer. Here is a step-by-step procedure to test your antivirus.</p>
<p>1. Open a notepad (New Text Document.TXT) and copy the following code exactly onto it, and save the notepad.</p>
<pre style="text-align: center; font-size: 13px"><div id='stb-container-4832' class='stb-container'><div id='stb-caption-box-4832' class='stb-info-caption_box stb_caption' >EICAR Test code</div><div id='stb-body-box-4832' class='stb-info-body_box stb_body' ><strong>X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*</strong></div></div></pre>
<p>2. Rename the file from New Text Document.TXT to myfile.com</p>
<p>3. Now run the antivirus scan on this myfile.com file.</p>
<p>If the antivirus is functioning properly on your computer, then it should generate a warning and immediately delete the file upon scanning. Otherwise you may have to re-install your antivirus.</p>
<div id='stb-box-9433' class='stb-warning_box' >NOTE: Most antivirus will pop-out a warning message in the Step-1 itself</div>
<p style="text-align: justify;">You can also place the myfile.com file in a ZIP or RAR file and run a scan on it so as to ensure whether your antivirus can detect the test string in the compressed archive. Any antivirus when scanning this file will respond exactly as it will do for a genuine virus/malicious code. This test will cause no damage to your computer even though the antivirus will flag it as a malicious script. Hence it is the safest method to test the proper functioning of any antivirus.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=2421&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/04/how-to-test-the-working-of-your-antivirus-eicar-test.html/feed</wfw:commentRss>
		<slash:comments>57</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 style="text-align: justify;"><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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">3. Perform a virus scan on the files/email attachments that you download before executing them.</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<p style="text-align: justify;">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>26</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 style="text-align: justify;"><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 style="text-align: justify;"> </div>
<h3 style="text-align: justify;">1. Phishing Scam</h3>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"><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 style="text-align: justify;">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> </div>
<h3>2. Nigerian Scams</h3>
<div> </div>
<p style="text-align: justify;">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 style="text-align: justify;">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 style="text-align: justify;"><strong>Examples:</strong></p>
<ul style="text-align: justify;">
<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 style="text-align: justify;">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 style="text-align: justify;"> </div>
<h3 style="text-align: justify;">3. Lottery Scams</h3>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">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 style="text-align: justify;"> </div>
<h3 style="text-align: justify;">4. Other General Scams and Frauds</h3>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">The following are some of the other types of scams that you should be aware of.</p>
<p style="text-align: justify;">In general, be aware of unsolicited emails that:</p>
<ol style="text-align: justify;">
<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 style="text-align: justify;">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 style="text-align: justify;">
<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 style="text-align: justify;">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>13</slash:comments>
		</item>
		<item>
		<title>12 Tips to Maintain a Virus Free Computer</title>
		<link>http://www.gohacking.com/2009/09/12-tips-to-maintain-a-virus-free-computer.html</link>
		<comments>http://www.gohacking.com/2009/09/12-tips-to-maintain-a-virus-free-computer.html#comments</comments>
		<pubDate>Tue, 22 Sep 2009 07:06:26 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1675</guid>
		<description><![CDATA[Is your computer infected with virus? Do you often get mysterious error messages? Well this is a common problem faced by almost all the computer users across the globe. There are many viruses and worms out ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-1679" title="Computer Virus" src="http://www.gohacking.com/wp-content/uploads/2009/09/computervirus1.jpg" alt="Computer Virus" width="167" height="151" />Is your computer infected with virus? Do you often get mysterious error messages? Well this is a common problem faced by almost all the computer users across the globe. There are many viruses and worms out there that could infect your computer. Some are harmless, but, they do have the capacity to do any number of nasty things, up to and including, erasing all data from your computer. However there are ways to keep viruses away from your PC. Here are the 12 tips to maintain a virus free computer.</p>
<div> </div>
<p style="text-align: justify;">1. Email is one of the common ways by which your computer can catch a virus. So it is always recommended to stay away from <strong>SPAM</strong>. Open only those emails that has it&#8217;s origin from a trusted source such as those which comes from your contact list. If you are using your own private email host (other than gmail, yahoo, hotmail etc.) then it is highly recommended that you use a good anti-spam software. And finally <strong>NEVER click</strong> on any links in the emails that comes from untrusted sources.</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">2. USB thumb/pen drives is another common way by which viruses spread rapidly. So it is always a good habit to perform a virus scan before copying any data onto your computer. NEVER double-click the pen drive to open it. Instead right-click on it and select the option &#8220;open&#8221;. This is a safe way to open a pen drive. </p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">3. Be careful about using MS Outlook. Outlook is more susceptible to worms than other e-mail programs, unless you have efficient Anti-Virus programs running. Use Pegasus or Thunderbird (by Mozilla), or a web-based program such as Hotmail or Yahoo (In Firefox).</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">4. As we all know, Internet is the main source of all the malicious programs including viruses, worms, trojans etc. In fact Internet contributes to virus infection by up to 80%. So here are the tips for safe surfing habits so that you can ward off virus infection up to the maximum extent.</p>
<ul>
<li style="text-align: justify;">Don&#8217;t click on pop-up windows that announce a sudden disaster in your city or announce that you&#8217;ve won an hourly prize. They are the ways to mislead Internet users and you should never trust them.</li>
<li style="text-align: justify;">You can also use a pop-up blocker to automatically block those pop-ups.</li>
</ul>
<div> </div>
<p>5. Most of us use search engines like Google to find what we are looking for. It is quite obvious for a malicious website to get listed in the search results. So to avoid visiting those untrusted malicious websites, you can download and install the <a rel="nofollow" href="http://linkscanner.avg.com/" target="_blank">AVG LinkScanner</a> which is a freeware. This tool can become very handy and will help you to stay away from malicious websites.</p>
<div> </div>
<p style="text-align: justify;">6. Install a good antivirus software and keep it updated. Also perform full system scan periodically. It is highly recommended that you turn on the automatic update feature. This is the most essential task to protect your PC from virues. If PC security is your first option then it is recommended that you go for a shareware antivirus software over the free ones. Most of the antivirus supports the Auto-Protect feature that provides realtime security for your PC. Make sure that this feature is turned on.</p>
<div> </div>
<p style="text-align: justify;">7. Install a <a href="http://www.gohacking.com/products/anti-spywares" target="_blank">good Antispyware</a> program, that operates against Internet malware and spyware.</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">8. Never open any email attachments that come from untrusted sources. If it is a picture, text or sound file (these attachments end in the extensions .txt, .jpeg, .gif, .bmp, .tif, .mp3, .htm, .html, and .avi), you are probably safe, but still do a scan before opening.</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">9. Do not use disks that other people gave you, even from work. The disk could be infected with a virus. Of course, you can run a virus scan on it first to check it out.</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">10. Set up your Windows Update to automatically download patches and upgrades. This will allow your computer to automatically download any updates to both the operating system and Internet Explorer. These updates fix security holes in both pieces of software.</p>
<div style="text-align: justify;"> </div>
<p style="text-align: justify;">11. While you download files from untrusted websites/sources such as torrents, warez etc. make sure that you run a virus scan before executing them.</p>
<div> </div>
<p style="text-align: justify;">12. And finally it is recommended not to visit the websites that feature illegal/unwanted stuffs such as cracks, serials, warez etc. since they contribute much in spreading of viruses and other malicious programs.</p>
<div> </div>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1675&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/09/12-tips-to-maintain-a-virus-free-computer.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

