<?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 Glossary</title>
	<atom:link href="http://www.securityteacher.com/tag/security-glossary/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>Encryption</title>
		<link>http://www.securityteacher.com/2008/06/20/encryption/</link>
		<comments>http://www.securityteacher.com/2008/06/20/encryption/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:01:15 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/?p=99</guid>
		<description><![CDATA[Encryption is a way of securely storing or transferring data by using special encryption key or algorithm to cipher its contents. For anyone else except the target recipient, the encrypted source will appear as a piece of unreadable, garbled data, making encryption a valuable instrument to hide private or secret information from strangers.
The target recipient [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Encryption</strong> is a way of securely storing or transferring data by using special encryption key or algorithm to cipher its contents. For anyone else except the target recipient, the encrypted source will appear as a piece of unreadable, garbled data, making encryption a valuable instrument to hide private or secret information from strangers.</p>
<p>The target recipient possesses the unique decryption key which enables to decipher encrypted data and thus arrive at the original content. If someone manages to get hold of the unique decryption key, he/she can read that data as well. That’s why it’s important to keep the key in secure, tightly guarded location.</p>
</p>
<p><!-- bubbleGUM-start --><font style="position: absolute;overflow: hidden;height: 0;width: 0"></font><!-- bubbleGUM-end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/06/20/encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero-day (0-day or 0day) malware</title>
		<link>http://www.securityteacher.com/2008/06/12/zero-day-malware/</link>
		<comments>http://www.securityteacher.com/2008/06/12/zero-day-malware/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 15:22:15 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/?p=95</guid>
		<description><![CDATA[Zero-day is often referred to as unknown, or recently discovered samples of malicious code or exploits that are not yet covered by antivirus or security companies, consequently, there is no antidote to it. Zero-day malware or attacks are most dangerous because they cannot be tackled with the use of signatures that identify such threats and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Zero-day</strong> is often referred to as unknown, or recently discovered samples of malicious code or <a href="http://www.securityteacher.com/2008/05/30/exploits/">exploits</a> that are not yet covered by antivirus or security companies, consequently, there is no antidote to it. Zero-day malware or attacks are most dangerous because they cannot be tackled with the use of signatures that identify such threats and help block them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/06/12/zero-day-malware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Proactive Protection</title>
		<link>http://www.securityteacher.com/2008/06/07/proactive-protection/</link>
		<comments>http://www.securityteacher.com/2008/06/07/proactive-protection/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 11:49:17 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/?p=94</guid>
		<description><![CDATA[Any of the broad characteristics of a security system that centers on preempting a threat rather than removing it after the infection has ensued. Proactive Protection  is the term often used interchangeably with technologies similar to HIPS when talking about blocking unauthorized activity or non-signature detection in antivirus programs that involves sample analysis for [...]]]></description>
			<content:encoded><![CDATA[<p>Any of the broad characteristics of a security system that centers on preempting a threat rather than removing it after the infection has ensued. <strong>Proactive Protection</strong>  is the term often used interchangeably with technologies similar to HIPS when talking about blocking unauthorized activity or non-signature detection in antivirus programs that involves sample analysis for potential virus-like behavior.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/06/07/proactive-protection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploits</title>
		<link>http://www.securityteacher.com/2008/05/30/exploits/</link>
		<comments>http://www.securityteacher.com/2008/05/30/exploits/#comments</comments>
		<pubDate>Fri, 30 May 2008 06:55:24 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/30/exploits/</guid>
		<description><![CDATA[Exploits, also know as exploit code, are malicious commands that exploit software vulnerabilities. Developers are usually pretty quick to create patches for vulnerable code, and you should make sure that you apply all patches for applications and operating systems you use as soon as those patches become available. Once the patch is applied, the exploit [...]]]></description>
			<content:encoded><![CDATA[<p>Exploits, also know as exploit code, are malicious commands that exploit software vulnerabilities. Developers are usually pretty quick to create patches for vulnerable code, and you should make sure that you apply all patches for applications and operating systems you use as soon as those patches become available. Once the patch is applied, the exploit can no longer be used against your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/30/exploits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proof of concept code (POC)</title>
		<link>http://www.securityteacher.com/2008/05/23/proof-of-concept-code-poc/</link>
		<comments>http://www.securityteacher.com/2008/05/23/proof-of-concept-code-poc/#comments</comments>
		<pubDate>Fri, 23 May 2008 15:03:25 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/23/proof-of-concept-code-poc/</guid>
		<description><![CDATA[After a security researcher has found a vulnerability in a company&#8217;s software, he/she may opt to corroborate his findings by creating a proof-of-concept code. This code proves that the underlying vulnerability could be exploited and used with malicious intent. In a preponderance of cases, the POC is not hostile and serves only to encourage the [...]]]></description>
			<content:encoded><![CDATA[<p>After a security researcher has found a vulnerability in a company&#8217;s software, he/she may opt to corroborate his findings by creating a proof-of-concept code. This code proves that the underlying vulnerability could be exploited and used with malicious intent. In a preponderance of cases, the POC is not hostile and serves only to encourage the vendor to quickly mitigate the risk by releasing a patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/23/proof-of-concept-code-poc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spoofing</title>
		<link>http://www.securityteacher.com/2008/05/15/spoofing/</link>
		<comments>http://www.securityteacher.com/2008/05/15/spoofing/#comments</comments>
		<pubDate>Thu, 15 May 2008 06:26:26 +0000</pubDate>
		<dc:creator>Pavel Goryakin</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/15/spoofing/</guid>
		<description><![CDATA[Spoofing is the imitation of something legitimate on the Internet. This could be a website&#8217;s address in the browser address bar, the MAC or IP address of a connecting LAN client, or a DNS query that could lead to the disclosure of personal information from a computer. Spoofing is closely related to faking, and has [...]]]></description>
			<content:encoded><![CDATA[<p>Spoofing is the imitation of something legitimate on the Internet. This could be a website&#8217;s address in the browser address bar, the MAC or IP address of a connecting LAN client, or a DNS query that could lead to the disclosure of personal information from a computer. Spoofing is closely related to faking, and has become an established security and hacker term meaning a forgery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/15/spoofing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Worm</title>
		<link>http://www.securityteacher.com/2008/05/08/internet-worm/</link>
		<comments>http://www.securityteacher.com/2008/05/08/internet-worm/#comments</comments>
		<pubDate>Thu, 08 May 2008 13:47:05 +0000</pubDate>
		<dc:creator>Igor Pankov</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/05/08/internet-worm/</guid>
		<description><![CDATA[Worm (Internet worm) is a self-replicating malicious program that propagates over the network infecting the nodes it contacts on its route. Worms can spread via email, peer-to-peer software, Instant Messaging clients and other sources. Worms clog Internet channel by using additional bandwidth.Worms gained notoriety when Robert Morris at Cornell University created the one that shut [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Worm</strong> (Internet worm) is a self-replicating malicious program that propagates over the network infecting the nodes it contacts on its route. Worms can spread via email, peer-to-peer software, Instant Messaging clients and other sources. Worms clog Internet channel by using additional bandwidth.Worms gained notoriety when Robert Morris at Cornell University created the one that shut down many Unix network computers in 1988. The most prolific worm instances are MyDoom and its derivatives – NetSky and Bagel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/05/08/internet-worm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leaktest</title>
		<link>http://www.securityteacher.com/2008/04/30/leaktest/</link>
		<comments>http://www.securityteacher.com/2008/04/30/leaktest/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:57:31 +0000</pubDate>
		<dc:creator>kozhemyak</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/30/leaktest/</guid>
		<description><![CDATA[Leaktest is a special tool set for testing the firewall’s ability to resist data breaches through unauthorized system interactions. Leaktests serve to measure how the firewall, or proactive security system also known as HIPS, can manage and control local activities of the applications installed on a PC. Currently, there are more than thirty leaktests that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Leaktest</strong> is a special tool set for testing the firewall’s ability to resist data breaches through unauthorized system interactions. Leaktests serve to measure how the firewall, or proactive security system also known as HIPS, can manage and control local activities of the applications installed on a PC. Currently, there are more than thirty leaktests that examine the firewall’s outbound strength by imitating various would-be attacks to steal data by bypassing the firewall’s outbound barriers. Leak tests got its name from the term &#8220;leak&#8221;, to reflect how the firewall can resist data leakage. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/30/leaktest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewall</title>
		<link>http://www.securityteacher.com/2008/04/18/firewall/</link>
		<comments>http://www.securityteacher.com/2008/04/18/firewall/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 14:08:32 +0000</pubDate>
		<dc:creator>kozhemyak</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/18/firewall/</guid>
		<description><![CDATA[Firewall (software) – is a computer program that protects a computer’s connection to the network, usually, the Internet from hacker attacks and malicious software. Among the firewall’s key tasks are: preventing unauthorized access to the computer, stealthing (hiding) all open ports, controlling which programs are allowed to access the Internet and automatically defending against hacker’s [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Firewall (software)</strong> – is a computer program that protects a computer’s connection to the network, usually, the Internet from hacker attacks and malicious software. Among the firewall’s key tasks are: preventing unauthorized access to the computer, stealthing (hiding) all open ports, controlling which programs are allowed to access the Internet and automatically defending against hacker’s probes and mass-distributed attacks on the host PC. Advanced firewalls may have additional functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/18/firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser</title>
		<link>http://www.securityteacher.com/2008/04/15/browser/</link>
		<comments>http://www.securityteacher.com/2008/04/15/browser/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 14:04:30 +0000</pubDate>
		<dc:creator>kozhemyak</dc:creator>
				<category><![CDATA[Security Glossary]]></category>

		<guid isPermaLink="false">http://www.securityteacher.com/2008/04/15/browser/</guid>
		<description><![CDATA[Browser is a software application that enables a user to view a webpage stored on a remote computer on the Internet or other locations. The browser enables interacting with web pages’ content and managing inbound/outbound data transfer requests.
The most popular web browsers today are Microsoft Internet Explorer which is integrated into the Windows Operating System, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Browser</strong> is a software application that enables a user to view a webpage stored on a remote computer on the Internet or other locations. The browser enables interacting with web pages’ content and managing inbound/outbound data transfer requests.</p>
<p>The most popular web browsers today are Microsoft Internet Explorer which is integrated into the Windows Operating System, and the third-party application from the Mozilla Foundation called Firefox. Opera browser from the Norwegian Opera Software comes in a distant third place according to usage ratings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securityteacher.com/2008/04/15/browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
