<?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>ImrozBaig.Com &#187; Computer Security</title>
	<atom:link href="http://www.imrozbaig.com/category/computer-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imrozbaig.com</link>
	<description>A personal blog to share experiences in life.</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to use netstat command?</title>
		<link>http://www.imrozbaig.com/how-to-use-netstat-command/</link>
		<comments>http://www.imrozbaig.com/how-to-use-netstat-command/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:22:53 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[monitor network]]></category>
		<category><![CDATA[netstat command]]></category>
		<category><![CDATA[networking tips]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=499</guid>
		<description><![CDATA[Netstat is a utility that you can use to display your computer&#8217;s connections to the Internet. It&#8217;s a useful tool for monitoring connections and diagnosing problems. You can [..]]]></description>
			<content:encoded><![CDATA[<p>Netstat is a utility that you can use to display your computer&#8217;s connections to the Internet. It&#8217;s a useful tool for monitoring connections and diagnosing problems. You can tweak netstat commands by adding arguments at the end of the command. Since netstat is run from a command prompt, it doesn&#8217;t require you to install special software</p>
<p>The command syntax is <code>netstat [-a] [-b] [-e] [-n] [-o] [-p proto] [-r] [-s] [-v] [interval]</code> A brief description of the switches is given in Table I below.<em> Note that switches for Netstat use the dash symbol &#8220;-&#8221; rather than the slash &#8220;/&#8221;</em>.</p>
<p style="margin-bottom: 0in;"> </p>
<table border="1" cellspacing="3" cellpadding="4" width="100%">
<colgroup span="1">
<col span="1" width="38"></col>
<col span="1" width="218"></col>
</colgroup>
<tbody>
<tr bgcolor="#cccccc">
<th width="15%">Switch</th>
<th width="85%">Description</th>
</tr>
<tr>
<td width="15%">-a</td>
<td width="85%">This switch displays all connections and listening ports</td>
</tr>
<tr>
<td width="15%">-b</td>
<td width="85%">This switch displays the executable involved in creating each connection or listening port.</td>
</tr>
<tr>
<td width="15%">-e</td>
<td width="85%">Use this switch to see statistics</td>
</tr>
<tr>
<td width="15%">-n</td>
<td width="85%">This switch displays addresses and port numbers</td>
</tr>
<tr>
<td width="15%">-o</td>
<td width="85%">This switch displays ID of the owning process, associated with each connection</td>
</tr>
<tr>
<td width="15%">-r</td>
<td width="85%">Use this to see routing table</td>
</tr>
<tr>
<td width="15%">-s</td>
<td width="85%">Displays per-protocol statistics</td>
</tr>
<tr>
<td width="15%">-v</td>
<td width="85%">When used in conjunction with -b, will display sequence of components involved in creating the connection or listening port for all executables</td>
</tr>
<tr>
<td width="15%">-p proto</td>
<td width="85%">This shows you connections for the protocol specified by proto; proto may take any value out of : TCP, UDP, TCPv6, or UDPv6.</td>
</tr>
</tbody>
</table>
<h2>Netstat usefulness</h2>
<p>It is a command-line tool, which is very useful to check the behaviour of your network. It allows you to check all aspects of TCP/IP. It also tells you what all connections your machine is making presently. You can also check if any virus, malware or other unwanted script is making connection to other harmful sources and stealing your information through this command.</p>
<p>Some examples of usage of netstat command for non-professional users are:</p>
<h3>Checking connections</h3>
<p style="margin-bottom: 0in;">TCP and UDP connections and their IP and port addresses can be seen by entering a command combining two switches: <code>netstat -an</code></p>
<p style="margin-bottom: 0in;"> </p>
<p style="margin-bottom: 0in;"> </p>
<p style="margin-bottom: 0in;">This command displays protocol, the local address, the remote address, and the connection state along with port.</p>
<p style="margin-bottom: 0in;">Table II. Description of various connection states</p>
<table border="1" cellspacing="3" cellpadding="4" width="100%">
<colgroup span="1">
<col span="1" width="46"></col>
<col span="1" width="210"></col>
</colgroup>
<tbody>
<tr>
<th width="18%">State</th>
<th width="82%">Description</th>
</tr>
<tr>
<td width="18%">CLOSED</td>
<td width="82%">server has received an ACK signal from the client and the connection is closed</td>
</tr>
<tr>
<td width="18%">CLOSE_WAIT</td>
<td width="82%">server has received the first FIN signal from the client and the connection is in the process of being closed</td>
</tr>
<tr>
<td width="18%">ESTABLISHED</td>
<td width="82%">server received the SYN signal from the client and the session is established</td>
</tr>
<tr>
<td width="18%">FIN_WAIT_1</td>
<td width="82%">connection is still active but not currently being used</td>
</tr>
<tr>
<td width="18%">FIN_WAIT_2</td>
<td width="82%">client just received acknowledgment of the first FIN signal from the server</td>
</tr>
<tr>
<td width="18%">LAST_ACK</td>
<td width="82%">server is in the process of sending its own FIN signal</td>
</tr>
<tr>
<td width="18%">LISTENING</td>
<td width="82%">server is ready to accept a connection</td>
</tr>
<tr>
<td width="18%">SYN_RECEIVED</td>
<td width="82%">server just received a SYN signal from the client</td>
</tr>
<tr>
<td width="18%">SYN_SEND</td>
<td width="82%">particular connection is open and active</td>
</tr>
<tr>
<td width="18%">TIME_WAIT</td>
<td width="82%">client recognizes the connection as still active but not currently being used</td>
</tr>
</tbody>
</table>
<h3>How to check for unwanted or risky connections?</h3>
<p>If u doubt that there are unwanted malwares on ur system trying to establish risky connections. You can find out which programs are making connections with the outside world, we can use the command</p>
<p><code>netstat -b</code></p>
<p>Actually, it is better to check over a period of time and we can add a number that sets the command to run at fixed intervals. Also, it is best to create a written record of the connections that are made over some period of time. The command can then be written</p>
<p><code>netstat -b 5 &gt;&gt; C:\connections.txt</code></p>
<p>Note that as written, this command will run with five-second intervals until stopped by entering &#8220;<em>Ctrl+c</em>&#8220;, which is a general command to exit. (Some reports say that this can be fairly CPU intensive so it may cause a slower, single-core machine to run sluggishly. Note that the Process ID (PID) is given. This command can be combined with other tools such as <a href="http://vlaurie.com/computers2/Articles/taskman.htm">Task Manager</a> to analyze what executable files and processes are active and are trying to make Internet connections.</p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/how-to-use-netstat-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Kaspersky Internet Security 2010 best Security Solution for PC as of now?</title>
		<link>http://www.imrozbaig.com/is-kaspersky-internet-security-2010-best-security-solution-for-pc-as-of-now/</link>
		<comments>http://www.imrozbaig.com/is-kaspersky-internet-security-2010-best-security-solution-for-pc-as-of-now/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:11:38 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Best Anticirus Solution]]></category>
		<category><![CDATA[kaspersky Internet Security]]></category>
		<category><![CDATA[KIS 2010]]></category>
		<category><![CDATA[KIS price in India]]></category>
		<category><![CDATA[PC security]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=473</guid>
		<description><![CDATA[Kaspersky Internet Security(KIS) 2010 is the latest release from Kaspersky Labs. This 2010 release is indeed a complete PC security Solution. KIS  Virus definition database is the most [..]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Kaspersky Internet Security(KIS) 2010 is the latest release from Kaspersky Labs. This 2010 release is indeed a complete PC security Solution. KIS  Virus definition database is the most trusted  defination db in modern times.  I personally have been using KIS for last 4-5 years and always recommend it to my friends.</p>
<p style="text-align: justify;">
<p style="text-align: center;"><img class="aligncenter" src="http://www.antivirusreviews.org.uk/wp-content/uploads/2009/10/kaspersky-internet-security-version-90-2010.jpg" alt="" width="314" height="314" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Prime reason for my love towards kasper is that it does not require you to be a software buff or security expert to use it. All you got to do is just install kasper on ur machine and it pretty much keeps covering you against all kinds of threats with the help of simple instructions and walkthroughs.</p>
<p style="text-align: justify;">Kaspersky Internet Security 2010 contains all the usual protections found in its rivals with the exception of data backup provision. So you&#8217;ll find antivirus protection for files, email, web browsing, applications and processes.</p>
<p style="text-align: justify;">You also get a bi-directional firewall, anti-DOS protection, anti-spam as well as anti-phishing and banner ad blocking. So, no surprises &#8211; a pretty comprehensive set of security tools.</p>
<p style="text-align: justify;">So what&#8217;s the new version of Kaspersky Internet Security 2010 got over its predecessor? Changes are fairly subtle but worthwhile.</p>
<p style="text-align: justify;">The already quite well developed user interface has been given a lick of paint (still green paint though) and remains easy to use for such a complex product. Other changes include antivirus protection for instant messaging (IM) sessions and a URL Advisor to combat phishing and dodgy websites, plus a &#8216;quiet&#8217; gaming profile.</p>
<p style="text-align: justify;">The major new feature in Kaspersky Internet Security 2010 is Safe Run, which lets you run suspect apps or links in a virtualised &#8216;sandbox&#8217;, thus isolating it from the OS. It automatically added Internet Explorer to the sandbox, a fairly logical choice.</p>
<p style="text-align: justify;">To run the ‘sandboxed&#8217; IE in Kaspersky Internet Security 2010 you have to click on its icon in KIS2010 and the virtualised version is denoted by a ghostly green outline to its window. While this is an interesting development, offering good protection against zero-day threats, it did whack CPU utilisation for a six, making our none-too-fast PC even slower. We also experienced a number of lock-ups of the PC using this software.</p>
<p style="text-align: justify;">Kaspersky Internet Security 2010&#8242;s anti-spam provision is a bit better too. Spam by default prompts you to deal with messages as they arrive rather than silently and automatically deal with them, as you might find in rival IS packages.</p>
<h3>System requirements</h3>
<p>Windows Vista 32/64-bit, Windows XP 32/64-bit, Intel Pentium 800MHz, 512MB RAM, 50MB free HD space, CD-ROM, mouse, Internet  connection, Internet Explorer 6 or higher</p>
<h3>Final Words</h3>
<p>Features-wise Kaspersky 2010 is a definite step-up from its  predecessor. It’s always had a strong feature list but it trod lightly  on our clunkier system, having little impact on performance &#8211; providing  you discount the high CPU use in the Safe Run ‘sandbox’ mode. Kaspersky  Internet Security 2010&#8242;s detection rates have been higher in the past  but it remains a top five security bundle.</p>
<h3>Price**</h3>
<p>Well Now the  most interesting part. Kaspersky Internet Security 2010 is amazingly cheap at  Rs 325 for single user license and  Rs. 525 for 3 user license.</p>
<p>** this is approximate price at lamington Mumbai. actual price may differ.</p>
<h3>Read more about KIS 2010 :</h3>
<p>http://news.cnet.com/8301-13505_3-10452498-16.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/is-kaspersky-internet-security-2010-best-security-solution-for-pc-as-of-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Networking Commands</title>
		<link>http://www.imrozbaig.com/common-networking-commands/</link>
		<comments>http://www.imrozbaig.com/common-networking-commands/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:14:03 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[common networking commands]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[tracert]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=446</guid>
		<description><![CDATA[The following are common Microsoft Windows network commands ipconfig Ipconfig is a Console Command which can be issued to the Command Line Interpreter (or command prompt) to display [..]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The following are common Microsoft Windows <a href="http://whirlpool.net.au/wiki/?tag=network">network</a> commands</p>
<h3 style="text-align: justify;"><strong>ipconfig</strong></h3>
<p style="text-align: justify;">Ipconfig is a Console Command which can be issued to the Command Line Interpreter (or command prompt) to display the network settings currently assigned to any or all network adapters in the machine. This command can be utilised to verify a network connection as well as to verify your network settings.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/ipconfig.htm" target="_blank">www.computerhope.com/ipconfig.htm</a></p>
<p style="text-align: justify;">For Windows 95,98,ME use winipcfg<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;141698" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;141698</a></p>
<h3><strong>netstat</strong></h3>
<p style="text-align: justify;">Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the <a href="http://whirlpool.net.au/wiki/?tag=IP">IP</a> routing table, IPv4 statistics (for the IP, ICMP, TCP, and UDP protocols), and IPv6 statistics (for the IPv6, ICMPv6, TCP over IPv6, and UDP over IPv6 protocols). Used without parameters, netstat displays active TCP connections.</p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx</a></p>
<h3><strong>tracert</strong></h3>
<p style="text-align: justify;">The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.</p>
<p style="text-align: justify;">Users with Microsoft Windows 2000 and Windows XP who need additional information network latency and network loss should also consider using the pathping command.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/tracert.htm" target="_blank">www.computerhope.com/tracert.htm</a></p>
<h3><strong><a href="http://whirlpool.net.au/wiki/?tag=ping">ping</a></strong></h3>
<p style="text-align: justify;">Helps in determining TCP/IP Networks IP address as well as determine issues with the network and assists in resolving them.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/pinghlp.htm" target="_blank">www.computerhope.com/pinghlp.htm</a></p>
<h3><strong>pathping</strong></h3>
<p style="text-align: justify;">Provides information about network latency and network loss at intermediate hops between a source and destination. Pathping sends multiple Echo Request messages to each router between a source and destination over a period of time and then computes results based on the packets returned from each router.</p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pathping.mspx?mfr=true" target="_blank">www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pathping.mspx?mfr=true</a></p>
<h3><strong>telnet</strong></h3>
<p style="text-align: justify;">Telnet is software that allows users to remotely access another computer such as a server, network device, or other computer. With telnet users can connect to a device or computer, manage a network device, setup a device, transfer files, etc.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/software/telnet.htm#03" target="_blank">www.computerhope.com/software/telnet.htm#03</a></p>
<h3><strong>ftp</strong></h3>
<p style="text-align: justify;">FTP is short for File Transfer Protocol, this page contains additional information about the FTP command and help using that command in Unix and MS-DOS (Windows).</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/software/ftp.htm" target="_blank">www.computerhope.com/software/ftp.htm</a></p>
<h3><strong>route</strong></h3>
<p style="text-align: justify;">The function and syntax of the Windows ROUTE command is similar to the UNIX or Linux route command. Use the command to manually configure the routes in the routing table.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/routehlp.htm" target="_blank">www.computerhope.com/routehlp.htm</a></p>
<h3><strong>arp</strong></h3>
<p style="text-align: justify;">Displays, adds, and removes arp information from network devices.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/arphlp.htm" target="_blank">www.computerhope.com/arphlp.htm</a></p>
<h3><strong>nslookup</strong></h3>
<p style="text-align: justify;">Displays information that you can use to diagnose Domain Name System (DNS) infrastructure. Before using this tool, you should be familiar with how DNS works. The Nslookup command-line tool is available only if you have installed the TCP/IP protocol.</p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nslookup.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nslookup.mspx</a></p>
<h3><strong>nbtstat</strong></h3>
<p style="text-align: justify;">MS-DOS utility that displays protocol statistics and current TCP/IP connections using NBT.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/nbtstat.htm" target="_blank">www.computerhope.com/nbtstat.htm</a></p>
<p style="text-align: justify;"><strong>netsh</strong><br />
<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netsh.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netsh.mspx</a></p>
<p style="text-align: justify;">One common way of using netsh is to reset the TCP/IP in Windows 2k/XP</p>
<p style="text-align: justify;">Type this in Run or DOS Window – &#8220;netsh int ip reset&#8221;</p>
<p style="text-align: justify;">In Windows XP you can run a graphical diagnostics by typing &#8220;netsh diag gui&#8221; into the run dialogue box. (This may take a little time to startup)</p>
<h3 style="text-align: justify;"><strong>getmac</strong></h3>
<p style="text-align: justify;">DOS command used to show both local and remote MAC addresses. When run with no parameters (ie. <tt>getmac</tt>) it displays MAC addresses for the local system. When run with the /s parameter (eg. <tt>getmac /s \\foo</tt>) it displays MAC addresses for the remote computer. When the /v parameter is used, it also displays the associated connection name and network adapter name.</p>
<p style="text-align: justify;">Included with Windows XP, Windows 2003 Server, and Windows 2000 Resource Kit. Can be downloaded for the Windows 2000 here: <a href="http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/getmac-o.asp" target="_blank">http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/getmac-o.asp</a></p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/getmac.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/getmac.mspx</a></p>
<h3><strong>Find All Active/Used IP Addresses on Your Network</strong></h3>
<p style="text-align: justify;">There is a really neat way that you can quite easily find all active/used IP Addresses on your network without the need for any third party applications or worse, pinging each IP Address individually.</p>
<p style="text-align: justify;">Open the Command Prompt and type in the following:</p>
<p style="text-align: justify;">FOR /L %i IN (1,1,254) DO ping <strong>-n 1</strong> 192.168.10.%i | FIND /i &#8220;Reply&#8221;&gt;&gt;c:\ipaddresses.txt</p>
<p style="text-align: justify;">Change 192.168.10 to match you own network.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/common-networking-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Difference between virus, trojan and worm</title>
		<link>http://www.imrozbaig.com/difference-between-virus-trojan-and-worm/</link>
		<comments>http://www.imrozbaig.com/difference-between-virus-trojan-and-worm/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 19:40:52 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Blended threats]]></category>
		<category><![CDATA[definition of virus]]></category>
		<category><![CDATA[Difference between virus and trojan]]></category>
		<category><![CDATA[what are trojan worms]]></category>
		<category><![CDATA[what is a virus]]></category>
		<category><![CDATA[what is trojan]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=369</guid>
		<description><![CDATA[The most common blunder people make when the topic of a computer virus arises is to refer to a worm or Trojan horse as a virus. While the [..]]]></description>
			<content:encoded><![CDATA[<p>The most common blunder people make when the topic of a computer virus arises is to refer to a worm or Trojan horse as a virus. While the words Trojan, worm and virus are often used interchangeably, they are not exactly the same. Viruses, worms and Trojan Horses are all malicious programs that can cause damage to your computer, but there are differences among the three, and knowing those differences can help you to better protect your computer from their often damaging effects.</p>
<h2>What Is a Virus?</h2>
<p>A computer virus attaches itself to a program or file enabling it to spread from one computer to another, leaving infections as it travels. Like a human virus, a computer virus can range in severity: some may cause only mildly annoying effects while others can damage your hardware, software or files.<br />
Almost all viruses are attached to an executable file, which means the virus may exist on your computer but it actually cannot infect your computer unless you run or open the malicious program. It is important to note that a virus cannot be spread without a human action, (such as running an infected program) to keep it going. </p>
<p>People continue the spread of a computer virus, mostly unknowingly, by sharing infecting files or sending e-mails with viruses as attachments in the e-mail.</p>
<h2>
What Is a Worm?</h2>
<p>A worm is similar to a virus by design and is considered to be a sub-class of a virus. Worms spread from computer to computer, but unlike a virus, it has the capability to travel without any human action. A worm takes advantage of file or information transport features on your system, which is what allows it to travel unaided.<br />
The biggest danger with a worm is its capability to replicate itself on your system, so rather than your computer sending out a single worm, it could send out hundreds or thousands of copies of itself, creating a huge devastating effect. One example would be for a worm to send a copy of itself to everyone listed in your e-mail address book. Then, the worm replicates and sends itself out to everyone listed in each of the receiver&#8217;s address book, and the manifest continues on down the line.</p>
<p>Due to the copying nature of a worm and its capability to travel across networks the end result in most cases is that the worm consumes too much system memory (or network bandwidth), causing Web servers, network servers and individual computers to stop responding. In recent worm attacks such as the much-talked-about Blaster Worm, the worm has been designed to tunnel into your system and allow malicious users to control your computer remotely.<br />
 </p>
<h2>What Is a Trojan horse?</h2>
<p>A Trojan Horse is full of as much trickery as the mythological Trojan Horse it was named after. The Trojan Horse, at first glance will appear to be useful software but will actually do damage once installed or run on your computer.  Those on the receiving end of a Trojan Horse are usually tricked into opening them because they appear to be receiving legitimate software or files from a legitimate source.  When a Trojan is activated on your computer, the results can vary. Some Trojans are designed to be more annoying than malicious (like changing your desktop, adding silly active desktop icons) or they can cause serious damage by deleting files and destroying information on your system. Trojans are also known to create a backdoor on your computer that gives malicious users access to your system, possibly allowing confidential or personal information to be compromised. Unlike viruses and worms, Trojans do not reproduce by infecting other files nor do they self-replicate.</p>
<h2>What Are Blended Threats?</h2>
<p>Added into the mix, we also have what is called a blended threat. A blended threat is a more sophisticated attack that bundles some of the worst aspects of viruses, worms, Trojan horses and malicious code into one single threat. Blended threats can use server and Internet vulnerabilities to initiate, then transmit and also spread an attack. Characteristics of blended threats are that they cause harm to the infected system or network, they propagates using multiple methods, the attack can come from multiple points, and blended threats also exploit vulnerabilities.</p>
<p>To be considered a blended thread, the attack would normally serve to transport multiple attacks in one payload. For example it wouldn&#8217;t just launch a DoS attack &#8211; it would also, for example, install a backdoor and maybe even damage a local system in one shot. Additionally, blended threats are designed to use multiple modes of transport. So, while a worm may travel and spread through e-mail, a single blended threat could use multiple routes including e-mail, IRC and file-sharing sharing networks.</p>
<p>Lastly, rather than a specific attack on predetermined .exe files, a blended thread could do multiple malicious acts, like modify your exe files, HTML files and registry keys at the same time &#8211; basically it can cause damage within several areas of your network at one time.</p>
<p>Blended threats are considered to be the worst risk to security since the inception of viruses, as most blended threats also require no human intervention to propagate.</p>
<h2>
Combating Viruses, Worms and Trojan Horses</h2>
<p>The first step in protecting your computer from any malicious there is to ensure that your operating system (OS) is up-to-date. This is essential if you are running a Microsoft Windows OS. Secondly, you need to have anti-virus software installed on your system and ensure you download updates frequently to ensure your software has the latest fixes for new viruses, worms, and Trojan horses. Additionally, you want to make sure your anti-virus program has the capability to scan e-mail and files as they are downloaded from the Internet, and you also need to run full disk scans periodically. This will help prevent malicious programs from even reaching your computer. You should also install a firewall as well.<br />
A firewall is a system that prevents unauthorized use and access to your computer. A firewall can be either hardware or software. Hardware firewalls provide a strong degree of protection from most forms of attack coming from the outside world and can be purchased as a stand-alone product or in broadband routers. Unfortunately, when battling viruses, worms and Trojans, a hardware firewall may be less effective than a software firewall, as it could possibly ignore embedded worms in out going e-mails and see this as regular network traffic.</p>
<p>For individual home users, the most popular firewall choice is a software firewall.  A good software firewall will protect your computer from outside attempts to control or gain access your computer, and usually provides additional protection against the most common Trojan programs or e-mail worms. The downside to software firewalls is that they will only protect the computer they are installed on, not a network.</p>
<p>It is important to remember that on its own a firewall is not going to rid you of your computer virus problems, but when used in conjunction with regular operating system updates and a good anti-virus scanning software, it will add some extra security and protection for your computer or network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/difference-between-virus-trojan-and-worm/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tips to protect yourself from hackers on social networking site</title>
		<link>http://www.imrozbaig.com/tips-to-protect-yourself-from-hackers-on-social-networking-site/</link>
		<comments>http://www.imrozbaig.com/tips-to-protect-yourself-from-hackers-on-social-networking-site/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 19:15:33 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security on facebook]]></category>
		<category><![CDATA[Security on social networking site]]></category>
		<category><![CDATA[Tips for using twitter]]></category>
		<category><![CDATA[tips on safe use on orkut]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=332</guid>
		<description><![CDATA[Social networking has a very important part to play in our lives now. Be it Facebook or Myspace or Orkut or Twitter &#8211; these sites are proving to [..]]]></description>
			<content:encoded><![CDATA[<p>Social networking has a very important part to play in our lives now. Be it Facebook or Myspace or Orkut or Twitter &#8211; these sites are proving to be beneficial for both personal and professional purposes. We can not just ignore the fact that with each passing day, we are becoming addicted to these social networking services. So, is it bad? No way. But we must keep in mind that our sensitive personal and professional information are there inside our profile. In this world of prying eyes and ears, we need to take care of our profiles. So here are 8 very useful tips (better to call reminders) maintaining which can at least make you safe from your side.</p>
<h2>Tips</h2>
<ol>
<li><strong>Do not put sensitive information in your profile</strong>. Even if you make your profile private, there is no need to write down your sensitive personal information in your profile. There are numerous ways to find a fault in the privacy set by these social networking sites and then your information can be in the wrong hands. Better to be safe than sorry.</li>
<li><strong>Do not click on any suspicious link</strong>. You never know what these links can lead to. From remote installation of a keylogger that can record your keystrokes to send you a DoS attack, every thing is possible through a seemingly harmless link. So don&#8217;t click on it unless absolutely sure.</li>
<li><strong>Do not Download any file Unless You are Sure</strong>. Do not download a file (esp. a .exe or .zip file) unless you are sure about the content. Make sure that you have good anti-virus and anti-spyware software to guard you against any kind of attack, if happens. Do not trust a suspicious downloadble file even if it comes from a friend. He may never know that he has sent it.</li>
<li><strong>Do not Run a Javascript in your Browser</strong>. A javascript can do a hell lot of things which are not funny. Usally people play with javascripts to make visual changes but believe me, without going into the details of cookie stealing and various such techniques, Javascript can harm you even before you will ever know.</li>
<li><strong>Do Not Keep a Weak Password</strong>. Make sure that your password is strong enough. Do not use only numbers or only letters. Use both as a combination in random. A weak password which is easily tracable is the easiest way to hack your profile. I don&#8217;t prefer to have even personal information inside a password. Your close friends can get a way out with the things they know. Read <a href="http://www.csoonline.com/article/220721/How_to_Write_Good_Passwords" target="_blank">this article</a> which can help you in many ways.</li>
<li><strong>Do not Install Third party applications Unless Fully sure</strong>. Live without some cool features but don&#8217;t download widgets or tools (say for Facebook or Myspace or Twitter) you are not sure of and doesn&#8217;t come from the parent site itself.</li>
<li><strong>Beware of user-generated spam. </strong>Social networks like Facebook rely on users to enrich the experience by posting content such as pictures and video (as well as links) and then sharing the content with their contacts. Spam-based social networkers will go to other people&#8217;s comment threads, for instance, and chime in with links that, if clicked on, will install malware. So beware of that too.</li>
<li><strong>Keep Yourself Updated with Latest Security Software</strong>. A real time anti-virus scanner is very important to have if you are using internet, along with a good anti-spyware and firewall software. They can be your friends in more ways than you can think of. And yes, juice them well with regular updates.Read these articles if you are in search of good free Windows software
<ul>
<li><a href="http://blog.taragana.com/index.php/archive/best-free-softwares-for-windows/" target="_blank">Article-1</a></li>
<li><a href="http://blog.taragana.com/index.php/archive/top-5-free-softwares-for-windows-vista/" target="_blank">Article-2</a></li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/tips-to-protect-yourself-from-hackers-on-social-networking-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Antivirus??</title>
		<link>http://www.imrozbaig.com/why-antivirus/</link>
		<comments>http://www.imrozbaig.com/why-antivirus/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 06:48:38 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Antivirus comparison]]></category>
		<category><![CDATA[Antivirus reviews]]></category>
		<category><![CDATA[Antivirus tips]]></category>
		<category><![CDATA[importance of antivirus]]></category>
		<category><![CDATA[What is the need of Antivirus]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=145</guid>
		<description><![CDATA[Protect your system with antivirus software Prior to the introduction of the internet, the need for antivirus security was practically non-existent. Thanks to the fact that anyone can [..]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: justify;">Protect your system with antivirus software</h2>
<p style="text-align: justify;">Prior to the introduction of the internet, the need for antivirus security was practically non-existent. Thanks to the fact that anyone can get in touch with anyone in the world that has a computer no matter where they are the transmission of viruses which can cause serious issues to your computer and cause not only problems with your software but also cause your hardware to become unusable has been on the rise. As a result, it has become increasingly necessary to make use of antivirus security applications in order to protect your data and your system from the damage that can be caused by the wide range of viruses.</p>
<p style="text-align: justify;">Emails are one of the most common ways that viruses are transmitted. What makes a virus a virus is that it is a small program usually only a few lines of code that create a particular situation within the operating system. In other words, it tells the computer to do something when you do something on the computer. It could be when you open a certain type of file, when you go online, or it may just be written to attack a particular part of the computer as soon as it is activated, usually by opening. In order to protect against this antivirus security applications were created to scan emails and detect these viruses.</p>
<p style="text-align: justify;">Downloadable files and file sharing has also opened an entirely new realm of danger for those behind the development of antivirus security to consider. It is now possible to spread a virus along multiple routes. To assist with this antivirus security now offers the ability to scan files before the file is downloaded and shell scans, which allow you to scan a single folder or file rather than the entire computer.</p>
<p style="text-align: justify;">This is to help prevent the spread of viruses, which can lay dormant within files and activate when the program is installed. Antivirus security is not foolproof in fact, there are many ways that a virus can still make it onto your computer bypassing your security and your attempts. However, it is considerably less likely if you have, your computer protected that you are going to miss a virus. Those that activate on installation are usually picked up during scheduled scans.</p>
<p style="text-align: justify;">When using an antivirus security program it is important to make use of the routine scheduled scan feature. This will help to ensure that you can enjoy a worry free experience when it comes to your computer and viruses. This scan should be of your entire computer. Smaller scans of incoming emails, links you visit and any incoming file download, no matter what their source should also be scanned. These scans are usually separate and part of the spot scanning for the antivirus security application. Viruses come in all different sizes and types and can have an effect on a broad spectrum of functions in regards to your computer and no matter what the type or what effect it is suppose to have all viruses can have a negative and harmful effect on your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/why-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Trojan Viruses and How to get rid of them</title>
		<link>http://www.imrozbaig.com/what-are-trojan-viruses-and-how-to-get-rid-of-them/</link>
		<comments>http://www.imrozbaig.com/what-are-trojan-viruses-and-how-to-get-rid-of-them/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:05:11 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[computer protection]]></category>
		<category><![CDATA[system security]]></category>
		<category><![CDATA[trojan horses]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=139</guid>
		<description><![CDATA[Trojan How to Get Rid of Trojan Virus Before we can know how to get rid of trojan virus we need to specify exactly what it is and [..]]]></description>
			<content:encoded><![CDATA[<p class="mceTemp" style="text-align: justify;">
<dl class="wp-caption alignright" style="width: 447px;">
<dt class="wp-caption-dt">
<h2><img title="Trojan" src="http://fileshosts.com/intel/Asus/P5WDH/setfsb/trojan.png" alt="Trojan" width="437" height="288" /></h2>
</dt>
<dd class="wp-caption-dd">
<h2>Trojan</h2>
</dd>
</dl>
<h2 style="text-align: justify;">How to Get Rid of Trojan Virus</h2>
<p style="text-align: justify;">Before we can know how to get rid of trojan virus we need to specify exactly what it is and how it differs from a normal computer virus. A trojan horse virus is a form of malware (malicious software) that leaves your computer open to attack, and derives its name from the famous Greek legend of The Trojan Horse.</p>
<p style="text-align: justify;">The Trojan Horse was used by the ancient Greeks to trick their way into the once impregnable city of the Trojans (Troy) and secretly send in soldiers to open the gates and allow the rest of the Greek army in to take over and conquer the city.</p>
<p style="text-align: justify;">In the same way, computer trojan viruses disguise themselves as seemingly harmless pieces of software or desired files, but then &#8220;open the gates&#8221; to other forms of malicious software, spyware, keyloggers etc&#8230;leaving you open to anything from someone stealing your credit card information, to some basement-dwelling geek gaining remote access to your computer and files. So the trojan virus&#8217; real damage is done in its ability to compromise your computer&#8217;s security and leave it open to other dangers.</p>
<p style="text-align: justify;">So while a normal computer virus is lethal in itself and can &#8220;mutate&#8221; and infect other parts of your system, the trojan allows other digital nasties in through the back door. The good news is that this makes it easier to identify and get rid of trojan virus.</p>
<p style="text-align: justify;">How did you get the trojan virus on your computer?</p>
<p style="text-align: justify;">As mentioned above, the trojan virus is often disguised as a normal looking file, so maybe it was an mp3 music file, a patch for a game, an online video, or even a jpeg image file. Either way, it&#8217;s on your computer, so how do you get rid of trojan horse virus?</p>
<p style="text-align: justify;">Here are the 5 things you need to do right now to get rid of trojan horse virus and avoid it returning:</p>
<p style="text-align: justify;">1. Make sure your anti-virus software is up-to-date and includes all the latest patches and virus, spyware definitions. This will be your first port of call when trying to get rid of trojan virus.</p>
<p style="text-align: justify;">2. Run a system and registry scan to identify the evil trojan virus and then zap it into oblivion to get rid of it. Since it resides within an unimportant file you can easily delete it to get rid of trojan virus &#8211; whereas other computer viruses are more tricky to get rid of and need to be &#8220;quarantined&#8221; to stop them infecting other files on your system.</p>
<p style="text-align: justify;">3. If you know the name of the trojan horse virus then you can check online for information on how to get rid of the trojan virus in question. Microsoft has regular updates on it&#8217;s site about trojan viruses that affect Windows machines. Online forums also provide you a wealth of information about how to get rid of a trojan horse virus.</p>
<p style="text-align: justify;">4. You could also try to get rid of the trojan virus manually. Check your Task Manager (press Ctrl +Alt +Del on Windows) to identify any programs that may be running in the background that shouldn&#8217;t be &#8211; i.e. they started without your knowledge. If you see any such program, make a note of it&#8217;s name, click its name to highlight it and click End Task. Open your Control Panel (click the Start menu) and use the Add/Remove programs to find the nasty blighter in question and get rid of it. Be careful with this though as you may end up wrongly deleting a file that is important to your system.</p>
<p style="text-align: justify;">5. Overall you should take a look at your online habits and see how certain actions may compromise the security of your computer and your personal information. If you use Peer-2-Peer (P2P) file-sharing networks then take extra care on what you download, and make sure everything is run through your anti-virus / spyware scanning software first, to get rid of trojan virus that may be attempting to access your system.</p>
<p style="text-align: justify;">How many of your personal details do you enter on your computer on a regular basis? For instance, do you bank online, or pay bills or a credit card? Perhaps you buy gifts and other purchases online? According to CNN, if you use the internet there is a 90% chance that your computer is infected with spyware. How can you be sure that your information is not being viewed by a third party right now?</p>
<p style="text-align: justify;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/what-are-trojan-viruses-and-how-to-get-rid-of-them/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

