<?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>Internet security tips and advice &#187; Security Tip of the Week</title>
	<atom:link href="http://www.securityteacher.com/category/security-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securityteacher.com</link>
	<description>Internet Security Tips and Advice</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:43:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lower user privileges</title>
		<link>http://www.securityteacher.com/2008/06/13/lower-user-privileges/</link>
		<comments>http://www.securityteacher.com/2008/06/13/lower-user-privileges/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:27:04 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/?p=96</guid>
		<description><![CDATA[Working with the rights of an Administrator is not advisable because admins are highest in a user hierarchy and therefore are allowed to exercise full control of a system. If the user is logged on with admin&#8217;s privileges, he/she can start any program, install any driver, register arbitrary service and do just about every other [...]]]></description>
			<content:encoded><![CDATA[<p>Working with the rights of an Administrator is not advisable because admins are highest in a user hierarchy and therefore are allowed to exercise full control of a system. If the user is logged on with admin&#8217;s privileges, he/she can start any program, install any driver, register arbitrary service and do just about every other type of activity that could be dangerous to a PC. If malware is unknowingly started with the admin rights, it can do whatever it wants.</p>
<p>On the other hand, if a user is logged on as Restricted User, for instance, he is not allowed to make critical modifications to the system and run vulnerable services. This limits the impact of possible malware if it’s started from the limited account.</p>
<p style="text-align: left;">Users can designate/change account properties from the Control Panel&#8217;s User Accounts menu by clicking “<a title="User account" href="http://www.agnitum.com/images/user%20account.png" target="_blank">Change my account type</a>”.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/06/13/lower-user-privileges/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Password-protect your user account</title>
		<link>http://www.securityteacher.com/2008/06/05/password-protect-your-user-account/</link>
		<comments>http://www.securityteacher.com/2008/06/05/password-protect-your-user-account/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 05:10:18 +0000</pubDate>
		<dc:creator>Pavel Goryakin</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/06/05/password-protect-your-user-account/</guid>
		<description><![CDATA[You should never underestimate the value of using a password for your Windows user account. The absence of an active password not only makes it easier for unauthorized people to access your data but also renders your shared resources vulnerable to remote access. Unfortunately, according to some statistics, as many as 30% of PC users [...]]]></description>
			<content:encoded><![CDATA[<p>You should never underestimate the value of using a password for your Windows user account. The absence of an active password not only makes it easier for unauthorized people to access your data but also renders your shared resources vulnerable to remote access. Unfortunately, according to some statistics, as many as 30% of PC users do not password-protect their accounts.</p>
<p>User account passwords can easily be set from the Control Panel. Go to the User Account menu, select the user account for which you wish to set up a password, and enter the password into the appropriate field. Two minutes of your time gives your data a lot of additional protection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/06/05/password-protect-your-user-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restricting access to your computer</title>
		<link>http://www.securityteacher.com/2008/05/29/restricting-access-to-your-computer/</link>
		<comments>http://www.securityteacher.com/2008/05/29/restricting-access-to-your-computer/#comments</comments>
		<pubDate>Thu, 29 May 2008 06:53:08 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/29/restricting-access-to-your-computer/</guid>
		<description><![CDATA[When a computer boots up, it goes through several steps. The first is hardware initialization through the BIOS (Basic Input/Output System), when the computer receives basic instructions about how its hardware should function and where the Operating System is located.
During this step, you can also set up a user password that can be used to [...]]]></description>
			<content:encoded><![CDATA[<p>When a computer boots up, it goes through several steps. The first is hardware initialization through the BIOS (Basic Input/Output System), when the computer receives basic instructions about how its hardware should function and where the Operating System is located.</p>
<p>During this step, you can also set up a user password that can be used to prevent the computer from loading the OS until the correct password is supplied. The procedure for creating a user password varies from vendor to vendor, but generally one of the following keys will enable you to access the BIOS menu: Del, F2, or F12. Consult your computer’s user manual for how to access the BIOS and change the user password.</p>
<p>Protecting your computer at the BIOS level is a great idea for laptop users – it prevents unauthorized use of the machine when it is left unattended. BIOS passwords can be overridden with relative ease, but it will give a potential data thief pause for thought. Anything that makes theft more difficult may be a sufficient deterrent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/29/restricting-access-to-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep scripts in check</title>
		<link>http://www.securityteacher.com/2008/05/22/keep-scripts-in-check/</link>
		<comments>http://www.securityteacher.com/2008/05/22/keep-scripts-in-check/#comments</comments>
		<pubDate>Thu, 22 May 2008 10:43:48 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/22/keep-scripts-in-check/</guid>
		<description><![CDATA[As vulnerable or explicitly malicious scripts (for instance, JavaScript or ActiveX) represent the primary attack vector for distributing malware and stealing confidentia information, it makes sense to restrict the execution of scripts on untrusted sites to protect you from drive-by threats.
For Firefox users, there is a quick resolution &#8211; the NoScript add-on that is available [...]]]></description>
			<content:encoded><![CDATA[<p>As vulnerable or explicitly malicious scripts (for instance, JavaScript or ActiveX) represent the primary attack vector for distributing malware and stealing confidentia information, it makes sense to restrict the execution of scripts on untrusted sites to protect you from drive-by threats.</p>
<p>For Firefox users, there is a quick resolution &#8211; the <a href="https://addons.mozilla.org/en-US/firefox/addon/722" target="_blank">NoScript</a> add-on that is available as a free Firefox extension. By default, it will block scripts on any site that you visit, so you get automatic, preemptive protection. This blocking will render some sites barely usable (for example, YouTube videos will no longer start), so you will need to unblock trusted sites to allow the execution of scripts on them. This can easily be done on the fly right from the Firefox interface, which shows the NoScript toolbar with per-site blocking options.</p>
<p>To keep Internet Explorer users safe, Outpost Firewall Pro or Outpost Security Suite Pro offers similar functionality &#8211; to restrict the execution of scripts globally, and then to specify exclusions for trusted sites that are allowed to run scripts. The settings that you configure with Outpost will apply to any web browser; you can also extend this functionality to your email client, which may also be vulnerable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/22/keep-scripts-in-check/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How much information are you revealing when you go online?</title>
		<link>http://www.securityteacher.com/2008/05/16/how-much-information-are-you-revealing-when-you-go-online/</link>
		<comments>http://www.securityteacher.com/2008/05/16/how-much-information-are-you-revealing-when-you-go-online/#comments</comments>
		<pubDate>Fri, 16 May 2008 06:33:59 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/16/how-much-information-are-you-revealing-when-you-go-online/</guid>
		<description><![CDATA[Do you ever consider what information regarding your identity and computer environment might be disclosed as you surf the web? Even though you may feel you’re not revealing anything sensitive, even normal web surfing can leave enough of a trail for hackers to identify vulnerabilities in your protection and exploit them in the future.
One valuable [...]]]></description>
			<content:encoded><![CDATA[<p>Do you ever consider what information regarding your identity and computer environment might be disclosed as you surf the web? Even though you may feel you’re not revealing anything sensitive, even normal web surfing can leave enough of a trail for hackers to identify vulnerabilities in your protection and exploit them in the future.</p>
<p>One valuable Internet resource to turn to if you want to find out what elements of your digital footprint are exposed as a result of web surfing is All Net Tools’ <a href="http://all-nettools.com/toolbox" target="_blank">toolbox</a> – specifically the Environmental Variables Test and the SmartWhois utilities. The former includes your current external IP address and the kind of browser you use to access the Internet, while the latter enables you to find registration information and contact details for any unknown IP address or Internet domain.</p>
<p>Why is this information important? Your IP address is a unique address for your machine (or local subnet) that can be explicitly associated with you (or your LAN). If the IP address is permanent, your computer can become a target for web-borne attacks because it is easily traceable. By knowing the name and version of your browser, hackers can identify vulnerabilities and stage direct attacks that exploit those vulnerabilities, so always remember to update your Internet-enabled software, including browsers, to the most recent version. The WhoIS query is very useful if your computer makes unexpected contact with another remote computer and you want to find out who’s behind the remote computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/16/how-much-information-are-you-revealing-when-you-go-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Additional tweaks to system startup</title>
		<link>http://www.securityteacher.com/2008/05/07/additional-tweaks-to-system-startup/</link>
		<comments>http://www.securityteacher.com/2008/05/07/additional-tweaks-to-system-startup/#comments</comments>
		<pubDate>Wed, 07 May 2008 07:49:09 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[system configuration]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/07/additional-tweaks-to-system-startup/</guid>
		<description><![CDATA[The System Configuration Utility is a good starting point for configuring your system, but there are additional useful tools that can help you to get your system starting up and running even more smoothly and efficiently.
One such tool is Sysinternals’ (now part of Microsoft) Autoruns. This program offers a number of options and breaks out [...]]]></description>
			<content:encoded><![CDATA[<p>The System Configuration Utility is a good starting point for configuring your system, but there are additional useful tools that can help you to get your system starting up and running even more smoothly and efficiently.</p>
<p>One such tool is Sysinternals’ (now part of Microsoft) <a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx" target="_blank">Autoruns</a>. This program offers a number of options and breaks out all start-up entries according to their type (drivers, services, Explorer components, Winlogon, Winsock, and other groups). You may find it useful to use the option to list only non-Microsoft entries, as this will limit the list of programs automatically started to those which are not part of Windows or Microsoft applications. Pay close attention to the Logon and Drivers tabs, but be careful and run a search to make sure you don’t accidentally switch off a valid program, service or driver. If you make a mistake, it is easily corrected by checking the corresponding checkmark for the application you disabled in error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/07/additional-tweaks-to-system-startup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Controlling auto-started programs</title>
		<link>http://www.securityteacher.com/2008/04/29/controlling-auto-started-programs/</link>
		<comments>http://www.securityteacher.com/2008/04/29/controlling-auto-started-programs/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 19:57:02 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/30/controlling-auto-started-programs/</guid>
		<description><![CDATA[Once you’ve identified which programs are running on your computer and which ones are needed, it’s time to configure Windows so that it won’t start programs that you don’t need when the computer boots up. Unlike when you close an application during a Windows session, this approach will make the setting permanent; you won’t need [...]]]></description>
			<content:encoded><![CDATA[<p>Once you’ve identified which programs are running on your computer and which ones are needed, it’s time to configure Windows so that it won’t start programs that you don’t need when the computer boots up. Unlike when you close an application during a Windows session, this approach will make the setting permanent; you won’t need to close the unneeded applications (or adware, as in the case of an infection) every time your PC loads the Operating System.</p>
<p>You should use the System Configuration Utility that comes as part of Windows to complete this task. This utility lets you define which applications and services you want to be automatically started with Windows. Do a search to verify whether you need a particular service before disabling any of the entries on the Services tab. Start the System Configuration Utility by typing “msconfig” (without the quotation marks) in the Start button’s Run dialog, The Startup tab lets you choose from programs you wish to disable from starting up automatically.</p>
<p>By closing unneeded applications, you not only free up system resources and thus improve system performance, but prevent some spyware and virus programs from affecting your PC. (Of course, a good, up-to-date anti-virus program will do this, too)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/29/controlling-auto-started-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced review of program activity</title>
		<link>http://www.securityteacher.com/2008/04/23/advanced-review-of-program-activity/</link>
		<comments>http://www.securityteacher.com/2008/04/23/advanced-review-of-program-activity/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:10:00 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/23/advanced-review-of-program-activity/</guid>
		<description><![CDATA[If the Task Manager does not give you a definitive answer, there are other programs that can help. One of the limitations of the Task Manager is that it lists programs in their pure form (for instance, “svchost.exe”) without supplying the necessary details about the origin of the program, its exact location on the disk, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.agnitum.com/images/processxp.gif" target="_blank"><img src="http://www.agnitum.com/images/processxpsmall.jpg" style="border-collapse: collapse" align="left" /></a>If the Task Manager does not give you a definitive answer, there are other programs that can help. One of the limitations of the Task Manager is that it lists programs in their pure form (for instance, “svchost.exe”) without supplying the necessary details about the origin of the program, its exact location on the disk, or any idea as to whether it is legitimate or not.</p>
<p>To fill that gap, there is a very useful program called <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a>. Its author has recently been invited to work for Microsoft, so it can be almost considered a native Windows application. It has none of Task Manager’s limitations and offers to show running programs’ exact locations as well as what binary components are attached to the main listed applications (components like DLL files can be malicious as well).</p>
<p>Another handy utility is <a href="http://www.processlibrary.com/processscan/">ProcessScanner</a> from Uniblue. This program will scan all running processes and display a web page summarizing the application environment on your PC. Additionally, it maintains a large database of known processes, along with sufficient information for you to determine whether particular programs are benign.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/23/advanced-review-of-program-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A look at running programs</title>
		<link>http://www.securityteacher.com/2008/04/16/a-look-at-running-programs/</link>
		<comments>http://www.securityteacher.com/2008/04/16/a-look-at-running-programs/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 14:23:16 +0000</pubDate>
		<dc:creator>kozhemyak</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/16/a-look-at-running-programs/</guid>
		<description><![CDATA[This situation is probably all too familiar to you – you turn on your computer, it boots up and you start using your PC – browsing the web, chatting with friends online, sharing photos, and more. Suddenly you notice your computer is slowing down, or your favorite sites are taking longer to load, or some [...]]]></description>
			<content:encoded><![CDATA[<p>This situation is probably all too familiar to you – you turn on your computer, it boots up and you start using your PC – browsing the web, chatting with friends online, sharing photos, and more. Suddenly you notice your computer is slowing down, or your favorite sites are taking longer to load, or some unfamiliar program keeps popping up and asking you to do something.</p>
<p>These disruptions may be caused by unnecessary or malicious software running on your PC.  Contrary to what some people think, the Windows Taskbar doesn’t actually show all the programs that are currently running. This is because it’s designed to show only the programs that were started by the user in the current Windows session; for example, an Acrobat document would be shown, but background tasks such as the Windows update process (or virus activity, in the worst case) would not be shown.</p>
<p align="left"><img src="http://www.agnitum.com/images/tm.jpg" alt="Windows Task Manager" border="0" height="458" width="461" /></p>
<p>Windows Task Manager will give you a better insight into current program activity. Launched by pressing the Ctrl, Shift and Esc keys in combination, this utility is embedded in the Windows operating system and lists all active programs and processes. Processes is where you’ll discover those invisible applications you can’t see in the Taskbar.</p>
<p>Hit the Processes tab to display all the processes running on your PC currently. You can sort the contents by name, CPU utilization and memory usage, and you can instantly shut down any unwanted software. However, you should take care when shutting down a process whose name you’re not familiar with. It’s a good idea to Google the name of the process first to verify whether it is good or bad, and whether it’s necessary to the running of your PC. Shutting down a program via the Task Manager is an emergency operation and you risk losing unsaved data if you accidentally shut down the wrong program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/16/a-look-at-running-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware of port scanning</title>
		<link>http://www.securityteacher.com/2008/04/10/beware-of-port-scanning/</link>
		<comments>http://www.securityteacher.com/2008/04/10/beware-of-port-scanning/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:21:38 +0000</pubDate>
		<dc:creator>kozhemyak</dc:creator>
				<category><![CDATA[Security Tip of the Week]]></category>
		<category><![CDATA[internet security tips]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/10/beware-of-port-scanning/</guid>
		<description><![CDATA[When your computer connects to the Internet, it exposes communication ports for legitimate applications to use. But hackers can also sneak onto your computer through these open ports if they are not properly shielded.
When hackers search for exploitable computers over the Internet, they launch special “sniffer” utilities that probe arbitrary IP addresses for the presence [...]]]></description>
			<content:encoded><![CDATA[<p>When your computer connects to the Internet, it exposes communication ports for legitimate applications to use. But hackers can also sneak onto your computer through these open ports if they are not properly shielded.</p>
<p>When hackers search for exploitable computers over the Internet, they launch special “sniffer” utilities that probe arbitrary IP addresses for the presence of vulnerabilities. These automated tools test Internet users’ computers for broadcasting ports &#8211; ports that are ready to accept connections from the Internet or a LAN.</p>
<p>These ports, sometimes called “server” ports because they are “serving themselves up” to hackers, may be being kept open by a vulnerable application (for example, an old game that hasn’t been updated or flawed Instant Messaging software that accepts file transfers). If this is the case, hackers can exploit them to establish an underground connection channel and run malicious command-and-control software on your machine.</p>
<p>The solution to these threats is:</p>
<ul>
<li>timely installation of updates for your installed programs and Windows components;</li>
<li>a reliable firewall that prevents port scanning and limits port exposure to local access only;</li>
<li>the use of legitimate software that you both need and trust.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/10/beware-of-port-scanning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
